]> andersk Git - openssh.git/blob - ChangeLog
3effb097258206dcb0db891f7bebb6046cc8b168
[openssh.git] / ChangeLog
1 20011004
2  - (bal) nchan2.ms resync.  BSD License applied.
3
4 20011003
5  - (bal) CVS ID fix up in version.h
6  - (bal) OpenBSD CVS Sync:
7    - markus@cvs.openbsd.org 2001/09/27 11:58:16
8      [compress.c]
9      mem leak; chombier@mac.com
10    - markus@cvs.openbsd.org 2001/09/27 11:59:37
11      [packet.c]
12      missing called=1; chombier@mac.com
13    - markus@cvs.openbsd.org 2001/09/27 15:31:17
14      [auth2.c auth2-chall.c sshconnect1.c]
15      typos; from solar
16    - camield@cvs.openbsd.org 2001/09/27 17:53:24
17      [sshd.8]
18      don't talk about compile-time options
19      ok markus@
20    - djm@cvs.openbsd.org 2001/09/28 12:07:09
21      [ssh-keygen.c]
22      bzero private key after loading to smartcard; ok markus@
23    - markus@cvs.openbsd.org 2001/09/28 15:46:29
24      [ssh.c]
25      bug: read user config first; report kaukasoi@elektroni.ee.tut.fi
26    - markus@cvs.openbsd.org 2001/10/01 08:06:28
27      [scp.c]
28      skip filenames containing \n; report jdamery@chiark.greenend.org.uk
29      and matthew@debian.org
30    - markus@cvs.openbsd.org 2001/10/01 21:38:53
31      [channels.c channels.h ssh.c sshd.c]
32      remove ugliness; vp@drexel.edu via angelos
33    - markus@cvs.openbsd.org 2001/10/01 21:51:16
34      [readconf.c readconf.h ssh.1 sshconnect.c]
35      add NoHostAuthenticationForLocalhost; note that the hostkey is
36      now check for localhost, too.
37    - djm@cvs.openbsd.org 2001/10/02 08:38:50
38      [ssh-add.c]
39      return non-zero exit code on error; ok markus@
40    - stevesk@cvs.openbsd.org 2001/10/02 22:56:09
41      [sshd.c]
42      #include "channels.h" for channel_set_af()
43    - markus@cvs.openbsd.org 2001/10/03 10:01:20
44      [auth.c]
45      use realpath() for homedir, too. from jinmei@isl.rdc.toshiba.co.jp
46
47 20011001
48  - (stevesk) loginrec.c: fix type conversion problems exposed when using
49    64-bit off_t.
50         
51 20010929
52  - (bal) move reading 'config.h' up higher.  Patch by albert chin
53    <china@thewrittenword.com)
54
55 20010928
56  - (djm) OpenBSD CVS sync:
57    - djm@cvs.openbsd.org 2001/09/28 09:49:31
58      [scard.c]
59      Fix segv when smartcard communication error occurs during key load. 
60      ok markus@
61  - (djm) Update spec files for new x11-askpass
62
63 20010927
64  - (stevesk) session.c: declare do_pre_login() before use
65    wayned@users.sourceforge.net
66
67 20010925
68  - (djm) Pull in auth-krb5.c from OpenBSD CVS. NB. it is not currently used.
69  - (djm) Sync $sysconfdir/moduli
70  - (djm) Add AC_SYS_LARGEFILE configure test
71  - (djm) Avoid bad and unportable sprintf usage in compat code
72
73 20010923
74  - (bal) updated ssh.c to mirror minor getopts 'extern int' formating done
75    by stevesk@
76  - (bal) Removed 'extern int optopt;' since it is dead wood.
77  - (bal) Updated all *.specs for 2.9.9p1 and updated version.h
78
79 20010923
80  - (bal) OpenBSD CVS Sync
81    - markus@cvs.openbsd.org 2001/09/23 11:09:13
82      [authfile.c]
83      relax permission check for private key files.
84    - markus@cvs.openbsd.org 2001/09/23 09:58:13
85      [LICENCE]
86      new rijndael implementation
87
88 20010920
89  - (tim) [scard/Makefile.in] Don't strip the Java binary
90  - (stevesk) sun_len, SUN_LEN() configure stuff no longer required
91  - (bal) OpenBSD CVS Sync
92    - stevesk@cvs.openbsd.org 2001/09/20 00:15:54
93      [sshd.8]
94      fix ClientAliveCountMax
95    - markus@cvs.openbsd.org 2001/09/20 13:46:48
96      [auth2.c]
97      key_read returns now -1 or 1
98    - markus@cvs.openbsd.org 2001/09/20 13:50:40
99      [compat.c compat.h ssh.c]
100      bug compat: request a dummy channel for -N (no shell) sessions + 
101      cleanup; vinschen@redhat.com
102    - mouring@cvs.openbsd.org 2001/09/20 20:57:51
103      [sshd_config]
104      CheckMail removed.  OKed stevesk@
105
106 20010919
107  - (bal) OpenBSD Sync
108    - markus@cvs.openbsd.org 2001/09/19 10:08:51
109      [sshd.8]
110      command=xxx applies to subsystem now, too
111    - markus@cvs.openbsd.org 2001/09/19 13:23:29
112      [key.c]
113      key_read() now returns -1 on type mismatch, too
114    - stevesk@cvs.openbsd.org 2001/09/19 19:24:19
115      [readconf.c readconf.h scp.c sftp.c ssh.1]
116      add ClearAllForwardings ssh option and set it in scp and sftp; ok 
117      markus@
118    - stevesk@cvs.openbsd.org 2001/09/19 19:35:30
119      [authfd.c]
120      use sizeof addr vs. SUN_LEN(addr) for sockaddr_un.  Stevens 
121      blesses this and we do it this way elsewhere.  this helps in 
122      portable because not all systems have SUN_LEN() and 
123      sockaddr_un.sun_len.  ok markus@
124    - stevesk@cvs.openbsd.org 2001/09/19 21:04:53
125      [sshd.8]
126      missing -t in usage
127    - stevesk@cvs.openbsd.org 2001/09/19 21:41:57
128      [sshd.8]
129      don't advertise -V in usage; ok markus@
130  - (bal) openbsd-compat/vis.[ch] is dead wood.  Removed.
131
132 20010918
133  - (djm) Configure support for smartcards. Based on Ben's work.
134  - (djm) Revert setgroups call, it causes problems on OS-X
135  - (djm) Avoid warning on BSDgetopt
136  - (djm) More makefile infrastructre for smartcard support, also based
137    on Ben's work
138  - (djm) Specify --datadir in RPM spec files so smartcard applet gets
139     put somewhere sane. Add Ssh.bin to manifest.
140  - (djm) Make smartcard support conditional in Redhat RPM spec
141  - (bal) LICENCE update.  Has not been done in a while.
142  - (stevesk) nchan.c: we use X/Open Sockets on HP-UX now so shutdown(2)
143    returns ENOTCONN vs. EINVAL for socket not connected; remove EINVAL
144    check. ok Lutz Jaenicke
145  - (bal) OpenBSD CVS Sync
146    - stevesk@cvs.openbsd.org 2001/09/17 17:57:57
147      [scp.1 scp.c sftp.1 sftp.c]
148      add -Fssh_config option; ok markus@
149    - stevesk@cvs.openbsd.org 2001/09/17 19:27:15
150      [kexdh.c kexgex.c key.c key.h ssh-dss.c ssh-keygen.c ssh-rsa.c]
151      u_char*/char* cleanup; ok markus
152    - markus@cvs.openbsd.org 2001/09/17 20:22:14
153      [scard.c]
154      never keep a connection to the smartcard open.
155      allows ssh-keygen -D U while the agent is running; report from 
156      jakob@
157    - stevesk@cvs.openbsd.org 2001/09/17 20:38:09
158      [sftp.1 sftp.c]
159      cleanup and document -1, -s and -S; ok markus@
160    - markus@cvs.openbsd.org 2001/09/17 20:50:22
161      [key.c ssh-keygen.c]
162      better error handling if you try to export a bad key to ssh.com
163    - markus@cvs.openbsd.org 2001/09/17 20:52:47
164      [channels.c channels.h clientloop.c]
165      try to fix agent-forwarding-backconnection-bug, as seen on HPUX, 
166      for example; with Lutz.Jaenicke@aet.TU-Cottbus.DE,
167    - markus@cvs.openbsd.org 2001/09/17 21:04:02
168      [channels.c serverloop.c]
169      don't send fake dummy packets on CR (\r)
170      bugreport from yyua@cs.sfu.ca via solar@@openwall.com
171    - markus@cvs.openbsd.org 2001/09/17 21:09:47
172      [compat.c]
173      more versions suffering the SSH_BUG_DEBUG bug;
174      3.0.x reported by dbutts@maddog.storability.com
175    - stevesk@cvs.openbsd.org 2001/09/17 23:56:07
176      [scp.1]
177      missing -B in usage string
178
179 20010917
180  - (djm) x11-ssh-askpass-1.2.4 in RPM spec, revert workarounds
181  - (tim) [includes.h openbsd-compat/getopt.c openbsd-compat/getopt.h]
182          rename getopt() to BSDgetopt() to keep form conflicting with
183          system getopt().
184          [Makefile.in configure.in] disable filepriv until I can add
185          missing procpriv calls.
186
187 20010916
188  - (djm) Workaround XFree breakage in RPM spec file
189  - (bal) OpenBSD CVS Sync
190     - markus@cvs.openbsd.org 2001/09/16 14:46:54
191       [session.c]
192       calls krb_afslog() after setting $HOME; mattiasa@e.kth.se; fixes
193       pr 1943b
194
195 20010915
196  - (djm) Make do_pre_login static to avoid prototype #ifdef hell
197  - (djm) Sync scard/ stuff
198  - (djm) Redhat spec file cleanups from Pekka Savola <pekkas@netcore.fi> and
199    Redhat
200  - (djm) Redhat initscript config sanity checking from Pekka Savola 
201    <pekkas@netcore.fi>
202  - (djm) Clear supplemental groups at sshd start to prevent them from 
203    being propogated to random PAM modules. Based on patch from Redhat via
204    Pekka Savola <pekkas@netcore.fi>
205  - (djm) Make sure rijndael.c picks config.h
206  - (djm) Ensure that u_char gets defined
207
208 20010914
209  - (bal) OpenBSD CVS Sync
210    - markus@cvs.openbsd.org 2001/09/13
211      [rijndael.c rijndael.h]
212      missing $OpenBSD
213    - markus@cvs.openbsd.org 2001/09/14
214      [session.c]
215      command=xxx overwrites subsystems, too
216    - markus@cvs.openbsd.org 2001/09/14
217      [sshd.c]
218      typo
219
220 20010913
221  - (bal) OpenBSD CVS Sync
222    - markus@cvs.openbsd.org 2001/08/23 11:31:59
223      [cipher.c cipher.h]
224      switch to the optimised AES reference code from
225      http://www.esat.kuleuven.ac.be/~rijmen/rijndael/rijndael-fst-3.0.zip
226
227 20010912
228  - (bal) OpenBSD CVS Sync
229    - jakob@cvs.openbsd.org 2001/08/16 19:18:34
230      [servconf.c servconf.h session.c sshd.8]
231      deprecate CheckMail. ok markus@
232    - stevesk@cvs.openbsd.org 2001/08/16 20:14:57
233      [ssh.1 sshd.8]
234      document case sensitivity for ssh, sshd and key file
235      options and arguments; ok markus@
236    - stevesk@cvs.openbsd.org 2001/08/17 18:59:47
237      [servconf.h]
238      typo in comment
239    - stevesk@cvs.openbsd.org 2001/08/21 21:47:42
240      [ssh.1 sshd.8]
241      minor typos and cleanup
242    - stevesk@cvs.openbsd.org 2001/08/22 16:21:21
243      [ssh.1]
244      hostname not optional; ok markus@
245    - stevesk@cvs.openbsd.org 2001/08/22 16:30:02
246      [sshd.8]
247      no rexd; ok markus@
248    - stevesk@cvs.openbsd.org 2001/08/22 17:45:16
249      [ssh.1]
250      document cipher des for protocol 1; ok deraadt@
251    - camield@cvs.openbsd.org 2001/08/23 17:59:31
252      [sshd.c]
253      end request with 0, not NULL
254      ok markus@
255    - stevesk@cvs.openbsd.org 2001/08/23 18:02:48
256      [ssh-agent.1]
257      fix usage; ok markus@
258    - stevesk@cvs.openbsd.org 2001/08/23 18:08:59
259      [ssh-add.1 ssh-keyscan.1]
260      minor cleanup
261    - danh@cvs.openbsd.org 2001/08/27 22:02:13
262      [ssh-keyscan.c]
263      fix memory fault if non-existent filename is given to the -f option
264      ok markus@
265    - markus@cvs.openbsd.org 2001/08/28 09:51:26
266      [readconf.c]
267      don't set DynamicForward unless Host matches
268    - markus@cvs.openbsd.org 2001/08/28 15:39:48
269      [ssh.1 ssh.c]
270      allow: ssh -F configfile host
271    - markus@cvs.openbsd.org 2001/08/29 20:44:03
272      [scp.c]
273      clear the malloc'd buffer, otherwise source() will leak malloc'd 
274      memory; ok theo@
275    - stevesk@cvs.openbsd.org 2001/08/29 23:02:21
276      [sshd.8]
277      add text about -u0 preventing DNS requests; ok markus@
278    - stevesk@cvs.openbsd.org 2001/08/29 23:13:10
279      [ssh.1 ssh.c]
280      document -D and DynamicForward; ok markus@
281    - stevesk@cvs.openbsd.org 2001/08/29 23:27:23
282      [ssh.c]
283      validate ports for -L/-R; ok markus@
284    - stevesk@cvs.openbsd.org 2001/08/29 23:39:40
285      [ssh.1 sshd.8]
286      additional documentation for GatewayPorts; ok markus@
287    - naddy@cvs.openbsd.org 2001/08/30 15:42:36
288      [ssh.1]
289      add -D to synopsis line; ok markus@
290    - stevesk@cvs.openbsd.org 2001/08/30 16:04:35
291      [readconf.c ssh.1]
292      validate ports for LocalForward/RemoteForward.
293      add host/port alternative syntax for IPv6 (like -L/-R).
294      ok markus@
295    - stevesk@cvs.openbsd.org 2001/08/30 20:36:34
296      [auth-options.c sshd.8]
297      validate ports for permitopen key file option. add host/port
298      alternative syntax for IPv6. ok markus@
299    - markus@cvs.openbsd.org 2001/08/30 22:22:32
300      [ssh-keyscan.c]
301      do not pass pointers to longjmp; fix from wayne@blorf.net
302    - markus@cvs.openbsd.org 2001/08/31 11:46:39
303      [sshconnect2.c]
304      disable kbd-interactive if we don't get SSH2_MSG_USERAUTH_INFO_REQUEST
305      messages
306    - stevesk@cvs.openbsd.org 2001/09/03 20:58:33
307      [readconf.c readconf.h ssh.c]
308      fatal() for nonexistent -Fssh_config. ok markus@
309    - deraadt@cvs.openbsd.org 2001/09/05 06:23:07
310      [scp.1 sftp.1 ssh.1 ssh-agent.1 sshd.8 ssh-keygen.1 ssh-keyscan.1]
311      avoid first person in manual pages
312    - stevesk@cvs.openbsd.org 2001/09/12 18:18:25
313      [scp.c]
314      don't forward agent for non third-party copies; ok markus@
315
316 20010815
317  - (bal) Fixed stray code in readconf.c that went in by mistake.
318  - OpenBSD CVS Sync
319    - markus@cvs.openbsd.org 2001/08/07 10:37:46
320      [authfd.c authfd.h]
321      extended failure messages from galb@vandyke.com
322    - deraadt@cvs.openbsd.org 2001/08/08 07:16:58
323      [scp.1]
324      when describing the -o option, give -o Protocol=1 as the specific example
325      since we are SICK AND TIRED of clueless people who cannot have difficulty
326      thinking on their own.
327    - markus@cvs.openbsd.org 2001/08/08 18:20:15
328      [uidswap.c]
329      permanently_set_uid is a noop if user is not privilegued;
330      fixes bug on solaris; from sbi@uchicago.edu
331    - markus@cvs.openbsd.org 2001/08/08 21:34:19
332      [uidswap.c]
333      undo last change; does not work for sshd
334    - jakob@cvs.openbsd.org 2001/08/11 22:51:27
335      [ssh.c tildexpand.c]
336      fix more paths beginning with "//"; <bradshaw@staff.crosswalk.com>. 
337      ok markus@
338    - stevesk@cvs.openbsd.org 2001/08/13 23:38:54
339      [scp.c]
340      don't need main prototype (also sync with rcp); ok markus@
341    - markus@cvs.openbsd.org 2001/08/14 09:23:02
342      [sftp.1 sftp-int.c]
343      "bye"; hk63a@netscape.net
344    - stevesk@cvs.openbsd.org 2001/08/14 17:54:29
345      [scp.1 sftp.1 ssh.1]
346      consistent documentation and example of ``-o ssh_option'' for sftp and
347      scp; document keyword=argument for ssh.
348  - (bal) QNX resync.   OK tim@
349
350 20010814
351  - (stevesk) sshpty.c, cray.[ch]: whitespace, formatting and cleanup
352    for some #ifdef _CRAY code; ok wendyp@cray.com
353  - (stevesk) sshpty.c: return 0 on error in cray pty code;
354    ok wendyp@cray.com
355  - (stevesk) bsd-cray.c: utmp strings are not C strings
356  - (stevesk) bsd-cray.c: more cleanup; ok wendyp@cray.com
357
358 20010812
359  - (djm) Fix detection of long long int support. Based on patch from 
360    Michael Stone <mstone@cs.loyola.edu>. ok stevesk, tim
361
362 20010808
363  - (bal) Minor correction to inet_ntop.h.  _BSD_RRESVPORT_H should be
364    _BSD_INET_NTOP_H.  Pointed out by Mark Miller <markm@swoon.net> 
365
366 20010807
367  - (tim) [configure.in sshconnect.c openbsd-compat/Makefile.in
368          openbsd-compat/openbsd-compat.h ] Add inet_ntop.c inet_ntop.h back
369          in. Needed for sshconnect.c
370          [sshconnect.c] fix INET6_ADDRSTRLEN for non IPv6 machines
371          [configure.in] make tests with missing libraries fail
372          patch by Wendy Palm <wendyp@cray.com>
373          Added openbsd-compat/bsd-cray.h. Selective patches from
374          William L. Jones <jones@mail.utexas.edu> 
375
376 20010806
377  - OpenBSD CVS Sync
378    - markus@cvs.openbsd.org 2001/07/22 21:32:27
379      [sshpty.c]
380      update comment
381    - pvalchev@cvs.openbsd.org 2001/07/22 21:32:42
382      [ssh.1]
383      There is no option "Compress", point to "Compression" instead; ok 
384      markus
385    - markus@cvs.openbsd.org 2001/07/22 22:04:19
386      [readconf.c ssh.1]
387      enable challenge-response auth by default; ok millert@
388    - markus@cvs.openbsd.org 2001/07/22 22:24:16
389      [sshd.8]
390      Xr login.conf
391    - markus@cvs.openbsd.org 2001/07/23 09:06:28
392      [sshconnect2.c]
393      reorder default sequence of userauth methods to match ssh behaviour:
394      hostbased,publickey,keyboard-interactive,password
395    - markus@cvs.openbsd.org 2001/07/23 12:47:05
396      [ssh.1]
397      sync PreferredAuthentications
398    - aaron@cvs.openbsd.org 2001/07/23 14:14:18
399      [ssh-keygen.1]
400      Fix typo.
401    - stevesk@cvs.openbsd.org 2001/07/23 18:14:58
402      [auth2.c auth-rsa.c]
403      use %lu; ok markus@
404    - stevesk@cvs.openbsd.org 2001/07/23 18:21:46
405      [xmalloc.c]
406      no zero size xstrdup() error; ok markus@
407    - markus@cvs.openbsd.org 2001/07/25 11:59:35
408      [scard.c]
409      typo in comment
410    - markus@cvs.openbsd.org 2001/07/25 14:35:18
411      [readconf.c ssh.1 ssh.c sshconnect.c]
412      cleanup connect(); connection_attempts 4 -> 1; from 
413      eivind@freebsd.org
414    - stevesk@cvs.openbsd.org 2001/07/26 17:18:22
415      [sshd.8 sshd.c]
416      add -t option to test configuration file and keys; pekkas@netcore.fi
417      ok markus@
418    - rees@cvs.openbsd.org 2001/07/26 20:04:27
419      [scard.c ssh-keygen.c]
420      Inquire Cyberflex class for 0xf0 cards
421      change aid to conform to 7816-5
422      remove gratuitous fid selects
423    - millert@cvs.openbsd.org 2001/07/27 14:50:45
424      [ssh.c]
425      If smart card support is compiled in and a smart card is being used
426      for authentication, make it the first method used.  markus@ OK
427    - deraadt@cvs.openbsd.org 2001/07/27 17:26:16
428      [scp.c]
429      shorten lines
430    - markus@cvs.openbsd.org 2001/07/28 09:21:15
431      [sshd.8]
432      cleanup some RSA vs DSA vs SSH1 vs SSH2 notes
433    - mouring@cvs.openbsd.org 2001/07/29 17:02:46
434      [scp.1]
435      Clarified -o option in scp.1  OKed by Markus@
436    - jakob@cvs.openbsd.org 2001/07/30 16:06:07
437      [scard.c scard.h]
438      better errorcodes from sc_*; ok markus@
439    - stevesk@cvs.openbsd.org 2001/07/30 16:23:30
440      [rijndael.c rijndael.h]
441      new BSD-style license:
442      Brian Gladman <brg@gladman.plus.com>:
443      >I have updated my code at:
444      >http://fp.gladman.plus.com/cryptography_technology/rijndael/index.htm
445      >with a copyright notice as follows:
446      >[...]
447      >I am not sure which version of my old code you are using but I am
448      >happy for the notice above to be substituted for my existing copyright
449      >intent if this meets your purpose.
450    - jakob@cvs.openbsd.org 2001/07/31 08:41:10
451      [scard.c]
452      do not complain about missing smartcards. ok markus@
453    - jakob@cvs.openbsd.org 2001/07/31 09:28:44
454      [readconf.c readconf.h ssh.1 ssh.c]
455      add 'SmartcardDevice' client option to specify which smartcard device 
456      is used to access a smartcard used for storing the user's private RSA 
457      key. ok markus@.
458    - jakob@cvs.openbsd.org 2001/07/31 12:42:50
459      [sftp-int.c sftp-server.c]
460      avoid paths beginning with "//"; <vinschen@redhat.com>
461      ok markus@
462    - jakob@cvs.openbsd.org 2001/07/31 12:53:34
463      [scard.c]
464      close smartcard connection if card is missing
465    - markus@cvs.openbsd.org 2001/08/01 22:03:33
466      [authfd.c authfd.h readconf.c readconf.h scard.c scard.h ssh-add.c 
467       ssh-agent.c ssh.c]
468      use strings instead of ints for smartcard reader ids
469    - markus@cvs.openbsd.org 2001/08/01 22:16:45
470      [ssh.1 sshd.8]
471      refer to current ietf drafts for protocol v2
472    - markus@cvs.openbsd.org 2001/08/01 23:33:09
473      [ssh-keygen.c]
474      allow uploading RSA keys for non-default AUT0 (sha1 over passphrase 
475      like sectok).
476   - markus@cvs.openbsd.org 2001/08/01 23:38:45
477      [scard.c ssh.c]
478      support finish rsa keys.
479      free public keys after login -> call finish -> close smartcard.
480    - markus@cvs.openbsd.org 2001/08/02 00:10:17
481      [ssh-keygen.c]
482      add -D readerid option (download, i.e. print public RSA key to stdout).
483      check for card present when uploading keys.
484      use strings instead of ints for smartcard reader ids, too.
485    - jakob@cvs.openbsd.org 2001/08/02 08:58:35
486      [ssh-keygen.c]
487      change -u (upload smartcard key) to -U. ok markus@
488    - jakob@cvs.openbsd.org 2001/08/02 15:06:52
489      [ssh-keygen.c]
490      more verbose usage(). ok markus@
491    - jakob@cvs.openbsd.org 2001/08/02 15:07:23
492      [ssh-keygen.1]
493      document smartcard upload/download. ok markus@
494    - jakob@cvs.openbsd.org 2001/08/02 15:32:10
495      [ssh.c]
496      add smartcard to usage(). ok markus@
497    - jakob@cvs.openbsd.org 2001/08/02 15:43:57
498      [ssh-agent.c ssh.c ssh-keygen.c]
499      add /* SMARTCARD */ to #else/#endif. ok markus@
500   - jakob@cvs.openbsd.org 2001/08/02 16:14:05
501      [scard.c ssh-agent.c ssh.c ssh-keygen.c]
502      clean up some /* SMARTCARD */. ok markus@
503    - mpech@cvs.openbsd.org 2001/08/02 18:37:35
504      [ssh-keyscan.1]
505      o) .Sh AUTHOR -> .Sh AUTHORS;
506      o) .Sh EXAMPLE -> .Sh EXAMPLES;
507      o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION;
508  
509      millert@ ok
510    - jakob@cvs.openbsd.org 2001/08/03 10:31:19
511      [ssh-add.1]
512      document smartcard options. ok markus@
513    - jakob@cvs.openbsd.org 2001/08/03 10:31:30
514      [ssh-add.c ssh-agent.c ssh-keyscan.c]
515      improve usage(). ok markus@
516    - markus@cvs.openbsd.org 2001/08/05 23:18:20
517      [ssh-keyscan.1 ssh-keyscan.c]
518      ssh 2 support; from wayned@users.sourceforge.net
519    - markus@cvs.openbsd.org 2001/08/05 23:29:58
520      [ssh-keyscan.c]
521      make -t dsa work with commercial servers, too
522    - stevesk@cvs.openbsd.org 2001/08/06 19:47:05
523      [scp.c]
524      use alarm vs. setitimer for portable; ok markus@
525  - (bal) ssh-keyscan double -lssh hack due to seed_rng().
526  - (bal) Second around of UNICOS patches.  A few other things left. 
527    Patches by William L. Jones <jones@mail.utexas.edu> 
528
529 20010803
530  - (djm) Fix interrupted read in entropy gatherer. Spotted by markus@ on
531    a fast UltraSPARC.
532
533 20010726
534  - (stevesk) use mysignal() in protocol 1 loop now that the SIGCHLD
535    handler has converged.
536
537 20010725
538  - (bal) Added 'install-nokeys' to Makefile to assist package builders.
539
540 20010724
541  - (bal) 4711 not 04711 for ssh binary.
542
543 20010722
544  - (bal) Starting the Unicossmk merger.  File merged TODO, configure.in,
545          myproposal.h, ssh_prng_cmds.in, and openbsd-compat/Makefile.in.
546          Added openbsd-compat/bsd-cray.c.  Rest will be merged after
547          approval.  Selective patches from William L. Jones 
548          <jones@mail.utexas.edu> 
549  - OpenBSD CVS Sync
550    - markus@cvs.openbsd.org 2001/07/18 21:10:43
551      [sshpty.c]
552      pr #1946, allow sshd if /dev is readonly
553    - stevesk@cvs.openbsd.org 2001/07/18 21:40:40
554      [ssh-agent.c]
555      chdir("/") from bbraun@synack.net; ok markus@
556    - stevesk@cvs.openbsd.org 2001/07/19 00:41:44
557      [ssh.1]
558      escape chars are below now
559    - markus@cvs.openbsd.org 2001/07/20 14:46:11
560      [ssh-agent.c]
561      do not exit() from signal handlers; ok deraadt@
562    - stevesk@cvs.openbsd.org 2001/07/20 18:41:51
563      [ssh.1]
564      "the" command line
565
566 20010719
567  - (tim) [configure.in] put inet_aton back in AC_CHECK_FUNCS.
568          report from Mark Miller <markm@swoon.net>
569
570 20010718
571  - OpenBSD CVS Sync
572    - stevesk@cvs.openbsd.org 2001/07/14 15:10:17
573      [readpass.c sftp-client.c sftp-common.c sftp-glob.c]
574      delete spurious #includes; ok deraadt@ markus@
575    - markus@cvs.openbsd.org 2001/07/15 16:17:08
576      [serverloop.c]
577      schedule client alive for ssh2 only, greg@cheers.bungi.com
578    - stevesk@cvs.openbsd.org 2001/07/15 16:57:21
579      [ssh-agent.1]
580      -d will not fork; ok markus@
581    - stevesk@cvs.openbsd.org 2001/07/15 16:58:29
582      [ssh-agent.c]
583      typo in usage; ok markus@
584    - markus@cvs.openbsd.org 2001/07/17 20:48:42
585      [ssh-agent.c]
586      update maxfd if maxfd is closed; report from jmcelroy@dtgnet.com
587    - markus@cvs.openbsd.org 2001/07/17 21:04:58
588      [channels.c channels.h clientloop.c nchan.c serverloop.c]
589      keep track of both maxfd and the size of the malloc'ed fdsets.
590      update maxfd if maxfd gets closed.
591    - mouring@cvs.openbsd.org 2001/07/18 16:45:52
592      [scp.c]
593      Missing -o in scp usage()
594  - (bal) Cleaned up trailing spaces in ChangeLog.
595  - (bal) Allow sshd to switch user context without password for Cygwin.
596          Patch by Corinna Vinschen <vinschen@redhat.com>
597  - (bal) Updated cygwin README and ssh-host-config.  Patch by
598          Corinna Vinschen <vinschen@redhat.com>
599
600 20010715
601  - (bal) Set "BROKEN_GETADDRINFO" for darwin platform.  Reported by
602    Josh Larios <jdlarios@cac.washington.edu>
603  - (tim) put openssh/openbsd-compat/inet_aton.[ch] back in.
604          needed by openbsd-compat/fake-getaddrinfo.c
605
606 20010714
607  - (stevesk) change getopt() declaration
608  - (stevesk) configure.in: use ll suffix for long long constant
609    in snprintf() test
610
611 20010713
612  - (djm) Enable /etc/nologin check on PAM systems, as some lack the
613    pam_nologin module. Report from William Yodlowsky
614    <bsd@openbsd.rutgers.edu>
615  - (djm) Revert dirname fix, a better one is on its way.
616  - OpenBSD CVS Sync
617    - markus@cvs.openbsd.org 2001/07/04 22:47:19
618      [ssh-agent.c]
619      ignore SIGPIPE when debugging, too
620    - markus@cvs.openbsd.org 2001/07/04 23:13:10
621      [scard.c scard.h ssh-agent.c]
622      handle card removal more gracefully, add sc_close() to scard.h
623    - markus@cvs.openbsd.org 2001/07/04 23:39:07
624      [ssh-agent.c]
625      for smartcards remove both RSA1/2 keys
626    - markus@cvs.openbsd.org 2001/07/04 23:49:27
627      [ssh-agent.c]
628      handle mutiple adds of the same smartcard key
629    - espie@cvs.openbsd.org 2001/07/05 11:43:33
630      [sftp-glob.c]
631      Directly cast to the right type. Ok markus@
632    - stevesk@cvs.openbsd.org 2001/07/05 20:32:47
633      [sshconnect1.c]
634      statement after label; ok dugsong@
635    - stevesk@cvs.openbsd.org 2001/07/08 15:23:38
636      [servconf.c]
637      fix ``MaxStartups max''; ok markus@
638    - fgsch@cvs.openbsd.org 2001/07/09 05:58:47
639      [ssh.c]
640      Use getopt(3); markus@ ok.
641    - deraadt@cvs.openbsd.org 2001/07/09 07:04:53
642      [session.c sftp-int.c]
643      correct type on last arg to execl(); nordin@cse.ogi.edu
644    - markus@cvs.openbsd.org 2001/07/10 21:49:12
645      [readpass.c]
646      don't panic if fork or pipe fail (just return an empty passwd).
647    - itojun@cvs.openbsd.org 2001/07/11 00:24:53
648      [servconf.c]
649      make it compilable in all 4 combination of KRB4/KRB5 settings.
650      dugsong ok
651      XXX isn't it sensitive to the order of -I/usr/include/kerberosIV and
652      -I/usr/include/kerberosV?
653    - markus@cvs.openbsd.org 2001/07/11 16:29:59
654      [ssh.c]
655      sort options string, fix -p, add -k
656    - markus@cvs.openbsd.org 2001/07/11 18:26:15
657      [auth.c]
658      no need to call dirname(pw->pw_dir).
659      note that dirname(3) modifies its argument on some systems.
660  - (djm) Reorder Makefile.in so clean targets work a little better when
661    run directly from Makefile.in
662  - (djm) Pull in getopt(3) from OpenBSD libc for the optreset extension.
663
664 20010711
665  - (djm) dirname(3) may modify its argument on glibc and other systems.
666    Patch from markus@, spotted by Tom Holroyd <tomh@po.crl.go.jp>
667
668 20010704
669  - OpenBSD CVS Sync
670    - markus@cvs.openbsd.org 2001/06/25 08:25:41
671      [channels.c channels.h cipher.c clientloop.c compat.c compat.h
672       hostfile.c kex.c kex.h key.c key.h nchan.c packet.c serverloop.c
673       session.c session.h sftp-server.c ssh-add.c ssh-agent.c uuencode.h]
674      update copyright for 2001
675    - markus@cvs.openbsd.org 2001/06/25 17:18:27
676      [ssh-keygen.1]
677      sshd(8) will never read the private keys, but ssh(1) does;
678      hugh@mimosa.com
679    - provos@cvs.openbsd.org 2001/06/25 17:54:47
680      [auth.c auth.h auth-rsa.c]
681      terminate secure_filename checking after checking homedir.  that way
682      it works on AFS.  okay markus@
683    - stevesk@cvs.openbsd.org 2001/06/25 20:26:37
684      [auth2.c sshconnect2.c]
685      prototype cleanup; ok markus@
686    - markus@cvs.openbsd.org 2001/06/26 02:47:07
687      [ssh-keygen.c]
688      allow loading a private RSA key to a cyberflex card.
689    - markus@cvs.openbsd.org 2001/06/26 04:07:06
690      [ssh-agent.1 ssh-agent.c]
691      add debug flag
692    - markus@cvs.openbsd.org 2001/06/26 04:59:59
693      [authfd.c authfd.h ssh-add.c]
694      initial support for smartcards in the agent
695    - markus@cvs.openbsd.org 2001/06/26 05:07:43
696      [ssh-agent.c]
697      update usage
698    - markus@cvs.openbsd.org 2001/06/26 05:33:34
699      [ssh-agent.c]
700      more smartcard support.
701    - mpech@cvs.openbsd.org 2001/06/26 05:48:07
702      [sshd.8]
703      remove unnecessary .Pp between .It;
704      millert@ ok
705    - markus@cvs.openbsd.org 2001/06/26 05:50:11
706      [auth2.c]
707      new interface for secure_filename()
708    - itojun@cvs.openbsd.org 2001/06/26 06:32:58
709      [atomicio.h authfd.h authfile.h auth.h auth-options.h bufaux.h
710       buffer.h canohost.h channels.h cipher.h clientloop.h compat.h
711       compress.h crc32.h deattack.h dh.h dispatch.h groupaccess.h
712       hostfile.h kex.h key.h log.h mac.h match.h misc.h mpaux.h packet.h
713       radix.h readconf.h readpass.h rsa.h]
714      prototype pedant.  not very creative...
715      - () -> (void)
716      - no variable names
717    - itojun@cvs.openbsd.org 2001/06/26 06:33:07
718      [servconf.h serverloop.h session.h sftp-client.h sftp-common.h
719       sftp-glob.h sftp-int.h sshconnect.h ssh-dss.h sshlogin.h sshpty.h
720       ssh-rsa.h tildexpand.h uidswap.h uuencode.h xmalloc.h]
721      prototype pedant.  not very creative...
722      - () -> (void)
723      - no variable names
724    - dugsong@cvs.openbsd.org 2001/06/26 16:15:25
725      [auth1.c auth.h auth-krb4.c auth-passwd.c readconf.c readconf.h
726       servconf.c servconf.h session.c sshconnect1.c sshd.c]
727      Kerberos v5 support for SSH1, mostly from Assar Westerlund
728      <assar@freebsd.org> and Bjorn Gronvall <bg@sics.se>. markus@ ok
729    - markus@cvs.openbsd.org 2001/06/26 17:25:34
730      [ssh.1]
731      document SSH_ASKPASS; fubob@MIT.EDU
732    - markus@cvs.openbsd.org 2001/06/26 17:27:25
733      [authfd.h authfile.h auth.h auth-options.h bufaux.h buffer.h
734       canohost.h channels.h cipher.h clientloop.h compat.h compress.h
735       crc32.h deattack.h dh.h dispatch.h groupaccess.c groupaccess.h
736       hostfile.h kex.h key.h log.c log.h mac.h misc.c misc.h mpaux.h
737       packet.h radix.h readconf.h readpass.h rsa.h servconf.h serverloop.h
738       session.h sftp-common.c sftp-common.h sftp-glob.h sftp-int.h
739       sshconnect.h ssh-dss.h sshlogin.h sshpty.h ssh-rsa.h sshtty.h
740       tildexpand.h uidswap.h uuencode.h xmalloc.h]
741      remove comments from .h, since they are cut&paste from the .c files
742      and out of sync
743    - dugsong@cvs.openbsd.org 2001/06/26 17:41:49
744      [servconf.c]
745      #include <kafs.h>
746    - markus@cvs.openbsd.org 2001/06/26 20:14:11
747      [key.c key.h ssh.c sshconnect1.c sshconnect2.c]
748      add smartcard support to the client, too (now you can use both
749      the agent and the client).
750    - markus@cvs.openbsd.org 2001/06/27 02:12:54
751      [serverloop.c serverloop.h session.c session.h]
752      quick hack to make ssh2 work again.
753    - markus@cvs.openbsd.org 2001/06/27 04:48:53
754      [auth.c match.c sshd.8]
755      tridge@samba.org
756    - markus@cvs.openbsd.org 2001/06/27 05:35:42
757      [ssh-keygen.c]
758      use cyberflex_inq_class to inquire class.
759    - markus@cvs.openbsd.org 2001/06/27 05:42:25
760      [rsa.c rsa.h ssh-agent.c ssh-keygen.c]
761      s/generate_additional_parameters/rsa_generate_additional_parameters/
762      http://www.humppa.com/
763    - markus@cvs.openbsd.org 2001/06/27 06:26:36
764      [ssh-add.c]
765      convert to getopt(3)
766    - stevesk@cvs.openbsd.org 2001/06/28 19:57:35
767      [ssh-keygen.c]
768      '\0' terminated data[] is ok; ok markus@
769    - markus@cvs.openbsd.org 2001/06/29 07:06:34
770      [ssh-keygen.c]
771      new error handling for cyberflex_*
772    - markus@cvs.openbsd.org 2001/06/29 07:11:01
773      [ssh-keygen.c]
774      initialize early
775    - stevesk@cvs.openbsd.org 2001/06/29 18:38:44
776      [clientloop.c]
777      sync function definition with declaration; ok markus@
778    - stevesk@cvs.openbsd.org 2001/06/29 18:40:28
779      [channels.c]
780      use socklen_t for getsockopt arg #5; ok markus@
781    - stevesk@cvs.openbsd.org 2001/06/30 18:08:40
782      [channels.c channels.h clientloop.c]
783      adress -> address; ok markus@
784    - markus@cvs.openbsd.org 2001/07/02 13:59:15
785      [serverloop.c session.c session.h]
786      wait until !session_have_children(); bugreport from
787      Lutz.Jaenicke@aet.TU-Cottbus.DE
788    - markus@cvs.openbsd.org 2001/07/02 22:29:20
789      [readpass.c]
790      do not return NULL, use "" instead.
791    - markus@cvs.openbsd.org 2001/07/02 22:40:18
792      [ssh-keygen.c]
793      update for sectok.h interface changes.
794    - markus@cvs.openbsd.org 2001/07/02 22:52:57
795      [channels.c channels.h serverloop.c]
796      improve cleanup/exit logic in ssh2:
797      stop listening to channels, detach channel users (e.g. sessions).
798      wait for children (i.e. dying sessions), send exit messages,
799      cleanup all channels.
800  - (bal) forget a few new files in sync up.
801  - (bal) Makefile fix up requires scard.c
802  - (stevesk) sync misc.h
803  - (stevesk) more sync for session.c
804  - (stevesk) sync servconf.h (comments)
805  - (tim) [contrib/caldera/openssh.spec] sync with Caldera
806  - (tim) [openbsd-compat/dirname.h] Remove ^M causing some compilers to
807          issue warning (line 1: tokens ignored at end of directive line)
808  - (tim) [sshconnect1.c] give the compiler something to do for success:
809          if KRB5 and AFS are not defined
810          (ERROR: "sshconnect1.c", line 1274: Syntax error before or at: })
811
812 20010629
813  - (bal) Removed net_aton() since we don't use it any more
814  - (bal) Fixed _DISABLE_VPOSIX in readpassphrase.c.
815  - (bal) Updated zlib's home.  Thanks to David Howe <DaveHowe@gmx.co.uk>.
816  - (stevesk) remove _REENTRANT #define
817  - (stevesk) session.c: use u_int for envsize
818  - (stevesk) remove cli.[ch]
819
820 20010628
821  - (djm) Sync openbsd-compat with -current libc
822  - (djm) Fix from Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE> for my
823    broken makefile
824  - (bal) Removed strtok_r() and inet_ntop() since they are no longer used.
825  - (bal) Remove getusershell() since it's no longer used.
826
827 20010627
828  - (djm) Reintroduce pam_session call for non-pty sessions.
829  - (djm) Remove redundant and incorrect test for max auth attempts in
830    PAM kbdint code. Based on fix from Matthew Melvin
831   <matthewm@webcentral.com.au>
832  - (djm) Rename sysconfdir/primes => sysconfdir/moduli
833  - (djm) Oops, forgot make logic for primes=>moduli. Also try to rename
834    existing primes->moduli if it exists.
835  - (djm) Sync with -current openbsd-compat/readpassphrase.c:
836    - djm@cvs.openbsd.org 2001/06/27 13:23:30
837      typo, spotted by Tom Holroyd <tomh@po.crl.go.jp>; ok deraadt@
838  - (djm) Turn up warnings if gcc or egcs detected
839  - (stevesk) for HP-UX 11.X use X/Open socket interface;
840     pulls in modern socket prototypes and eliminates a number of compiler
841     warnings.  see xopen_networking(7).
842  - (stevesk) fix x11 forwarding from _PATH_XAUTH change
843  - (stevesk) use X/Open socket interface for HP-UX 10.X also
844
845 20010625
846  - OpenBSD CVS Sync
847    - markus@cvs.openbsd.org 2001/06/21 21:08:25
848      [session.c]
849      don't reset forced_command (we allow multiple login shells in
850      ssh2); dwd@bell-labs.com
851    - mpech@cvs.openbsd.org 2001/06/22 10:17:51
852      [ssh.1 sshd.8 ssh-keyscan.1]
853      o) .Sh AUTHOR -> .Sh AUTHORS;
854      o) remove unnecessary .Pp;
855      o) better -mdoc style;
856      o) typo;
857      o) sort SEE ALSO;
858      aaron@ ok
859    - provos@cvs.openbsd.org 2001/06/22 21:27:08
860      [dh.c pathnames.h]
861      use /etc/moduli instead of /etc/primes, okay markus@
862    - provos@cvs.openbsd.org 2001/06/22 21:28:53
863      [sshd.8]
864      document /etc/moduli
865    - markus@cvs.openbsd.org 2001/06/22 21:55:49
866      [auth2.c auth-rsa.c pathnames.h ssh.1 sshd.8 sshd_config
867       ssh-keygen.1]
868      merge authorized_keys2 into authorized_keys.
869      authorized_keys2 is used for backward compat.
870      (just append authorized_keys2 to authorized_keys).
871    - provos@cvs.openbsd.org 2001/06/22 21:57:59
872      [dh.c]
873      increase linebuffer to deal with larger moduli; use rewind instead of
874      close/open
875    - markus@cvs.openbsd.org 2001/06/22 22:21:20
876      [sftp-server.c]
877      allow long usernames/groups in readdir
878    - markus@cvs.openbsd.org 2001/06/22 23:35:21
879      [ssh.c]
880      don't overwrite argv (fixes ssh user@host in 'ps'), report by ericj@
881    - deraadt@cvs.openbsd.org 2001/06/23 00:16:16
882      [scp.c]
883      slightly better care
884    - markus@cvs.openbsd.org 2001/06/23 00:20:57
885      [auth2.c auth.c auth.h auth-rh-rsa.c]
886      *known_hosts2 is obsolete for hostbased authentication and
887      only used for backward compat. merge ssh1/2 hostkey check
888      and move it to auth.c
889    - deraadt@cvs.openbsd.org 2001/06/23 02:33:05
890      [sftp.1 sftp-server.8 ssh-keygen.1]
891      join .%A entries; most by bk@rt.fm
892    - markus@cvs.openbsd.org 2001/06/23 02:34:33
893      [kexdh.c kexgex.c kex.h pathnames.h readconf.c servconf.h ssh.1
894       sshconnect1.c sshconnect2.c sshconnect.c sshconnect.h sshd.8]
895      get rid of known_hosts2, use it for hostkey lookup, but do not
896      modify.
897    - markus@cvs.openbsd.org 2001/06/23 03:03:59
898      [sshd.8]
899      draft-ietf-secsh-dh-group-exchange-01.txt
900    - markus@cvs.openbsd.org 2001/06/23 03:04:42
901      [auth2.c auth-rh-rsa.c]
902      restore correct ignore_user_known_hosts logic.
903    - markus@cvs.openbsd.org 2001/06/23 05:26:02
904      [key.c]
905      handle sigature of size 0 (some broken clients send this).
906    - deraadt@cvs.openbsd.org 2001/06/23 05:57:09
907      [sftp.1 sftp-server.8 ssh-keygen.1]
908      ok, tmac is now fixed
909    - markus@cvs.openbsd.org 2001/06/23 06:41:10
910      [ssh-keygen.c]
911      try to decode ssh-3.0.0 private rsa keys
912      (allow migration to openssh, not vice versa), #910
913    - itojun@cvs.openbsd.org 2001/06/23 15:12:20
914      [auth1.c auth2.c auth2-chall.c authfd.c authfile.c auth-rhosts.c
915       canohost.c channels.c cipher.c clientloop.c deattack.c dh.c
916       hostfile.c kex.c kexdh.c kexgex.c key.c nchan.c packet.c radix.c
917       readpass.c scp.c servconf.c serverloop.c session.c sftp.c
918       sftp-client.c sftp-glob.c sftp-int.c sftp-server.c ssh-add.c
919       ssh-agent.c ssh.c sshconnect1.c sshconnect2.c sshconnect.c sshd.c
920       ssh-keygen.c ssh-keyscan.c]
921      more strict prototypes.  raise warning level in Makefile.inc.
922      markus ok'ed
923      TODO; cleanup headers
924    - markus@cvs.openbsd.org 2001/06/23 17:05:22
925      [ssh-keygen.c]
926      fix import for (broken?) ssh.com/f-secure private keys
927      (i tested > 1000 RSA keys)
928    - itojun@cvs.openbsd.org 2001/06/23 17:48:18
929      [sftp.1 ssh.1 sshd.8 ssh-keyscan.1]
930      kill whitespace at EOL.
931    - markus@cvs.openbsd.org 2001/06/23 19:12:43
932      [sshd.c]
933      pidfile/sigterm race; bbraun@synack.net
934    - markus@cvs.openbsd.org 2001/06/23 22:37:46
935      [sshconnect1.c]
936      consistent with ssh2: skip key if empty passphrase is entered,
937      retry num_of_passwd_prompt times if passphrase is wrong. ok fgsch@
938    - markus@cvs.openbsd.org 2001/06/24 05:25:10
939      [auth-options.c match.c match.h]
940      move ip+hostname check to match.c
941    - markus@cvs.openbsd.org 2001/06/24 05:35:33
942      [readpass.c readpass.h ssh-add.c sshconnect2.c ssh-keygen.c]
943      switch to readpassphrase(3)
944      2.7/8-stable needs readpassphrase.[ch] from libc
945    - markus@cvs.openbsd.org 2001/06/24 05:47:13
946      [sshconnect2.c]
947      oops, missing format string
948    - markus@cvs.openbsd.org 2001/06/24 17:18:31
949      [ttymodes.c]
950      passing modes works fine: debug2->3
951  - (djm) -Wall fix for session.c
952  - (djm) Bring in readpassphrase() from OpenBSD libc. Compiles OK on Linux and
953    Solaris
954
955 20010622
956  - (stevesk) handle systems without pw_expire and pw_change.
957
958 20010621
959  - OpenBSD CVS Sync
960    - markus@cvs.openbsd.org 2001/06/16 08:49:38
961      [misc.c]
962      typo; dunlap@apl.washington.edu
963    - markus@cvs.openbsd.org 2001/06/16 08:50:39
964      [channels.h]
965      bad //-style comment; thx to stevev@darkwing.uoregon.edu
966    - markus@cvs.openbsd.org 2001/06/16 08:57:35
967      [scp.c]
968      no stdio or exit() in signal handlers.
969    - markus@cvs.openbsd.org 2001/06/16 08:58:34
970      [misc.c]
971      copy pw_expire and pw_change, too.
972    - markus@cvs.openbsd.org 2001/06/19 12:34:09
973      [session.c]
974      cleanup forced command handling, from dwd@bell-labs.com
975    - markus@cvs.openbsd.org 2001/06/19 14:09:45
976      [session.c sshd.8]
977      disable x11-fwd if use_login is enabled; from lukem@wasabisystems.com
978    - markus@cvs.openbsd.org 2001/06/19 15:40:45
979      [session.c]
980      allocate and free at the same level.
981    - markus@cvs.openbsd.org 2001/06/20 13:56:39
982      [channels.c channels.h clientloop.c packet.c serverloop.c]
983      move from channel_stop_listening to channel_free_all,
984      call channel_free_all before calling waitpid() in serverloop.
985      fixes the utmp handling; report from Lutz.Jaenicke@aet.TU-Cottbus.DE
986
987 20010615
988  - (stevesk) don't set SA_RESTART and set SIGCHLD to SIG_DFL
989    around grantpt().
990  - (stevesk) update TODO: STREAMS pty systems don't call vhangup() now
991
992 20010614
993  - OpenBSD CVS Sync
994    - markus@cvs.openbsd.org 2001/06/13 09:10:31
995      [session.c]
996      typo, use pid not s->pid, mstone@cs.loyola.edu
997
998 20010613
999  - OpenBSD CVS Sync
1000    - markus@cvs.openbsd.org 2001/06/12 10:58:29
1001      [session.c]
1002      merge session_free into session_close()
1003      merge pty_cleanup_proc into session_pty_cleanup()
1004    - markus@cvs.openbsd.org 2001/06/12 16:10:38
1005      [session.c]
1006      merge ssh1/ssh2 tty msg parse and alloc code
1007    - markus@cvs.openbsd.org 2001/06/12 16:11:26
1008      [packet.c]
1009      do not log() packet_set_maxsize
1010    - markus@cvs.openbsd.org 2001/06/12 21:21:29
1011      [session.c]
1012      remove xauth-cookie-in-tmp handling. use default $XAUTHORITY, since
1013      we do already trust $HOME/.ssh
1014      you can use .ssh/sshrc and .ssh/environment if you want to customize
1015      the location of the xauth cookies
1016    - markus@cvs.openbsd.org 2001/06/12 21:30:57
1017      [session.c]
1018      unused
1019
1020 20010612
1021  - scp.c ID update (upstream synced vfsprintf() from us)
1022  - OpenBSD CVS Sync
1023   - markus@cvs.openbsd.org 2001/06/10 11:29:20
1024      [dispatch.c]
1025      we support rekeying
1026      protocol errors are fatal.
1027    - markus@cvs.openbsd.org 2001/06/11 10:18:24
1028      [session.c]
1029      reset pointer to NULL after xfree(); report from solar@openwall.com
1030    - markus@cvs.openbsd.org 2001/06/11 16:04:38
1031      [sshd.8]
1032      typo; bdubreuil@crrel.usace.army.mil
1033
1034 20010611
1035  - (bal) NeXT/MacOS X lack libgen.h and dirname().  Patch by Mark Miller
1036    <markm@swoon.net>
1037  - (bal) Handle broken krb4 issues on Solaris with multiple defined u_*_t
1038    types.  Patch by Jan IVEN <Jan.Iven@cern.ch>
1039  - (bal) Fixed Makefile.in so that 'configure; make install' works.
1040
1041 20010610
1042  - (bal) Missed two files in major resync.  auth-bsdauth.c and auth-skey.c
1043
1044 20010609
1045  - OpenBSD CVS Sync
1046    - markus@cvs.openbsd.org 2001/05/30 12:55:13
1047      [auth-options.c auth2.c channels.c channels.h clientloop.c nchan.c
1048       packet.c serverloop.c session.c ssh.c ssh1.h]
1049      channel layer cleanup: merge header files and split .c files
1050    - markus@cvs.openbsd.org 2001/05/30 15:20:10
1051      [ssh.c]
1052      merge functions, simplify.
1053    - markus@cvs.openbsd.org 2001/05/31 10:30:17
1054      [auth-options.c auth2.c channels.c channels.h clientloop.c nchan.c
1055       packet.c serverloop.c session.c ssh.c]
1056      undo the .c file split, just merge the header and keep the cvs
1057      history
1058  - (bal) Channels.c and Channels.h -- "Merge Functions, simplify" (draged
1059    out of ssh Attic)
1060  - (bal) Ooops.. nchan.c (and remove nchan.h) resync from OpenBSD ssh
1061    Attic.
1062  - OpenBSD CVS Sync
1063    - markus@cvs.openbsd.org 2001/05/31 13:08:04
1064      [sshd_config]
1065      group options and add some more comments
1066    - markus@cvs.openbsd.org 2001/06/03 14:55:39
1067      [channels.c channels.h session.c]
1068      use fatal_register_cleanup instead of atexit, sync with x11 authdir
1069      handling
1070    - markus@cvs.openbsd.org 2001/06/03 19:36:44
1071      [ssh-keygen.1]
1072      1-2 bits of entrophy per character (not per word), ok stevesk@
1073    - markus@cvs.openbsd.org 2001/06/03 19:38:42
1074      [scp.c]
1075      pass -v to ssh; from slade@shore.net
1076    - markus@cvs.openbsd.org 2001/06/03 20:06:11
1077      [auth2-chall.c]
1078      the challenge response device decides how to handle non-existing
1079      users.
1080      -> fake challenges for skey and cryptocard
1081    - markus@cvs.openbsd.org 2001/06/04 21:59:43
1082      [channels.c channels.h session.c]
1083      switch uid when cleaning up tmp files and sockets; reported by
1084      zen-parse@gmx.net on bugtraq
1085    - markus@cvs.openbsd.org 2001/06/04 23:07:21
1086      [clientloop.c serverloop.c sshd.c]
1087      set flags in the signal handlers, do real work in the main loop,
1088      ok provos@
1089    - markus@cvs.openbsd.org 2001/06/04 23:16:16
1090      [session.c]
1091      merge ssh1/2 x11-fwd setup, create listener after tmp-dir
1092    - pvalchev@cvs.openbsd.org 2001/06/05 05:05:39
1093      [ssh-keyscan.1 ssh-keyscan.c]
1094      License clarification from David Mazieres, ok deraadt@
1095    - markus@cvs.openbsd.org 2001/06/05 10:24:32
1096      [channels.c]
1097      don't delete the auth socket in channel_stop_listening()
1098      auth_sock_cleanup_proc() will take care of this.
1099    - markus@cvs.openbsd.org 2001/06/05 16:46:19
1100      [session.c]
1101      let session_close() delete the pty.  deny x11fwd if xauthfile is set.
1102    - markus@cvs.openbsd.org 2001/06/06 23:13:54
1103      [ssh-dss.c ssh-rsa.c]
1104      cleanup, remove old code
1105    - markus@cvs.openbsd.org 2001/06/06 23:19:35
1106      [ssh-add.c]
1107      remove debug message; Darren.Moffat@eng.sun.com
1108    - markus@cvs.openbsd.org 2001/06/07 19:57:53
1109      [auth2.c]
1110      style is used for bsdauth.
1111      disconnect on user/service change (ietf-drafts)
1112    - markus@cvs.openbsd.org 2001/06/07 20:23:05
1113      [authfd.c authfile.c channels.c kexdh.c kexgex.c packet.c ssh.c
1114       sshconnect.c sshconnect1.c]
1115      use xxx_put_cstring()
1116    - markus@cvs.openbsd.org 2001/06/07 22:25:02
1117      [session.c]
1118      don't overwrite errno
1119      delay deletion of the xauth cookie
1120    - markus@cvs.openbsd.org 2001/06/08 15:25:40
1121      [includes.h pathnames.h readconf.c servconf.c]
1122      move the path for xauth to pathnames.h
1123  - (bal) configure.in fix for Tru64 (forgeting to reset $LIB)
1124  - (bal) ANSIify strmode()
1125  - (bal) --with-catman should be --with-mantype patch by Dave
1126    Dykstra <dwd@bell-labs.com>
1127
1128 20010606
1129  - OpenBSD CVS Sync
1130    - markus@cvs.openbsd.org 2001/05/17 21:34:15
1131      [ssh.1]
1132      no spaces in PreferredAuthentications;
1133      meixner@rbg.informatik.tu-darmstadt.de
1134    - markus@cvs.openbsd.org 2001/05/18 14:13:29
1135      [auth-chall.c auth.h auth1.c auth2-chall.c auth2.c readconf.c
1136       readconf.h servconf.c servconf.h sshconnect1.c sshconnect2.c sshd.c]
1137      improved kbd-interactive support. work by per@appgate.com and me
1138    - djm@cvs.openbsd.org 2001/05/19 00:36:40
1139      [session.c]
1140      Disable X11 forwarding if xauth binary is not found. Patch from Nalin
1141      Dahyabhai <nalin@redhat.com>; ok markus@
1142    - markus@cvs.openbsd.org 2001/05/19 16:05:41
1143      [scp.c]
1144      ftruncate() instead of open()+O_TRUNC like rcp.c does
1145      allows scp /path/to/file localhost:/path/to/file
1146    - markus@cvs.openbsd.org 2001/05/19 16:08:43
1147      [sshd.8]
1148      sort options; Matthew.Stier@fnc.fujitsu.com
1149    - markus@cvs.openbsd.org 2001/05/19 16:32:16
1150      [ssh.1 sshconnect2.c]
1151      change preferredauthentication order to
1152         publickey,hostbased,password,keyboard-interactive
1153      document that hostbased defaults to no, document order
1154    - markus@cvs.openbsd.org 2001/05/19 16:46:19
1155      [ssh.1 sshd.8]
1156      document MACs defaults with .Dq
1157    - stevesk@cvs.openbsd.org 2001/05/19 19:43:57
1158      [misc.c misc.h servconf.c sshd.8 sshd.c]
1159      sshd command-line arguments and configuration file options that
1160      specify time may be expressed using a sequence of the form:
1161      time[qualifier], where time is a positive integer value and qualifier
1162      is one of the following:
1163          <none>,s,m,h,d,w
1164      Examples:
1165          600     600 seconds (10 minutes)
1166          10m     10 minutes
1167          1h30m   1 hour 30 minutes (90 minutes)
1168      ok markus@
1169    - stevesk@cvs.openbsd.org 2001/05/19 19:57:09
1170      [channels.c]
1171      typo in error message
1172    - markus@cvs.openbsd.org 2001/05/20 17:20:36
1173      [auth-rsa.c auth.c auth.h auth2.c servconf.c servconf.h sshd.8
1174       sshd_config]
1175      configurable authorized_keys{,2} location; originally from peter@;
1176      ok djm@
1177    - markus@cvs.openbsd.org 2001/05/24 11:12:42
1178      [auth.c]
1179      fix comment; from jakob@
1180    - stevesk@cvs.openbsd.org 2001/05/24 18:57:53
1181      [clientloop.c readconf.c ssh.c ssh.h]
1182      don't perform escape processing when ``EscapeChar none''; ok markus@
1183    - markus@cvs.openbsd.org 2001/05/25 14:37:32
1184      [ssh-keygen.c]
1185      use -P for -e and -y, too.
1186    - markus@cvs.openbsd.org 2001/05/28 08:04:39
1187      [ssh.c]
1188      fix usage()
1189    - markus@cvs.openbsd.org 2001/05/28 10:08:55
1190      [authfile.c]
1191      key_load_private: set comment to filename for PEM keys
1192    - markus@cvs.openbsd.org 2001/05/28 22:51:11
1193      [cipher.c cipher.h]
1194      simpler 3des for ssh1
1195    - markus@cvs.openbsd.org 2001/05/28 23:14:49
1196      [channels.c channels.h nchan.c]
1197      undo broken channel fix and try a different one. there
1198      should be still some select errors...
1199    - markus@cvs.openbsd.org 2001/05/28 23:25:24
1200      [channels.c]
1201      cleanup, typo
1202    - markus@cvs.openbsd.org 2001/05/28 23:58:35
1203      [packet.c packet.h sshconnect.c sshd.c]
1204      remove some lines, simplify.
1205    - markus@cvs.openbsd.org 2001/05/29 12:31:27
1206      [authfile.c]
1207      typo
1208
1209 20010528
1210  - (tim) [conifgure.in] add setvbuf test needed for sftp-int.c
1211    Patch by Corinna Vinschen <vinschen@redhat.com>
1212
1213 20010517
1214  - OpenBSD CVS Sync
1215    - markus@cvs.openbsd.org 2001/05/12 19:53:13
1216      [sftp-server.c]
1217      readlink does not NULL-terminate; mhe@home.se
1218    - deraadt@cvs.openbsd.org 2001/05/15 22:04:01
1219      [ssh.1]
1220      X11 forwarding details improved
1221    - markus@cvs.openbsd.org 2001/05/16 20:51:57
1222      [authfile.c]
1223      return comments for private pem files, too; report from nolan@naic.edu
1224    - markus@cvs.openbsd.org 2001/05/16 21:53:53
1225      [clientloop.c]
1226      check for open sessions before we call select(); fixes the x11 client
1227      bug reported by bowman@math.ualberta.ca
1228    - markus@cvs.openbsd.org 2001/05/16 22:09:21
1229      [channels.c nchan.c]
1230      more select() error fixes (don't set rfd/wfd to -1).
1231  - (bal) Enabled USE_PIPES for Cygwin on Corinna Vinschen <vinschen@redhat.com>
1232  - (bal) Corrected on_exit() emulation via atexit().
1233
1234 20010512
1235  - OpenBSD CVS Sync
1236    - markus@cvs.openbsd.org 2001/05/11 14:59:56
1237      [clientloop.c misc.c misc.h]
1238      add unset_nonblock for stdout/err flushing in client_loop().
1239  - (bal) Patch to partial sync up contrib/solaris/ packaging software.
1240    Patch by pete <ninjaz@webexpress.com>
1241
1242 20010511
1243  - OpenBSD CVS Sync
1244    - markus@cvs.openbsd.org 2001/05/09 22:51:57
1245      [channels.c]
1246      fix -R for protocol 2, noticed by greg@nest.cx.
1247      bug was introduced with experimental dynamic forwarding.
1248    - markus@cvs.openbsd.org 2001/05/09 23:01:31
1249      [rijndael.h]
1250      fix prototype; J.S.Peatfield@damtp.cam.ac.uk
1251
1252 20010509
1253   - OpenBSD CVS Sync
1254    - markus@cvs.openbsd.org 2001/05/06 21:23:31
1255      [cli.c]
1256      cli_read() fails to catch SIGINT + overflow; from obdb@zzlevo.net
1257    - markus@cvs.openbsd.org 2001/05/08 19:17:31
1258      [channels.c serverloop.c clientloop.c]
1259      adds correct error reporting to async connect()s
1260      fixes the server-discards-data-before-connected-bug found by
1261      onoe@sm.sony.co.jp
1262    - mouring@cvs.openbsd.org 2001/05/08 19:45:25
1263      [misc.c misc.h scp.c sftp.c]
1264      Use addargs() in sftp plus some clean up of addargs().  OK Markus
1265    - markus@cvs.openbsd.org 2001/05/06 21:45:14
1266      [clientloop.c]
1267      use atomicio for flushing stdout/stderr bufs. thanks to
1268      jbw@izanami.cee.hw.ac.uk
1269    - markus@cvs.openbsd.org 2001/05/08 22:48:07
1270      [atomicio.c]
1271      no need for xmalloc.h, thanks to espie@
1272  - (bal) UseLogin patch for Solaris/UNICOS.  Patch by Wayne Davison
1273    <wayne@blorf.net>
1274  - (bal) ./configure support to disable SIA on OSF1.  Patch by
1275    Chris Adams <cmadams@hiwaay.net>
1276  - (bal) Updates from the Sony NEWS-OS platform by NAKAJI Hiroyuki
1277    <nakaji@tutrp.tut.ac.jp>
1278
1279 20010508
1280  - (bal) Fixed configure test for USE_SIA.
1281
1282 20010506
1283  - (djm) Update config.guess and config.sub with latest versions (from
1284    ftp://ftp.gnu.org/gnu/config/) to allow configure on ia64-hpux.
1285    Suggested by Jason Mader <jason@ncac.gwu.edu>
1286  - (bal) White Space and #ifdef sync with OpenBSD
1287  - (bal) Add 'seed_rng()' to ssh-add.c
1288  - (bal) CVS ID updates for readpass.c, readpass.h, cli.c, and cli.h
1289  - OpenBSD CVS Sync
1290    - stevesk@cvs.openbsd.org 2001/05/05 13:42:52
1291      [sftp.1 ssh-add.1 ssh-keygen.1]
1292      typos, grammar
1293
1294 20010505
1295  - OpenBSD CVS Sync
1296    - stevesk@cvs.openbsd.org 2001/05/04 14:21:56
1297      [ssh.1 sshd.8]
1298      typos
1299    - markus@cvs.openbsd.org 2001/05/04 14:34:34
1300      [channels.c]
1301      channel_new() reallocs channels[], we cannot use Channel *c after
1302      calling channel_new(), XXX fix this in the future...
1303    - markus@cvs.openbsd.org 2001/05/04 23:47:34
1304      [channels.c channels.h clientloop.c nchan.c nchan.h serverloop.c ssh.c]
1305      move to Channel **channels (instead of Channel *channels), fixes realloc
1306      problems.  channel_new now returns a Channel *, favour Channel * over
1307      channel id.  remove old channel_allocate interface.
1308
1309 20010504
1310  - OpenBSD CVS Sync
1311    - stevesk@cvs.openbsd.org 2001/05/03 15:07:39
1312      [channels.c]
1313      typo in debug() string
1314    - markus@cvs.openbsd.org 2001/05/03 15:45:15
1315      [session.c]
1316      exec shell -c /bin/sh .ssh/sshrc, from abartlet@pcug.org.au
1317    - stevesk@cvs.openbsd.org 2001/05/03 21:43:01
1318      [servconf.c]
1319      remove "\n" from fatal()
1320    - mouring@cvs.openbsd.org 2001/05/03 23:09:53
1321      [misc.c misc.h scp.c sftp.c]
1322      Move colon() and cleanhost() to misc.c where I should I have put it in
1323      the first place
1324  - (bal) Updated Cygwin README by Corinna Vinschen <vinschen@redhat.com>
1325  - (bal) Avoid socket file security issues in ssh-agent for Cygwin.
1326    Patch by Egor Duda <deo@logos-m.ru>
1327
1328 20010503
1329  - OpenBSD CVS Sync
1330    - markus@cvs.openbsd.org 2001/05/02 16:41:20
1331      [ssh-add.c]
1332      fix prompt for ssh-add.
1333
1334 20010502
1335  - OpenBSD CVS Sync
1336    - mouring@cvs.openbsd.org 2001/05/02 01:25:39
1337      [readpass.c]
1338      Put the 'const' back into ssh_askpass() function.  Pointed out
1339      by Mark Miller <markm@swoon.net>.  OK Markus
1340
1341 20010501
1342  - OpenBSD CVS Sync
1343    - markus@cvs.openbsd.org 2001/04/30 11:18:52
1344      [readconf.c readconf.h ssh.1 ssh.c sshconnect.c]
1345      implement 'ssh -b bind_address' like 'telnet -b'
1346    - markus@cvs.openbsd.org 2001/04/30 15:50:46
1347      [compat.c compat.h kex.c]
1348      allow interop with weaker key generation used by ssh-2.0.x, x < 10
1349    - markus@cvs.openbsd.org 2001/04/30 16:02:49
1350      [compat.c]
1351      ssh-2.0.10 has the weak-key-bug, too.
1352  - (tim) [contrib/caldera/openssh.spec] add Requires line for Caldera 3.1
1353
1354 20010430
1355  - OpenBSD CVS Sync
1356    - markus@cvs.openbsd.org 2001/04/29 18:32:52
1357      [serverloop.c]
1358      fix whitespace
1359    - markus@cvs.openbsd.org 2001/04/29 19:16:52
1360      [channels.c clientloop.c compat.c compat.h serverloop.c]
1361      more ssh.com-2.0.x bug-compat; from per@appgate.com
1362  - (tim) New version of mdoc2man.pl from Mark D. Roth <roth+openssh@feep.net>
1363  - (djm) Add .cvsignore files, suggested by Wayne Davison <wayne@blorf.net>
1364
1365 20010429
1366  - (bal) Updated INSTALL.  PCRE moved to a new place.
1367  - (djm) Release OpenSSH-2.9p1
1368
1369 20010427
1370  - (bal) Fixed uidswap.c so it should work on non-posix complient systems.
1371    patch based on 2.5.2 version by djm.
1372  - (bal) Build manpages and config files once unless changed.  Patch by
1373    Carson Gaspar <carson@taltos.org>
1374  - (bal) arpa/nameser.h does not exist on Cygwin.  Patch by Corinna
1375    Vinschen <vinschen@redhat.com>
1376  - (bal) Add /etc/sysconfig/sshd support to redhat's sshd.init. Patch by
1377    Pekka Savola <pekkas@netcore.fi>
1378  - (bal) Cygwin lacks setgroups() API.  Patch by Corinna Vinschen
1379    <vinschen@redhat.com>
1380  - (bal) version.h synced, RPM specs updated for 2.9
1381  - (tim) update contrib/caldera files with what Caldera is using.
1382    <sps@caldera.de>
1383
1384 20010425
1385  - OpenBSD CVS Sync
1386    - markus@cvs.openbsd.org 2001/04/23 21:57:07
1387      [ssh-keygen.1 ssh-keygen.c]
1388      allow public key for -e, too
1389    - markus@cvs.openbsd.org 2001/04/23 22:14:13
1390      [ssh-keygen.c]
1391      remove debug
1392  - (bal) Whitespace resync w/ OpenBSD for uidswap.c
1393  - (djm) Add new server configuration directive 'PAMAuthenticationViaKbdInt'
1394    (default: off), implies KbdInteractiveAuthentication. Suggestion from
1395    markus@
1396  - (djm) Include crypt.h if available in auth-passwd.c
1397  - tim@mindrot.org 2001/04/25 21:38:01 [configure.in]
1398    man page detection fixes for SCO
1399
1400 20010424
1401  - OpenBSD CVS Sync
1402    - markus@cvs.openbsd.org 2001/04/22 23:58:36
1403      [ssh-keygen.1 ssh.1 sshd.8]
1404      document hostbased and other cleanup
1405  - (stevesk) start_pam() doesn't use DNS now for sshd -u0.
1406  - (stevesk) auth-pam.c: use PERMIT_NO_PASSWD
1407  - (bal) sys/queue.h is bogus for NCR platform.  Patch by Daniel Carroll
1408    <dan@mesastate.edu>
1409  - (bal) Fixed contrib/postinstall.in.  Patch by wsanders@wsanders.net
1410
1411 20010422
1412  - OpenBSD CVS Sync
1413    - markus@cvs.openbsd.org 2001/04/20 16:32:22
1414      [uidswap.c]
1415      set non-privileged gid before uid; tholo@ and deraadt@
1416    - mouring@cvs.openbsd.org 2001/04/21 00:55:57
1417      [sftp.1]
1418      Spelling
1419    - djm@cvs.openbsd.org 2001/04/22 08:13:30
1420      [ssh.1]
1421      typos spotted by stevesk@; ok deraadt@
1422    - markus@cvs.openbsd.org 2001/04/22 12:34:05
1423      [scp.c]
1424      scp > 2GB; niles@scyld.com; ok deraadt@, djm@
1425    - markus@cvs.openbsd.org 2001/04/22 13:25:37
1426      [ssh-keygen.1 ssh-keygen.c]
1427      rename arguments -x -> -e (export key), -X -> -i (import key)
1428      xref draft-ietf-secsh-publickeyfile-01.txt
1429    - markus@cvs.openbsd.org 2001/04/22 13:32:27
1430      [sftp-server.8 sftp.1 ssh.1 sshd.8]
1431      xref draft-ietf-secsh-*
1432    - markus@cvs.openbsd.org 2001/04/22 13:41:02
1433      [ssh-keygen.1 ssh-keygen.c]
1434      style, noted by stevesk; sort flags in usage
1435
1436 20010421
1437  - OpenBSD CVS Sync
1438    - djm@cvs.openbsd.org 2001/04/20 07:17:51
1439      [clientloop.c ssh.1]
1440      Split out and improve escape character documentation, mention ~R in
1441      ~? help text; ok markus@
1442  - Update RPM spec files for CVS version.h
1443  - (stevesk) set the default PAM service name to __progname instead
1444    of the hard-coded value "sshd"; from Mark D. Roth <roth@feep.net>
1445  - (stevesk) document PAM service name change in INSTALL
1446  - tim@mindrot.org 2001/04/21 14:25:57 [Makefile.in configure.in]
1447    fix perl test, fix nroff test, fix Makefile to build outside source tree
1448
1449 20010420
1450  - OpenBSD CVS Sync
1451    - ian@cvs.openbsd.org 2001/04/18 16:21:05
1452      [ssh-keyscan.1]
1453      Fix typo reported in PR/1779
1454    - markus@cvs.openbsd.org 2001/04/18 21:57:42
1455      [readpass.c ssh-add.c]
1456      call askpass from ssh, too, based on work by roth@feep.net, ok deraadt
1457    - markus@cvs.openbsd.org 2001/04/18 22:03:45
1458      [auth2.c sshconnect2.c]
1459      use FDQN with trailing dot in the hostbased auth packets, ok deraadt@
1460    - markus@cvs.openbsd.org 2001/04/18 22:48:26
1461      [auth2.c]
1462      no longer const
1463    - markus@cvs.openbsd.org 2001/04/18 23:43:26
1464      [auth2.c compat.c sshconnect2.c]
1465      more ssh v2 hostbased-auth interop: ssh.com >= 2.1.0 works now
1466      (however the 2.1.0 server seems to work only if debug is enabled...)
1467    - markus@cvs.openbsd.org 2001/04/18 23:44:51
1468      [authfile.c]
1469      error->debug; noted by fries@
1470    - markus@cvs.openbsd.org 2001/04/19 00:05:11
1471      [auth2.c]
1472      use local variable, no function call needed.
1473      (btw, hostbased works now with ssh.com >= 2.0.13)
1474   - (bal) Put scp-common.h back into scp.c (it exists in the upstream
1475     tree) pointed out by Tom Holroyd <tomh@po.crl.go.jp>
1476
1477 20010418
1478   - OpenBSD CVS Sync
1479    - markus@cvs.openbsd.org 2001/04/17 19:34:25
1480      [session.c]
1481      move auth_approval to do_authenticated().
1482      do_child(): nuke hostkeys from memory
1483      don't source .ssh/rc for subsystems.
1484    - markus@cvs.openbsd.org 2001/04/18 14:15:00
1485      [canohost.c]
1486      debug->debug3
1487   - (bal) renabled 'catman-do:' and fixed it.  So now catman pages should
1488     be working again.
1489   - (bal) Makfile day... Cleaned up multiple mantype support (Patch by
1490     Mark D. Roth <roth+openssh@feep.net>), and fixed PIDDIR support.
1491
1492 20010417
1493   - (bal) Add perl5 check for HP/UX, Removed GNUness from Makefile.in
1494     and temporary commented out 'catman-do:' since it is broken.  Patches
1495     for the first two by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
1496   - OpenBSD CVS Sync
1497    - deraadt@cvs.openbsd.org 2001/04/16 08:26:04
1498      [key.c]
1499      better safe than sorry in later mods; yongari@kt-is.co.kr
1500    - markus@cvs.openbsd.org 2001/04/17 08:14:01
1501      [sshconnect1.c]
1502      check for key!=NULL, thanks to costa
1503    - markus@cvs.openbsd.org 2001/04/17 09:52:48
1504      [clientloop.c]
1505      handle EINTR/EAGAIN on read; ok deraadt@
1506    - markus@cvs.openbsd.org 2001/04/17 10:53:26
1507      [key.c key.h readconf.c readconf.h ssh.1 sshconnect2.c]
1508      add HostKeyAlgorithms; based on patch from res@shore.net; ok provos@
1509    - markus@cvs.openbsd.org 2001/04/17 12:55:04
1510      [channels.c ssh.c]
1511      undo socks5 and https support since they are not really used and
1512      only bloat ssh.  remove -D from usage(), since '-D' is experimental.
1513
1514 20010416
1515   - OpenBSD CVS Sync
1516    - stevesk@cvs.openbsd.org 2001/04/15 01:35:22
1517      [ttymodes.c]
1518      fix comments
1519    - markus@cvs.openbsd.org 2001/04/15 08:43:47
1520      [dh.c sftp-glob.c sftp-glob.h sftp-int.c sshconnect2.c sshd.c]
1521      some unused variable and typos; from tomh@po.crl.go.jp
1522    - markus@cvs.openbsd.org 2001/04/15 16:58:03
1523      [authfile.c ssh-keygen.c sshd.c]
1524      don't use errno for key_{load,save}_private; discussion w/ solar@openwall
1525    - markus@cvs.openbsd.org 2001/04/15 17:16:00
1526      [clientloop.c]
1527      set stdin/out/err to nonblocking in SSH proto 1, too. suggested by ho@
1528      should fix some of the blocking problems for rsync over SSH-1
1529    - stevesk@cvs.openbsd.org 2001/04/15 19:41:21
1530      [sshd.8]
1531      some ClientAlive cleanup; ok markus@
1532    - stevesk@cvs.openbsd.org 2001/04/15 21:28:35
1533      [readconf.c servconf.c]
1534      use fatal() or error() vs. fprintf(); ok markus@
1535  - (djm) Convert mandoc manpages to man automatically. Patch from Mark D.
1536    Roth <roth+openssh@feep.net>
1537  - (bal) CVS ID fix up and slight manpage fix from OpenBSD tree.
1538   - (djm) OpenBSD CVS Sync
1539    - mouring@cvs.openbsd.org 2001/04/16 02:31:44
1540      [scp.c sftp.c]
1541      IPv6 support for sftp (which I bungled in my last patch) which is
1542      borrowed from scp.c.  Thanks to Markus@ for pointing it out.
1543    - deraadt@cvs.openbsd.org 2001/04/16 08:05:34
1544      [xmalloc.c]
1545      xrealloc dealing with ptr == nULL; mouring
1546    - djm@cvs.openbsd.org 2001/04/16 08:19:31
1547      [session.c]
1548      Split motd and hushlogin checks into seperate functions, helps for
1549      portable. From Chris Adams <cmadams@hiwaay.net>; ok markus@
1550  - Fix OSF SIA support displaying too much information for quiet
1551    logins and logins where access was denied by SIA. Patch from Chris Adams
1552    <cmadams@hiwaay.net>
1553
1554 20010415
1555  - OpenBSD CVS Sync
1556    - deraadt@cvs.openbsd.org 2001/04/14 04:31:01
1557      [ssh-add.c]
1558      do not double free
1559    - markus@cvs.openbsd.org 2001/04/14 16:17:14
1560      [channels.c]
1561      remove some channels that are not appropriate for keepalive.
1562    - markus@cvs.openbsd.org 2001/04/14 16:27:57
1563      [ssh-add.c]
1564      use clear_pass instead of xfree()
1565    - stevesk@cvs.openbsd.org 2001/04/14 16:33:20
1566      [clientloop.c packet.h session.c ssh.c ttymodes.c ttymodes.h]
1567      protocol 2 tty modes support; ok markus@
1568    - stevesk@cvs.openbsd.org 2001/04/14 17:04:42
1569      [scp.c]
1570      'T' handling rcp/scp sync; ok markus@
1571  - Missed sshtty.[ch] in Sync.
1572
1573 20010414
1574  - Sync with OpenBSD glob.c, strlcat.c and vis.c changes
1575  - Cygwin sftp/sftp-server binary mode patch from Corinna Vinschen
1576    <vinschen@redhat.com>
1577  - OpenBSD CVS Sync
1578    - beck@cvs.openbsd.org 2001/04/13 22:46:54
1579      [channels.c channels.h servconf.c servconf.h serverloop.c sshd.8]
1580      Add options ClientAliveInterval and ClientAliveCountMax to sshd.
1581      This gives the ability to do a "keepalive" via the encrypted channel
1582      which can't be spoofed (unlike TCP keepalives). Useful for when you want
1583      to use ssh connections to authenticate people for something, and know
1584      relatively quickly when they are no longer authenticated. Disabled
1585      by default (of course). ok markus@
1586
1587 20010413
1588  - OpenBSD CVS Sync
1589    - markus@cvs.openbsd.org 2001/04/12 14:29:09
1590      [ssh.c]
1591      show debug output during option processing, report from
1592      pekkas@netcore.fi
1593    - markus@cvs.openbsd.org 2001/04/12 19:15:26
1594      [auth-rhosts.c auth.h auth2.c buffer.c canohost.c canohost.h
1595       compat.c compat.h hostfile.c pathnames.h readconf.c readconf.h
1596       servconf.c servconf.h ssh.c sshconnect.c sshconnect.h sshconnect1.c
1597       sshconnect2.c sshd_config]
1598      implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2)
1599      similar to RhostRSAAuthentication unless you enable (the experimental)
1600      HostbasedUsesNameFromPacketOnly option.  please test. :)
1601    - markus@cvs.openbsd.org 2001/04/12 19:39:27
1602      [readconf.c]
1603      typo
1604    - stevesk@cvs.openbsd.org 2001/04/12 20:09:38
1605      [misc.c misc.h readconf.c servconf.c ssh.c sshd.c]
1606      robust port validation; ok markus@ jakob@
1607    - mouring@cvs.openbsd.org 2001/04/12 23:17:54
1608      [sftp-int.c sftp-int.h sftp.1 sftp.c]
1609      Add support for:
1610         sftp [user@]host[:file [file]]  - Fetch remote file(s)
1611         sftp [user@]host[:dir[/]]       - Start in remote dir/
1612      OK deraadt@
1613    - stevesk@cvs.openbsd.org 2001/04/13 01:26:17
1614      [ssh.c]
1615      missing \n in error message
1616  - (bal) Added openbsd-compat/inet_ntop.[ch] since HP/UX (and others)
1617    lack it.
1618
1619 20010412
1620  - OpenBSD CVS Sync
1621    - markus@cvs.openbsd.org 2001/04/10 07:46:58
1622      [channels.c]
1623      cleanup socks4 handling
1624    - itojun@cvs.openbsd.org 2001/04/10 09:13:22
1625      [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
1626      document id_rsa{.pub,}.  markus ok
1627    - markus@cvs.openbsd.org 2001/04/10 12:15:23
1628      [channels.c]
1629      debug cleanup
1630    - djm@cvs.openbsd.org 2001/04/11 07:06:22
1631      [sftp-int.c]
1632      'mget' and 'mput' aliases; ok markus@
1633    - markus@cvs.openbsd.org 2001/04/11 10:59:01
1634      [ssh.c]
1635      use strtol() for ports, thanks jakob@
1636    - markus@cvs.openbsd.org 2001/04/11 13:56:13
1637      [channels.c ssh.c]
1638      https-connect and socks5 support. i feel so bad.
1639    - lebel@cvs.openbsd.org 2001/04/11 16:25:30
1640      [sshd.8 sshd.c]
1641      implement the -e option into sshd:
1642       -e      When this option is specified, sshd will send the output to the
1643               standard error instead of the system log.
1644      markus@ OK.
1645
1646 20010410
1647  - OpenBSD CVS Sync
1648    - deraadt@cvs.openbsd.org 2001/04/08 20:52:55
1649      [sftp.c]
1650      do not modify an actual argv[] entry
1651    - stevesk@cvs.openbsd.org 2001/04/08 23:28:27
1652      [sshd.8]
1653      spelling
1654    - stevesk@cvs.openbsd.org 2001/04/09 00:42:05
1655      [sftp.1]
1656      spelling
1657    - markus@cvs.openbsd.org 2001/04/09 15:12:23
1658      [ssh-add.c]
1659      passphrase caching: ssh-add tries last passphrase, clears passphrase if
1660      not successful and after last try.
1661      based on discussions with espie@, jakob@, ... and code from jakob@ and
1662      wolfgang@wsrcc.com
1663    - markus@cvs.openbsd.org 2001/04/09 15:19:49
1664      [ssh-add.1]
1665      ssh-add retries the last passphrase...
1666    - stevesk@cvs.openbsd.org 2001/04/09 18:00:15
1667      [sshd.8]
1668      ListenAddress mandoc from aaron@
1669
1670 20010409
1671  - (stevesk) use setresgid() for setegid() if needed
1672  - (stevesk) configure.in: typo
1673  - OpenBSD CVS Sync
1674    - stevesk@cvs.openbsd.org 2001/04/08 16:01:36
1675      [sshd.8]
1676      document ListenAddress addr:port
1677    - markus@cvs.openbsd.org 2001/04/08 13:03:00
1678      [ssh-add.c]
1679      init pointers with NULL, thanks to danimal@danimal.org
1680    - markus@cvs.openbsd.org 2001/04/08 11:27:33
1681      [clientloop.c]
1682      leave_raw_mode if ssh2 "session" is closed
1683    - markus@cvs.openbsd.org 2001/04/06 21:00:17
1684      [auth-rh-rsa.c auth-rhosts.c auth-rsa.c auth2.c channels.c session.c
1685       ssh.c sshconnect.c sshconnect.h uidswap.c uidswap.h]
1686      do gid/groups-swap in addition to uid-swap, should help if /home/group
1687      is chmod 750 + chgrp grp /home/group/, work be deraadt and me, thanks
1688      to olar@openwall.com is comments.  we had many requests for this.
1689    - markus@cvs.openbsd.org 2001/04/07 08:55:18
1690      [buffer.c channels.c channels.h readconf.c ssh.c]
1691      allow the ssh client act as a SOCKS4 proxy (dynamic local
1692      portforwarding).  work by Dan Kaminsky <dankamin@cisco.com> and me.
1693      thanks to Dan for this great patch: use 'ssh -D 1080 host' and make
1694      netscape use localhost:1080 as a socks proxy.
1695    - markus@cvs.openbsd.org 2001/04/08 11:24:33
1696      [uidswap.c]
1697      KNF
1698
1699 20010408
1700  - OpenBSD CVS Sync
1701    - stevesk@cvs.openbsd.org 2001/04/06 22:12:47
1702      [hostfile.c]
1703      unused; typo in comment
1704    - stevesk@cvs.openbsd.org 2001/04/06 22:25:25
1705      [servconf.c]
1706      in addition to:
1707      ListenAddress host|ipv4_addr|ipv6_addr
1708      permit:
1709      ListenAddress [host|ipv4_addr|ipv6_addr]:port
1710      ListenAddress host|ipv4_addr:port
1711      sshd.8 updates coming.  ok markus@
1712
1713 20010407
1714  - (bal) CVS ID Resync of version.h
1715  - OpenBSD CVS Sync
1716    - markus@cvs.openbsd.org 2001/04/05 23:39:20
1717      [serverloop.c]
1718      keep the ssh session even if there is no active channel.
1719      this is more in line with the protocol spec and makes
1720         ssh -N -L 1234:server:110 host
1721      more useful.
1722      based on discussion with <mats@mindbright.se> long time ago
1723      and recent mail from <res@shore.net>
1724    - deraadt@cvs.openbsd.org 2001/04/06 16:46:59
1725      [scp.c]
1726      remove trailing / from source paths; fixes pr#1756
1727
1728 20010406
1729  - (stevesk) logintest.c: fix for systems without __progname
1730  - (stevesk) Makefile.in: log.o is in libssh.a
1731  - OpenBSD CVS Sync
1732    - markus@cvs.openbsd.org 2001/04/05 10:00:06
1733      [compat.c]
1734      2.3.x does old  GEX, too; report jakob@
1735    - markus@cvs.openbsd.org 2001/04/05 10:39:03
1736      [compress.c compress.h packet.c]
1737      reset compress state per direction when rekeying.
1738    - markus@cvs.openbsd.org 2001/04/05 10:39:48
1739      [version.h]
1740      temporary version 2.5.4 (supports rekeying).
1741      this is not an official release.
1742    - markus@cvs.openbsd.org 2001/04/05 10:42:57
1743      [auth-chall.c authfd.c channels.c clientloop.c kex.c kexgex.c key.c
1744       mac.c packet.c serverloop.c sftp-client.c sftp-client.h sftp-glob.c
1745       sftp-glob.h sftp-int.c sftp-server.c sftp.c ssh-keygen.c sshconnect.c
1746       sshconnect2.c sshd.c]
1747      fix whitespace: unexpand + trailing spaces.
1748    - markus@cvs.openbsd.org 2001/04/05 11:09:17
1749      [clientloop.c compat.c compat.h]
1750      add SSH_BUG_NOREKEY and detect broken (=all old) openssh versions.
1751    - markus@cvs.openbsd.org 2001/04/05 15:45:43
1752      [ssh.1]
1753      ssh defaults to protocol v2; from quisar@quisar.ambre.net
1754    - stevesk@cvs.openbsd.org 2001/04/05 15:48:18
1755      [canohost.c canohost.h session.c]
1756      move get_remote_name_or_ip() to canohost.[ch]; for portable.  ok markus@
1757    - markus@cvs.openbsd.org 2001/04/05 20:01:10
1758      [clientloop.c]
1759      for ~R print message if server does not support rekeying. (and fix ~R).
1760    - markus@cvs.openbsd.org 2001/04/05 21:02:46
1761      [buffer.c]
1762      better error message
1763    - markus@cvs.openbsd.org 2001/04/05 21:05:24
1764      [clientloop.c ssh.c]
1765      don't request a session for 'ssh -N', pointed out slade@shore.net
1766
1767 20010405
1768  - OpenBSD CVS Sync
1769    - markus@cvs.openbsd.org 2001/04/04 09:48:35
1770      [kex.c kex.h kexdh.c kexgex.c packet.c sshconnect2.c sshd.c]
1771      don't sent multiple kexinit-requests.
1772      send newkeys, block while waiting for newkeys.
1773      fix comments.
1774    - markus@cvs.openbsd.org 2001/04/04 14:34:58
1775      [clientloop.c kex.c kex.h serverloop.c sshconnect2.c sshd.c]
1776      enable server side rekeying + some rekey related clientup.
1777      todo: we should not send any non-KEX messages after we send KEXINIT
1778    - markus@cvs.openbsd.org 2001/04/04 15:50:55
1779      [compat.c]
1780      f-secure 1.3.2 does not handle IGNORE; from milliondl@ornl.gov
1781    - markus@cvs.openbsd.org 2001/04/04 20:25:38
1782      [channels.c channels.h clientloop.c kex.c kex.h serverloop.c
1783       sshconnect2.c sshd.c]
1784      more robust rekeying
1785      don't send channel data after rekeying is started.
1786    - markus@cvs.openbsd.org 2001/04/04 20:32:56
1787      [auth2.c]
1788      we don't care about missing bannerfiles; from tsoome@ut.ee, ok deraadt@
1789    - markus@cvs.openbsd.org 2001/04/04 22:04:35
1790      [kex.c kexgex.c serverloop.c]
1791      parse full kexinit packet.
1792      make server-side more robust, too.
1793    - markus@cvs.openbsd.org 2001/04/04 23:09:18
1794      [dh.c kex.c packet.c]
1795      clear+free keys,iv for rekeying.
1796      + fix DH mem leaks. ok niels@
1797  - (stevesk) don't use vhangup() if defined(HAVE_DEV_PTMX); also removes
1798     BROKEN_VHANGUP
1799
1800 20010404
1801  - OpenBSD CVS Sync
1802    - deraadt@cvs.openbsd.org 2001/04/02 17:32:23
1803      [ssh-agent.1]
1804      grammar; slade@shore.net
1805    - stevesk@cvs.openbsd.org 2001/04/03 13:56:11
1806      [sftp-glob.c ssh-agent.c ssh-keygen.c]
1807      free() -> xfree()
1808    - markus@cvs.openbsd.org 2001/04/03 19:53:29
1809      [dh.c dh.h kex.c kex.h sshconnect2.c sshd.c]
1810      move kex to kex*.c, used dispatch_set() callbacks for kex. should
1811      make rekeying easier.
1812    - todd@cvs.openbsd.org 2001/04/03 21:19:38
1813      [ssh_config]
1814      id_rsa1/2 -> id_rsa; ok markus@
1815    - markus@cvs.openbsd.org 2001/04/03 23:32:12
1816      [kex.c kex.h packet.c sshconnect2.c sshd.c]
1817      undo parts of recent my changes: main part of keyexchange does not
1818      need dispatch-callbacks, since application data is delayed until
1819      the keyexchange completes (if i understand the drafts correctly).
1820      add some infrastructure for re-keying.
1821    - markus@cvs.openbsd.org 2001/04/04 00:06:54
1822      [clientloop.c sshconnect2.c]
1823      enable client rekeying
1824         (1) force rekeying with ~R, or
1825         (2) if the server requests rekeying.
1826      works against ssh-2.0.12/2.0.13/2.1.0/2.2.0/2.3.0/2.3.1/2.4.0
1827  - (bal) Oops.. Missed including kexdh.c and kexgex.c in OpenBSD sync.
1828
1829 20010403
1830  - OpenBSD CVS Sync
1831    - stevesk@cvs.openbsd.org 2001/04/02 14:15:31
1832      [sshd.8]
1833      typo; ok markus@
1834    - stevesk@cvs.openbsd.org 2001/04/02 14:20:23
1835      [readconf.c servconf.c]
1836      correct comment; ok markus@
1837  - (stevesk) nchan.c: remove ostate checks and add EINVAL to
1838     shutdown(SHUT_RD) error() bypass for HP-UX.
1839
1840 20010402
1841  - (stevesk) log.c openbsd sync; missing newlines
1842  - (stevesk) sshpty.h openbsd sync; PTY_H -> SSHPTY_H
1843
1844 20010330
1845  - (djm) Another openbsd-compat/glob.c sync
1846  - (djm) OpenBSD CVS Sync
1847    - provos@cvs.openbsd.org 2001/03/28 21:59:41
1848      [kex.c kex.h sshconnect2.c sshd.c]
1849      forgot to include min and max params in hash, okay markus@
1850    - provos@cvs.openbsd.org 2001/03/28 22:04:57
1851      [dh.c]
1852      more sanity checking on primes file
1853    - markus@cvs.openbsd.org 2001/03/28 22:43:31
1854      [auth.h auth2.c auth2-chall.c]
1855      check auth_root_allowed for kbd-int auth, too.
1856    - provos@cvs.openbsd.org 2001/03/29 14:24:59
1857      [sshconnect2.c]
1858      use recommended defaults
1859    - stevesk@cvs.openbsd.org 2001/03/29 21:06:21
1860      [sshconnect2.c sshd.c]
1861      need to set both STOC and CTOS for SSH_BUG_BIGENDIANAES; ok markus@
1862    - markus@cvs.openbsd.org 2001/03/29 21:17:40
1863      [dh.c dh.h kex.c kex.h]
1864      prepare for rekeying: move DH code to dh.c
1865    - djm@cvs.openbsd.org 2001/03/29 23:42:01
1866      [sshd.c]
1867      Protocol 1 key regeneration log => verbose, some KNF; ok markus@
1868
1869 20010329
1870  - OpenBSD CVS Sync
1871    - stevesk@cvs.openbsd.org 2001/03/26 15:47:59
1872      [ssh.1]
1873      document more defaults; misc. cleanup.  ok markus@
1874    - markus@cvs.openbsd.org 2001/03/26 23:12:42
1875      [authfile.c]
1876      KNF
1877    - markus@cvs.openbsd.org 2001/03/26 23:23:24
1878      [rsa.c rsa.h ssh-agent.c ssh-keygen.c]
1879      try to read private f-secure ssh v2 rsa keys.
1880    - markus@cvs.openbsd.org 2001/03/27 10:34:08
1881      [ssh-rsa.c sshd.c]
1882      use EVP_get_digestbynid, reorder some calls and fix missing free.
1883    - markus@cvs.openbsd.org 2001/03/27 10:57:00
1884      [compat.c compat.h ssh-rsa.c]
1885      some older systems use NID_md5 instead of NID_sha1 for RSASSA-PKCS1-v1_5
1886      signatures in SSH protocol 2, ok djm@
1887    - provos@cvs.openbsd.org 2001/03/27 17:46:50
1888      [compat.c compat.h dh.c dh.h ssh2.h sshconnect2.c sshd.c version.h]
1889      make dh group exchange more flexible, allow min and max group size,
1890      okay markus@, deraadt@
1891    - stevesk@cvs.openbsd.org 2001/03/28 19:56:23
1892      [scp.c]
1893      start to sync scp closer to rcp; ok markus@
1894    - stevesk@cvs.openbsd.org 2001/03/28 20:04:38
1895      [scp.c]
1896      usage more like rcp and add missing -B to usage; ok markus@
1897    - markus@cvs.openbsd.org 2001/03/28 20:50:45
1898      [sshd.c]
1899      call refuse() before close(); from olemx@ans.pl
1900
1901 20010328
1902  - (djm) Reorder tests and library inclusion for Krb4/AFS to try to
1903    resolve linking conflicts with libcrypto. Report and suggested fix
1904    from Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE>
1905  - (djm) Work around Solaris' broken struct dirent. Diagnosis and suggested
1906    fix from Philippe Levan <levan@epix.net>
1907  - (djm) Rework krbIV tests to get us closer to building on Redhat. Still
1908    doesn't work because of conflicts between krbIV's and OpenSSL's des.h
1909  - (djm) Sync openbsd-compat/glob.c
1910
1911 20010327
1912  - Attempt sync with sshlogin.c w/ OpenBSD (mainly CVS ID)
1913  - Fix pointer issues in waitpid() and wait() replaces.  Patch by Lutz
1914    Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
1915  - OpenBSD CVS Sync
1916    - djm@cvs.openbsd.org 2001/03/25 00:01:34
1917      [session.c]
1918      shorten; ok markus@
1919    - stevesk@cvs.openbsd.org 2001/03/25 13:16:11
1920      [servconf.c servconf.h session.c sshd.8 sshd_config]
1921      PrintLastLog option; from chip@valinux.com with some minor
1922      changes by me.  ok markus@
1923    - markus@cvs.openbsd.org 2001/03/26 08:07:09
1924      [authfile.c authfile.h ssh-add.c ssh-keygen.c ssh.c sshconnect.c
1925       sshconnect.h sshconnect1.c sshconnect2.c sshd.c]
1926      simpler key load/save interface, see authfile.h
1927  - (djm) Reestablish PAM credentials (which can be supplemental group
1928    memberships) after initgroups() blows them away. Report and suggested
1929    fix from Nalin Dahyabhai <nalin@redhat.com>
1930
1931 20010324
1932  - Fixed permissions ssh-keyscan.  Thanks to Christopher Linn <celinn@mtu.edu>.
1933  - OpenBSD CVS Sync
1934    - djm@cvs.openbsd.org 2001/03/23 11:04:07
1935      [compat.c compat.h sshconnect2.c sshd.c]
1936      Compat for OpenSSH with broken Rijndael/AES. ok markus@
1937    - markus@cvs.openbsd.org 2001/03/23 12:02:49
1938      [auth1.c]
1939      authctxt is now passed to do_authenticated
1940    - markus@cvs.openbsd.org 2001/03/23 13:10:57
1941      [sftp-int.c]
1942      fix put, upload to _absolute_ path, ok djm@
1943    - markus@cvs.openbsd.org 2001/03/23 14:28:32
1944      [session.c sshd.c]
1945      ignore SIGPIPE, restore in child, fixes x11-fwd crashes; with djm@
1946  - (djm) Pull out our own SIGPIPE hacks
1947
1948 20010323
1949  - OpenBSD CVS Sync
1950    - deraadt@cvs.openbsd.org 2001/03/22 20:22:55
1951      [sshd.c]
1952      do not place linefeeds in buffer
1953
1954 20010322
1955  - (djm) Better AIX no tty fix, spotted by Gert Doering <gert@greenie.muc.de>
1956  - (bal) version.c CVS ID resync
1957  - (bal) auth-chall.c auth-passwd.c auth.h auth1.c auth2.c session.c CVS ID
1958    resync
1959  - (bal) scp.c CVS ID resync
1960  - OpenBSD CVS Sync
1961    - markus@cvs.openbsd.org 2001/03/20 19:10:16
1962      [readconf.c]
1963      default to SSH protocol version 2
1964    - markus@cvs.openbsd.org 2001/03/20 19:21:21
1965      [session.c]
1966      remove unused arg
1967    - markus@cvs.openbsd.org 2001/03/20 19:21:21
1968      [session.c]
1969      remove unused arg
1970    - markus@cvs.openbsd.org 2001/03/21 11:43:45
1971      [auth1.c auth2.c session.c session.h]
1972      merge common ssh v1/2 code
1973    - jakob@cvs.openbsd.org 2001/03/21 14:20:45
1974      [ssh-keygen.c]
1975      add -B flag to usage
1976    - markus@cvs.openbsd.org 2001/03/21 21:06:30
1977      [session.c]
1978      missing init; from mib@unimelb.edu.au
1979
1980 20010321
1981  - (djm) Fix ttyname breakage for AIX and Tru64. Patch from Steve
1982    VanDevender <stevev@darkwing.uoregon.edu>
1983  - (djm) Make sure pam_retval is initialised on call to pam_end. Patch
1984    from Solar Designer <solar@openwall.com>
1985  - (djm) Don't loop forever when changing password via PAM. Patch
1986    from Solar Designer <solar@openwall.com>
1987  - (djm) Generate config files before build
1988  - (djm) Correctly handle SIA and AIX when no tty present. Spotted and
1989    suggested fix from Mike Battersby <mib@unimelb.edu.au>
1990
1991 20010320
1992  - (bal) glob.c update to added GLOB_LIMITS (OpenBSD CVS).
1993  - (bal) glob.c update to set gl_pathv to NULL (OpenBSD CVS).
1994  - (bal) Oops.  Missed globc.h change (OpenBSD CVS).
1995  - (djm) OpenBSD CVS Sync
1996    - markus@cvs.openbsd.org 2001/03/19 17:07:23
1997      [auth.c readconf.c]
1998      undo /etc/shell and proto 2,1 change for openssh-2.5.2
1999    - markus@cvs.openbsd.org 2001/03/19 17:12:10
2000      [version.h]
2001      version 2.5.2
2002  - (djm) Update RPM spec version
2003  - (djm) Release 2.5.2p1
2004 - tim@mindrot.org 2001/03/19 18:33:47 [defines.h]
2005   change S_ISLNK macro to work for UnixWare 2.03
2006 - tim@mindrot.org 2001/03/19 20:45:11 [openbsd-compat/glob.c]
2007   add get_arg_max(). Use sysconf() if ARG_MAX is not defined
2008
2009 20010319
2010  - (djm) Seed PRNG at startup, rather than waiting for arc4random calls to
2011    do it implicitly.
2012  - (djm) Add getusershell() functions from OpenBSD CVS
2013  - OpenBSD CVS Sync
2014    - markus@cvs.openbsd.org 2001/03/18 12:07:52
2015      [auth-options.c]
2016      ignore permitopen="host:port" if AllowTcpForwarding==no
2017  - (djm) Make scp work on systems without 64-bit ints
2018  - tim@mindrot.org 2001/03/18 18:28:39 [defines.h]
2019    move HAVE_LONG_LONG_INT where it works
2020  - (bal) Use 'NGROUPS' for NeXT Since 'MAX_NGROUPS' is wrapped up in -lposix
2021    stuff.  Change suggested by Mark Miller <markm@swoon.net>
2022  - (bal) Small fix to scp.  %lu vs %ld
2023  - (bal) NeXTStep lacks S_ISLNK.  Plus split up S_IS*
2024  - (djm) OpenBSD CVS Sync
2025    - djm@cvs.openbsd.org     2001/03/19 03:52:51
2026      [sftp-client.c]
2027      Report ssh connection closing correctly; ok deraadt@
2028    - deraadt@cvs.openbsd.org 2001/03/18 23:30:55
2029      [compat.c compat.h sshd.c]
2030      specifically version match on ssh scanners.  do not log scan
2031      information to the console
2032    - djm@cvs.openbsd.org      2001/03/19 12:10:17
2033      [sshd.8]
2034      Document permitopen authorized_keys option; ok markus@
2035    - djm@cvs.openbsd.org     2001/03/19 05:49:52
2036      [ssh.1]
2037      document PreferredAuthentications option; ok markus@
2038  - (bal) Minor NeXT fixed.  Forgot to #undef NGROUPS_MAX
2039
2040 20010318
2041  - (bal) Fixed scp type casing issue which causes "scp: protocol error:
2042    size not delimited" fatal errors when tranfering.
2043  - OpenBSD CVS Sync
2044    - markus@cvs.openbsd.org 2001/03/17 17:27:59
2045      [auth.c]
2046      check /etc/shells, too
2047  - tim@mindrot.org 2001/03/17 18:45:25 [compat.c]
2048      openbsd-compat/fake-regex.h
2049
2050 20010317
2051  - Support usrinfo() on AIX. Based on patch from Gert Doering
2052    <gert@greenie.muc.de>
2053  - OpenBSD CVS Sync
2054    - markus@cvs.openbsd.org 2001/03/15 15:05:59
2055      [scp.c]
2056      use %lld in printf, ok millert@/deraadt@; report from ssh@client.fi
2057    - markus@cvs.openbsd.org 2001/03/15 22:07:08
2058      [session.c]
2059      pass Session to do_child + KNF
2060    - djm@cvs.openbsd.org 2001/03/16 08:16:18
2061      [sftp-client.c sftp-client.h sftp-glob.c sftp-int.c]
2062      Revise globbing for get/put to be more shell-like. In particular,
2063      "get/put file* directory/" now works. ok markus@
2064    - markus@cvs.openbsd.org 2001/03/16 09:55:53
2065      [sftp-int.c]
2066      fix memset and whitespace
2067    - markus@cvs.openbsd.org 2001/03/16 13:44:24
2068      [sftp-int.c]
2069      discourage strcat/strcpy
2070    - markus@cvs.openbsd.org 2001/03/16 19:06:30
2071      [auth-options.c channels.c channels.h serverloop.c session.c]
2072      implement "permitopen" key option, restricts -L style forwarding to
2073      to specified host:port pairs. based on work by harlan@genua.de
2074  - Check for gl_matchc support in glob_t and fall back to the
2075    openbsd-compat/glob.[ch] support if it does not exist.
2076
2077 20010315
2078  - OpenBSD CVS Sync
2079    - markus@cvs.openbsd.org 2001/03/14 08:57:14
2080      [sftp-client.c]
2081      Wall
2082    - markus@cvs.openbsd.org 2001/03/14 15:15:58
2083      [sftp-int.c]
2084      add version command
2085    - deraadt@cvs.openbsd.org 2001/03/14 22:50:25
2086      [sftp-server.c]
2087      note no getopt()
2088  - (stevesk) ssh-keyscan.c: specify "openbsd-compat/fake-queue.h"
2089  - (bal) Cygwin README change by Corinna Vinschen <vinschen@redhat.com>
2090
2091 20010314
2092  - OpenBSD CVS Sync
2093    - markus@cvs.openbsd.org 2001/03/13 17:34:42
2094      [auth-options.c]
2095      missing xfree, deny key on parse error; ok stevesk@
2096    - djm@cvs.openbsd.org 2001/03/13 22:42:54
2097      [sftp-client.c sftp-client.h sftp-glob.c sftp-glob.h sftp-int.c]
2098      sftp client filename globbing for get, put, ch{mod,grp,own}. ok markus@
2099  - (bal) Fix strerror() in bsd-misc.c
2100  - (djm) Add replacement glob() from OpenBSD libc if the system glob is
2101    missing or lacks the GLOB_ALTDIRFUNC extension
2102  - (djm) Remove -I$(srcdir)/openbsd-compat from CFLAGS, refer to headers
2103    relatively. Avoids conflict between glob.h and /usr/include/glob.h
2104
2105 20010313
2106  - OpenBSD CVS Sync
2107    - markus@cvs.openbsd.org 2001/03/12 22:02:02
2108      [key.c key.h ssh-add.c ssh-keygen.c sshconnect.c sshconnect2.c]
2109      remove old key_fingerprint interface, s/_ex//
2110
2111 20010312
2112  - OpenBSD CVS Sync
2113    - markus@cvs.openbsd.org 2001/03/11 13:25:36
2114      [auth2.c key.c]
2115      debug
2116    - jakob@cvs.openbsd.org 2001/03/11 15:03:16
2117      [key.c key.h]
2118      add improved fingerprint functions. based on work by Carsten
2119      Raskgaard <cara@int.tele.dk> and modified by me. ok markus@.
2120    - jakob@cvs.openbsd.org 2001/03/11 15:04:16
2121      [ssh-keygen.1 ssh-keygen.c]
2122      print both md5, sha1 and bubblebabble fingerprints when using
2123      ssh-keygen -l -v. ok markus@.
2124    - jakob@cvs.openbsd.org 2001/03/11 15:13:09
2125      [key.c]
2126      cleanup & shorten some var names key_fingerprint_bubblebabble.
2127    - deraadt@cvs.openbsd.org 2001/03/11 16:39:03
2128      [ssh-keygen.c]
2129      KNF, and SHA1 binary output is just creeping featurism
2130  - tim@mindrot.org 2001/03/11 17:29:32 [configure.in]
2131    test if snprintf() supports %ll
2132    add /dev to search path for PRNGD/EGD socket
2133    fix my mistake in USER_PATH test program
2134  - OpenBSD CVS Sync
2135    - markus@cvs.openbsd.org 2001/03/11 18:29:51
2136      [key.c]
2137      style+cleanup
2138    - markus@cvs.openbsd.org 2001/03/11 22:33:24
2139      [ssh-keygen.1 ssh-keygen.c]
2140      remove -v again. use -B instead for bubblebabble. make -B consistent
2141      with -l and make -B work with /path/to/known_hosts. ok deraadt@
2142  - (djm) Bump portable version number for generating test RPMs
2143  - (djm) Add "static_openssl" RPM build option, remove rsh build dependency
2144  - (bal) Reorder includes in Makefile.
2145
2146 20010311
2147  - OpenBSD CVS Sync
2148    - markus@cvs.openbsd.org 2001/03/10 12:48:27
2149      [sshconnect2.c]
2150      ignore nonexisting private keys; report rjmooney@mediaone.net
2151    - deraadt@cvs.openbsd.org 2001/03/10 12:53:51
2152      [readconf.c ssh_config]
2153      default to SSH2, now that m68k runs fast
2154    - stevesk@cvs.openbsd.org 2001/03/10 15:02:05
2155      [ttymodes.c ttymodes.h]
2156      remove unused sgtty macros; ok markus@
2157    - deraadt@cvs.openbsd.org 2001/03/10 15:31:00
2158      [compat.c compat.h sshconnect.c]
2159      all known netscreen ssh versions, and older versions of OSU ssh cannot
2160      handle password padding (newer OSU is fixed)
2161  - tim@mindrot.org 2001/03/10 16:33:42 [configure.in Makefile.in sshd_config]
2162    make sure $bindir is in USER_PATH so scp will work
2163  - OpenBSD CVS Sync
2164    - markus@cvs.openbsd.org 2001/03/10 17:51:04
2165      [kex.c match.c match.h readconf.c readconf.h sshconnect2.c]
2166      add PreferredAuthentications
2167
2168 20010310
2169  - OpenBSD CVS Sync
2170    - deraadt@cvs.openbsd.org 2001/03/09 03:14:39
2171      [ssh-keygen.c]
2172      create *.pub files with umask 0644, so that you can mv them to
2173      authorized_keys
2174    - deraadt@cvs.openbsd.org 2001/03/09 12:30:29
2175      [sshd.c]
2176      typo; slade@shore.net
2177  - Removed log.o from sftp client.  Not needed.
2178
2179 20010309
2180  - OpenBSD CVS Sync
2181    - stevesk@cvs.openbsd.org 2001/03/08 18:47:12
2182      [auth1.c]
2183      unused; ok markus@
2184    - stevesk@cvs.openbsd.org 2001/03/08 20:44:48
2185      [sftp.1]
2186      spelling, cleanup; ok deraadt@
2187    - markus@cvs.openbsd.org 2001/03/08 21:42:33
2188      [compat.c compat.h readconf.h ssh.c sshconnect1.c sshconnect2.c]
2189      implement client side of SSH2_MSG_USERAUTH_PK_OK (test public key ->
2190      no need to do enter passphrase or do expensive sign operations if the
2191      server does not accept key).
2192
2193 20010308
2194  - OpenBSD CVS Sync
2195    - djm@cvs.openbsd.org 2001/03/07 10:11:23
2196      [sftp-client.c sftp-client.h sftp-int.c sftp-server.c sftp.1 sftp.c sftp.h]
2197      Support for new draft (draft-ietf-secsh-filexfer-01). New symlink handling
2198      functions and small protocol change.
2199    - markus@cvs.openbsd.org 2001/03/08 00:15:48
2200      [readconf.c ssh.1]
2201      turn off useprivilegedports by default. only rhost-auth needs
2202      this. older sshd's may need this, too.
2203  - (stevesk) Reliant Unix (SNI) needs HAVE_BOGUS_SYS_QUEUE_H;
2204    Dirk Markwardt <D.Markwardt@tu-bs.de>
2205
2206 20010307
2207  - (bal) OpenBSD CVS Sync
2208    - deraadt@cvs.openbsd.org 2001/03/06 06:11:18
2209      [ssh-keyscan.c]
2210      appease gcc
2211    - deraadt@cvs.openbsd.org 2001/03/06 06:11:44
2212      [sftp-int.c sftp.1 sftp.c]
2213      sftp -b batchfile; mouring@etoh.eviladmin.org
2214    - deraadt@cvs.openbsd.org 2001/03/06 15:10:42
2215      [sftp.1]
2216      order things
2217    - deraadt@cvs.openbsd.org 2001/03/07 01:19:06
2218      [ssh.1 sshd.8]
2219      the name "secure shell" is boring, noone ever uses it
2220    - deraadt@cvs.openbsd.org 2001/03/07 04:05:58
2221      [ssh.1]
2222      removed dated comment
2223  - Cygwin contrib improvements from Corinna Vinschen <vinschen@redhat.com>
2224
2225 20010306
2226  - (bal) OpenBSD CVS Sync
2227    - deraadt@cvs.openbsd.org 2001/03/05 14:28:47
2228      [sshd.8]
2229      alpha order; jcs@rt.fm
2230    - stevesk@cvs.openbsd.org 2001/03/05 15:44:51
2231      [servconf.c]
2232      sync error message; ok markus@
2233    - deraadt@cvs.openbsd.org 2001/03/05 15:56:16
2234      [myproposal.h ssh.1]
2235      switch to aes128-cbc/hmac-md5 by default in SSH2 -- faster;
2236      provos & markus ok
2237    - deraadt@cvs.openbsd.org 2001/03/05 16:07:15
2238      [sshd.8]
2239      detail default hmac setup too
2240    - markus@cvs.openbsd.org 2001/03/05 17:17:21
2241      [kex.c kex.h sshconnect2.c sshd.c]
2242      generate a 2*need size (~300 instead of 1024/2048) random private
2243      exponent during the DH key agreement. according to Niels (the great
2244      german advisor) this is safe since /etc/primes contains strong
2245      primes only.
2246
2247      References:
2248              P. C. van Oorschot and M. J. Wiener, On Diffie-Hellman key
2249              agreement with short exponents, In Advances in Cryptology
2250              - EUROCRYPT'96, LNCS 1070, Springer-Verlag, 1996, pp.332-343.
2251    - stevesk@cvs.openbsd.org 2001/03/05 17:40:48
2252      [ssh.1]
2253      more ssh_known_hosts2 documentation; ok markus@
2254    - stevesk@cvs.openbsd.org 2001/03/05 17:58:22
2255      [dh.c]
2256      spelling
2257    - deraadt@cvs.openbsd.org 2001/03/06 00:33:04
2258      [authfd.c cli.c ssh-agent.c]
2259      EINTR/EAGAIN handling is required in more cases
2260    - millert@cvs.openbsd.org 2001/03/06 01:06:03
2261      [ssh-keyscan.c]
2262      Don't assume we wil get the version string all in one read().
2263      deraadt@ OK'd
2264    - millert@cvs.openbsd.org 2001/03/06 01:08:27
2265      [clientloop.c]
2266      If read() fails with EINTR deal with it the same way we treat EAGAIN
2267
2268 20010305
2269  - (bal) CVS ID touch up on sshpty.[ch] and sshlogin.[ch]
2270  - (bal) CVS ID touch up on sftp-int.c
2271  - (bal) CVS ID touch up on uuencode.c
2272  - (bal) CVS ID touch up on auth2.c, serverloop.c, session.c & sshd.c
2273  - (bal) OpenBSD CVS Sync
2274    - deraadt@cvs.openbsd.org 2001/02/17 23:48:48
2275      [sshd.8]
2276      it's the OpenSSH one
2277    - deraadt@cvs.openbsd.org 2001/02/21 07:37:04
2278      [ssh-keyscan.c]
2279      inline -> __inline__, and some indent
2280    - deraadt@cvs.openbsd.org 2001/02/21 09:05:54
2281      [authfile.c]
2282      improve fd handling
2283    - deraadt@cvs.openbsd.org 2001/02/21 09:12:56
2284      [sftp-server.c]
2285      careful with & and &&; markus ok
2286    - stevesk@cvs.openbsd.org 2001/02/21 21:14:04
2287      [ssh.c]
2288      -i supports DSA identities now; ok markus@
2289    - deraadt@cvs.openbsd.org 2001/02/22 04:29:37
2290      [servconf.c]
2291      grammar; slade@shore.net
2292    - deraadt@cvs.openbsd.org 2001/02/22 06:43:55
2293      [ssh-keygen.1 ssh-keygen.c]
2294      document -d, and -t defaults to rsa1
2295    - deraadt@cvs.openbsd.org 2001/02/22 08:03:51
2296      [ssh-keygen.1 ssh-keygen.c]
2297      bye bye -d
2298    - deraadt@cvs.openbsd.org 2001/02/22 18:09:06
2299      [sshd_config]
2300      activate RSA 2 key
2301    - markus@cvs.openbsd.org 2001/02/22 21:57:27
2302      [ssh.1 sshd.8]
2303      typos/grammar from matt@anzen.com
2304    - markus@cvs.openbsd.org 2001/02/22 21:59:44
2305      [auth.c auth.h auth1.c auth2.c misc.c misc.h ssh.c]
2306      use pwcopy in ssh.c, too
2307    - markus@cvs.openbsd.org 2001/02/23 15:34:53
2308      [serverloop.c]
2309      debug2->3
2310    - markus@cvs.openbsd.org 2001/02/23 18:15:13
2311      [sshd.c]
2312      the random session key depends now on the session_key_int
2313      sent by the 'attacker'
2314              dig1 = md5(cookie|session_key_int);
2315              dig2 = md5(dig1|cookie|session_key_int);
2316              fake_session_key = dig1|dig2;
2317      this change is caused by a mail from anakin@pobox.com
2318      patch based on discussions with my german advisor niels@openbsd.org
2319    - deraadt@cvs.openbsd.org 2001/02/24 10:37:55
2320      [readconf.c]
2321      look for id_rsa by default, before id_dsa
2322    - deraadt@cvs.openbsd.org 2001/02/24 10:37:26
2323      [sshd_config]
2324      ssh2 rsa key before dsa key
2325    - markus@cvs.openbsd.org 2001/02/27 10:35:27
2326      [packet.c]
2327      fix random padding
2328    - markus@cvs.openbsd.org 2001/02/27 11:00:11
2329      [compat.c]
2330      support SSH-2.0-2.1 ; from Christophe_Moret@hp.com
2331    - deraadt@cvs.openbsd.org 2001/02/28 05:34:28
2332      [misc.c]
2333      pull in protos
2334    - deraadt@cvs.openbsd.org 2001/02/28 05:36:28
2335      [sftp.c]
2336      do not kill the subprocess on termination (we will see if this helps
2337      things or hurts things)
2338    - markus@cvs.openbsd.org 2001/02/28 08:45:39
2339      [clientloop.c]
2340      fix byte counts for ssh protocol v1
2341    - markus@cvs.openbsd.org 2001/02/28 08:54:55
2342      [channels.c nchan.c nchan.h]
2343      make sure remote stderr does not get truncated.
2344      remove closed fd's from the select mask.
2345    - markus@cvs.openbsd.org 2001/02/28 09:57:07
2346      [packet.c packet.h sshconnect2.c]
2347      in ssh protocol v2 use ignore messages for padding (instead of
2348      trailing \0).
2349    - markus@cvs.openbsd.org 2001/02/28 12:55:07
2350      [channels.c]
2351      unify debug messages
2352    - deraadt@cvs.openbsd.org 2001/02/28 17:52:54
2353      [misc.c]
2354      for completeness, copy pw_gecos too
2355    - markus@cvs.openbsd.org 2001/02/28 21:21:41
2356      [sshd.c]
2357      generate a fake session id, too
2358    - markus@cvs.openbsd.org 2001/02/28 21:27:48
2359      [channels.c packet.c packet.h serverloop.c]
2360      use ignore message to simulate a SSH2_MSG_CHANNEL_DATA message
2361      use random content in ignore messages.
2362    - markus@cvs.openbsd.org 2001/02/28 21:31:32
2363      [channels.c]
2364      typo
2365    - deraadt@cvs.openbsd.org 2001/03/01 02:11:25
2366      [authfd.c]
2367      split line so that p will have an easier time next time around
2368    - deraadt@cvs.openbsd.org 2001/03/01 02:29:04
2369      [ssh.c]
2370      shorten usage by a line
2371    - deraadt@cvs.openbsd.org 2001/03/01 02:45:10
2372      [auth-rsa.c auth2.c deattack.c packet.c]
2373      KNF
2374    - deraadt@cvs.openbsd.org 2001/03/01 03:38:33
2375      [cli.c cli.h rijndael.h ssh-keyscan.1]
2376      copyright notices on all source files
2377    - markus@cvs.openbsd.org 2001/03/01 22:46:37
2378      [ssh.c]
2379      don't truncate remote ssh-2 commands; from mkubita@securities.cz
2380      use min, not max for logging, fixes overflow.
2381    - deraadt@cvs.openbsd.org 2001/03/02 06:21:01
2382      [sshd.8]
2383      explain SIGHUP better
2384    - deraadt@cvs.openbsd.org 2001/03/02 09:42:49
2385      [sshd.8]
2386      doc the dsa/rsa key pair files
2387    - deraadt@cvs.openbsd.org 2001/03/02 18:54:31
2388      [atomicio.c atomicio.h auth-chall.c auth.c auth2-chall.c crc32.h
2389       scp.c serverloop.c session.c sftp-server.8 sftp.1 ssh-add.1 ssh-add.c
2390       ssh-agent.1 ssh-agent.c ssh-keygen.1 ssh.1 sshd.8]
2391      make copyright lines the same format
2392    - deraadt@cvs.openbsd.org 2001/03/03 06:53:12
2393      [ssh-keyscan.c]
2394      standard theo sweep
2395    - millert@cvs.openbsd.org 2001/03/03 21:19:41
2396      [ssh-keyscan.c]
2397      Dynamically allocate read_wait and its copies.  Since maxfd is
2398      based on resource limits it is often (usually?) larger than FD_SETSIZE.
2399    - millert@cvs.openbsd.org 2001/03/03 21:40:30
2400      [sftp-server.c]
2401      Dynamically allocate fd_set; deraadt@ OK
2402    - millert@cvs.openbsd.org 2001/03/03 21:41:07
2403      [packet.c]
2404      Dynamically allocate fd_set; deraadt@ OK
2405    - deraadt@cvs.openbsd.org 2001/03/03 22:07:50
2406      [sftp-server.c]
2407      KNF
2408    - markus@cvs.openbsd.org 2001/03/03 23:52:22
2409      [sftp.c]
2410      clean up arg processing. based on work by Christophe_Moret@hp.com
2411    - markus@cvs.openbsd.org 2001/03/03 23:59:34
2412      [log.c ssh.c]
2413      log*.c -> log.c
2414    - markus@cvs.openbsd.org 2001/03/04 00:03:59
2415      [channels.c]
2416      debug1->2
2417    - stevesk@cvs.openbsd.org 2001/03/04 10:57:53
2418      [ssh.c]
2419      add -m to usage; ok markus@
2420    - stevesk@cvs.openbsd.org 2001/03/04 11:04:41
2421      [sshd.8]
2422      small cleanup and clarify for PermitRootLogin; ok markus@
2423    - stevesk@cvs.openbsd.org 2001/03/04 11:16:06
2424      [servconf.c sshd.8]
2425      kill obsolete RandomSeed; ok markus@ deraadt@
2426    - stevesk@cvs.openbsd.org 2001/03/04 12:54:04
2427      [sshd.8]
2428      spelling
2429    - millert@cvs.openbsd.org 2001/03/04 17:42:28
2430      [authfd.c channels.c dh.c log.c readconf.c servconf.c sftp-int.c
2431       ssh.c sshconnect.c sshd.c]
2432      log functions should not be passed strings that end in newline as they
2433      get passed on to syslog() and when logging to stderr, do_log() appends
2434      its own newline.
2435    - deraadt@cvs.openbsd.org 2001/03/04 18:21:28
2436      [sshd.8]
2437      list SSH2 ciphers
2438  - (bal) Put HAVE_PW_CLASS_IN_PASSWD back into pwcopy()
2439  - (bal) Fix up logging since it changed.  removed log-*.c
2440  - (djm) Fix up LOG_AUTHPRIV for systems that have it
2441  - (stevesk) OpenBSD sync:
2442    - deraadt@cvs.openbsd.org 2001/03/05 08:37:27
2443      [ssh-keyscan.c]
2444      skip inlining, why bother
2445  - (stevesk) sftp.c: handle __progname
2446
2447 20010304
2448  - (bal) Remove make-ssh-known-hosts.1 since it's no longer valid.
2449  - (bal) Updated contrib/README to remove 'make-ssh-known-hosts' and
2450    give Mark Roth credit for mdoc2man.pl
2451
2452 20010303
2453  - (djm) Remove make-ssh-known-hosts.pl, ssh-keyscan is better.
2454  - (djm) Document PAM ChallengeResponseAuthentication in sshd.8
2455  - (djm) Disable and comment ChallengeResponseAuthentication in sshd_config
2456  - (djm) Allow PRNGd entropy collection from localhost TCP socket. Replace
2457    "--with-egd-pool" configure option with "--with-prngd-socket" and
2458    "--with-prngd-port" options. Debugged and improved by Lutz Jaenicke
2459    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
2460
2461 20010301
2462  - (djm) Properly add -lcrypt if needed.
2463  - (djm) Force standard PAM conversation function in a few more places.
2464    Patch from Redhat 2.5.1p1-2 RPM, probably Nalin Dahyabhai
2465    <nalin@redhat.com>
2466  - (djm) Cygwin needs pw->pw_gecos copied too. Patch from Corinna Vinschen
2467    <vinschen@redhat.com>
2468  - (djm) Released 2.5.1p2
2469
2470 20010228
2471  - (djm) Detect endianness in configure and use it in rijndael.c. Fixes
2472    "Bad packet length" bugs.
2473  - (djm) Fully revert PAM session patch (again). All PAM session init is
2474    now done before the final fork().
2475  - (djm) EGD detection patch from Tim Rice <tim@multitalents.net>
2476  - (djm) Remove /tmp from EGD socket search list
2477
2478 20010227
2479  - (bal) Applied shutdown() patch for sftp.c by  Corinna Vinschen
2480    <vinschen@redhat.com>
2481  - (bal) OpenBSD Sync
2482    - markus@cvs.openbsd.org 2001/02/23 15:37:45
2483      [session.c]
2484      handle SSH_PROTOFLAG_SCREEN_NUMBER for buggy clients
2485  - (bal) sshd.init support for all Redhat release.  Patch by Jim Knoble
2486    <jmknoble@jmknoble.cx>
2487  - (djm) Fix up POSIX saved uid support. Report from Mark Miller
2488    <markm@swoon.net>
2489  - (djm) Search for -lcrypt on FreeBSD too
2490  - (djm) fatal() on OpenSSL version mismatch
2491  - (djm) Move PAM init to after fork for non-Solaris derived PAMs
2492  - (djm) Warning fix on entropy.c saved uid stuff. Patch from Mark Miller
2493    <markm@swoon.net>
2494  - (djm) Fix PAM fix
2495  - (djm) Remove 'noreplace' flag from sshd_config in RPM spec files. This
2496    change is being made as 2.5.x configfiles are not back-compatible with
2497    2.3.x.
2498  - (djm) Avoid warnings for missing broken IP_TOS. Patch from Mark Miller
2499    <markm@swoon.net>
2500  - (djm) Open Server 5 doesn't need BROKEN_SAVED_UIDS. Patch from Tim Rice
2501    <tim@multitalents.net>
2502  - (djm) Avoid multiple definition of _PATH_LS. Patch from Tim Rice
2503    <tim@multitalents.net>
2504
2505 20010226
2506  - (bal) Fixed bsd-snprinf.c so it now honors 'BROKEN_SNPRINTF' again.
2507  - (djm) Some systems (SCO3, NeXT) have weird saved uid semantics.
2508    Based on patch from Tim Rice <tim@multitalents.net>
2509
2510 20010225
2511  - (djm) Use %{_libexecdir} rather than hardcoded path in RPM specfile
2512    Patch from Adrian Ho <lexfiend@usa.net>
2513  - (bal) Replace 'unsigned long long' to 'u_int64_t' since not every
2514    platform defines u_int64_t as being that.
2515
2516 20010224
2517  - (bal) Missed part of the UNIX sockets patch.  Patch by Corinna
2518    Vinschen <vinschen@redhat.com>
2519  - (bal) Reorder where 'strftime' is detected to resolve linking
2520    issues on SCO.  Patch by Tim Rice <tim@multitalents.net>
2521
2522 20010224
2523  - (bal) pam_stack fix to correctly detect between RH7 and older RHs.
2524    Patch by Pekka Savola <pekkas@netcore.fi>
2525  - (bal) Renamed sigaction.[ch] to sigact.[ch].  Causes problems with
2526    some platforms.
2527  - (bal) Generalize lack of UNIX sockets since this also effects Cray
2528    not just Cygwin.  Based on patch by Wendy Palm <wendyp@cray.com>
2529
2530 20010223
2531  - (bal) Fix --define rh7 in openssh.spec file.  Patch by Steve Tell
2532    <tell@telltronics.org>
2533  - (bal) Patch to force OpenSSH rpm to require the same version of OpenSSL
2534    that it was compiled against.  Patch by Pekka Savola <pekkas@netcore.fi>
2535  - (bal) Double -I for OpenSSL on SCO.  Patch by Tim Rice
2536    <tim@multitalents.net>
2537
2538 20010222
2539  - (bal) Corrected SCO luid patch by svaughan <svaughan@asterion.com>
2540  - (bal) Added mdoc2man.pl from Mark Roth <roth@feep.net>
2541  - (bal) Removed reference to liblogin from contrib/README.  It was
2542    integrated into OpenSSH a long while ago.
2543  - (stevesk) remove erroneous #ifdef sgi code.
2544    Michael Stone <mstone@cs.loyola.edu>
2545
2546 20010221
2547  - (bal) Removed -L/usr/ucblib -R/usr/ucblib for Solaris platform.
2548  - (bal) Fixed OpenSSL rework to use $saved_*.  Patch by Tim Rice
2549    <tim@multitalents.net>
2550  - (bal) Reverted out of 2001/02/15 patch by djm below because it
2551    breaks Solaris.
2552         - (djm) Move PAM session setup back to before setuid to user.
2553           fixes problems on Solaris-drived PAMs.
2554  - (stevesk) session.c: back out to where we were before:
2555     - (djm) Move PAM session initialisation until after fork in sshd. Patch
2556       from Nalin Dahyabhai <nalin@redhat.com>
2557
2558 20010220
2559  - (bal) Fix mixed up params to memmove() from Jan 5th in setenv.c and
2560    getcwd.c.
2561  - (bal) OpenBSD CVS Sync:
2562    - deraadt@cvs.openbsd.org 2001/02/19 23:09:05
2563      [sshd.c]
2564      clarify message to make it not mention "ident"
2565
2566 20010219
2567  - (bal) Markus' blessing to rename login.[ch] -> sshlogin.[ch] and
2568    pty.[ch] -> sshpty.[ch]
2569  - (djm) Rework search for OpenSSL location. Skip directories which don't
2570    exist, don't add -L$ssldir/lib if it doesn't exist. Should help SCO
2571    with its limit of 6 -L options.
2572  - OpenBSD CVS Sync:
2573    - reinhard@cvs.openbsd.org        2001/02/17 08:24:40
2574      [sftp.1]
2575      typo
2576    - deraadt@cvs.openbsd.org 2001/02/17 16:28:58
2577      [ssh.c]
2578      cleanup -V output; noted by millert
2579    - deraadt@cvs.openbsd.org 2001/02/17 16:48:48
2580      [sshd.8]
2581      it's the OpenSSH one
2582    - markus@cvs.openbsd.org  2001/02/18 11:33:54
2583      [dispatch.c]
2584      typo, SSH2_MSG_KEXINIT, from aspa@kronodoc.fi
2585    - markus@cvs.openbsd.org  2001/02/19 02:53:32
2586      [compat.c compat.h serverloop.c]
2587      ssh-1.2.{18-22} has broken handling of ignore messages; report from
2588      itojun@
2589    - markus@cvs.openbsd.org  2001/02/19 03:35:23
2590      [version.h]
2591      OpenSSH_2.5.1 adds bug compat with 1.2.{18-22}
2592    - deraadt@cvs.openbsd.org 2001/02/19 03:36:25
2593      [scp.c]
2594      np is changed by recursion; vinschen@redhat.com
2595  - Update versions in RPM spec files
2596  - Release 2.5.1p1
2597
2598 20010218
2599  - (bal) Patch for fix FCHMOD reference in ftp-client.c by Tim Rice
2600    <tim@multitalents.net>
2601  - (Bal) Patch for lack of RA_RESTART in misc.c for mysignal by
2602    stevesk
2603  - (djm) Fix my breaking of cygwin builds, Patch from Corinna Vinschen
2604    <vinschen@redhat.com> and myself.
2605  - (djm) Close listen_sock on bind() failures. Patch from Arkadiusz
2606    Miskiewicz <misiek@pld.ORG.PL>
2607  - (djm) Robustify EGD/PRNGd code in face of socket closures. Patch from
2608    Todd C. Miller <Todd.Miller@courtesan.com>
2609  - (djm) Use ttyname() to determine name of tty returned by openpty()
2610    rather then risking overflow. Patch from Marek Michalkiewicz
2611    <marekm@amelek.gda.pl>
2612  - (djm) Swapped tests for no_libsocket and no_libnsl in configure.in.
2613    Patch from Marek Michalkiewicz <marekm@amelek.gda.pl>
2614  - (djm) Doc fixes from Pekka Savola <pekkas@netcore.fi>
2615  - (djm) Use SA_INTERRUPT along SA_RESTART if present (equivalent for
2616    SunOS)
2617  - (djm) SCO needs librpc for libwrap. Patch from Tim Rice
2618    <tim@multitalents.net>
2619  - (stevesk) misc.c: cpp rework of SA_(INTERRUPT|RESTART) handling.
2620  - (stevesk) scp.c: use mysignal() for updateprogressmeter() handler.
2621  - (djm) SA_INTERRUPT is the converse of SA_RESTART, apply it only for
2622    SIGALRM.
2623  - (djm) Move entropy.c over to mysignal()
2624  - (djm) SunOS 4.x also needs to define HAVE_BOGUS_SYS_QUEUE_H as it has
2625    a <sys/queue.h> that lacks the TAILQ_* macros. Patch from Todd C.
2626    Miller <Todd.Miller@courtesan.com>
2627  - (djm) Update RPM spec files for 2.5.0p1
2628  - (djm) Merge BSD_AUTH support from Markus Friedl and David J. MacKenzie
2629    enable with --with-bsd-auth.
2630  - (stevesk) entropy.c: typo; should be SIGPIPE
2631
2632 20010217
2633  - (bal) OpenBSD Sync:
2634    - markus@cvs.openbsd.org 2001/02/16 13:38:18
2635      [channel.c]
2636      remove debug
2637    - markus@cvs.openbsd.org 2001/02/16 14:03:43
2638      [session.c]
2639      proper payload-length check for x11 w/o screen-number
2640
2641 20010216
2642  - (bal) added '--with-prce'  to allow overriding of system regex when
2643    required (tested by David Dulek <ddulek@fastenal.com>)
2644  - (bal) Added DG/UX case and set that they have a broken IPTOS.
2645  - (djm) Mini-configure reorder patch from Tim Rice <tim@multitalents.net>
2646    Fixes linking on SCO.
2647  - (djm) Make gnome-ssh-askpass handle multi-line prompts. Patch from
2648    Nalin Dahyabhai <nalin@redhat.com>
2649  - (djm) BSD license for gnome-ssh-askpass (was X11)
2650  - (djm) KNF on gnome-ssh-askpass
2651  - (djm) USE_PIPES for a few more sysv platforms
2652  - (djm) Cleanup configure.in a little
2653  - (djm) Ask users to check config.log when we can't find necessary libs
2654  - (djm) Set "login ID" on systems with setluid. Only enabled for SCO
2655    OpenServer for now. Based on patch from svaughan <svaughan@asterion.com>
2656  - (djm) OpenBSD CVS:
2657    - markus@cvs.openbsd.org  2001/02/15 16:19:59
2658      [channels.c channels.h serverloop.c sshconnect.c sshconnect.h]
2659      [sshconnect1.c sshconnect2.c]
2660      genericize password padding function for SSH1 and SSH2.
2661      add stylized echo to 2, too.
2662  - (djm) Add roundup() macro to defines.h
2663  - (stevesk) set SA_RESTART flag in mysignal() for SIGCHLD;
2664    needed on Unixware 2.x.
2665
2666 20010215
2667  - (djm) Move PAM session setup back to before setuid to user. Fixes
2668    problems on Solaris-derived PAMs.
2669  - (djm) Clean up PAM namespace. Suggested by Darren Moffat
2670    <Darren.Moffat@eng.sun.com>
2671  - (bal) Sync w/ OpenSSH for new release
2672    - markus@cvs.openbsd.org 2001/02/12 12:45:06
2673      [sshconnect1.c]
2674      fix xmalloc(0), ok dugsong@
2675    - markus@cvs.openbsd.org 2001/02/11 12:59:25
2676      [Makefile.in sshd.8 sshconnect2.c readconf.h readconf.c packet.c
2677       sshd.c ssh.c ssh.1 servconf.h servconf.c myproposal.h kex.h kex.c]
2678      1) clean up the MAC support for SSH-2
2679      2) allow you to specify the MAC with 'ssh -m'
2680      3) or the 'MACs' keyword in ssh(d)_config
2681      4) add hmac-{md5,sha1}-96
2682              ok stevesk@, provos@
2683    - markus@cvs.openbsd.org 2001/02/12 16:16:23
2684      [auth-passwd.c auth.c auth.h auth1.c auth2.c servconf.c servconf.h
2685       ssh-keygen.c sshd.8]
2686      PermitRootLogin={yes,without-password,forced-commands-only,no}
2687      (before this change, root could login even if PermitRootLogin==no)
2688    - deraadt@cvs.openbsd.org 2001/02/12 22:56:09
2689      [clientloop.c packet.c ssh-keyscan.c]
2690      deal with EAGAIN/EINTR selects which were skipped
2691    - markus@cvs.openssh.org 2001/02/13 22:49:40
2692      [auth1.c auth2.c]
2693      setproctitle(user) only if getpwnam succeeds
2694    - markus@cvs.openbsd.org 2001/02/12 23:26:20
2695      [sshd.c]
2696      missing memset; from solar@openwall.com
2697    - stevesk@cvs.openbsd.org 2001/02/12 20:53:33
2698      [sftp-int.c]
2699      lumask now works with 1 numeric arg; ok markus@, djm@
2700    - djm@cvs.openbsd.org 2001/02/14 9:46:03
2701      [sftp-client.c sftp-int.c sftp.1]
2702      Fix and document 'preserve modes & times' option ('-p' flag in sftp);
2703      ok markus@
2704  - (bal) replaced PATH_MAX in sftp-int.c w/ MAXPATHLEN.
2705  - (djm) Move to Jim's 1.2.0 X11 askpass program
2706  - (stevesk) OpenBSD sync:
2707    - deraadt@cvs.openbsd.org 2001/02/15 01:38:04
2708      [serverloop.c]
2709      indent
2710
2711 20010214
2712  - (djm) Don't try to close PAM session or delete credentials if the
2713    session has not been open or credentials not set. Based on patch from
2714    Andrew Bartlett <abartlet@pcug.org.au>
2715  - (djm) Move PAM session initialisation until after fork in sshd. Patch
2716    from Nalin Dahyabhai <nalin@redhat.com>
2717  - (bal) Missing function prototype in bsd-snprintf.c patch by
2718    Mark Miller <markm@swoon.net>
2719  - (djm) Split out and improve OSF SIA auth code. Patch from Chris Adams
2720    <cmadams@hiwaay.net> with a little modification and KNF.
2721  - (stevesk) fix for SIA patch, misplaced session_setup_sia()
2722
2723 20010213
2724  - (djm) Only test -S potential EGD sockets if they exist and are readable.
2725  - (bal) Cleaned out bsd-snprintf.c.  VARARGS have been banished and
2726    I did a base KNF over the whe whole file to make it more acceptable.
2727    (backed out of original patch and removed it from ChangeLog)
2728  - (bal) Use chown() if fchown() does not exist in ftp-server.c patch by
2729    Tim Rice <tim@multitalents.net>
2730  - (stevesk) auth1.c: fix PAM passwordless check.
2731
2732 20010212
2733  - (djm) Update Redhat specfile to allow --define "skip_x11_askpass 1",
2734    --define "skip_gnome_askpass 1", --define "rh7 1" and make the
2735    implicit rpm-3.0.5 dependancy explicit. Patch and suggestions from
2736    Pekka Savola <pekkas@netcore.fi>
2737  - (djm) Clean up PCRE text in INSTALL
2738  - (djm) Fix OSF SIA auth NULL pointer deref. Report from Mike Battersby
2739    <mib@unimelb.edu.au>
2740  - (bal) NCR SVR4 compatiblity provide by Don Bragg <thewizarddon@yahoo.com>
2741  - (stevesk) session.c: remove debugging code.
2742
2743 20010211
2744  - (bal) OpenBSD Sync
2745    - markus@cvs.openbsd.org 2001/02/07 22:35:46
2746      [auth1.c auth2.c sshd.c]
2747      move k_setpag() to a central place; ok dugsong@
2748    - markus@cvs.openbsd.org 2001/02/10 12:52:02
2749      [auth2.c]
2750      offer passwd before s/key
2751    - markus@cvs.openbsd.org 2001/02/8 22:37:10
2752      [canohost.c]
2753      remove last call to sprintf; ok deraadt@
2754    - markus@cvs.openbsd.org 2001/02/10 1:33:32
2755      [canohost.c]
2756      add debug message, since sshd blocks here if DNS is not available
2757    - markus@cvs.openbsd.org 2001/02/10 12:44:02
2758      [cli.c]
2759      don't call vis() for \r
2760    - danh@cvs.openbsd.org 2001/02/10 0:12:43
2761      [scp.c]
2762      revert a small change to allow -r option to work again; ok deraadt@
2763    - danh@cvs.openbsd.org 2001/02/10 15:14:11
2764      [scp.c]
2765      fix memory leak; ok markus@
2766    - djm@cvs.openbsd.org 2001/02/10 0:45:52
2767      [scp.1]
2768      Mention that you can quote pathnames with spaces in them
2769    - markus@cvs.openbsd.org 2001/02/10 1:46:28
2770      [ssh.c]
2771      remove mapping of argv[0] -> hostname
2772    - markus@cvs.openbsd.org 2001/02/06 22:26:17
2773      [sshconnect2.c]
2774      do not ask for passphrase in batch mode; report from ejb@ql.org
2775    - itojun@cvs.opebsd.org 2001/02/08 10:47:05
2776      [sshconnect.c sshconnect1.c sshconnect2.c]
2777      %.30s is too short for IPv6 numeric address.  use %.128s for now.
2778      markus ok
2779    - markus@cvs.openbsd.org 2001/02/09 12:28:35
2780      [sshconnect2.c]
2781      do not free twice, thanks to /etc/malloc.conf
2782    - markus@cvs.openbsd.org 2001/02/09 17:10:53
2783      [sshconnect2.c]
2784      partial success: debug->log; "Permission denied" if no more auth methods
2785    - markus@cvs.openbsd.org 2001/02/10 12:09:21
2786      [sshconnect2.c]
2787      remove some lines
2788    - markus@cvs.openbsd.org 2001/02/09 13:38:07
2789      [auth-options.c]
2790      reset options if no option is given; from han.holl@prismant.nl
2791    - markus@cvs.openbsd.org 2001/02/08 21:58:28
2792      [channels.c]
2793      nuke sprintf, ok deraadt@
2794    - markus@cvs.openbsd.org 2001/02/08 21:58:28
2795      [channels.c]
2796      nuke sprintf, ok deraadt@
2797    - markus@cvs.openbsd.org 2001/02/06 22:43:02
2798      [clientloop.h]
2799      remove confusing callback code
2800    - deraadt@cvs.openbsd.org 2001/02/08 14:39:36
2801      [readconf.c]
2802      snprintf
2803    - itojun@cvs.openbsd.org 2001/02/08 19:30:52
2804      sync with netbsd tree changes.
2805      - more strict prototypes, include necessary headers
2806      - use paths.h/pathnames.h decls
2807      - size_t typecase to int -> u_long
2808    - itojun@cvs.openbsd.org 2001/02/07 18:04:50
2809      [ssh-keyscan.c]
2810      fix size_t -> int cast (use u_long).  markus ok
2811    - markus@cvs.openbsd.org 2001/02/07 22:43:16
2812      [ssh-keyscan.c]
2813      s/getline/Linebuf_getline/; from roumen.petrov@skalasoft.com
2814    - itojun@cvs.openbsd.org 2001/02/09 9:04:59
2815      [ssh-keyscan.c]
2816      do not assume malloc() returns zero-filled region.  found by
2817      malloc.conf=AJ.
2818    - markus@cvs.openbsd.org 2001/02/08 22:35:30
2819      [sshconnect.c]
2820      don't connect if batch_mode is true and stricthostkeychecking set to
2821     'ask'
2822    - djm@cvs.openbsd.org 2001/02/04 21:26:07
2823      [sshd_config]
2824      type: ok markus@
2825    - deraadt@cvs.openbsd.org 2001/02/06 22:07:50
2826      [sshd_config]
2827      enable sftp-server by default
2828    - deraadt 2001/02/07 8:57:26
2829      [xmalloc.c]
2830      deal with new ANSI malloc stuff
2831    - markus@cvs.openbsd.org 2001/02/07 16:46:08
2832      [xmalloc.c]
2833      typo in fatal()
2834    - itojun@cvs.openbsd.org 2001/02/07 18:04:50
2835      [xmalloc.c]
2836      fix size_t -> int cast (use u_long).  markus ok
2837    - 1.47 Thu Feb 8 23:11:42 GMT 2001 by dugsong
2838      [serverloop.c sshconnect1.c]
2839      mitigate SSH1 traffic analysis - from Solar Designer
2840      <solar@openwall.com>, ok provos@
2841  - (bal) fixed sftp-client.c.  Return 'status' instead of '0'
2842    (from the OpenBSD tree)
2843  - (bal) Synced ssh.1, ssh-add.1 and sshd.8 w/ OpenBSD
2844  - (bal) sftp-sever.c  '%8lld' to '%8llu' (OpenBSD Sync)
2845  - (bal) uuencode.c resync w/ OpenBSD tree, plus whitespace.
2846  - (bal) A bit more whitespace cleanup
2847  - (djm) Set PAM_RHOST earlier, patch from Andrew Bartlett
2848    <abartlet@pcug.org.au>
2849  - (stevesk) misc.c: ssh.h not needed.
2850  - (stevesk) compat.c: more friendly cpp error
2851  - (stevesk) OpenBSD sync:
2852    - stevesk@cvs.openbsd.org 2001/02/11 06:15:57
2853      [LICENSE]
2854      typos and small cleanup; ok deraadt@
2855
2856 20010210
2857  - (djm) Sync sftp and scp stuff from OpenBSD:
2858    - djm@cvs.openbsd.org     2001/02/07 03:55:13
2859      [sftp-client.c]
2860      Don't free handles before we are done with them. Based on work from
2861      Corinna Vinschen <vinschen@redhat.com>. ok markus@
2862    - djm@cvs.openbsd.org     2001/02/06 22:32:53
2863      [sftp.1]
2864      Punctuation fix from Pekka Savola <pekkas@netcore.fi>
2865    - deraadt@cvs.openbsd.org 2001/02/07 04:07:29
2866      [sftp.1]
2867      pretty up significantly
2868    - itojun@cvs.openbsd.org  2001/02/07 06:49:42
2869      [sftp.1]
2870      .Bl-.El mismatch.  markus ok
2871    - djm@cvs.openbsd.org     2001/02/07 06:12:30
2872      [sftp-int.c]
2873      Check that target is a directory before doing ls; ok markus@
2874    - itojun@cvs.openbsd.org  2001/02/07 11:01:18
2875      [scp.c sftp-client.c sftp-server.c]
2876      unsigned long long -> %llu, not %qu.  markus ok
2877    - stevesk@cvs.openbsd.org 2001/02/07 11:10:39
2878      [sftp.1 sftp-int.c]
2879      more man page cleanup and sync of help text with man page; ok markus@
2880    - markus@cvs.openbsd.org  2001/02/07 14:58:34
2881      [sftp-client.c]
2882      older servers reply with SSH2_FXP_NAME + count==0 instead of EOF
2883    - djm@cvs.openbsd.org     2001/02/07 15:27:19
2884      [sftp.c]
2885      Don't forward agent and X11 in sftp. Suggestion from Roumen Petrov
2886      <roumen.petrov@skalasoft.com>
2887    - stevesk@cvs.openbsd.org 2001/02/07 15:36:04
2888      [sftp-int.c]
2889      portable; ok markus@
2890    - stevesk@cvs.openbsd.org 2001/02/07 15:55:47
2891      [sftp-int.c]
2892      lowercase cmds[].c also; ok markus@
2893    - markus@cvs.openbsd.org  2001/02/07 17:04:52
2894      [pathnames.h sftp.c]
2895      allow sftp over ssh protocol 1; ok djm@
2896    - deraadt@cvs.openbsd.org 2001/02/08 07:38:55
2897      [scp.c]
2898      memory leak fix, and snprintf throughout
2899    - deraadt@cvs.openbsd.org 2001/02/08 08:02:02
2900      [sftp-int.c]
2901      plug a memory leak
2902    - stevesk@cvs.openbsd.org 2001/02/08 10:11:23
2903      [session.c sftp-client.c]
2904      %i -> %d
2905    - stevesk@cvs.openbsd.org 2001/02/08 10:57:59
2906      [sftp-int.c]
2907      typo
2908    - stevesk@cvs.openbsd.org 2001/02/08 15:28:07
2909      [sftp-int.c pathnames.h]
2910      _PATH_LS; ok markus@
2911    - djm@cvs.openbsd.org     2001/02/09 04:46:25
2912      [sftp-int.c]
2913      Check for NULL attribs for chown, chmod & chgrp operations, only send
2914      relevant attribs back to server; ok markus@
2915    - djm@cvs.openbsd.org     2001/02/06 15:05:25
2916      [sftp.c]
2917      Use getopt to process commandline arguments
2918    - djm@cvs.openbsd.org     2001/02/06 15:06:21
2919      [sftp.c ]
2920      Wait for ssh subprocess at exit
2921    - djm@cvs.openbsd.org     2001/02/06 15:18:16
2922      [sftp-int.c]
2923      stat target for remote chdir before doing chdir
2924    - djm@cvs.openbsd.org     2001/02/06 15:32:54
2925      [sftp.1]
2926      Punctuation fix from Pekka Savola <pekkas@netcore.fi>
2927    - provos@cvs.openbsd.org  2001/02/05 22:22:02
2928      [sftp-int.c]
2929      cleanup get_pathname, fix pwd after failed cd. okay djm@
2930  - (djm) Update makefile.in for _PATH_SFTP_SERVER
2931  - (bal) sftp-client.c replace NULL w/ 0 in do_ls() (pending in OpenBSD tree)
2932
2933 20010209
2934  - (bal) patch to vis.c to deal with HAVE_VIS right by Robert Mooney
2935    <rjmooney@mediaone.net>
2936  - (bal) .c.o rule in openbsd-compat/Makefile.in did not make it to the
2937    main tree while porting forward.  Pointed out by Lutz Jaenicke
2938    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
2939  - (bal) double entry in configure.in.  Pointed out by Lutz Jaenicke
2940    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
2941  - (stevesk) OpenBSD sync:
2942    - markus@cvs.openbsd.org  2001/02/08 11:20:01
2943      [auth2.c]
2944      strict checking
2945    - markus@cvs.openbsd.org  2001/02/08 11:15:22
2946      [version.h]
2947      update to 2.3.2
2948    - markus@cvs.openbsd.org  2001/02/08 11:12:30
2949      [auth2.c]
2950      fix typo
2951  - (djm) Update spec files
2952  - (bal) OpenBSD sync:
2953    - deraadt@cvs.openbsd.org 2001/02/08 14:38:54
2954      [scp.c]
2955      memory leak fix, and snprintf throughout
2956    - markus@cvs.openbsd.org 2001/02/06 22:43:02
2957      [clientloop.c]
2958      remove confusing callback code
2959  - (djm) Add CVS Id's to files that we have missed
2960  - (bal) OpenBSD Sync (more):
2961    - itojun@cvs.openbsd.org 2001/02/08 19:30:52
2962      sync with netbsd tree changes.
2963      - more strict prototypes, include necessary headers
2964      - use paths.h/pathnames.h decls
2965      - size_t typecase to int -> u_long
2966    - markus@cvs.openbsd.org 2001/02/06 22:07:42
2967      [ssh.c]
2968      fatal() if subsystem fails
2969    - markus@cvs.openbsd.org 2001/02/06 22:43:02
2970      [ssh.c]
2971      remove confusing callback code
2972    - jakob@cvs.openbsd.org 2001/02/06 23:03:24
2973      [ssh.c]
2974      add -1 option (force protocol version 1). ok markus@
2975    - jakob@cvs.openbsd.org 2001/02/06 23:06:21
2976      [ssh.c]
2977      reorder -{1,2,4,6} options. ok markus@
2978  - (bal) Missing 'const' in readpass.h
2979  - (bal) OpenBSD Sync (so at least the thing compiles for 2.3.2 =)
2980    - djm@cvs.openbsd.org 2001/02/06 23:30:28
2981      [sftp-client.c]
2982      replace arc4random with counter for request ids; ok markus@
2983  - (djm) Define _PATH_TTY for systems that don't. Report from Lutz
2984    Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
2985
2986 20010208
2987  - (djm) Don't delete external askpass program in make uninstall target.
2988    Report and fix from Roumen Petrov <roumen.petrov@skalasoft.com>
2989  - (djm) Fix linking of sftp, don't need arc4random any more.
2990  - (djm) Try to use shell that supports "test -S" for EGD socket search.
2991    Based on patch from Tim Rice <tim@multitalents.net>
2992
2993 20010207
2994  - (bal) Save the whole path to AR in configure.  Some Solaris 2.7 installs
2995    seem lose track of it while in openbsd-compat/  (two confirmed reports)
2996  - (djm) Much KNF on PAM code
2997  - (djm) Revise auth-pam.c conversation function to be a little more
2998    readable.
2999  - (djm) Revise kbd-int PAM conversation function to fold all text messages
3000    to before first prompt. Fixes hangs if last pam_message did not require
3001    a reply.
3002  - (djm) Fix password changing when using PAM kbd-int authentication
3003
3004 20010205
3005  - (bal) Disable groupaccess by setting NGROUPS_MAX to 0 for platforms
3006    that don't have NGROUPS_MAX.
3007  - (bal) AIX patch for auth1.c by William L. Jones <jones@hpc.utexas.edu>
3008  - (stevesk) OpenBSD sync:
3009    - stevesk@cvs.openbsd.org 2001/02/04 08:32:27
3010      [many files; did this manually to our top-level source dir]
3011      unexpand and remove end-of-line whitespace; ok markus@
3012    - stevesk@cvs.openbsd.org 2001/02/04 15:21:19
3013      [sftp-server.c]
3014      SSH2_FILEXFER_ATTR_UIDGID support; ok markus@
3015    - deraadt@cvs.openbsd.org 2001/02/04 17:02:32
3016      [sftp-int.c]
3017      ? == help
3018    - deraadt@cvs.openbsd.org 2001/02/04 16:47:46
3019      [sftp-int.c]
3020      sort commands, so that abbreviations work as expected
3021    - stevesk@cvs.openbsd.org 2001/02/04 15:17:52
3022      [sftp-int.c]
3023      debugging sftp: precedence and missing break.  chmod, chown, chgrp
3024      seem to be working now.
3025    - markus@cvs.openbsd.org 2001/02/04 14:41:21
3026      [sftp-int.c]
3027      use base 8 for umask/chmod
3028    - markus@cvs.openbsd.org 2001/02/04 11:11:54
3029      [sftp-int.c]
3030      fix LCD
3031    - markus@cvs.openbsd.org  2001/02/04 08:10:44
3032      [ssh.1]
3033      typo; dpo@club-internet.fr
3034    - stevesk@cvs.openbsd.org 2001/02/04 06:30:12
3035      [auth2.c authfd.c packet.c]
3036      remove duplicate #include's; ok markus@
3037    - deraadt@cvs.openbsd.org 2001/02/04 16:56:23
3038      [scp.c sshd.c]
3039      alpha happiness
3040    - stevesk@cvs.openbsd.org 2001/02/04 15:12:17
3041      [sshd.c]
3042      precedence; ok markus@
3043    - deraadt@cvs.openbsd.org 2001/02/04 08:14:15
3044      [ssh.c sshd.c]
3045      make the alpha happy
3046    - markus@cvs.openbsd.org  2001/01/31 13:37:24
3047      [channels.c channels.h serverloop.c ssh.c]
3048      do not disconnect if local port forwarding fails, e.g. if port is
3049      already in use
3050    - markus@cvs.openbsd.org  2001/02/01 14:58:09
3051      [channels.c]
3052      use ipaddr in channel messages, ietf-secsh wants this
3053    - markus@cvs.openbsd.org  2001/01/31 12:26:20
3054      [channels.c]
3055      ssh.com-2.0.1x does not send additional info in CHANNEL_OPEN_FAILURE
3056      messages; bug report from edmundo@rano.org
3057    - markus@cvs.openbsd.org  2001/01/31 13:48:09
3058      [sshconnect2.c]
3059      unused
3060    - deraadt@cvs.openbsd.org 2001/02/04 08:23:08
3061      [sftp-client.c sftp-server.c]
3062      make gcc on the alpha even happier
3063
3064 20010204
3065  - (bal) I think this is the last of the bsd-*.h that don't belong.
3066  - (bal) Minor Makefile fix
3067  - (bal) openbsd-compat/Makefile minor fix.  Ensure dependancies are done
3068    right.
3069  - (bal) Changed order of LIB="" in -with-skey due to library resolving.
3070  - (bal) next-posix.h changed to bsd-nextstep.h
3071  - (djm) OpenBSD CVS sync:
3072    - markus@cvs.openbsd.org  2001/02/03 03:08:38
3073      [auth-options.c auth-rh-rsa.c auth-rhosts.c auth.c canohost.c]
3074      [canohost.h servconf.c servconf.h session.c sshconnect1.c sshd.8]
3075      [sshd_config]
3076      make ReverseMappingCheck optional in sshd_config; ok djm@,dugsong@
3077    - markus@cvs.openbsd.org  2001/02/03 03:19:51
3078      [ssh.1 sshd.8 sshd_config]
3079      Skey is now called ChallengeResponse
3080    - markus@cvs.openbsd.org  2001/02/03 03:43:09
3081      [sshd.8]
3082      use no-pty option in .ssh/authorized_keys* if you need a 8-bit clean
3083      channel. note from Erik.Anggard@cygate.se (pr/1659)
3084    - stevesk@cvs.openbsd.org 2001/02/03 10:03:06
3085      [ssh.1]
3086      typos; ok markus@
3087    - djm@cvs.openbsd.org     2001/02/04 04:11:56
3088      [scp.1 sftp-server.c ssh.1 sshd.8 sftp-client.c sftp-client.h]
3089      [sftp-common.c sftp-common.h sftp-int.c sftp-int.h sftp.1 sftp.c]
3090      Basic interactive sftp client; ok theo@
3091  - (djm) Update RPM specs for new sftp binary
3092  - (djm) Update several bits for new optional reverse lookup stuff. I
3093    think I got them all.
3094  - (djm) Makefile.in fixes
3095  - (stevesk) add mysignal() wrapper and use it for the protocol 2
3096    SIGCHLD handler.
3097  - (djm) Use setvbuf() instead of setlinebuf(). Suggest from stevesk@
3098
3099 20010203
3100  - (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com>
3101  - (bal) renamed queue.h to fake-queue.h (even if it's an OpenBSD
3102    based file) to ensure #include space does not get confused.
3103  - (bal) Minor Makefile.in tweak.  dirname may not exist on some
3104    platforms so builds fail.  (NeXT being a well known one)
3105
3106 20010202
3107  - (bal) Makefile fix where sourcedir != builddir by Corinna Vinschen
3108    <vinschen@redhat.com>
3109  - (bal) Makefile fix to use $(MAKE) instead of 'make'  for platforms
3110    that use 'gmake'.   Patch by Tim Rice <tim@multitalents.net>
3111
3112 20010201
3113  - (bal) Minor fix to Makefile to stop rebuilding executables if no
3114    changes have occured to any of the supporting code.  Patch by
3115    Roumen Petrov <roumen.petrov@skalasoft.com>
3116
3117 20010131
3118  - (djm) OpenBSD CVS Sync:
3119    - djm@cvs.openbsd.org     2001/01/30 15:48:53
3120      [sshconnect.c]
3121      Make warning message a little more consistent. ok markus@
3122  - (djm) Fix autoconf logic for --with-lastlog=no Report and diagnosis from
3123    Philipp Buehler <lists@fips.de> and Kevin Steves <stevesk@sweden.hp.com>
3124    respectively.
3125  - (djm) Don't log SSH2 PAM KbdInt responses to debug, they may contain
3126    passwords.
3127  - (bal) Reorder.  Move all bsd-*, fake-*, next-*, and cygwin* stuff to
3128    openbsd-compat/.  And resolve all ./configure and Makefile.in issues
3129    assocated.
3130
3131 20010130
3132  - (djm) OpenBSD CVS Sync:
3133    - markus@cvs.openbsd.org  2001/01/29 09:55:37
3134      [channels.c channels.h clientloop.c serverloop.c]
3135      fix select overflow; ok deraadt@ and stevesk@
3136    - markus@cvs.openbsd.org  2001/01/29 12:42:35
3137      [canohost.c canohost.h channels.c clientloop.c]
3138      add get_peer_ipaddr(socket), x11-fwd in ssh2 requires ipaddr, not DNS
3139    - markus@cvs.openbsd.org  2001/01/29 12:47:32
3140      [rsa.c rsa.h ssh-agent.c sshconnect1.c sshd.c]
3141      handle rsa_private_decrypt failures; helps against the Bleichenbacher
3142      pkcs#1 attack
3143    - djm@cvs.openbsd.org     2001/01/29 05:36:11
3144      [ssh.1 ssh.c]
3145      Allow invocation of sybsystem by commandline (-s); ok markus@
3146  - (stevesk) configure.in: remove duplicate PROG_LS
3147
3148 20010129
3149  - (stevesk) sftp-server.c: use %lld vs. %qd
3150
3151 20010128
3152  - (bal) Put USE_PIPES back into sco3.2v5
3153  - (bal) OpenBSD Sync
3154    - markus@cvs.openbsd.org 2001/01/28 10:15:34
3155      [dispatch.c]
3156      re-keying is not supported; ok deraadt@
3157    - markus@cvs.openbsd.org 2001/01/28 10:24:04
3158      [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
3159      cleanup AUTHORS sections
3160    - markus@cvs.openbsd.org 2001/01/28 10:37:26
3161      [sshd.c sshd.8]
3162      remove -Q, no longer needed
3163    - stevesk@cvs.openbsd.org 2001/01/28 20:36:16
3164      [readconf.c ssh.1]
3165      ``StrictHostKeyChecking ask'' documentation and small cleanup.
3166      ok markus@
3167    - stevesk@cvs.openbsd.org 2001/01/28 20:43:25
3168      [sshd.8]
3169      spelling.  ok markus@
3170    - stevesk@cvs.openbsd.org 2001/01/28 20:53:21
3171      [xmalloc.c]
3172      use size_t for strlen() return.  ok markus@
3173    - stevesk@cvs.openbsd.org 2001/01/28 22:27:05
3174      [authfile.c]
3175      spelling.  use sizeof vs. strlen().  ok markus@
3176    - niklas@cvs.openbsd.org 2001/01/29 1:59:14
3177      [atomicio.h canohost.h clientloop.h deattack.h dh.h dispatch.h
3178       groupaccess.c groupaccess.h hmac.h hostfile.h includes.h kex.h
3179       key.h log.h login.h match.h misc.h myproposal.h nchan.ms pathnames.h
3180       radix.h readpass.h rijndael.h serverloop.h session.h sftp.h ssh-add.1
3181       ssh-dss.h ssh-keygen.1 ssh-keyscan.1 ssh-rsa.h ssh1.h ssh_config
3182       sshconnect.h sshd_config tildexpand.h uidswap.h uuencode.h]
3183      $OpenBSD$
3184   - (bal) Minor auth2.c resync.  Whitespace and moving of an #include.
3185
3186 20010126
3187  - (bal) SSH_PROGRAM vs _PATH_SSH_PROGRAM fix pointed out by Roumen
3188    Petrov <roumen.petrov@skalasoft.com>
3189  - (bal) OpenBSD Sync
3190    - deraadt@cvs.openbsd.org 2001/01/25 8:06:33
3191      [ssh-agent.c]
3192      call _exit() in signal handler
3193
3194 20010125
3195  - (djm) Sync bsd-* support files:
3196    - deraadt@cvs.openbsd.org 2000/01/26 03:43:20
3197      [rresvport.c bindresvport.c]
3198      new bindresvport() semantics that itojun, shin, jean-luc and i have
3199      agreed on, which will be happy for the future. bindresvport_sa() for
3200      sockaddr *, too.  docs later..
3201    - deraadt@cvs.openbsd.org 2000/01/24 02:24:21
3202      [bindresvport.c]
3203      in bindresvport(), if sin is non-NULL, example sin->sin_family for
3204      the actual family being processed
3205  - (djm) Mention PRNGd in documentation, it is nicer than EGD
3206  - (djm) Automatically search for "well-known" EGD/PRNGd sockets in autoconf
3207  - (bal) AC_FUNC_STRFTIME added to autoconf
3208  - (bal) OpenBSD Resync
3209    - stevesk@cvs.openbsd.org 2001/01/24 21:03:50
3210      [channels.c]
3211      missing freeaddrinfo(); ok markus@
3212
3213 20010124
3214  - (bal) OpenBSD Resync
3215    - markus@cvs.openbsd.org 2001/01/23 10:45:10
3216      [ssh.h]
3217      nuke comment
3218  - (bal) no 64bit support patch from Tim Rice <tim@multitalents.net>
3219  - (bal) #ifdef around S_IFSOCK if platform does not support it.
3220    patch by Tim Rice <tim@multitalents.net>
3221  - (bal) fake-regex.h cleanup based on Tim Rice's patch.
3222  - (stevesk) sftp-server.c: fix chmod() mode mask
3223
3224 20010123
3225  - (bal) regexp.h typo in configure.in.  Should have been regex.h
3226  - (bal) SSH_USER_DIR to _PATH_SSH_USER_DIR patch by stevesk@
3227  - (bal) SSH_ASKPASS_DEFAULT to _PATH_SSH_ASKPASS_DEFAULT
3228  - (bal) OpenBSD Resync
3229    - markus@cvs.openbsd.org 2001/01/22 8:15:00
3230      [auth-krb4.c sshconnect1.c]
3231      only AFS needs radix.[ch]
3232    - markus@cvs.openbsd.org 2001/01/22 8:32:53
3233      [auth2.c]
3234      no need to include; from mouring@etoh.eviladmin.org
3235    - stevesk@cvs.openbsd.org 2001/01/22 16:55:21
3236      [key.c]
3237      free() -> xfree(); ok markus@
3238    - stevesk@cvs.openbsd.org 2001/01/22 17:22:28
3239      [sshconnect2.c sshd.c]
3240      fix memory leaks in SSH2 key exchange; ok markus@
3241    - markus@cvs.openbsd.org 2001/01/22 23:06:39
3242      [auth1.c auth2.c readconf.c readconf.h servconf.c servconf.h
3243       sshconnect1.c sshconnect2.c sshd.c]
3244      rename skey -> challenge response.
3245      auto-enable kbd-interactive for ssh2 if challenge-reponse is enabled.
3246
3247
3248 20010122
3249  - (bal) OpenBSD Resync
3250    - markus@cvs.openbsd.org 2001/01/19 12:45:26 GMT 2001 by markus
3251      [servconf.c ssh.h sshd.c]
3252      only auth-chall.c needs #ifdef SKEY
3253    - markus@cvs.openbsd.org 2001/01/19 15:55:10 GMT 2001 by markus
3254      [auth-krb4.c auth-options.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c
3255       auth1.c auth2.c channels.c clientloop.c dh.c dispatch.c nchan.c
3256       packet.c pathname.h readconf.c scp.c servconf.c serverloop.c
3257       session.c ssh-add.c ssh-keygen.c ssh-keyscan.c ssh.c ssh.h
3258       ssh1.h sshconnect1.c sshd.c ttymodes.c]
3259      move ssh1 definitions to ssh1.h, pathnames to pathnames.h
3260    - markus@cvs.openbsd.org 2001/01/19 16:48:14
3261      [sshd.8]
3262      fix typo; from stevesk@
3263    - markus@cvs.openbsd.org 2001/01/19 16:50:58
3264      [ssh-dss.c]
3265      clear and free digest, make consistent with other code (use dlen); from
3266      stevesk@
3267    - markus@cvs.openbsd.org 2001/01/20 15:55:20 GMT 2001 by markus
3268      [auth-options.c auth-options.h auth-rsa.c auth2.c]
3269      pass the filename to auth_parse_options()
3270    - markus@cvs.openbsd.org 2001/01/20 17:59:40 GMT 2001
3271      [readconf.c]
3272      fix SIGSEGV from -o ""; problem noted by jehsom@togetherweb.com
3273    - stevesk@cvs.openbsd.org 2001/01/20 18:20:29
3274      [sshconnect2.c]
3275      dh_new_group() does not return NULL.  ok markus@
3276    - markus@cvs.openbsd.org 2001/01/20 21:33:42
3277      [ssh-add.c]
3278      do not loop forever if askpass does not exist; from
3279      andrew@pimlott.ne.mediaone.net
3280    - djm@cvs.openbsd.org 2001/01/20 23:00:56
3281      [servconf.c]
3282      Check for NULL return from strdelim; ok markus
3283    - djm@cvs.openbsd.org 2001/01/20 23:02:07
3284      [readconf.c]
3285      KNF; ok markus
3286    - jakob@cvs.openbsd.org 2001/01/21 9:00:33
3287      [ssh-keygen.1]
3288      remove -R flag; ok markus@
3289    - markus@cvs.openbsd.org 2001/01/21 19:05:40
3290      [atomicio.c automicio.h auth-chall.c auth-krb4.c auth-options.c
3291       auth-options.h auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c
3292       auth.c auth.h auth1.c auth2-chall.c auth2.c authfd.c authfile.c
3293       bufaux.c  bufaux.h buffer.c canahost.c canahost.h channels.c
3294       cipher.c cli.c clientloop.c clientloop.h compat.c compress.c
3295       deattack.c dh.c dispatch.c groupaccess.c hmac.c hostfile.c kex.c
3296       key.c key.h log-client.c log-server.c log.c log.h login.c login.h
3297       match.c misc.c misc.h nchan.c packet.c pty.c radix.h readconf.c
3298       readpass.c readpass.h rsa.c scp.c servconf.c serverloop.c serverloop.h
3299       session.c sftp-server.c ssh-add.c ssh-agent.c ssh-dss.c ssh-keygen.c
3300       ssh-keyscan.c ssh-rsa.c ssh.c ssh.h sshconnect.c sshconnect.h
3301       sshconnect1.c sshconnect2.c sshd.c tildexpand.c tildexpand.h
3302       ttysmodes.c uidswap.c xmalloc.c]
3303      split ssh.h and try to cleanup the #include mess. remove unnecessary
3304      #includes.  rename util.[ch] -> misc.[ch]
3305  - (bal) renamed 'PIDDIR' to '_PATH_SSH_PIDDIR' to match OpenBSD tree
3306  - (bal) Moved #ifdef KRB4 in auth-krb4.c above the #include to resolve
3307    conflict when compiling for non-kerb install
3308  - (bal) removed the #ifdef SKEY in auth1.c to match Markus' changes
3309    on 1/19.
3310
3311 20010120
3312  - (bal) OpenBSD Resync
3313    - markus@cvs.openbsd.org 2001/01/19 12:45:26
3314      [ssh-chall.c servconf.c servconf.h ssh.h sshd.c]
3315      only auth-chall.c needs #ifdef SKEY
3316  - (bal) Slight auth2-pam.c clean up.
3317  - (bal) Includes a fake-regexp.h to be only used if regcomp() is found,
3318    but no 'regexp.h' found (SCO OpenServer 3 lacks the header).
3319
3320 20010119
3321  - (djm) Update versions in RPM specfiles
3322  - (bal) OpenBSD Resync
3323    - markus@cvs.openbsd.org 2001/01/18 16:20:21
3324      [log-client.c log-server.c log.c readconf.c servconf.c ssh.1 ssh.h
3325       sshd.8 sshd.c]
3326      log() is at pri=LOG_INFO, since LOG_NOTICE goes to /dev/console on many
3327      systems
3328    - markus@cvs.openbsd.org 2001/01/18 16:59:59
3329      [auth-passwd.c auth.c auth.h auth1.c auth2.c serverloop.c session.c
3330       session.h sshconnect1.c]
3331      1) removes fake skey from sshd, since this will be much
3332         harder with /usr/libexec/auth/login_XXX
3333      2) share/unify code used in ssh-1 and ssh-2 authentication (server side)
3334      3) make addition of BSD_AUTH and other challenge reponse methods
3335         easier.
3336    - markus@cvs.openbsd.org 2001/01/18 17:12:43
3337      [auth-chall.c auth2-chall.c]
3338      rename *-skey.c *-chall.c since the files are not skey specific
3339  - (djm) Merge patch from Tim Waugh (via Nalin Dahyabhai <nalin@redhat.com>)
3340    to fix NULL pointer deref and fake authloop breakage in PAM code.
3341  - (bal) Updated contrib/cygwin/ by Corinna Vinschen <vinschen@redhat.com>
3342  - (bal) Minor cygwin patch to auth1.c.  Suggested by djm.
3343
3344 20010118
3345  - (bal) Super Sized OpenBSD Resync
3346    - markus@cvs.openbsd.org 2001/01/11 22:14:20 GMT 2001 by markus
3347      [sshd.c]
3348      maxfd+1
3349    - markus@cvs.openbsd.org 2001/01/13 17:59:18
3350      [ssh-keygen.1]
3351      small ssh-keygen manpage cleanup; stevesk@pobox.com
3352    - markus@cvs.openbsd.org 2001/01/13 18:03:07
3353      [scp.c ssh-keygen.c sshd.c]
3354      getopt() returns -1 not EOF; stevesk@pobox.com
3355    - markus@cvs.openbsd.org 2001/01/13 18:06:54
3356      [ssh-keyscan.c]
3357      use SSH_DEFAULT_PORT; from stevesk@pobox.com
3358    - markus@cvs.openbsd.org 2001/01/13 18:12:47
3359      [ssh-keyscan.c]
3360      free() -> xfree(); fix memory leak; from stevesk@pobox.com
3361    - markus@cvs.openbsd.org 2001/01/13 18:14:13
3362      [ssh-add.c]
3363      typo, from stevesk@sweden.hp.com
3364    - markus@cvs.openbsd.org 2001/01/13 18:32:50
3365      [packet.c session.c ssh.c sshconnect.c sshd.c]
3366      split out keepalive from packet_interactive (from dale@accentre.com)
3367      set IPTOS_LOWDELAY TCP_NODELAY IPTOS_THROUGHPUT for ssh2, too.
3368    - markus@cvs.openbsd.org 2001/01/13 18:36:45
3369      [packet.c packet.h]
3370      reorder, typo
3371    - markus@cvs.openbsd.org 2001/01/13 18:38:00
3372      [auth-options.c]
3373      fix comment
3374    - markus@cvs.openbsd.org 2001/01/13 18:43:31
3375      [session.c]
3376      Wall
3377    - markus@cvs.openbsd.org 2001/01/13 19:14:08
3378      [clientloop.h clientloop.c ssh.c]
3379      move callback to headerfile
3380    - markus@cvs.openbsd.org 2001/01/15 21:40:10
3381      [ssh.c]
3382      use log() instead of stderr
3383    - markus@cvs.openbsd.org 2001/01/15 21:43:51
3384      [dh.c]
3385      use error() not stderr!
3386    - markus@cvs.openbsd.org 2001/01/15 21:45:29
3387      [sftp-server.c]
3388      rename must fail if newpath exists, debug off by default
3389    - markus@cvs.openbsd.org 2001/01/15 21:46:38
3390      [sftp-server.c]
3391      readable long listing for sftp-server, ok deraadt@
3392    - markus@cvs.openbsd.org 2001/01/16 19:20:06
3393      [key.c ssh-rsa.c]
3394      make "ssh-rsa" key format for ssh2 confirm to the ietf-drafts; from
3395      galb@vandyke.com.  note that you have to delete older ssh2-rsa keys,
3396      since they are in the wrong format, too. they must be removed from
3397      .ssh/authorized_keys2 and .ssh/known_hosts2, etc.
3398      (cd; grep -v ssh-rsa .ssh/authorized_keys2 > TMP && mv TMP
3399      .ssh/authorized_keys2) additionally, we now check that
3400      BN_num_bits(rsa->n) >= 768.
3401    - markus@cvs.openbsd.org 2001/01/16 20:54:27
3402      [sftp-server.c]
3403      remove some statics. simpler handles; idea from nisse@lysator.liu.se
3404    - deraadt@cvs.openbsd.org 2001/01/16 23:58:08
3405      [bufaux.c radix.c sshconnect.h sshconnect1.c]
3406      indent
3407  - (bal) Added bsd-strmode.[ch] since some non-OpenBSD platforms may
3408    be missing such feature.
3409
3410
3411 20010117
3412  - (djm) Only write random seed file at exit
3413  - (djm) Make PAM support optional, enable with --with-pam
3414  - (djm) Try to use libcrypt on Linux, but link it after OpenSSL (which
3415    provides a crypt() of its own)
3416  - (djm) Avoid a warning in bsd-bindresvport.c
3417  - (djm) Try to avoid adding -I/usr/include to CPPFLAGS during SSL tests. This
3418    can cause weird segfaults errors on Solaris
3419  - (djm) Avoid warning in PAM code by making read_passphrase arguments const
3420  - (djm) Add --with-pam to RPM spec files
3421
3422 20010115
3423  - (bal) sftp-server.c change to use chmod() if fchmod() does not exist.
3424  - (bal) utimes() support via utime() interface on machine that lack utimes().
3425
3426 20010114
3427  - (stevesk) initial work for OpenBSD "support supplementary group in
3428    {Allow,Deny}Groups" patch:
3429    - import getgrouplist.c from OpenBSD (bsd-getgrouplist.c)
3430    - add bsd-getgrouplist.h
3431    - new files groupaccess.[ch]
3432    - build but don't use yet (need to merge auth.c changes)
3433  - (stevesk) complete:
3434    - markus@cvs.openbsd.org  2001/01/13 11:56:48
3435      [auth.c sshd.8]
3436      support supplementary group in {Allow,Deny}Groups
3437      from stevesk@pobox.com
3438
3439 20010112
3440  - (bal) OpenBSD Sync
3441    - markus@cvs.openbsd.org 2001/01/10 22:56:22
3442      [bufaux.h bufaux.c sftp-server.c sftp.h getput.h]
3443      cleanup sftp-server implementation:
3444      add buffer_get_int64, buffer_put_int64, GET_64BIT, PUT_64BIT
3445      parse SSH2_FILEXFER_ATTR_EXTENDED
3446      send SSH2_FX_EOF if readdir returns no more entries
3447      reply to SSH2_FXP_EXTENDED message
3448      use #defines from the draft
3449      move #definations to sftp.h
3450      more info:
3451      http://www.ietf.org/internet-drafts/draft-ietf-secsh-filexfer-00.txt
3452    - markus@cvs.openbsd.org 2001/01/10 19:43:20
3453      [sshd.c]
3454      XXX - generate_empheral_server_key() is not safe against races,
3455      because it calls log()
3456    - markus@cvs.openbsd.org 2001/01/09 21:19:50
3457      [packet.c]
3458      allow TCP_NDELAY for ipv6; from netbsd via itojun@
3459
3460 20010110
3461  - (djm) SNI/Reliant Unix needs USE_PIPES and $DISPLAY hack. Report from
3462    Bladt Norbert <Norbert.Bladt@adi.ch>
3463
3464 20010109
3465  - (bal) Resync CVS ID of cli.c
3466  - (stevesk) auth1.c: free should be after WITH_AIXAUTHENTICATE
3467    code.
3468  - (bal) OpenBSD Sync
3469    - markus@cvs.openbsd.org 2001/01/08 22:29:05
3470      [auth2.c compat.c compat.h servconf.c servconf.h sshd.8
3471       sshd_config version.h]
3472      implement option 'Banner /etc/issue.net' for ssh2, move version to
3473      2.3.1 (needed for bugcompat detection, 2.3.0 would fail if Banner
3474      is enabled).
3475    - markus@cvs.openbsd.org 2001/01/08 22:03:23
3476      [channels.c ssh-keyscan.c]
3477      O_NDELAY -> O_NONBLOCK; thanks stevesk@pobox.com
3478    - markus@cvs.openbsd.org 2001/01/08 21:55:41
3479      [sshconnect1.c]
3480      more cleanups and fixes from stevesk@pobox.com:
3481      1) try_agent_authentication() for loop will overwrite key just
3482         allocated with key_new(); don't alloc
3483      2) call ssh_close_authentication_connection() before exit
3484         try_agent_authentication()
3485      3) free mem on bad passphrase in try_rsa_authentication()
3486    - markus@cvs.openbsd.org 2001/01/08 21:48:17
3487      [kex.c]
3488      missing free; thanks stevesk@pobox.com
3489   - (bal) Detect if clock_t structure exists, if not define it.
3490   - (bal) Detect if O_NONBLOCK exists, if not define it.
3491   - (bal) removed news4-posix.h (now empty)
3492   - (bal) changed bsd-bindresvport.c and bsd-rresvport.c to use 'socklen_t'
3493     instead of 'int'
3494  - (stevesk) sshd_config: sync
3495  - (stevesk) defines.h: remove spurious ``;''
3496
3497 20010108
3498  - (bal) Fixed another typo in cli.c
3499  - (bal) OpenBSD Sync
3500    - markus@cvs.openbsd.org 2001/01/07 21:26:55
3501      [cli.c]
3502      typo
3503    - markus@cvs.openbsd.org 2001/01/07 21:26:55
3504      [cli.c]
3505      missing free, stevesk@pobox.com
3506    - markus@cvs.openbsd.org 2001/01/07 19:06:25
3507      [auth1.c]
3508      missing free, stevesk@pobox.com
3509    - markus@cvs.openbsd.org 2001/01/07 11:28:04
3510      [log-client.c log-server.c log.c readconf.c servconf.c ssh.1
3511       ssh.h sshd.8 sshd.c]
3512      rename SYSLOG_LEVEL_INFO->SYSLOG_LEVEL_NOTICE
3513      syslog priority changes:
3514              fatal() LOG_ERR  -> LOG_CRIT
3515              log()   LOG_INFO -> LOG_NOTICE
3516  - Updated TODO
3517
3518 20010107
3519  - (bal) OpenBSD Sync
3520    - markus@cvs.openbsd.org 2001/01/06 11:23:27
3521      [ssh-rsa.c]
3522      remove unused
3523    - itojun@cvs.openbsd.org 2001/01/05 08:23:29
3524      [ssh-keyscan.1]
3525      missing .El
3526    - markus@cvs.openbsd.org 2001/01/04 22:41:03
3527      [session.c sshconnect.c]
3528      consistent use of _PATH_BSHELL; from stevesk@pobox.com
3529    - djm@cvs.openbsd.org 2001/01/04 22:35:32
3530      [ssh.1 sshd.8]
3531      Mention AES as available SSH2 Cipher; ok markus
3532    - markus@cvs.openbsd.org 2001/01/04 22:25:58
3533      [sshd.c]
3534      sync usage()/man with defaults; from stevesk@pobox.com
3535    - markus@cvs.openbsd.org 2001/01/04 22:21:26
3536      [sshconnect2.c]
3537      handle SSH2_MSG_USERAUTH_BANNER; fixes bug when connecting to a server
3538      that prints a banner (e.g. /etc/issue.net)
3539
3540 20010105
3541  - (bal) contrib/caldera/ provided by Tim Rice <tim@multitalents.net>
3542  - (bal) bsd-getcwd.c and bsd-setenv.c changed from bcopy() to memmove()
3543
3544 20010104
3545  - (djm) Fix memory leak on systems with BROKEN_GETADDRINFO. Based on
3546    work by Chris Vaughan <vaughan99@yahoo.com>
3547
3548 20010103
3549  - (bal) fixed up sshconnect.c so it was closer inline with the OpenBSD
3550    tree (mainly positioning)
3551  - (bal) OpenSSH CVS Update
3552    - markus@cvs.openbsd.org 2001/01/02 20:41:02
3553      [packet.c]
3554      log remote ip on disconnect; PR 1600 from jcs@rt.fm
3555    - markus@cvs.openbsd.org 2001/01/02 20:50:56
3556      [sshconnect.c]
3557      strict_host_key_checking for host_status != HOST_CHANGED &&
3558      ip_status == HOST_CHANGED
3559  - (bal) authfile.c: Synced CVS ID tag
3560  - (bal) UnixWare 2.0 fixes by Tim Rice <tim@multitalents.net>
3561  - (bal) Disable sftp-server if no 64bit int support exists.  Based on
3562    patch by Tim Rice <tim@multitalents.net>
3563  - (bal) Makefile.in changes to uninstall: target to remove sftp-server
3564    and sftp-server.8 manpage.
3565
3566 20010102
3567  - (bal) OpenBSD CVS Update
3568    - markus@cvs.openbsd.org 2001/01/01 14:52:49
3569      [scp.c]
3570      use shared fatal(); from stevesk@pobox.com
3571
3572 20001231
3573  - (bal) Reverted out of MAXHOSTNAMELEN.  This should be set per OS.
3574    for multiple reasons.
3575  - (bal) Reverted out of a partial NeXT patch.
3576
3577 20001230
3578  - (bal) OpenBSD CVS Update
3579    - markus@cvs.openbsd.org 2000/12/28 18:58:30
3580      [ssh-keygen.c]
3581      enable 'ssh-keygen -l -f ~/.ssh/{authorized_keys,known_hosts}{,2}
3582    - markus@cvs.openbsd.org 2000/12/29 22:19:13
3583      [channels.c]
3584      missing xfree; from vaughan99@yahoo.com
3585  - (bal) Resynced CVS ID with OpenBSD for channel.c and uidswap.c
3586  - (bal) if no MAXHOSTNAMELEN is defined.  Default to 64 character defination.
3587    Suggested by Christian Kurz <shorty@debian.org>
3588  - (bal) Add in '.c.o' section to Makefile.in to address make programs that
3589     don't honor CPPFLAGS by default.  Suggested by Lutz Jaenicke
3590     <Lutz.Jaenicke@aet.TU-Cottbus.DE>
3591
3592 20001229
3593  - (bal) Fixed spelling of 'authorized_keys' in ssh-copy-id.1 by Christian
3594    Kurz <shorty@debian.org>
3595  - (bal) OpenBSD CVS Update
3596    - markus@cvs.openbsd.org 2000/12/28 14:25:51
3597      [auth.h auth2.c]
3598      count authentication failures only
3599    - markus@cvs.openbsd.org 2000/12/28 14:25:03
3600      [sshconnect.c]
3601      fingerprint for MITM attacks, too.
3602    - markus@cvs.openbsd.org 2000/12/28 12:03:57
3603      [sshd.8 sshd.c]
3604      document -D
3605    - markus@cvs.openbsd.org 2000/12/27 14:19:21
3606      [serverloop.c]
3607      less chatty
3608    - markus@cvs.openbsd.org 2000/12/27 12:34
3609      [auth1.c sshconnect2.c sshd.c]
3610      typo
3611    - markus@cvs.openbsd.org 2000/12/27 12:30:19
3612      [readconf.c readconf.h ssh.1 sshconnect.c]
3613      new option: HostKeyAlias: allow the user to record the host key
3614      under a different name. This is useful for ssh tunneling over
3615      forwarded connections or if you run multiple sshd's on different
3616      ports on the same machine.
3617    - markus@cvs.openbsd.org 2000/12/27 11:51:53
3618      [ssh.1 ssh.c]
3619      multiple -t force pty allocation, document ORIGINAL_COMMAND
3620    - markus@cvs.openbsd.org 2000/12/27 11:41:31
3621      [sshd.8]
3622      update for ssh-2
3623  - (stevesk) compress.[ch] sync with openbsd; missed in prototype
3624    fix merge.
3625
3626 20001228
3627  - (bal) Patch to add libutil.h to loginrec.c only if the platform has
3628    libutil.h.  Suggested by Pekka Savola <pekka@netcore.fi>
3629  - (djm) Update to new x11-askpass in RPM spec
3630  - (bal) SCO patch to not include <sys/queue.h> since it's unrelated
3631    header.  Patch by Tim Rice <tim@multitalents.net>
3632  - Updated TODO w/ known HP/UX issue
3633  - (bal) removed extra <netdb.h> noticed by Kevin Steves and removed the
3634    bad reference to 'NeXT including it else were' on the #ifdef version.
3635
3636 20001227
3637  - (bal) Typo in configure.in: entut?ent should be endut?ent.  Suggested by
3638    Takumi Yamane <yamtak@b-session.com>
3639  - (bal) Checks for getrlimit(), sysconf(), and setdtablesize().  Patch
3640    by Corinna Vinschen <vinschen@redhat.com>
3641  - (djm) Fix catman-do target for non-bash
3642  - (bal) Typo in configure.in: entut?ent should be endut?ent.  Suggested by
3643    Takumi Yamane <yamtak@b-session.com>
3644  - (bal) Checks for getrlimit(), sysconf(), and setdtablesize().  Patch
3645    by Corinna Vinschen <vinschen@redhat.com>
3646  - (djm) Fix catman-do target for non-bash
3647  - (bal) Fixed NeXT's lack of CPPFLAGS honoring.
3648  - (bal) ssh-keyscan.c: NeXT (and older BSDs) don't support getrlimit() w/
3649    'RLIMIT_NOFILE'
3650  - (djm) Remove *.Ylonen files. They are no longer in the OpenBSD tree,
3651    the info in COPYING.Ylonen has been moved to the start of each
3652    SSH1-derived file and README.Ylonen is well out of date.
3653
3654 20001223
3655  - (bal) Fixed Makefile.in to support recompile of all ssh and sshd objects
3656    if a change to config.h has occurred.  Suggested by Gert Doering
3657    <gert@greenie.muc.de>
3658  - (bal) OpenBSD CVS Update:
3659    - markus@cvs.openbsd.org 2000/12/22 16:49:40
3660      [ssh-keygen.c]
3661      fix ssh-keygen -x -t type > file; from Roumen.Petrov@skalasoft.com
3662
3663 20001222
3664  - Updated RCSID for pty.c
3665  - (bal) OpenBSD CVS Updates:
3666   - markus@cvs.openbsd.org 2000/12/21 15:10:16
3667     [auth-rh-rsa.c hostfile.c hostfile.h sshconnect.c]
3668     print keyfile:line for changed hostkeys, for deraadt@, ok deraadt@
3669   - markus@cvs.openbsd.org 2000/12/20 19:26:56
3670     [authfile.c]
3671     allow ssh -i userkey for root
3672   - markus@cvs.openbsd.org 2000/12/20 19:37:21
3673     [authfd.c authfd.h kex.c sshconnect2.c sshd.c uidswap.c uidswap.h]
3674     fix prototypes; from stevesk@pobox.com
3675   - markus@cvs.openbsd.org 2000/12/20 19:32:08
3676     [sshd.c]
3677     init pointer to NULL; report from Jan.Ivan@cern.ch
3678   - markus@cvs.openbsd.org 2000/12/19 23:17:54
3679     [auth-krb4.c auth-options.c auth-options.h auth-rhosts.c auth-rsa.c
3680      auth1.c auth2-skey.c auth2.c authfd.c authfd.h authfile.c bufaux.c
3681      bufaux.h buffer.c canohost.c channels.c clientloop.c compress.c
3682      crc32.c deattack.c getput.h hmac.c hmac.h hostfile.c kex.c kex.h
3683      key.c key.h log.c login.c match.c match.h mpaux.c mpaux.h packet.c
3684      packet.h radix.c readconf.c rsa.c scp.c servconf.c servconf.h
3685      serverloop.c session.c sftp-server.c ssh-agent.c ssh-dss.c ssh-dss.h
3686      ssh-keygen.c ssh-keyscan.c ssh-rsa.c ssh-rsa.h ssh.c ssh.h  uuencode.c
3687      uuencode.h sshconnect1.c sshconnect2.c sshd.c tildexpand.c]
3688     replace 'unsigned bla' with 'u_bla' everywhere. also replace 'char
3689     unsigned' with u_char.
3690
3691 20001221
3692  - (stevesk) OpenBSD CVS updates:
3693    - markus@cvs.openbsd.org 2000/12/19 15:43:45
3694      [authfile.c channels.c sftp-server.c ssh-agent.c]
3695      remove() -> unlink() for consistency
3696    - markus@cvs.openbsd.org 2000/12/19 15:48:09
3697      [ssh-keyscan.c]
3698      replace <ssl/x.h> with <openssl/x.h>
3699    - markus@cvs.openbsd.org 2000/12/17 02:33:40
3700      [uidswap.c]
3701      typo; from wsanchez@apple.com
3702
3703 20001220
3704  - (djm) Workaround PAM inconsistencies between Solaris derived PAM code
3705    and Linux-PAM. Based on report and fix from Andrew Morgan
3706    <morgan@transmeta.com>
3707
3708 20001218
3709  - (stevesk) rsa.c: entropy.h not needed.
3710  - (bal) split CFLAGS into CFLAGS and CPPFLAGS in configure.in and Makefile.
3711    Suggested by Wilfredo Sanchez <wsanchez@apple.com>
3712
3713 20001216
3714  - (stevesk) OpenBSD CVS updates:
3715    - markus@cvs.openbsd.org 2000/12/16 02:53:57
3716      [scp.c]
3717      allow + in usernames; request from Florian.Weimer@RUS.Uni-Stuttgart.DE
3718    - markus@cvs.openbsd.org 2000/12/16 02:39:57
3719      [scp.c]
3720      unused; from stevesk@pobox.com
3721
3722 20001215
3723  - (stevesk) Old OpenBSD patch wasn't completely applied:
3724    - markus@cvs.openbsd.org 2000/01/24 22:11:20
3725      [scp.c]
3726      allow '.' in usernames; from jedgar@fxp.org
3727  - (stevesk) OpenBSD CVS updates:
3728    - markus@cvs.openbsd.org 2000/12/13 16:26:53
3729      [ssh-keyscan.c]
3730      fatal already adds \n; from stevesk@pobox.com
3731    - markus@cvs.openbsd.org 2000/12/13 16:25:44
3732      [ssh-agent.c]
3733      remove redundant spaces; from stevesk@pobox.com
3734    - ho@cvs.openbsd.org 2000/12/12 15:50:21
3735      [pty.c]
3736      When failing to set tty owner and mode on a read-only filesystem, don't
3737      abort if the tty already has correct owner and reasonably sane modes.
3738      Example; permit 'root' to login to a firewall with read-only root fs.
3739      (markus@ ok)
3740    - deraadt@cvs.openbsd.org 2000/12/13 06:36:05
3741      [pty.c]
3742      KNF
3743    - markus@cvs.openbsd.org 2000/12/12 14:45:21
3744      [sshd.c]
3745      source port < 1024 is no longer required for rhosts-rsa since it
3746      adds no additional security.
3747    - markus@cvs.openbsd.org 2000/12/12 16:11:49
3748      [ssh.1 ssh.c]
3749      rhosts-rsa is no longer automagically disabled if ssh is not privileged.
3750      UsePrivilegedPort=no disables rhosts-rsa _only_ for old servers.
3751      these changes should not change the visible default behaviour of the ssh client.
3752    - deraadt@cvs.openbsd.org 2000/12/11 10:27:33
3753      [scp.c]
3754      when copying 0-sized files, do not re-print ETA time at completion
3755    - provos@cvs.openbsd.org 2000/12/15 10:30:15
3756      [kex.c kex.h sshconnect2.c sshd.c]
3757      compute diffie-hellman in parallel between server and client. okay markus@
3758
3759 20001213
3760  - (djm) Make sure we reset the SIGPIPE disposition after we fork. Report
3761    from Andreas M. Kirchwitz <amk@krell.zikzak.de>
3762  - (stevesk) OpenBSD CVS update:
3763    - markus@cvs.openbsd.org 2000/12/12 15:30:02
3764      [ssh-keyscan.c ssh.c sshd.c]
3765      consistently use __progname; from stevesk@pobox.com
3766
3767 20001211
3768  - (bal) Applied patch to include ssh-keyscan into Redhat's package, and
3769    patch to install ssh-keyscan manpage.  Patch by Pekka Savola
3770    <pekka@netcore.fi>
3771  - (bal) OpenbSD CVS update
3772    - markus@cvs.openbsd.org 2000/12/10 17:01:53
3773      [sshconnect1.c]
3774      always request new challenge for skey/tis-auth, fixes interop with
3775      other implementations; report from roth@feep.net
3776
3777 20001210
3778  - (bal) OpenBSD CVS updates
3779    - markus@cvs.openbsd.org 2000/12/09 13:41:51
3780      [cipher.c cipher.h rijndael.c rijndael.h rijndael_boxes.h]
3781      undo rijndael changes
3782    - markus@cvs.openbsd.org 2000/12/09 13:48:31
3783      [rijndael.c]
3784      fix byte order bug w/o introducing new implementation
3785    - markus@cvs.openbsd.org 2000/12/09 14:08:27
3786      [sftp-server.c]
3787      "" -> "." for realpath; from vinschen@redhat.com
3788    - markus@cvs.openbsd.org 2000/12/09 14:06:54
3789      [ssh-agent.c]
3790      extern int optind; from stevesk@sweden.hp.com
3791    - provos@cvs.openbsd.org 2000/12/09 23:51:11
3792      [compat.c]
3793      remove unnecessary '\n'
3794
3795 20001209
3796  - (bal) OpenBSD CVS updates:
3797    - djm@cvs.openbsd.org 2000/12/07 4:24:59
3798      [ssh.1]
3799      Typo fix from Wilfredo Sanchez <wsanchez@apple.com>; ok theo
3800
3801 20001207
3802  - (bal) OpenBSD CVS updates:
3803    - markus@cvs.openbsd.org 2000/12/06 22:58:14
3804      [compat.c compat.h packet.c]
3805      disable debug messages for ssh.com/f-secure 2.0.1x, 2.1.0
3806    - markus@cvs.openbsd.org 2000/12/06 23:10:39
3807      [rijndael.c]
3808      unexpand(1)
3809    - markus@cvs.openbsd.org 2000/12/06 23:05:43
3810      [cipher.c cipher.h rijndael.c rijndael.h rijndael_boxes.h]
3811      new rijndael implementation. fixes endian bugs
3812
3813 20001206
3814  - (bal) OpenBSD CVS updates:
3815    - markus@cvs.openbsd.org 2000/12/05 20:34:09
3816      [channels.c channels.h clientloop.c serverloop.c]
3817      async connects for -R/-L; ok deraadt@
3818    - todd@cvs.openssh.org 2000/12/05 16:47:28
3819      [sshd.c]
3820      tweak comment to reflect real location of pid file; ok provos@
3821  - (stevesk) Import <sys/queue.h> from OpenBSD for systems that don't
3822    have it (used in ssh-keyscan).
3823  - (stevesk) OpenBSD CVS update:
3824    - markus@cvs.openbsd.org 2000/12/06 19:57:48
3825      [ssh-keyscan.c]
3826      err(3) -> internal error(), from stevesk@sweden.hp.com
3827
3828 20001205
3829  - (bal) OpenBSD CVS updates:
3830    - markus@cvs.openbsd.org 2000/12/04 19:24:02
3831      [ssh-keyscan.c ssh-keyscan.1]
3832      David Maziere's ssh-keyscan, ok niels@
3833  - (bal) Updated Makefile.in to include ssh-keyscan that was just added
3834    to the recent OpenBSD source tree.
3835  - (stevesk) fix typos in contrib/hpux/README
3836
3837 20001204
3838  - (bal) More C functions defined in NeXT that are unaccessable without
3839    defining -POSIX.
3840  - (bal) OpenBSD CVS updates:
3841    - markus@cvs.openbsd.org 2000/12/03 11:29:04
3842      [compat.c]
3843      remove fallback to SSH_BUG_HMAC now that the drafts are updated
3844    - markus@cvs.openbsd.org 2000/12/03 11:27:55
3845      [compat.c]
3846      correctly match "2.1.0.pl2 SSH" etc; from
3847      pekkas@netcore.fi/bugzilla.redhat
3848    - markus@cvs.openbsd.org 2000/12/03 11:15:03
3849      [auth2.c compat.c compat.h sshconnect2.c]
3850      support f-secure/ssh.com 2.0.12; ok niels@
3851
3852 20001203
3853  - (bal) OpenBSD CVS updates:
3854   - markus@cvs.openbsd.org 2000/11/30 22:54:31
3855     [channels.c]
3856     debug->warn if tried to do -R style fwd w/o client requesting this;
3857     ok neils@
3858   - markus@cvs.openbsd.org 2000/11/29 20:39:17
3859     [cipher.c]
3860     des_cbc_encrypt -> des_ncbc_encrypt since it already updates the IV
3861   - markus@cvs.openbsd.org 2000/11/30 18:33:05
3862     [ssh-agent.c]
3863     agents must not dump core, ok niels@
3864   - markus@cvs.openbsd.org 2000/11/30 07:04:02
3865     [ssh.1]
3866     T is for both protocols
3867   - markus@cvs.openbsd.org 2000/12/01 00:00:51
3868     [ssh.1]
3869     typo; from green@FreeBSD.org
3870   - markus@cvs.openbsd.org 2000/11/30 07:02:35
3871     [ssh.c]
3872     check -T before isatty()
3873   - provos@cvs.openbsd.org 2000/11/29 13:51:27
3874     [sshconnect.c]
3875     show IP address and hostname when new key is encountered. okay markus@
3876   - markus@cvs.openbsd.org 2000/11/30 22:53:35
3877     [sshconnect.c]
3878     disable agent/x11/port fwding if hostkey has changed; ok niels@
3879   - marksu@cvs.openbsd.org 2000/11/29 21:11:59
3880     [sshd.c]
3881     sshd -D, startup w/o deamon(), for monitoring scripts or inittab;
3882     from handler@sub-rosa.com and eric@urbanrange.com; ok niels@
3883  - (djm) Added patch from Nalin Dahyabhai <nalin@redhat.com> to enable
3884    PAM authentication using KbdInteractive.
3885  - (djm) Added another TODO
3886
3887 20001202
3888  - (bal) Backed out of part of Alain St-Denis' loginrec.c patch.
3889  - (bal) Irix need some sort of mansubdir, patch by Michael Stone
3890    <mstone@cs.loyola.edu>
3891
3892 20001129
3893  - (djm) Back out all the serverloop.c hacks. sshd will now hang again
3894    if there are background children with open fds.
3895  - (djm) bsd-rresvport.c bzero -> memset
3896  - (djm) Don't fail in defines.h on absence of 64 bit types (we will
3897    still fail during compilation of sftp-server).
3898  - (djm) Fail if ar is not found during configure
3899  - (djm) OpenBSD CVS updates:
3900    - provos@cvs.openbsd.org  2000/11/22 08:38:31
3901      [sshd.8]
3902      talk about /etc/primes, okay markus@
3903    - markus@cvs.openbsd.org  2000/11/23 14:03:48
3904      [ssh.c sshconnect1.c sshconnect2.c]
3905      complain about invalid ciphers for ssh1/ssh2, fall back to reasonable
3906      defaults
3907    - markus@cvs.openbsd.org  2000/11/25 09:42:53
3908      [sshconnect1.c]
3909      reorder check for illegal ciphers, bugreport from espie@
3910    - markus@cvs.openbsd.org  2000/11/25 10:19:34
3911      [ssh-keygen.c ssh.h]
3912      print keytype when generating a key.
3913      reasonable defaults for RSA1/RSA/DSA keys.
3914  - (djm) Patch from Pekka Savola <Pekka.Savola@netcore.fi> to include a few
3915    more manpage paths in fixpaths calls
3916  - (djm) Also add xauth path at Pekka's suggestion.
3917  - (djm) Add Redhat RPM patch for AUTHPRIV SyslogFacility
3918
3919 20001125
3920  - (djm) Give up privs when reading seed file
3921
3922 20001123
3923  - (bal) Merge OpenBSD changes:
3924    - markus@cvs.openbsd.org  2000/11/15 22:31:36
3925      [auth-options.c]
3926      case insensitive key options; from stevesk@sweeden.hp.com
3927    - markus@cvs.openbsd.org  2000/11/16 17:55:43
3928      [dh.c]
3929      do not use perror() in sshd, after child is forked()
3930    - markus@cvs.openbsd.org  2000/11/14 23:42:40
3931      [auth-rsa.c]
3932      parse option only if key matches; fix some confusing seen by the client
3933    - markus@cvs.openbsd.org  2000/11/14 23:44:19
3934      [session.c]
3935      check no_agent_forward_flag for ssh-2, too
3936    - markus@cvs.openbsd.org  2000/11/15
3937      [ssh-agent.1]
3938      reorder SYNOPSIS; typo, use .It
3939    - markus@cvs.openbsd.org  2000/11/14 23:48:55
3940      [ssh-agent.c]
3941      do not reorder keys if a key is removed
3942    - markus@cvs.openbsd.org  2000/11/15 19:58:08
3943      [ssh.c]
3944      just ignore non existing user keys
3945    - millert@cvs.openbsd.org  200/11/15 20:24:43
3946      [ssh-keygen.c]
3947      Add missing \n at end of error message.
3948
3949 20001122
3950  - (bal) Minor patch to ensure platforms lacking IRIX job limit supports
3951    are compilable.
3952  - (bal) Updated TODO as of 11/18/2000 with known things to resolve.
3953
3954 20001117
3955  - (bal) Changed from 'primes' to 'primes.out' for consistancy sake.  It
3956    has no affect the output.  Patch by Corinna Vinschen <vinschen@redhat.com>
3957  - (stevesk) Reworked progname support.
3958  - (bal) Misplaced #include "includes.h" in bsd-setproctitle.c.  Patch by
3959    Shinichi Maruyama <marya@st.jip.co.jp>
3960
3961 20001116
3962  - (bal) Added in MAXSYMLINK test in bsd-realpath.c.  Required for some SCO
3963    releases.
3964  - (bal) Make builds work outside of source tree.  Patch by Mark D. Roth
3965    <roth@feep.net>
3966
3967 20001113
3968  - (djm) Add pointer to http://www.imasy.or.jp/~gotoh/connect.c to
3969    contrib/README
3970  - (djm) Merge OpenBSD changes:
3971    - markus@cvs.openbsd.org  2000/11/06 16:04:56
3972      [channels.c channels.h clientloop.c nchan.c serverloop.c]
3973      [session.c ssh.c]
3974      agent forwarding and -R for ssh2, based on work from
3975      jhuuskon@messi.uku.fi
3976    - markus@cvs.openbsd.org  2000/11/06 16:13:27
3977      [ssh.c sshconnect.c sshd.c]
3978      do not disabled rhosts(rsa) if server port > 1024; from
3979      pekkas@netcore.fi
3980    - markus@cvs.openbsd.org  2000/11/06 16:16:35
3981      [sshconnect.c]
3982      downgrade client to 1.3 if server is 1.4; help from mdb@juniper.net
3983    - markus@cvs.openbsd.org  2000/11/09 18:04:40
3984      [auth1.c]
3985      typo; from mouring@pconline.com
3986    - markus@cvs.openbsd.org  2000/11/12 12:03:28
3987      [ssh-agent.c]
3988      off-by-one when removing a key from the agent
3989    - markus@cvs.openbsd.org  2000/11/12 12:50:39
3990      [auth-rh-rsa.c auth2.c authfd.c authfd.h]
3991      [authfile.c hostfile.c kex.c kex.h key.c key.h myproposal.h]
3992      [readconf.c readconf.h rsa.c rsa.h servconf.c servconf.h ssh-add.c]
3993      [ssh-agent.c ssh-keygen.1 ssh-keygen.c ssh.1 ssh.c ssh_config]
3994      [sshconnect1.c sshconnect2.c sshd.8 sshd.c sshd_config ssh-dss.c]
3995      [ssh-dss.h ssh-rsa.c ssh-rsa.h dsa.c dsa.h]
3996      add support for RSA to SSH2.  please test.
3997      there are now 3 types of keys: RSA1 is used by ssh-1 only,
3998      RSA and DSA are used by SSH2.
3999      you can use 'ssh-keygen -t rsa -f ssh2_rsa_file' to generate RSA
4000      keys for SSH2 and use the RSA keys for hostkeys or for user keys.
4001      SSH2 RSA or DSA keys are added to .ssh/authorised_keys2 as before.
4002  - (djm) Fix up Makefile and Redhat init script to create RSA host keys
4003  - (djm) Change to interim version
4004  - (djm) Fix RPM spec file stupidity
4005  - (djm) fixpaths to DSA and RSA keys too
4006
4007 20001112
4008  - (bal) SCO Patch to add needed libraries for configure.in.  Patch by
4009    Phillips Porch <root@theporch.com>
4010  - (bal) IRIX patch to adding Job Limits.  Patch by Denis Parker
4011    <dcp@sgi.com>
4012  - (stevesk) pty.c: HP-UX 10 and 11 don't define TIOCSCTTY.  Add error() to
4013    failed ioctl(TIOCSCTTY) call.
4014
4015 20001111
4016  - (djm) Added /etc/primes for kex DH group neg, fixup Makefile.in and
4017    packaging files
4018  - (djm) Fix new Makefile.in warnings
4019  - (djm) Fix vsprintf("%h") in bsd-snprintf.c, short int va_args are
4020    promoted to type int. Report and fix from Dan Astoorian
4021    <djast@cs.toronto.edu>
4022  - (djm) Hardwire sysconfdir in RPM spec files as some RPM versions get
4023    it wrong. Report from Bennett Todd <bet@rahul.net>
4024
4025 20001110
4026  - (bal) Fixed dropped answer from skey_keyinfo() in auth1.c
4027  - (bal) Changed from --with-skey to --with-skey=PATH in configure.in
4028  - (bal) Added in check to verify S/Key library is being detected in
4029    configure.in
4030  - (bal) next-posix.h - added another prototype wrapped in POSIX ifdef/endif.
4031    Patch by Mark Miller <markm@swoon.net>
4032  - (bal) Added 'util.h' header to loginrec.c only if HAVE_UTIL_H is defined
4033    to remove warnings under MacOS X.  Patch by Mark Miller <markm@swoon.net>
4034  - (bal) Fixed LDFLAG mispelling in configure.in for --with-afs
4035
4036 20001107
4037  - (bal) acconfig.in - removed the double "USE_PIPES" entry. Patch by
4038    Mark Miller <markm@swoon.net>
4039  - (bal) sshd.init files corrected to assign $? to RETVAL.  Patch by
4040    Jarno Huuskonen <jhuuskon@messi.uku.fi>
4041  - (bal) fixpaths fixed to stop it from quitely failing. Patch by
4042    Mark D. Roth <roth@feep.net>
4043
4044 20001106
4045  - (djm) Use Jim's new 1.0.3 askpass in Redhat RPMs
4046  - (djm) Manually fix up missed diff hunks (mainly RCS idents)
4047  - (djm) Remove UPGRADING document in favour of a link to the better
4048    maintained FAQ on www.openssh.com
4049  - (djm) Fix multiple dependancy on gnome-libs from Pekka Savola
4050    <pekkas@netcore.fi>
4051  - (djm) Don't need X11-askpass in RPM spec file if building without it
4052    from Pekka Savola <pekkas@netcore.fi>
4053  - (djm) Release 2.3.0p1
4054  - (bal) typo in configure.in in regards to --with-ldflags from Marko
4055    Asplund <aspa@kronodoc.fi>
4056  - (bal) fixed next-posix.h.  Forgot prototype of getppid().
4057
4058 20001105
4059  - (bal) Sync with OpenBSD:
4060    - markus@cvs.openbsd.org 2000/10/31 9:31:58
4061      [compat.c]
4062      handle all old openssh versions
4063    - markus@cvs.openbsd.org 2000/10/31 13:1853
4064      [deattack.c]
4065      so that large packets do not wrap "n"; from netbsd
4066  - (bal) rijndel.c - fix up RCSID to match OpenBSD tree
4067  - (bal) auth2-skey.c - Checked in.  Missing from portable tree.
4068  - (bal) Reworked NEWS-OS and NeXT ports to extract waitpid() and
4069    setsid() into more common files
4070  - (stevesk) pty.c: use __hpux to identify HP-UX.
4071  - (bal) Missed auth-skey.o in Makefile.in and minor correction to
4072    bsd-waitpid.c
4073
4074 20001029
4075  - (stevesk) Fix typo in auth.c: USE_PAM not PAM
4076  - (stevesk) Create contrib/cygwin/ directory; patch from
4077    Corinna Vinschen <vinschen@redhat.com>
4078  - (bal) Resolved more $xno and $xyes issues in configure.in
4079  - (bal) next-posix.h - spelling and forgot a prototype
4080
4081 20001028
4082  - (djm) fix select hack in serverloop.c from Philippe WILLEM
4083    <Philippe.WILLEM@urssaf.fr>
4084  - (djm) Fix mangled AIXAUTHENTICATE code
4085  - (djm) authctxt->pw may be NULL. Fix from Markus Friedl
4086    <markus.friedl@informatik.uni-erlangen.de>
4087  - (djm) Sync with OpenBSD:
4088    - markus@cvs.openbsd.org  2000/10/16 15:46:32
4089      [ssh.1]
4090      fixes from pekkas@netcore.fi
4091    - markus@cvs.openbsd.org  2000/10/17 14:28:11
4092      [atomicio.c]
4093      return number of characters processed; ok deraadt@
4094    - markus@cvs.openbsd.org  2000/10/18 12:04:02
4095      [atomicio.c]
4096      undo
4097    - markus@cvs.openbsd.org  2000/10/18 12:23:02
4098      [scp.c]
4099      replace atomicio(read,...) with read(); ok deraadt@
4100    - markus@cvs.openbsd.org  2000/10/18 12:42:00
4101      [session.c]
4102      restore old record login behaviour
4103    - deraadt@cvs.openbsd.org 2000/10/19 10:41:13
4104      [auth-skey.c]
4105      fmt string problem in unused code
4106    - provos@cvs.openbsd.org  2000/10/19 10:45:16
4107      [sshconnect2.c]
4108      don't reference freed memory. okay deraadt@
4109    - markus@cvs.openbsd.org  2000/10/21 11:04:23
4110      [canohost.c]
4111      typo, eramore@era-t.ericsson.se; ok niels@
4112    - markus@cvs.openbsd.org  2000/10/23 13:31:55
4113      [cipher.c]
4114      non-alignment dependent swap_bytes(); from
4115      simonb@wasabisystems.com/netbsd
4116    - markus@cvs.openbsd.org  2000/10/26 12:38:28
4117      [compat.c]
4118      add older vandyke products
4119    - markus@cvs.openbsd.org  2000/10/27 01:32:19
4120      [channels.c channels.h clientloop.c serverloop.c session.c]
4121      [ssh.c util.c]
4122      enable non-blocking IO on channels, and tty's (except for the
4123      client ttys).
4124
4125 20001027
4126  - (djm) Increase REKEY_BYTES to 2^24 for arc4random
4127
4128 20001025
4129  - (djm) Added WARNING.RNG file and modified configure to ask users of the
4130    builtin entropy code to read it.
4131  - (djm) Prefer builtin regex to PCRE.
4132  - (bal) Added USE_PIPS defined to NeXT configure.in since scp hangs randomly.
4133  - (bal) Apply fixes to configure.in pointed out by Pavel Roskin
4134    <proski@gnu.org>
4135
4136 20001020
4137  - (djm) Don't define _REENTRANT for SNI/Reliant Unix
4138  - (bal) Imported NEWS-OS waitpid() macros into NeXT.  Since implementation
4139    is more correct then current version.
4140
4141 20001018
4142  - (stevesk) Add initial support for setproctitle().  Current
4143    support is for the HP-UX pstat(PSTAT_SETCMD, ...) method.
4144  - (stevesk) Add egd startup scripts to contrib/hpux/
4145
4146 20001017
4147  - (djm) Add -lregex to cywin libs from Corinna Vinschen
4148    <vinschen@cygnus.com>
4149  - (djm) Don't rely on atomicio's retval to determine length of askpass
4150    supplied passphrase. Problem report from Lutz Jaenicke
4151    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
4152  - (bal) Changed from GNU rx to PCRE on suggestion from djm.
4153  - (bal) Integrated Sony NEWS-OS patches from NAKAJI Hirouyuki
4154    <nakaji@tutrp.tut.ac.jp>
4155
4156 20001016
4157  - (djm) Sync with OpenBSD:
4158    - markus@cvs.openbsd.org  2000/10/14 04:01:15
4159      [cipher.c]
4160      debug3
4161    - markus@cvs.openbsd.org  2000/10/14 04:07:23
4162      [scp.c]
4163      remove spaces from arguments; from djm@mindrot.org
4164    - markus@cvs.openbsd.org  2000/10/14 06:09:46
4165      [ssh.1]
4166      Cipher is for SSH-1 only
4167    - markus@cvs.openbsd.org  2000/10/14 06:12:09
4168      [servconf.c servconf.h serverloop.c session.c sshd.8]
4169      AllowTcpForwarding; from naddy@
4170    - markus@cvs.openbsd.org  2000/10/14 06:16:56
4171      [auth2.c compat.c compat.h sshconnect2.c version.h]
4172      OpenSSH_2.3; note that is is not complete, but the version number
4173      needs to be changed for interoperability reasons
4174    - markus@cvs.openbsd.org  2000/10/14 06:19:45
4175      [auth-rsa.c]
4176      do not send RSA challenge if key is not allowed by key-options; from
4177      eivind@ThinkSec.com
4178    - markus@cvs.openbsd.org  2000/10/15 08:14:01
4179      [rijndael.c session.c]
4180      typos; from stevesk@sweden.hp.com
4181    - markus@cvs.openbsd.org  2000/10/15 08:18:31
4182      [rijndael.c]
4183      typo
4184  - (djm) Copy manpages back over from OpenBSD - too tedious to wade
4185    through diffs
4186  - (djm) Added condrestart to Redhat init script. Patch from Pekka Savola
4187    <pekkas@netcore.fi>
4188  - (djm) Update version in Redhat spec file
4189  - (djm) Merge some of Nalin Dahyabhai <nalin@redhat.com> changes from the
4190    Redhat 7.0 spec file
4191  - (djm) Make inability to read/write PRNG seedfile non-fatal
4192
4193
4194 20001015
4195  - (djm) Fix ssh2 hang on background processes at logout.
4196
4197 20001014
4198  - (bal) Add support for realpath and getcwd for platforms with broken
4199    or missing realpath implementations for sftp-server.
4200  - (bal) Corrected mistake in INSTALL in regards to GNU rx library
4201  - (bal) Add support for GNU rx library for those lacking regexp support
4202  - (djm) Don't accept PAM_PROMPT_ECHO_ON messages during initial auth
4203  - (djm) Revert SSH2 serverloop hack, will find a better way.
4204  - (djm) Add workaround for Linux 2.4's gratuitious errno change. Patch
4205    from Martin Johansson <fatbob@acc.umu.se>
4206  - (djm) Big OpenBSD sync:
4207    - markus@cvs.openbsd.org  2000/09/30 10:27:44
4208      [log.c]
4209      allow loglevel debug
4210    - markus@cvs.openbsd.org  2000/10/03 11:59:57
4211      [packet.c]
4212      hmac->mac
4213    - markus@cvs.openbsd.org  2000/10/03 12:03:03
4214      [auth-krb4.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c auth1.c]
4215      move fake-auth from auth1.c to individual auth methods, disables s/key in
4216      debug-msg
4217    - markus@cvs.openbsd.org  2000/10/03 12:16:48
4218      ssh.c
4219      do not resolve canonname, i have no idea why this was added oin ossh
4220    - markus@cvs.openbsd.org  2000/10/09 15:30:44
4221      ssh-keygen.1 ssh-keygen.c
4222      -X now reads private ssh.com DSA keys, too.
4223    - markus@cvs.openbsd.org  2000/10/09 15:32:34
4224      auth-options.c
4225      clear options on every call.
4226    - markus@cvs.openbsd.org  2000/10/09 15:51:00
4227      authfd.c authfd.h
4228      interop with ssh-agent2, from <res@shore.net>
4229    - markus@cvs.openbsd.org  2000/10/10 14:20:45
4230      compat.c
4231      use rexexp for version string matching
4232    - provos@cvs.openbsd.org  2000/10/10 22:02:18
4233      [kex.c kex.h myproposal.h ssh.h ssh2.h sshconnect2.c sshd.c dh.c dh.h]
4234      First rough implementation of the diffie-hellman group exchange.  The
4235      client can ask the server for bigger groups to perform the diffie-hellman
4236      in, thus increasing the attack complexity when using ciphers with longer
4237      keys.  University of Windsor provided network, T the company.
4238    - markus@cvs.openbsd.org  2000/10/11 13:59:52
4239      [auth-rsa.c auth2.c]
4240      clear auth options unless auth sucessfull
4241    - markus@cvs.openbsd.org  2000/10/11 14:00:27
4242      [auth-options.h]
4243      clear auth options unless auth sucessfull
4244    - markus@cvs.openbsd.org  2000/10/11 14:03:27
4245      [scp.1 scp.c]
4246      support 'scp -o' with help from mouring@pconline.com
4247    - markus@cvs.openbsd.org  2000/10/11 14:11:35
4248      [dh.c]
4249      Wall
4250    - markus@cvs.openbsd.org  2000/10/11 14:14:40
4251      [auth.h auth2.c readconf.c readconf.h readpass.c servconf.c servconf.h]
4252      [ssh.h sshconnect2.c sshd_config auth2-skey.c cli.c cli.h]
4253      add support for s/key (kbd-interactive) to ssh2, based on work by
4254      mkiernan@avantgo.com and me
4255    - markus@cvs.openbsd.org  2000/10/11 14:27:24
4256      [auth.c auth1.c auth2.c authfile.c cipher.c cipher.h kex.c kex.h]
4257      [myproposal.h packet.c readconf.c session.c ssh.c ssh.h sshconnect1.c]
4258      [sshconnect2.c sshd.c]
4259      new cipher framework
4260    - markus@cvs.openbsd.org  2000/10/11 14:45:21
4261      [cipher.c]
4262      remove DES
4263    - markus@cvs.openbsd.org  2000/10/12 03:59:20
4264      [cipher.c cipher.h sshconnect1.c sshconnect2.c sshd.c]
4265      enable DES in SSH-1 clients only
4266    - markus@cvs.openbsd.org  2000/10/12 08:21:13
4267      [kex.h packet.c]
4268      remove unused
4269    - markus@cvs.openbsd.org  2000/10/13 12:34:46
4270      [sshd.c]
4271      Kludge for F-Secure Macintosh < 1.0.2; appro@fy.chalmers.se
4272    - markus@cvs.openbsd.org  2000/10/13 12:59:15
4273      [cipher.c cipher.h myproposal.h  rijndael.c rijndael.h]
4274      rijndael/aes support
4275    - markus@cvs.openbsd.org  2000/10/13 13:10:54
4276      [sshd.8]
4277      more info about -V
4278    - markus@cvs.openbsd.org  2000/10/13 13:12:02
4279      [myproposal.h]
4280      prefer no compression
4281  - (djm) Fix scp user@host handling
4282  - (djm) Don't clobber ssh_prng_cmds on install
4283  - (stevesk) Include config.h in rijndael.c so we define intXX_t and
4284    u_intXX_t types on all platforms.
4285  - (stevesk) rijndael.c: cleanup missing declaration warnings.
4286  - (stevesk) ~/.hushlogin shouldn't cause required password change to
4287    be bypassed.
4288  - (stevesk) Display correct path to ssh-askpass in configure output.
4289    Report from Lutz Jaenicke.
4290
4291 20001007
4292  - (stevesk) Print PAM return value in PAM log messages to aid
4293    with debugging.
4294  - (stevesk) Fix detection of pw_class struct member in configure;
4295    patch from KAMAHARA Junzo <kamahara@cc.kshosen.ac.jp>
4296
4297 20001002
4298  - (djm) Fix USER_PATH, report from Kevin Steves <stevesk@sweden.hp.com>
4299  - (djm) Add host system and CC to end-of-configure report. Suggested by
4300    Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
4301
4302 20000931
4303  - (djm) Cygwin fixes from Corinna Vinschen <vinschen@cygnus.com>
4304
4305 20000930
4306  - (djm) Irix ssh_prng_cmds path fix from Pekka Savola <pekkas@netcore.fi>
4307  - (djm) Support in bsd-snprintf.c for long long conversions from
4308    Ben Lindstrom <mouring@pconline.com>
4309  - (djm) Cleanup NeXT support from Ben Lindstrom <mouring@pconline.com>
4310  - (djm) Ignore SIGPIPEs from serverloop to child. Fixes crashes with
4311    very short lived X connections. Bug report from Tobias Oetiker
4312    <oetiker@ee.ethz.ch>. Fix from Markus Friedl <markus@cvs.openbsd.org>
4313  - (djm) Add recent InitScripts as a RPM dependancy for openssh-server
4314    patch from Pekka Savola <pekkas@netcore.fi>
4315  - (djm) Forgot to cvs add LICENSE file
4316  - (djm) Add LICENSE to RPM spec files
4317  - (djm) CVS OpenBSD sync:
4318    - markus@cvs.openbsd.org  2000/09/26 13:59:59
4319      [clientloop.c]
4320      use debug2
4321    - markus@cvs.openbsd.org  2000/09/27 15:41:34
4322      [auth2.c sshconnect2.c]
4323      use key_type()
4324    - markus@cvs.openbsd.org  2000/09/28 12:03:18
4325      [channels.c]
4326      debug -> debug2 cleanup
4327  - (djm) Irix strips "/dev/tty" from [uw]tmp entries (other systems only
4328    strip "/dev/"). Fix loginrec.c based on patch from Alain St-Denis
4329    <Alain.St-Denis@ec.gc.ca>
4330  - (djm) Fix 9 character passphrase failure with gnome-ssh-askpass.
4331    Problem was caused by interrupted read in ssh-add. Report from Donald
4332    J. Barry <don@astro.cornell.edu>
4333
4334 20000929
4335  - (djm) Fix SSH2 not terminating until all background tasks done problem.
4336  - (djm) Another off-by-one fix from Pavel Kankovsky
4337    <peak@argo.troja.mff.cuni.cz>
4338  - (djm) Clean up. Strip some unnecessary differences with OpenBSD's code,
4339    tidy necessary differences. Use Markus' new debugN() in entropy.c
4340  - (djm) Merged big SCO portability patch from Tim Rice
4341    <tim@multitalents.net>
4342
4343 20000926
4344  - (djm) Update X11-askpass to 1.0.2 in RPM spec file
4345  - (djm) Define _REENTRANT to pickup strtok_r() on HP/UX
4346  - (djm) Security: fix off-by-one buffer overrun in fake-getnameinfo.c.
4347    Report and fix from Pavel Kankovsky <peak@argo.troja.mff.cuni.cz>
4348
4349 20000924
4350  - (djm) Merged cleanup patch from Mark Miller <markm@swoon.net>
4351  - (djm) A bit more cleanup - created cygwin_util.h
4352  - (djm) Include strtok_r() from OpenBSD libc. Fixes report from Mark Miller
4353    <markm@swoon.net>
4354
4355 20000923
4356  - (djm) Fix address logging in utmp from Kevin Steves
4357    <stevesk@sweden.hp.com>
4358  - (djm) Redhat spec and manpage fixes from Pekka Savola <pekkas@netcore.fi>
4359  - (djm) Seperate tests for int64_t and u_int64_t types
4360  - (djm) Tweak password expiry checking at suggestion of Kevin Steves
4361    <stevesk@sweden.hp.com>
4362  - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
4363  - (djm) Use printf %lld instead of %qd in sftp-server.c. Fix from
4364    Michael Stone <mstone@cs.loyola.edu>
4365  - (djm) OpenBSD CVS sync:
4366    - markus@cvs.openbsd.org  2000/09/17 09:38:59
4367      [sshconnect2.c sshd.c]
4368      fix DEBUG_KEXDH
4369    - markus@cvs.openbsd.org  2000/09/17 09:52:51
4370      [sshconnect.c]
4371      yes no; ok niels@
4372    - markus@cvs.openbsd.org  2000/09/21 04:55:11
4373      [sshd.8]
4374      typo
4375    - markus@cvs.openbsd.org  2000/09/21 05:03:54
4376      [serverloop.c]
4377      typo
4378    - markus@cvs.openbsd.org  2000/09/21 05:11:42
4379      scp.c
4380      utime() to utimes(); mouring@pconline.com
4381    - markus@cvs.openbsd.org  2000/09/21 05:25:08
4382      sshconnect2.c
4383      change login logic in ssh2, allows plugin of other auth methods
4384    - markus@cvs.openbsd.org  2000/09/21 05:25:35
4385      [auth2.c channels.c channels.h clientloop.c dispatch.c dispatch.h]
4386      [serverloop.c]
4387      add context to dispatch_run
4388    - markus@cvs.openbsd.org  2000/09/21 05:07:52
4389      authfd.c authfd.h ssh-agent.c
4390      bug compat for old ssh.com software
4391
4392 20000920
4393  - (djm) Fix bad path substitution. Report from Andrew Miner
4394    <asminer@cs.iastate.edu>
4395
4396 20000916
4397  - (djm) Fix SSL search order from Lutz Jaenicke
4398    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
4399  - (djm) New SuSE spec from Corinna Vinschen <corinna@vinschen.de>
4400  - (djm) Update CygWin support from Corinna Vinschen <vinschen@cygnus.com>
4401  - (djm) Use a real struct sockaddr inside the fake struct sockaddr_storage.
4402    Patch from Larry Jones <larry.jones@sdrc.com>
4403  - (djm) Add Steve VanDevender's <stevev@darkwing.uoregon.edu> PAM
4404    password change patch.
4405  - (djm) Bring licenses on my stuff in line with OpenBSD's
4406  - (djm) Cleanup auth-passwd.c and unify HP/UX authentication. Patch from
4407    Kevin Steves <stevesk@sweden.hp.com>
4408  - (djm) Shadow expiry check fix from Pavel Troller <patrol@omni.sinus.cz>
4409  - (djm) Re-enable int64_t types - we need them for sftp
4410  - (djm) Use libexecdir from configure , rather than libexecdir/ssh
4411  - (djm) Update Redhat SPEC file accordingly
4412  - (djm) Add Kevin Steves <stevesk@sweden.hp.com> HP/UX contrib files
4413  - (djm) Add Charles Levert <charles@comm.polymtl.ca> getpgrp patch
4414  - (djm) Fix password auth on HP/UX 10.20. Patch from Dirk De Wachter
4415    <Dirk.DeWachter@rug.ac.be>
4416  - (djm) Fixprogs and entropy list fixes from Larry Jones
4417    <larry.jones@sdrc.com>
4418  - (djm) Fix for SuSE spec file from Takashi YOSHIDA
4419    <tyoshida@gemini.rc.kyushu-u.ac.jp>
4420  - (djm) Merge OpenBSD changes:
4421    - markus@cvs.openbsd.org  2000/09/05 02:59:57
4422      [session.c]
4423      print hostname (not hushlogin)
4424    - markus@cvs.openbsd.org  2000/09/05 13:18:48
4425      [authfile.c ssh-add.c]
4426      enable ssh-add -d for DSA keys
4427    - markus@cvs.openbsd.org  2000/09/05 13:20:49
4428      [sftp-server.c]
4429      cleanup
4430    - markus@cvs.openbsd.org  2000/09/06 03:46:41
4431      [authfile.h]
4432      prototype
4433    - deraadt@cvs.openbsd.org 2000/09/07 14:27:56
4434      [ALL]
4435      cleanup copyright notices on all files.  I have attempted to be
4436      accurate with the details.  everything is now under Tatu's licence
4437      (which I copied from his readme), and/or the core-sdi bsd-ish thing
4438      for deattack, or various openbsd developers under a 2-term bsd
4439      licence.  We're not changing any rules, just being accurate.
4440    - markus@cvs.openbsd.org  2000/09/07 14:40:30
4441      [channels.c channels.h clientloop.c serverloop.c ssh.c]
4442      cleanup window and packet sizes for ssh2 flow control; ok niels
4443    - markus@cvs.openbsd.org  2000/09/07 14:53:00
4444      [scp.c]
4445      typo
4446    - markus@cvs.openbsd.org  2000/09/07 15:13:37
4447      [auth-options.c auth-options.h auth-rh-rsa.c auth-rsa.c auth.c]
4448      [authfile.h canohost.c channels.h compat.c hostfile.h log.c match.h]
4449      [pty.c readconf.c]
4450      some more Copyright fixes
4451    - markus@cvs.openbsd.org  2000/09/08 03:02:51
4452      [README.openssh2]
4453      bye bye
4454    - deraadt@cvs.openbsd.org 2000/09/11 18:38:33
4455      [LICENCE cipher.c]
4456      a few more comments about it being ARC4 not RC4
4457    - markus@cvs.openbsd.org  2000/09/12 14:53:11
4458      [log-client.c log-server.c log.c ssh.1 ssh.c ssh.h sshd.8 sshd.c]
4459      multiple debug levels
4460    - markus@cvs.openbsd.org  2000/09/14 14:25:15
4461      [clientloop.c]
4462      typo
4463    - deraadt@cvs.openbsd.org 2000/09/15 01:13:51
4464      [ssh-agent.c]
4465      check return value for setenv(3) for failure, and deal appropriately
4466
4467 20000913
4468  - (djm) Fix server not exiting with jobs in background.
4469
4470 20000905
4471  - (djm) Import OpenBSD CVS changes
4472    - markus@cvs.openbsd.org  2000/08/31 15:52:24
4473      [Makefile sshd.8 sshd_config sftp-server.8 sftp-server.c]
4474      implement a SFTP server. interops with sftp2, scp2 and the windows
4475      client from ssh.com
4476    - markus@cvs.openbsd.org  2000/08/31 15:56:03
4477      [README.openssh2]
4478      sync
4479    - markus@cvs.openbsd.org  2000/08/31 16:05:42
4480      [session.c]
4481      Wall
4482    - markus@cvs.openbsd.org  2000/08/31 16:09:34
4483      [authfd.c ssh-agent.c]
4484      add a flag to SSH2_AGENTC_SIGN_REQUEST for future extensions
4485    - deraadt@cvs.openbsd.org 2000/09/01 09:25:13
4486      [scp.1 scp.c]
4487      cleanup and fix -S support; stevesk@sweden.hp.com
4488    - markus@cvs.openbsd.org  2000/09/01 16:29:32
4489      [sftp-server.c]
4490      portability fixes
4491    - markus@cvs.openbsd.org  2000/09/01 16:32:41
4492      [sftp-server.c]
4493      fix cast; mouring@pconline.com
4494    - itojun@cvs.openbsd.org  2000/09/03 09:23:28
4495      [ssh-add.1 ssh.1]
4496      add missing .El against .Bl.
4497    - markus@cvs.openbsd.org  2000/09/04 13:03:41
4498      [session.c]
4499      missing close; ok theo
4500    - markus@cvs.openbsd.org  2000/09/04 13:07:21
4501      [session.c]
4502      fix get_last_login_time order; from andre@van-veen.de
4503    - markus@cvs.openbsd.org  2000/09/04 13:10:09
4504      [sftp-server.c]
4505      more cast fixes; from mouring@pconline.com
4506    - markus@cvs.openbsd.org  2000/09/04 13:06:04
4507      [session.c]
4508      set SSH_ORIGINAL_COMMAND; from Leakin@dfw.nostrum.com, bet@rahul.net
4509  - (djm) Cleanup after import. Fix sftp-server compilation, Makefile
4510  - (djm) Merge cygwin support from Corinna Vinschen <vinschen@cygnus.com>
4511
4512 20000903
4513  - (djm) Fix Redhat init script
4514
4515 20000901
4516  - (djm) Pick up Jim's new X11-askpass
4517  - (djm) Release 2.2.0p1
4518
4519 20000831
4520  - (djm) Workaround SIGPIPE problems on SCO. Fix from Aran Cox
4521    <acox@cv.telegroup.com>
4522  - (djm) Pick up new version (2.2.0) from OpenBSD CVS
4523
4524 20000830
4525  - (djm) Compile warning fixes from Mark Miller <markm@swoon.net>
4526  - (djm) Periodically rekey arc4random
4527  - (djm) Clean up diff against OpenBSD.
4528  - (djm) HPUX 11 needs USE_PIPES as well: Kevin Steves
4529    <stevesk@sweden.hp.com>
4530  - (djm) Quieten the pam delete credentials error message
4531  - (djm) Fix printing of $DISPLAY hack if set by system type. Report from
4532    Kevin Steves <stevesk@sweden.hp.com>
4533  - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
4534  - (djm) Fix doh in bsd-arc4random.c
4535
4536 20000829
4537  - (djm) Fix ^C ignored issue on Solaris. Diagnosis from Gert
4538    Doering <gert@greenie.muc.de>, John Horne <J.Horne@plymouth.ac.uk> and
4539    Garrick James <garrick@james.net>
4540  - (djm) Check for SCO pty naming style (ptyp%d/ttyp%d). Based on fix from
4541    Bastian Trompetter <btrompetter@firemail.de>
4542  - (djm) NeXT tweaks from Ben Lindstrom <mouring@pconline.com>
4543  - More OpenBSD updates:
4544    - deraadt@cvs.openbsd.org 2000/08/24 15:46:59
4545      [scp.c]
4546      off_t in sink, to fix files > 2GB, i think, test is still running ;-)
4547    - deraadt@cvs.openbsd.org 2000/08/25 10:10:06
4548      [session.c]
4549      Wall
4550    - markus@cvs.openbsd.org  2000/08/26 04:33:43
4551      [compat.c]
4552      ssh.com-2.3.0
4553    - markus@cvs.openbsd.org  2000/08/27 12:18:05
4554      [compat.c]
4555      compatibility with future ssh.com versions
4556    - deraadt@cvs.openbsd.org 2000/08/27 21:50:55
4557      [auth-krb4.c session.c ssh-add.c sshconnect.c uidswap.c]
4558      print uid/gid as unsigned
4559    - markus@cvs.openbsd.org  2000/08/28 13:51:00
4560      [ssh.c]
4561      enable -n and -f for ssh2
4562    - markus@cvs.openbsd.org  2000/08/28 14:19:53
4563      [ssh.c]
4564      allow combination of -N and -f
4565    - markus@cvs.openbsd.org  2000/08/28 14:20:56
4566      [util.c]
4567      util.c
4568    - markus@cvs.openbsd.org  2000/08/28 14:22:02
4569      [util.c]
4570      undo
4571    - markus@cvs.openbsd.org  2000/08/28 14:23:38
4572      [util.c]
4573      don't complain if setting NONBLOCK fails with ENODEV
4574
4575 20000823
4576  - (djm) Define USE_PIPES to avoid socketpair problems on HPUX 10 and SunOS 4
4577    Avoids "scp never exits" problem. Reports from Lutz Jaenicke
4578    <Lutz.Jaenicke@aet.TU-Cottbus.DE> and Tamito KAJIYAMA
4579    <kajiyama@grad.sccs.chukyo-u.ac.jp>
4580  - (djm) Pick up LOGIN_PROGRAM from environment or PATH if not set by headers
4581  - (djm) Add local version to version.h
4582  - (djm) Don't reseed arc4random everytime it is used
4583  - (djm) OpenBSD CVS updates:
4584    - deraadt@cvs.openbsd.org 2000/08/18 20:07:23
4585      [ssh.c]
4586      accept remsh as a valid name as well; roman@buildpoint.com
4587    - deraadt@cvs.openbsd.org 2000/08/18 20:17:13
4588      [deattack.c crc32.c packet.c]
4589      rename crc32() to ssh_crc32() to avoid zlib name clash.  do not move to
4590      libz crc32 function yet, because it has ugly "long"'s in it;
4591      oneill@cs.sfu.ca
4592    - deraadt@cvs.openbsd.org 2000/08/18 20:26:08
4593      [scp.1 scp.c]
4594      -S prog support; tv@debian.org
4595    - deraadt@cvs.openbsd.org 2000/08/18 20:50:07
4596      [scp.c]
4597      knf
4598    - deraadt@cvs.openbsd.org 2000/08/18 20:57:33
4599      [log-client.c]
4600      shorten
4601    - markus@cvs.openbsd.org  2000/08/19 12:48:11
4602      [channels.c channels.h clientloop.c ssh.c ssh.h]
4603      support for ~. in ssh2
4604    - deraadt@cvs.openbsd.org 2000/08/19 15:29:40
4605      [crc32.h]
4606      proper prototype
4607    - markus@cvs.openbsd.org  2000/08/19 15:34:44
4608      [authfd.c authfd.h key.c key.h ssh-add.1 ssh-add.c ssh-agent.1]
4609      [ssh-agent.c ssh-keygen.c sshconnect1.c sshconnect2.c Makefile]
4610      [fingerprint.c fingerprint.h]
4611      add SSH2/DSA support to the agent and some other DSA related cleanups.
4612      (note that we cannot talk to ssh.com's ssh2 agents)
4613    - markus@cvs.openbsd.org  2000/08/19 15:55:52
4614      [channels.c channels.h clientloop.c]
4615      more ~ support for ssh2
4616    - markus@cvs.openbsd.org  2000/08/19 16:21:19
4617      [clientloop.c]
4618      oops
4619    - millert@cvs.openbsd.org 2000/08/20 12:25:53
4620      [session.c]
4621      We have to stash the result of get_remote_name_or_ip() before we
4622      close our socket or getpeername() will get EBADF and the process
4623      will exit.  Only a problem for "UseLogin yes".
4624    - millert@cvs.openbsd.org 2000/08/20 12:30:59
4625      [session.c]
4626      Only check /etc/nologin if "UseLogin no" since login(1) may have its
4627      own policy on determining who is allowed to login when /etc/nologin
4628      is present.  Also use the _PATH_NOLOGIN define.
4629    - millert@cvs.openbsd.org 2000/08/20 12:42:43
4630      [auth1.c auth2.c session.c ssh.c]
4631      Add calls to setusercontext() and login_get*().  We basically call
4632      setusercontext() in most places where previously we did a setlogin().
4633      Add default login.conf file and put root in the "daemon" login class.
4634    - millert@cvs.openbsd.org 2000/08/21 10:23:31
4635      [session.c]
4636      Fix incorrect PATH setting; noted by Markus.
4637
4638 20000818
4639  - (djm) OpenBSD CVS changes:
4640    - markus@cvs.openbsd.org  2000/07/22 03:14:37
4641      [servconf.c servconf.h sshd.8 sshd.c sshd_config]
4642      random early drop; ok theo, niels
4643    - deraadt@cvs.openbsd.org 2000/07/26 11:46:51
4644      [ssh.1]
4645      typo
4646    - deraadt@cvs.openbsd.org 2000/08/01 11:46:11
4647      [sshd.8]
4648      many fixes from pepper@mail.reppep.com
4649    - provos@cvs.openbsd.org  2000/08/01 13:01:42
4650      [Makefile.in util.c aux.c]
4651      rename aux.c to util.c to help with cygwin port
4652    - deraadt@cvs.openbsd.org 2000/08/02 00:23:31
4653      [authfd.c]
4654      correct sun_len; Alexander@Leidinger.net
4655    - provos@cvs.openbsd.org  2000/08/02 10:27:17
4656      [readconf.c sshd.8]
4657      disable kerberos authentication by default
4658    - provos@cvs.openbsd.org  2000/08/02 11:27:05
4659      [sshd.8 readconf.c auth-krb4.c]
4660      disallow kerberos authentication if we can't verify the TGT; from
4661      dugsong@
4662      kerberos authentication is on by default only if you have a srvtab.
4663    - markus@cvs.openbsd.org  2000/08/04 14:30:07
4664      [auth.c]
4665      unused
4666    - markus@cvs.openbsd.org  2000/08/04 14:30:35
4667      [sshd_config]
4668      MaxStartups
4669    - markus@cvs.openbsd.org  2000/08/15 13:20:46
4670      [authfd.c]
4671      cleanup; ok niels@
4672    - markus@cvs.openbsd.org  2000/08/17 14:05:10
4673      [session.c]
4674      cleanup login(1)-like jobs, no duplicate utmp entries
4675    - markus@cvs.openbsd.org  2000/08/17 14:06:34
4676      [session.c sshd.8 sshd.c]
4677       sshd -u len, similar to telnetd
4678  - (djm) Lastlog was not getting closed after writing login entry
4679  - (djm) Add Solaris package support from Rip Loomis <loomisg@cist.saic.com>
4680
4681 20000816
4682  - (djm) Replacement for inet_ntoa for Irix (which breaks on gcc)
4683  - (djm) Fix strerror replacement for old SunOS. Based on patch from
4684    Charles Levert <charles@comm.polymtl.ca>
4685  - (djm) Seperate arc4random into seperate file and use OpenSSL's RC4
4686    implementation.
4687  - (djm) SUN_LEN macro for systems which lack it
4688
4689 20000815
4690  - (djm) More SunOS 4.1.x fixes from Nate Itkin <nitkin@europa.com>
4691  - (djm) Avoid failures on Irix when ssh is not setuid. Fix from
4692    Michael Stone <mstone@cs.loyola.edu>
4693  - (djm) Don't seek in directory based lastlogs
4694  - (djm) Fix --with-ipaddr-display configure option test. Patch from
4695    Jarno Huuskonen <jhuuskon@messi.uku.fi>
4696  - (djm) Fix AIX limits from Alexandre Oliva <oliva@lsd.ic.unicamp.br>
4697
4698 20000813
4699  - (djm) Add $(srcdir) to includes when compiling (for VPATH). Report from
4700    Fabrice bacchella <fabrice.bacchella@marchfirst.fr>
4701
4702 20000809
4703  - (djm) Define AIX hard limits if headers don't. Report from
4704    Bill Painter <william.t.painter@lmco.com>
4705  - (djm) utmp direct write & SunOS 4 patch from Charles Levert
4706    <charles@comm.polymtl.ca>
4707
4708 20000808
4709  - (djm) Cleanup Redhat RPMs. Generate keys at runtime rather than install
4710    time, spec file cleanup.
4711
4712 20000807
4713  - (djm) Set 0755 on binaries during install. Report from Lutz Jaenicke
4714  - (djm) Suppress error messages on channel close shutdown() failurs
4715    works around Linux bug. Patch from Zack Weinberg <zack@wolery.cumb.org>
4716  - (djm) Add some more entropy collection commands from Lutz Jaenicke
4717
4718 20000725
4719  - (djm) Fix autoconf typo: HAVE_BINRESVPORT_AF -> HAVE_BINDRESVPORT_AF
4720
4721 20000721
4722  - (djm) OpenBSD CVS updates:
4723    - markus@cvs.openbsd.org  2000/07/16 02:27:22
4724      [authfd.c authfd.h channels.c clientloop.c ssh-add.c ssh-agent.c ssh.c]
4725      [sshconnect1.c sshconnect2.c]
4726      make ssh-add accept dsa keys (the agent does not)
4727    - djm@cvs.openbsd.org     2000/07/17 19:25:02
4728      [sshd.c]
4729      Another closing of stdin; ok deraadt
4730    - markus@cvs.openbsd.org  2000/07/19 18:33:12
4731      [dsa.c]
4732      missing free, reorder
4733    - markus@cvs.openbsd.org  2000/07/20 16:23:14
4734      [ssh-keygen.1]
4735      document input and output files
4736
4737 20000720
4738  - (djm) Spec file fix from Petr Novotny <Petr.Novotny@antek.cz>
4739
4740 20000716
4741  - (djm) Release 2.1.1p4
4742
4743 20000715
4744  - (djm) OpenBSD CVS updates
4745    - provos@cvs.openbsd.org  2000/07/13 16:53:22
4746      [aux.c readconf.c servconf.c ssh.h]
4747      allow multiple whitespace but only one '=' between tokens, bug report from
4748      Ralf S. Engelschall <rse@engelschall.com> but different fix. okay deraadt@
4749    - provos@cvs.openbsd.org  2000/07/13 17:14:09
4750      [clientloop.c]
4751      typo; todd@fries.net
4752    - provos@cvs.openbsd.org  2000/07/13 17:19:31
4753      [scp.c]
4754      close can fail on AFS, report error; from Greg Hudson <ghudson@mit.edu>
4755    - markus@cvs.openbsd.org  2000/07/14 16:59:46
4756      [readconf.c servconf.c]
4757      allow leading whitespace. ok niels
4758    - djm@cvs.openbsd.org     2000/07/14 22:01:38
4759      [ssh-keygen.c ssh.c]
4760      Always create ~/.ssh with mode 700; ok Markus
4761  - Fixes for SunOS 4.1.4 from Gordon Atwood <gordon@cs.ualberta.ca>
4762    - Include floatingpoint.h for entropy.c
4763    - strerror replacement
4764
4765 20000712
4766  - (djm) Remove -lresolve for Reliant Unix
4767  - (djm) OpenBSD CVS Updates:
4768    - deraadt@cvs.openbsd.org 2000/07/11 02:11:34
4769      [session.c sshd.c ]
4770      make MaxStartups code still work with -d; djm
4771    - deraadt@cvs.openbsd.org 2000/07/11 13:17:45
4772      [readconf.c ssh_config]
4773      disable FallBackToRsh by default
4774  - (djm) Replace in_addr_t with u_int32_t in bsd-inet_aton.c. Report from
4775    Ben Lindstrom <mouring@pconline.com>
4776  - (djm) Make building of X11-Askpass and GNOME-Askpass optional in RPM
4777    spec file.
4778  - (djm) Released 2.1.1p3
4779
4780 20000711
4781  - (djm) Fixup for AIX getuserattr() support from Tom Bertelson
4782    <tbert@abac.com>
4783  - (djm) ReliantUNIX support from Udo Schweigert <ust@cert.siemens.de>
4784  - (djm) NeXT: dirent structures to get scp working from Ben Lindstrom
4785    <mouring@pconline.com>
4786  - (djm) Fix broken inet_ntoa check and ut_user/ut_name confusion, report
4787    from Jim Watt <jimw@peisj.pebio.com>
4788  - (djm) Replaced bsd-snprintf.c with one from Mutt source tree, it is known
4789    to compile on more platforms (incl NeXT).
4790  - (djm) Added bsd-inet_aton and configure support for NeXT
4791  - (djm) Misc NeXT fixes from Ben Lindstrom <mouring@pconline.com>
4792  - (djm) OpenBSD CVS updates:
4793    - markus@cvs.openbsd.org  2000/06/26 03:22:29
4794      [authfd.c]
4795      cleanup, less cut&paste
4796    - markus@cvs.openbsd.org  2000/06/26 15:59:19
4797      [servconf.c servconf.h session.c sshd.8 sshd.c]
4798      MaxStartups: limit number of unauthenticated connections, work by
4799      theo and me
4800    - deraadt@cvs.openbsd.org 2000/07/05 14:18:07
4801      [session.c]
4802      use no_x11_forwarding_flag correctly; provos ok
4803    - provos@cvs.openbsd.org  2000/07/05 15:35:57
4804      [sshd.c]
4805      typo
4806    - aaron@cvs.openbsd.org   2000/07/05 22:06:58
4807      [scp.1 ssh-agent.1 ssh-keygen.1 sshd.8]
4808      Insert more missing .El directives. Our troff really should identify
4809      these and spit out a warning.
4810    - todd@cvs.openbsd.org    2000/07/06 21:55:04
4811      [auth-rsa.c auth2.c ssh-keygen.c]
4812      clean code is good code
4813    - deraadt@cvs.openbsd.org 2000/07/07 02:14:29
4814      [serverloop.c]
4815      sense of port forwarding flag test was backwards
4816    - provos@cvs.openbsd.org  2000/07/08 17:17:31
4817      [compat.c readconf.c]
4818      replace strtok with strsep; from David Young <dyoung@onthejob.net>
4819    - deraadt@cvs.openbsd.org 2000/07/08 19:21:15
4820      [auth.h]
4821      KNF
4822    - ho@cvs.openbsd.org      2000/07/08 19:27:33
4823      [compat.c readconf.c]
4824      Better conditions for strsep() ending.
4825    - ho@cvs.openbsd.org      2000/07/10 10:27:05
4826      [readconf.c]
4827      Get the correct message on errors. (niels@ ok)
4828    - ho@cvs.openbsd.org      2000/07/10 10:30:25
4829      [cipher.c kex.c servconf.c]
4830      strtok() --> strsep(). (niels@ ok)
4831  - (djm) Fix problem with debug mode and MaxStartups
4832  - (djm) Don't generate host keys when $(DESTDIR) is set (e.g. during RPM
4833    builds)
4834  - (djm) Add strsep function from OpenBSD libc for systems that lack it
4835
4836 20000709
4837  - (djm) Only enable PAM_TTY kludge for Linux. Problem report from
4838    Kevin Steves <stevesk@sweden.hp.com>
4839  - (djm) Match prototype and function declaration for rresvport_af.
4840    Problem report from Niklas Edmundsson <nikke@ing.umu.se>
4841  - (djm) Missing $(DESTDIR) on host-key target causing problems with RPM
4842    builds. Problem report from Gregory Leblanc <GLeblanc@cu-portland.edu>
4843  - (djm) Replace ut_name with ut_user. Patch from Jim Watt
4844    <jimw@peisj.pebio.com>
4845  - (djm) Fix pam sprintf fix
4846  - (djm) Cleanup entropy collection code a little more. Split initialisation
4847    from seeding, perform intialisation immediatly at start, be careful with
4848    uids. Based on problem report from Jim Watt <jimw@peisj.pebio.com>
4849  - (djm) More NeXT compatibility from Ben Lindstrom <mouring@pconline.com>
4850    Including sigaction() et al. replacements
4851  - (djm) AIX getuserattr() session initialisation from Tom Bertelson
4852    <tbert@abac.com>
4853
4854 20000708
4855  - (djm) Fix bad fprintf format handling in auth-pam.c. Patch from
4856    Aaron Hopkins <aaron@die.net>
4857  - (djm) Fix incorrect configure handling of --with-rsh-path option. Fix from
4858    Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
4859  - (djm) Fixed undefined variables for OSF SIA. Report from
4860    Baars, Henk <Hendrik.Baars@nl.origin-it.com>
4861  - (djm) Handle EWOULDBLOCK returns from read() and write() in atomicio.c
4862    Fix from Marquess, Steve Mr JMLFDC <Steve.Marquess@DET.AMEDD.ARMY.MIL>
4863  - (djm) Don't use inet_addr.
4864
4865 20000702
4866  - (djm) Fix brace mismatch from Corinna Vinschen <vinschen@cygnus.com>
4867  - (djm) Stop shadow expiry checking from preventing logins with NIS. Based
4868    on fix from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
4869  - (djm) Use standard OpenSSL functions in auth-skey.c. Patch from
4870    Chris, the Young One <cky@pobox.com>
4871  - (djm) Fix scp progress meter on really wide terminals. Based on patch
4872    from James H. Cloos Jr. <cloos@jhcloos.com>
4873
4874 20000701
4875  - (djm) Fix Tru64 SIA problems reported by John P Speno <speno@isc.upenn.edu>
4876  - (djm) Login fixes from Tom Bertelson <tbert@abac.com>
4877  - (djm) Replace "/bin/sh" with _PATH_BSHELL. Report from Corinna Vinschen
4878    <vinschen@cygnus.com>
4879  - (djm) Replace "/usr/bin/login" with LOGIN_PROGRAM
4880  - (djm) Added check for broken snprintf() functions which do not correctly
4881    terminate output string and attempt to use replacement.
4882  - (djm) Released 2.1.1p2
4883
4884 20000628
4885  - (djm) Fixes to lastlog code for Irix
4886  - (djm) Use atomicio in loginrec
4887  - (djm) Patch from Michael Stone <mstone@cs.loyola.edu> to add support for
4888    Irix 6.x array sessions, project id's, and system audit trail id.
4889  - (djm) Added 'distprep' make target to simplify packaging
4890  - (djm) Added patch from Chris Adams <cmadams@hiwaay.net> to add OSF SIA
4891    support. Enable using "USE_SIA=1 ./configure [options]"
4892
4893 20000627
4894  - (djm) Fixes to login code - not setting li->uid, cleanups
4895  - (djm) Formatting
4896
4897 20000626
4898  - (djm) Better fix to aclocal tests from Garrick James <garrick@james.net>
4899  - (djm) Account expiry support from Andreas Steinmetz <ast@domdv.de>
4900  - (djm) Added password expiry checking (no password change support)
4901  - (djm) Make EGD failures non-fatal if OpenSSL's entropy pool is still OK
4902    based on patch from Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
4903  - (djm) Fix fixed EGD code.
4904  - OpenBSD CVS update
4905    - provos@cvs.openbsd.org  2000/06/25 14:17:58
4906      [channels.c]
4907      correct check for bad channel ids; from Wei Dai <weidai@eskimo.com>
4908
4909 20000623
4910  - (djm) Use sa_family_t in prototype for rresvport_af. Patch from
4911    Svante Signell <svante.signell@telia.com>
4912  - (djm) Autoconf logic to define sa_family_t if it is missing
4913  - OpenBSD CVS Updates:
4914    - markus@cvs.openbsd.org  2000/06/22 10:32:27
4915      [sshd.c]
4916      missing atomicio; report from Steve.Marquess@DET.AMEDD.ARMY.MIL
4917    - djm@cvs.openbsd.org     2000/06/22 17:55:00
4918      [auth-krb4.c key.c radix.c uuencode.c]
4919      Missing CVS idents; ok markus
4920
4921 20000622
4922  - (djm) Automatically generate host key during "make install". Suggested
4923    by Gary E. Miller <gem@rellim.com>
4924  - (djm) Paranoia before kill() system call
4925  - OpenBSD CVS Updates:
4926    - markus@cvs.openbsd.org  2000/06/18 18:50:11
4927      [auth2.c compat.c compat.h sshconnect2.c]
4928      make userauth+pubkey interop with ssh.com-2.2.0
4929    - markus@cvs.openbsd.org  2000/06/18 20:56:17
4930      [dsa.c]
4931      mem leak + be more paranoid in dsa_verify.
4932    - markus@cvs.openbsd.org  2000/06/18 21:29:50
4933      [key.c]
4934      cleanup fingerprinting, less hardcoded sizes
4935    - markus@cvs.openbsd.org  2000/06/19 19:39:45
4936      [atomicio.c auth-options.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c]
4937      [auth-rsa.c auth-skey.c authfd.c authfd.h authfile.c bufaux.c bufaux.h]
4938      [buffer.c buffer.h canohost.c channels.c channels.h cipher.c cipher.h]
4939      [clientloop.c compat.c compat.h compress.c compress.h crc32.c crc32.h]
4940      [deattack.c dispatch.c dsa.c fingerprint.c fingerprint.h getput.h hmac.c]
4941      [kex.c log-client.c log-server.c login.c match.c mpaux.c mpaux.h nchan.c]
4942      [nchan.h packet.c packet.h pty.c pty.h readconf.c readconf.h readpass.c]
4943      [rsa.c rsa.h scp.c servconf.c servconf.h ssh-add.c ssh-keygen.c ssh.c]
4944      [ssh.h tildexpand.c ttymodes.c ttymodes.h uidswap.c xmalloc.c xmalloc.h]
4945      OpenBSD tag
4946    - markus@cvs.openbsd.org  2000/06/21 10:46:10
4947      sshconnect2.c missing free; nuke old comment
4948
4949 20000620
4950  - (djm) Replace use of '-o' and '-a' logical operators in configure tests
4951    with '||' and '&&'. As suggested by Jim Knoble <jmknoble@jmknoble.cx>
4952    to fix SCO Unixware problem reported by Gary E. Miller <gem@rellim.com>
4953  - (djm) Typo in loginrec.c
4954
4955 20000618
4956  - (djm) Add summary of configure options to end of ./configure run
4957  - (djm) Not all systems define RUSAGE_SELF & RUSAGE_CHILDREN. Report from
4958    Michael Stone <mstone@cs.loyola.edu>
4959  - (djm) rusage is a privileged operation on some Unices (incl.
4960    Solaris 2.5.1). Report from Paul D. Smith <pausmith@nortelnetworks.com>
4961  - (djm) Avoid PAM failures when running without a TTY. Report from
4962    Martin Petrak <petrak@spsknm.schools.sk>
4963  - (djm) Include sys/types.h when including netinet/in.h in configure tests.
4964    Patch from Jun-ichiro itojun Hagino <itojun@iijlab.net>
4965  - (djm) Started merge of Ben Lindstrom's <mouring@pconline.com> NeXT support
4966  - OpenBSD CVS updates:
4967    - deraadt@cvs.openbsd.org 2000/06/17 09:58:46
4968      [channels.c]
4969      everyone says "nix it" (remove protocol 2 debugging message)
4970    - markus@cvs.openbsd.org  2000/06/17 13:24:34
4971      [sshconnect.c]
4972      allow extended server banners
4973    - markus@cvs.openbsd.org  2000/06/17 14:30:10
4974      [sshconnect.c]
4975      missing atomicio, typo
4976    - jakob@cvs.openbsd.org   2000/06/17 16:52:34
4977      [servconf.c servconf.h session.c sshd.8 sshd_config]
4978      add support for ssh v2 subsystems. ok markus@.
4979    - deraadt@cvs.openbsd.org 2000/06/17 18:57:48
4980      [readconf.c servconf.c]
4981      include = in WHITESPACE; markus ok
4982    - markus@cvs.openbsd.org  2000/06/17 19:09:10
4983      [auth2.c]
4984      implement bug compatibility with ssh-2.0.13 pubkey, server side
4985    - markus@cvs.openbsd.org  2000/06/17 21:00:28
4986      [compat.c]
4987      initial support for ssh.com's 2.2.0
4988    - markus@cvs.openbsd.org  2000/06/17 21:16:09
4989      [scp.c]
4990      typo
4991    - markus@cvs.openbsd.org  2000/06/17 22:05:02
4992      [auth-rsa.c auth2.c serverloop.c session.c auth-options.c auth-options.h]
4993      split auth-rsa option parsing into auth-options
4994      add options support to authorized_keys2
4995    - markus@cvs.openbsd.org  2000/06/17 22:42:54
4996      [session.c]
4997      typo
4998
4999 20000613
5000  - (djm) Fixes from Andrew McGill <andrewm@datrix.co.za>:
5001   - Platform define for SCO 3.x which breaks on /dev/ptmx
5002   - Detect and try to fix missing MAXPATHLEN
5003  - (djm) Fix short copy in loginrec.c (based on patch from Phill Camp
5004    <P.S.S.Camp@ukc.ac.uk>
5005
5006 20000612
5007  - (djm) Glob manpages in RPM spec files to catch compressed files
5008  - (djm) Full license in auth-pam.c
5009  - (djm) Configure fixes from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
5010  - (andre) AIX, lastlog, configure fixes from Tom Bertelson <tbert@abac.com>:
5011   - Don't try to retrieve lastlog from wtmp/wtmpx if DISABLE_LASTLOG is
5012      def'd
5013   - Set AIX to use preformatted manpages
5014
5015 20000610
5016  - (djm) Minor doc tweaks
5017  - (djm) Fix for configure on bash2 from Jim Knoble <jmknoble@jmknoble.cx>
5018
5019 20000609
5020  - (djm) Patch from Kenji Miyake <kenji@miyake.org> to disable utmp usage
5021    (in favour of utmpx) on Solaris 8
5022
5023 20000606
5024  - (djm) Cleanup of entropy.c. Reorganised code, removed second pass through
5025    list of commands (by default). Removed verbose debugging (by default).
5026  - (djm) Increased command entropy estimates and default entropy collection
5027    timeout
5028  - (djm) Remove duplicate headers from loginrec.c
5029  - (djm) Don't add /usr/local/lib to library search path on Irix
5030  - (djm) Fix rsh path in RPMs. Report from Jason L Tibbitts III
5031    <tibbs@math.uh.edu>
5032  - (djm) Warn user if grabs fail in GNOME askpass. Patch from Zack Weinberg
5033    <zack@wolery.cumb.org>
5034  - (djm) OpenBSD CVS updates:
5035   - todd@cvs.openbsd.org
5036     [sshconnect2.c]
5037     teach protocol v2 to count login failures properly and also enable an
5038     explanation of why the password prompt comes up again like v1; this is NOT
5039     crypto
5040   - markus@cvs.openbsd.org
5041     [readconf.c readconf.h servconf.c servconf.h session.c ssh.1 ssh.c sshd.8]
5042     xauth_location support; pr 1234
5043     [readconf.c sshconnect2.c]
5044     typo, unused
5045     [session.c]
5046     allow use_login only for login sessions, otherwise remote commands are
5047     execed with uid==0
5048     [sshd.8]
5049     document UseLogin better
5050     [version.h]
5051     OpenSSH 2.1.1
5052     [auth-rsa.c]
5053     fix match_hostname() logic for auth-rsa: deny access if we have a
5054     negative match or no match at all
5055     [channels.c hostfile.c match.c]
5056     don't panic if mkdtemp fails for authfwd; jkb@yahoo-inc.com via
5057     kris@FreeBSD.org
5058
5059 20000606
5060  - (djm) Added --with-cflags, --with-ldflags and --with-libs options to
5061    configure.
5062
5063 20000604
5064  - Configure tweaking for new login code on Irix 5.3
5065  - (andre) login code changes based on djm feedback
5066
5067 20000603
5068  - (andre) New login code
5069     - Remove bsd-login.[ch] and all the OpenBSD-derived code in login.c
5070     - Add loginrec.[ch], logintest.c and autoconf code
5071
5072 20000531
5073  - Cleanup of auth.c, login.c and fake-*
5074  - Cleanup of auth-pam.c, save and print "account expired" error messages
5075  - Fix EGD read bug by IWAMURO Motonori <iwa@mmp.fujitsu.co.jp>
5076  - Rewrote bsd-login to use proper utmp API if available. Major cleanup
5077    of fallback DIY code.
5078
5079 20000530
5080  - Define atexit for old Solaris
5081  - Fix buffer overrun in login.c for systems which use syslen in utmpx.
5082    patch from YOSHIFUJI Hideaki <yoshfuji@cerberus.nemoto.ecei.tohoku.ac.jp>
5083  - OpenBSD CVS updates:
5084   - markus@cvs.openbsd.org
5085     [session.c]
5086     make x11-fwd work w/ localhost (xauth add host/unix:11)
5087     [cipher.c compat.c readconf.c servconf.c]
5088     check strtok() != NULL; ok niels@
5089     [key.c]
5090     fix key_read() for uuencoded keys w/o '='
5091     [serverloop.c]
5092     group ssh1 vs. ssh2 in serverloop
5093     [kex.c kex.h myproposal.h sshconnect2.c sshd.c]
5094     split kexinit/kexdh, factor out common code
5095     [readconf.c ssh.1 ssh.c]
5096     forwardagent defaults to no, add ssh -A
5097   - theo@cvs.openbsd.org
5098     [session.c]
5099     just some line shortening
5100  - Released 2.1.0p3
5101
5102 20000520
5103  - Xauth fix from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
5104  - Don't touch utmp if USE_UTMPX defined
5105  - SunOS 4.x support from Todd C. Miller <Todd.Miller@courtesan.com>
5106  - SIGCHLD fix for AIX and HPUX from Tom Bertelson <tbert@abac.com>
5107  - HPUX and Configure fixes from Lutz Jaenicke
5108    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
5109  - Use mkinstalldirs script to make directories instead of non-portable
5110    "install -d". Suggested by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
5111  - Doc cleanup
5112
5113 20000518
5114  - Include Andre Lucas' fixprogs script. Forgot to "cvs add" it yesterday
5115  - OpenBSD CVS updates:
5116   - markus@cvs.openbsd.org
5117     [sshconnect.c]
5118     copy only ai_addrlen bytes; misiek@pld.org.pl
5119     [auth.c]
5120     accept an empty shell in authentication; bug reported by
5121     chris@tinker.ucr.edu
5122     [serverloop.c]
5123     we don't have stderr for interactive terminal sessions (fcntl errors)
5124
5125 20000517
5126  - Fix from Andre Lucas <andre.lucas@dial.pipex.com>
5127   - Fixes command line printing segfaults (spotter: Bladt Norbert)
5128   - Fixes erroneous printing of debug messages to syslog
5129   - Fixes utmp for MacOS X (spotter: Aristedes Maniatis)
5130   - Gives useful error message if PRNG initialisation fails
5131   - Reduced ssh startup delay
5132   - Measures cumulative command time rather than the time between reads
5133     after select()
5134   - 'fixprogs' perl script to eliminate non-working entropy commands, and
5135     optionally run 'ent' to measure command entropy
5136  - Applied Tom Bertelson's <tbert@abac.com> AIX authentication fix
5137  - Avoid WCOREDUMP complation errors for systems that lack it
5138  - Avoid SIGCHLD warnings from entropy commands
5139  - Fix HAVE_PAM_GETENVLIST setting from Simon Wilkinson <sxw@dcs.ed.ac.uk>
5140  - OpenBSD CVS update:
5141   - markus@cvs.openbsd.org
5142     [ssh.c]
5143     fix usage()
5144     [ssh2.h]
5145     draft-ietf-secsh-architecture-05.txt
5146     [ssh.1]
5147     document ssh -T -N (ssh2 only)
5148     [channels.c serverloop.c ssh.h sshconnect.c sshd.c aux.c]
5149     enable nonblocking IO for sshd w/ proto 1, too; split out common code
5150     [aux.c]
5151     missing include
5152  - Several patches from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
5153   - INSTALL typo and URL fix
5154   - Makefile fix
5155   - Solaris fixes
5156  - Checking for ssize_t and memmove. Based on patch from SAKAI Kiyotaka
5157    <ksakai@kso.netwk.ntt-at.co.jp>
5158  - RSAless operation patch from kevin_oconnor@standardandpoors.com
5159  - Detect OpenSSL seperatly from RSA
5160  - Better test for RSA (more compatible with RSAref). Based on work by
5161    Ed Eden <ede370@stl.rural.usda.gov>
5162
5163 20000513
5164  - Fix for non-recognised DSA keys from Arkadiusz Miskiewicz
5165    <misiek@pld.org.pl>
5166
5167 20000511
5168  - Fix for prng_seed permissions checking from Lutz Jaenicke
5169    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
5170  - "make host-key" fix for Irix
5171
5172 20000509
5173  - OpenBSD CVS update
5174   - markus@cvs.openbsd.org
5175     [cipher.h myproposal.h readconf.c readconf.h servconf.c ssh.1 ssh.c]
5176     [ssh.h sshconnect1.c sshconnect2.c sshd.8]
5177     - complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only)
5178   - hugh@cvs.openbsd.org
5179     [ssh.1]
5180     - zap typo
5181     [ssh-keygen.1]
5182     - One last nit fix. (markus approved)
5183     [sshd.8]
5184     - some markus certified spelling adjustments
5185   - markus@cvs.openbsd.org
5186     [auth2.c channels.c clientloop.c compat compat.h dsa.c kex.c]
5187     [sshconnect2.c ]
5188     - bug compat w/ ssh-2.0.13 x11, split out bugs
5189     [nchan.c]
5190     - no drain if ibuf_empty, fixes x11fwd problems; tests by fries@
5191     [ssh-keygen.c]
5192     - handle escapes in real and original key format, ok millert@
5193     [version.h]
5194     - OpenSSH-2.1
5195  - Moved all the bsd-* and fake-* stuff into new libopenbsd-compat.a
5196  - Doc updates
5197  - Cleanup of bsd-base64 headers, bugfix definitions of __b64_*. Reported
5198    by Andre Lucas <andre.lucas@dial.pipex.com>
5199
5200 20000508
5201  - Makefile and RPM spec fixes
5202  - Generate DSA host keys during "make key" or RPM installs
5203  - OpenBSD CVS update
5204   - markus@cvs.openbsd.org
5205     [clientloop.c sshconnect2.c]
5206     - make x11-fwd interop w/ ssh-2.0.13
5207     [README.openssh2]
5208     - interop w/ SecureFX
5209  - Release 2.0.0beta2
5210
5211  - Configure caching and cleanup patch from Andre Lucas'
5212    <andre.lucas@dial.pipex.com>
5213
5214 20000507
5215  - Remove references to SSLeay.
5216  - Big OpenBSD CVS update
5217   - markus@cvs.openbsd.org
5218     [clientloop.c]
5219     - typo
5220     [session.c]
5221     - update proctitle on pty alloc/dealloc, e.g. w/ windows client
5222     [session.c]
5223     - update proctitle for proto 1, too
5224     [channels.h nchan.c serverloop.c session.c sshd.c]
5225     - use c-style comments
5226   - deraadt@cvs.openbsd.org
5227     [scp.c]
5228     - more atomicio
5229   - markus@cvs.openbsd.org
5230     [channels.c]
5231     - set O_NONBLOCK
5232     [ssh.1]
5233     - update AUTHOR
5234     [readconf.c ssh-keygen.c ssh.h]
5235     - default DSA key file ~/.ssh/id_dsa
5236     [clientloop.c]
5237     - typo, rm verbose debug
5238   - deraadt@cvs.openbsd.org
5239     [ssh-keygen.1]
5240     - document DSA use of ssh-keygen
5241     [sshd.8]
5242     - a start at describing what i understand of the DSA side
5243     [ssh-keygen.1]
5244     - document -X and -x
5245     [ssh-keygen.c]
5246     - simplify usage
5247   - markus@cvs.openbsd.org
5248     [sshd.8]
5249     - there is no rhosts_dsa
5250     [ssh-keygen.1]
5251     - document -y, update -X,-x
5252     [nchan.c]
5253     - fix close for non-open ssh1 channels
5254     [servconf.c servconf.h ssh.h sshd.8 sshd.c ]
5255     - s/DsaKey/HostDSAKey/, document option
5256     [sshconnect2.c]
5257     - respect number_of_password_prompts
5258     [channels.c channels.h servconf.c servconf.h session.c sshd.8]
5259     - GatewayPorts for sshd, ok deraadt@
5260     [ssh-add.1 ssh-agent.1 ssh.1]
5261     - more doc on: DSA, id_dsa, known_hosts2, authorized_keys2
5262     [ssh.1]
5263     - more info on proto 2
5264     [sshd.8]
5265     - sync AUTHOR w/ ssh.1
5266     [key.c key.h sshconnect.c]
5267     - print key type when talking about host keys
5268     [packet.c]
5269     - clear padding in ssh2
5270     [dsa.c key.c radix.c ssh.h sshconnect1.c uuencode.c uuencode.h]
5271     - replace broken uuencode w/ libc b64_ntop
5272     [auth2.c]
5273     - log failure before sending the reply
5274     [key.c radix.c uuencode.c]
5275     - remote trailing comments before calling __b64_pton
5276     [auth2.c readconf.c readconf.h servconf.c servconf.h ssh.1]
5277     [sshconnect2.c sshd.8]
5278     - add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8
5279  - Bring in b64_ntop and b64_pton from OpenBSD libc (bsd-base64.[ch])
5280
5281 20000502
5282  - OpenBSD CVS update
5283    [channels.c]
5284    - init all fds, close all fds.
5285    [sshconnect2.c]
5286    - check whether file exists before asking for passphrase
5287    [servconf.c servconf.h sshd.8 sshd.c]
5288    - PidFile, pr 1210
5289    [channels.c]
5290    - EINTR
5291    [channels.c]
5292    - unbreak, ok niels@
5293    [sshd.c]
5294    - unlink pid file, ok niels@
5295    [auth2.c]
5296    - Add missing #ifdefs; ok - markus
5297  - Add Andre Lucas' <andre.lucas@dial.pipex.com> patch to read entropy
5298    gathering commands from a text file
5299  - Release 2.0.0beta1
5300
5301 20000501
5302  - OpenBSD CVS update
5303    [packet.c]
5304    - send debug messages in SSH2 format
5305    [scp.c]
5306    - fix very rare EAGAIN/EINTR issues; based on work by djm
5307    [packet.c]
5308    - less debug, rm unused
5309    [auth2.c]
5310    - disable kerb,s/key in ssh2
5311    [sshd.8]
5312    - Minor tweaks and typo fixes.
5313    [ssh-keygen.c]
5314    - Put -d into usage and reorder. markus ok.
5315  - Include missing headers for OpenSSL tests. Fix from Phil Karn
5316    <karn@ka9q.ampr.org>
5317  - Fixed __progname symbol collisions reported by Andre Lucas
5318    <andre.lucas@dial.pipex.com>
5319  - Merged bsd-login ttyslot and AIX utmp patch from Gert Doering
5320    <gd@hilb1.medat.de>
5321  - Add some missing ifdefs to auth2.c
5322  - Deprecate perl-tk askpass.
5323  - Irix portability fixes - don't include netinet headers more than once
5324  - Make sure we don't save PRNG seed more than once
5325
5326 20000430
5327  - Merge HP-UX fixes and TCB support from Ged Lodder <lodder@yacc.com.au>
5328  - Integrate Andre Lucas' <andre.lucas@dial.pipex.com> entropy collection
5329    patch.
5330    - Adds timeout to entropy collection
5331    - Disables slow entropy sources
5332    - Load and save seed file
5333  - Changed entropy seed code to user per-user seeds only (server seed is
5334    saved in root's .ssh directory)
5335  - Use atexit() and fatal cleanups to save seed on exit
5336  - More OpenBSD updates:
5337    [session.c]
5338    - don't call chan_write_failed() if we are not writing
5339    [auth-rsa.c auth1.c authfd.c hostfile.c ssh-agent.c]
5340    - keysize warnings error() -> log()
5341
5342 20000429
5343  - Merge big update to OpenSSH-2.0 from OpenBSD CVS
5344    [README.openssh2]
5345    - interop w/ F-secure windows client
5346    - sync documentation
5347    - ssh_host_dsa_key not ssh_dsa_key
5348    [auth-rsa.c]
5349    - missing fclose
5350    [auth.c authfile.c compat.c dsa.c dsa.h hostfile.c key.c key.h radix.c]
5351    [readconf.c readconf.h ssh-add.c ssh-keygen.c ssh.c ssh.h sshconnect.c]
5352    [sshd.c uuencode.c uuencode.h authfile.h]
5353    - add DSA pubkey auth and other SSH2 fixes.  use ssh-keygen -[xX]
5354      for trading keys with the real and the original SSH, directly from the
5355      people who invented the SSH protocol.
5356    [auth.c auth.h authfile.c sshconnect.c auth1.c auth2.c sshconnect.h]
5357    [sshconnect1.c sshconnect2.c]
5358    - split auth/sshconnect in one file per protocol version
5359    [sshconnect2.c]
5360    - remove debug
5361    [uuencode.c]
5362    - add trailing =
5363    [version.h]
5364    - OpenSSH-2.0
5365    [ssh-keygen.1 ssh-keygen.c]
5366    - add -R flag: exit code indicates if RSA is alive
5367    [sshd.c]
5368    - remove unused
5369      silent if -Q is specified
5370    [ssh.h]
5371    - host key becomes /etc/ssh_host_dsa_key
5372    [readconf.c servconf.c ]
5373    - ssh/sshd default to proto 1 and 2
5374    [uuencode.c]
5375    - remove debug
5376    [auth2.c ssh-keygen.c sshconnect2.c sshd.c]
5377    - xfree DSA blobs
5378    [auth2.c serverloop.c session.c]
5379    - cleanup logging for sshd/2, respect PasswordAuth no
5380    [sshconnect2.c]
5381    - less debug, respect .ssh/config
5382    [README.openssh2 channels.c channels.h]
5383    - clientloop.c session.c ssh.c
5384    - support for x11-fwding, client+server
5385
5386 20000421
5387  - Merge fix from OpenBSD CVS
5388   [ssh-agent.c]
5389   - Fix memory leak per connection. Report from Andy Spiegl <Andy@Spiegl.de>
5390     via Debian bug #59926
5391  - Define __progname in session.c if libc doesn't
5392  - Remove indentation on autoconf #include statements to avoid bug in
5393    DEC Tru64 compiler. Report and fix from David Del Piero
5394    <David.DelPiero@qed.qld.gov.au>
5395
5396 20000420
5397  - Make fixpaths work with perl4, patch from Andre Lucas
5398    <andre.lucas@dial.pipex.com>
5399  - Sync with OpenBSD CVS:
5400   [clientloop.c login.c serverloop.c ssh-agent.c ssh.h sshconnect.c sshd.c]
5401   - pid_t
5402   [session.c]
5403   - remove bogus chan_read_failed. this could cause data
5404     corruption (missing data) at end of a SSH2 session.
5405  - Merge fixes from Debian patch from Phil Hands <phil@hands.com>
5406   - Allow setting of PAM service name through CFLAGS (SSHD_PAM_SERVICE)
5407   - Use vhangup to clean up Linux ttys
5408   - Force posix getopt processing on GNU libc systems
5409  - Debian bug #55910 - remove references to ssl(8) manpages
5410  - Debian bug #58031 - ssh_config lies about default cipher
5411
5412 20000419
5413  - OpenBSD CVS updates
5414    [channels.c]
5415    - fix pr 1196, listen_port and port_to_connect interchanged
5416    [scp.c]
5417    - after completion, replace the progress bar ETA counter with a final
5418      elapsed time; my idea, aaron wrote the patch
5419    [ssh_config sshd_config]
5420    - show 'Protocol' as an example, ok markus@
5421    [sshd.c]
5422    - missing xfree()
5423  - Add missing header to bsd-misc.c
5424
5425 20000416
5426  - Reduce diff against OpenBSD source
5427    - All OpenSSL includes are now unconditionally referenced as
5428      openssl/foo.h
5429    - Pick up formatting changes
5430    - Other minor changed (typecasts, etc) that I missed
5431
5432 20000415
5433  - OpenBSD CVS updates.
5434    [ssh.1 ssh.c]
5435    - ssh -2
5436    [auth.c channels.c clientloop.c packet.c packet.h serverloop.c]
5437    [session.c sshconnect.c]
5438    - check payload for (illegal) extra data
5439    [ALL]
5440    whitespace cleanup
5441
5442 20000413
5443  - INSTALL doc updates
5444  - Merged OpenBSD updates to include paths.
5445
5446 20000412
5447  - OpenBSD CVS updates:
5448    - [channels.c]
5449      repair x11-fwd
5450    - [sshconnect.c]
5451      fix passwd prompt for ssh2, less debugging output.
5452    - [clientloop.c compat.c dsa.c kex.c sshd.c]
5453      less debugging output
5454    - [kex.c kex.h sshconnect.c sshd.c]
5455      check for reasonable public DH values
5456    - [README.openssh2 cipher.c cipher.h compat.c compat.h readconf.c]
5457      [readconf.h servconf.c servconf.h ssh.c ssh.h sshconnect.c sshd.c]
5458      add Cipher and Protocol options to ssh/sshd, e.g.:
5459      ssh -o 'Protocol 1,2' if you prefer proto 1, ssh -o 'Ciphers
5460      arcfour,3des-cbc'
5461    - [sshd.c]
5462      print 1.99 only if server supports both
5463
5464 20000408
5465  - Avoid some compiler warnings in fake-get*.c
5466  - Add IPTOS macros for systems which lack them
5467  - Only set define entropy collection macros if they are found
5468  - More large OpenBSD CVS updates:
5469    - [auth.c auth.h servconf.c servconf.h serverloop.c session.c]
5470      [session.h ssh.h sshd.c README.openssh2]
5471      ssh2 server side, see README.openssh2; enable with 'sshd -2'
5472    - [channels.c]
5473      no adjust after close
5474    - [sshd.c compat.c ]
5475      interop w/ latest ssh.com windows client.
5476
5477 20000406
5478  - OpenBSD CVS update:
5479    - [channels.c]
5480      close efd on eof
5481    - [clientloop.c compat.c ssh.c sshconnect.c myproposal.h]
5482      ssh2 client implementation, interops w/ ssh.com and lsh servers.
5483    - [sshconnect.c]
5484      missing free.
5485    - [authfile.c cipher.c cipher.h packet.c sshconnect.c sshd.c]
5486      remove unused argument, split cipher_mask()
5487    - [clientloop.c]
5488      re-order: group ssh1 vs. ssh2
5489  - Make Redhat spec require openssl >= 0.9.5a
5490
5491 20000404
5492  - Add tests for RAND_add function when searching for OpenSSL
5493  - OpenBSD CVS update:
5494    - [packet.h packet.c]
5495      ssh2 packet format
5496    - [packet.h packet.c nchan2.ms nchan.h compat.h compat.c]
5497      [channels.h channels.c]
5498      channel layer support for ssh2
5499    - [kex.h kex.c hmac.h hmac.c dsa.c dsa.h]
5500      DSA, keyexchange, algorithm agreement for ssh2
5501  - Generate manpages before make install not at the end of make all
5502  - Don't seed the rng quite so often
5503  - Always reseed rng when requested
5504
5505 20000403
5506  - Wrote entropy collection routines for systems that lack /dev/random
5507    and EGD
5508  - Disable tests and typedefs for 64 bit types. They are currently unused.
5509
5510 20000401
5511  - Big OpenBSD CVS update (mainly beginnings of SSH2 infrastructure)
5512    - [auth.c session.c sshd.c auth.h]
5513      split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removal
5514    - [bufaux.c bufaux.h]
5515      support ssh2 bignums
5516    - [channels.c channels.h clientloop.c sshd.c nchan.c nchan.h packet.c]
5517      [readconf.c ssh.c ssh.h serverloop.c]
5518      replace big switch() with function tables (prepare for ssh2)
5519    - [ssh2.h]
5520      ssh2 message type codes
5521    - [sshd.8]
5522      reorder Xr to avoid cutting
5523    - [serverloop.c]
5524      close(fdin) if fdin != fdout, shutdown otherwise, ok theo@
5525    - [channels.c]
5526      missing close
5527      allow bigger packets
5528    - [cipher.c cipher.h]
5529      support ssh2 ciphers
5530    - [compress.c]
5531      cleanup, less code
5532    - [dispatch.c dispatch.h]
5533      function tables for different message types
5534    - [log-server.c]
5535      do not log() if debuggin to stderr
5536      rename a cpp symbol, to avoid param.h collision
5537    - [mpaux.c]
5538      KNF
5539    - [nchan.c]
5540      sync w/ channels.c
5541
5542 20000326
5543  - Better tests for OpenSSL w/ RSAref
5544  - Added replacement setenv() function from OpenBSD libc. Suggested by
5545    Ben Lindstrom <mouring@pconline.com>
5546  - OpenBSD CVS update
5547    - [auth-krb4.c]
5548      -Wall
5549    - [auth-rh-rsa.c auth-rsa.c hostfile.c hostfile.h key.c key.h match.c]
5550      [match.h ssh.c ssh.h sshconnect.c sshd.c]
5551      initial support for DSA keys. ok deraadt@, niels@
5552    - [cipher.c cipher.h]
5553      remove unused cipher_attack_detected code
5554    - [scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
5555      Fix some formatting problems I missed before.
5556    - [ssh.1 sshd.8]
5557      fix spelling errors, From: FreeBSD
5558    - [ssh.c]
5559      switch to raw mode only if he _get_ a pty (not if we _want_ a pty).
5560
5561 20000324
5562  - Released 1.2.3
5563
5564 20000317
5565  - Clarified --with-default-path option.
5566  - Added -blibpath handling for AIX to work around stupid runtime linking.
5567    Problem elucidated by gshapiro@SENDMAIL.ORG by way of Jim Knoble
5568    <jmknoble@jmknoble.cx>
5569  - Checks for 64 bit int types. Problem report from Mats Fredholm
5570    <matsf@init.se>
5571  - OpenBSD CVS updates:
5572    - [atomicio.c auth-krb4.c bufaux.c channels.c compress.c fingerprint.c]
5573      [packet.h radix.c rsa.c scp.c ssh-agent.c ssh-keygen.c sshconnect.c]
5574      [sshd.c]
5575      pedantic: signed vs. unsigned, void*-arithm, etc
5576    - [ssh.1 sshd.8]
5577      Various cleanups and standardizations.
5578  - Runtime error fix for HPUX from Otmar Stahl
5579    <O.Stahl@lsw.uni-heidelberg.de>
5580
5581 20000316
5582  - Fixed configure not passing LDFLAGS to Solaris. Report from David G.
5583    Hesprich <dghespri@sprintparanet.com>
5584  - Propogate LD through to Makefile
5585  - Doc cleanups
5586  - Added blurb about "scp: command not found" errors to UPGRADING
5587
5588 20000315
5589  - Fix broken CFLAGS handling during search for OpenSSL. Fixes va_list
5590    problems with gcc/Solaris.
5591  - Don't free argument to putenv() after use (in setenv() replacement).
5592    Report from Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp>
5593  - Created contrib/ subdirectory. Included helpers from Phil Hands'
5594    Debian package, README file and chroot patch from Ricardo Cerqueira
5595    <rmcc@clix.pt>
5596  - Moved gnome-ssh-askpass.c to contrib directory and removed config
5597    option.
5598  - Slight cleanup to doc files
5599  - Configure fix from Bratislav ILICH <bilic@zepter.ru>
5600
5601 20000314
5602  - Include macro for IN6_IS_ADDR_V4MAPPED. Report from
5603    peter@frontierflying.com
5604  - Include /usr/local/include and /usr/local/lib for systems that don't
5605    do it themselves
5606  - -R/usr/local/lib for Solaris
5607  - Fix RSAref detection
5608  - Fix IN6_IS_ADDR_V4MAPPED macro
5609
5610 20000311
5611  - Detect RSAref
5612  - OpenBSD CVS change
5613    [sshd.c]
5614     - disallow guessing of root password
5615  - More configure fixes
5616  - IPv6 workarounds from Hideaki YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp>
5617
5618 20000309
5619  - OpenBSD CVS updates to v1.2.3
5620    [ssh.h atomicio.c]
5621     - int atomicio -> ssize_t (for alpha). ok deraadt@
5622    [auth-rsa.c]
5623     - delay MD5 computation until client sends response, free() early, cleanup.
5624    [cipher.c]
5625     - void* -> unsigned char*, ok niels@
5626    [hostfile.c]
5627     - remove unused variable 'len'. fix comments.
5628     - remove unused variable
5629    [log-client.c log-server.c]
5630     - rename a cpp symbol, to avoid param.h collision
5631    [packet.c]
5632     - missing xfree()
5633     - getsockname() requires initialized tolen; andy@guildsoftware.com
5634     - use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
5635    from Holger.Trapp@Informatik.TU-Chemnitz.DE
5636    [pty.c pty.h]
5637     - register cleanup for pty earlier. move code for pty-owner handling to
5638       pty.c ok provos@, dugsong@
5639    [readconf.c]
5640     - turn off x11-fwd for the client, too.
5641    [rsa.c]
5642     - PKCS#1 padding
5643    [scp.c]
5644     - allow '.' in usernames; from jedgar@fxp.org
5645    [servconf.c]
5646     - typo: ignore_user_known_hosts int->flag; naddy@mips.rhein-neckar.de
5647     - sync with sshd_config
5648    [ssh-keygen.c]
5649     - enable ssh-keygen -l -f ~/.ssh/known_hosts, ok deraadt@
5650    [ssh.1]
5651     - Change invalid 'CHAT' loglevel to 'VERBOSE'
5652    [ssh.c]
5653     - suppress AAAA query host when '-4' is used; from shin@nd.net.fujitsu.co.jp
5654     - turn off x11-fwd for the client, too.
5655    [sshconnect.c]
5656     - missing xfree()
5657     - retry rresvport_af(), too. from sumikawa@ebina.hitachi.co.jp.
5658     - read error vs. "Connection closed by remote host"
5659    [sshd.8]
5660     - ie. -> i.e.,
5661     - do not link to a commercial page..
5662     - sync with sshd_config
5663    [sshd.c]
5664     - no need for poll.h; from bright@wintelcom.net
5665     - log with level log() not fatal() if peer behaves badly.
5666     - don't panic if client behaves strange. ok deraadt@
5667     - make no-port-forwarding for RSA keys deny both -L and -R style fwding
5668     - delay close() of pty until the pty has been chowned back to root
5669     - oops, fix comment, too.
5670     - missing xfree()
5671     - move XAUTHORITY to subdir. ok dugsong@. fixes debian bug #57907, too.
5672       (http://cgi.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=57907)
5673     - register cleanup for pty earlier. move code for pty-owner handling to
5674       pty.c ok provos@, dugsong@
5675     - create x11 cookie file
5676     - fix pr 1113, fclose() -> pclose(), todo: remote popen()
5677     - version 1.2.3
5678  - Cleaned up
5679  - Removed warning workaround for Linux and devpts filesystems (no longer
5680    required after OpenBSD updates)
5681
5682 20000308
5683  - Configure fix from Hiroshi Takekawa <takekawa@sr3.t.u-tokyo.ac.jp>
5684
5685 20000307
5686  - Released 1.2.2p1
5687
5688 20000305
5689  - Fix DEC compile fix
5690  - Explicitly seed OpenSSL's PRNG before checking rsa_alive()
5691  - Check for getpagesize in libucb.a if not found in libc. Fix for old
5692    Solaris from Andre Lucas <andre.lucas@dial.pipex.com>
5693  - Check for libwrap if --with-tcp-wrappers option specified. Suggestion
5694    Mate Wierdl <mw@moni.msci.memphis.edu>
5695
5696 20000303
5697  - Added "make host-key" target, Suggestion from Dominik Brettnacher
5698  <domi@saargate.de>
5699  - Don't permanently fail on bind() if getaddrinfo has more choices left for
5700    us. Needed to work around messy IPv6 on Linux. Patch from Arkadiusz
5701    Miskiewicz <misiek@pld.org.pl>
5702  - DEC Unix compile fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
5703  - Manpage fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
5704
5705 20000302
5706  - Big cleanup of autoconf code
5707    - Rearranged to be a little more logical
5708    - Added -R option for Solaris
5709    - Rewrote OpenSSL detection code. Now uses AC_TRY_RUN with a test program
5710      to detect library and header location _and_ ensure library has proper
5711      RSA support built in (this is a problem with OpenSSL 0.9.5).
5712  - Applied pty cleanup patch from markus.friedl@informatik.uni-erlangen.de
5713  - Avoid warning message with Unix98 ptys
5714  - Warning was valid - possible race condition on PTYs. Avoided using
5715    platform-specific code.
5716  - Document some common problems
5717  - Allow root access to any key. Patch from
5718    markus.friedl@informatik.uni-erlangen.de
5719
5720 20000207
5721  - Removed SOCKS code. Will support through a ProxyCommand.
5722
5723 20000203
5724  - Fixed SEGVs in authloop, fix from vbzoli@hbrt.hu
5725  - Add --with-ssl-dir option
5726
5727 20000202
5728  - Fix lastlog code for directory based lastlogs. Fix from Josh Durham
5729    <jmd@aoe.vt.edu>
5730  - Documentation fixes from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
5731  - Added URLs to Japanese translations of documents by HARUYAMA Seigo
5732    <haruyama@nt.phys.s.u-tokyo.ac.jp>
5733
5734 20000201
5735  - Use socket pairs by default (instead of pipes). Prevents race condition
5736    on several (buggy) OSs. Report and fix from tridge@linuxcare.com
5737
5738 20000127
5739  - Seed OpenSSL's random number generator before generating RSA keypairs
5740  - Split random collector into seperate file
5741  - Compile fix from Andre Lucas <andre.lucas@dial.pipex.com>
5742
5743 20000126
5744  - Released 1.2.2 stable
5745
5746  - NeXT keeps it lastlog in /usr/adm. Report from
5747    mouring@newton.pconline.com
5748  - Added note in UPGRADING re interop with commercial SSH using idea.
5749    Report from Jim Knoble <jmknoble@jmknoble.cx>
5750  - Fix linking order for Kerberos/AFS. Fix from Holget Trapp
5751    <Holger.Trapp@Informatik.TU-Chemnitz.DE>
5752
5753 20000125
5754  - Fix NULL pointer dereference in login.c. Fix from Andre Lucas
5755    <andre.lucas@dial.pipex.com>
5756  - Reorder PAM initialisation so it does not mess up lastlog. Reported
5757    by Andre Lucas <andre.lucas@dial.pipex.com>
5758  - Use preformatted manpages on SCO, report from Gary E. Miller
5759    <gem@rellim.com>
5760  - New URL for x11-ssh-askpass.
5761  - Fixpaths was missing /etc/ssh_known_hosts. Report from Jim Knoble
5762    <jmknoble@jmknoble.cx>
5763  - Added 'DESTDIR' option to Makefile to ease package building. Patch from
5764    Jim Knoble <jmknoble@jmknoble.cx>
5765  - Updated RPM spec files to use DESTDIR
5766
5767 20000124
5768  - Pick up version 1.2.2 from OpenBSD CVS (no changes, just version number
5769    increment)
5770
5771 20000123
5772  - OpenBSD CVS:
5773    - [packet.c]
5774      getsockname() requires initialized tolen; andy@guildsoftware.com
5775  - AIX patch from Matt Richards <v2matt@btv.ibm.com> and David Rankin
5776    <drankin@bohemians.lexington.ky.us>
5777  - Fix lastlog support, patch from Andre Lucas <andre.lucas@dial.pipex.com>
5778
5779 20000122
5780  - Fix compilation of bsd-snprintf.c on Solaris, fix from Ben Taylor
5781    <bent@clark.net>
5782  - Merge preformatted manpage patch from Andre Lucas
5783    <andre.lucas@dial.pipex.com>
5784  - Make IPv4 use the default in RPM packages
5785  - Irix uses preformatted manpages
5786  - Missing htons() in bsd-bindresvport.c, fix from Holger Trapp
5787    <Holger.Trapp@Informatik.TU-Chemnitz.DE>
5788  - OpenBSD CVS updates:
5789    - [packet.c]
5790      use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
5791      from Holger.Trapp@Informatik.TU-Chemnitz.DE
5792    - [sshd.c]
5793      log with level log() not fatal() if peer behaves badly.
5794    - [readpass.c]
5795      instead of blocking SIGINT, catch it ourselves, so that we can clean
5796      the tty modes up and kill ourselves -- instead of our process group
5797      leader (scp, cvs, ...) going away and leaving us in noecho mode.
5798      people with cbreak shells never even noticed..
5799    - [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
5800      ie. -> i.e.,
5801
5802 20000120
5803  - Don't use getaddrinfo on AIX
5804  - Update to latest OpenBSD CVS:
5805    - [auth-rsa.c]
5806      - fix user/1056, sshd keeps restrictions; dbt@meat.net
5807    - [sshconnect.c]
5808      - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
5809      - destroy keys earlier
5810      - split key exchange (kex) and user authentication (user-auth),
5811        ok: provos@
5812    - [sshd.c]
5813      - no need for poll.h; from bright@wintelcom.net
5814      - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
5815      - split key exchange (kex) and user authentication (user-auth),
5816        ok: provos@
5817  - Big manpage and config file cleanup from Andre Lucas
5818    <andre.lucas@dial.pipex.com>
5819    - Re-added latest (unmodified) OpenBSD manpages
5820  - Doc updates
5821  - NetBSD patch from David Rankin <drankin@bohemians.lexington.ky.us> and
5822    Christos Zoulas <christos@netbsd.org>
5823
5824 20000119
5825  - SCO compile fixes from Gary E. Miller <gem@rellim.com>
5826  - Compile fix from Darren_Hall@progressive.com
5827  - Linux/glibc-2.1.2 takes a *long* time to look up names for AF_UNSPEC
5828    addresses using getaddrinfo(). Added a configure switch to make the
5829    default lookup mode AF_INET
5830
5831 20000118
5832  - Fixed --with-pid-dir option
5833  - Makefile fix from Gary E. Miller <gem@rellim.com>
5834  - Compile fix for HPUX and Solaris from Andre Lucas
5835    <andre.lucas@dial.pipex.com>
5836
5837 20000117
5838  - Clean up bsd-bindresvport.c. Use arc4random() for picking initial
5839    port, ignore EINVAL errors (Linux) when searching for free port.
5840  - Revert __snprintf -> snprintf aliasing. Apparently Solaris
5841    __snprintf isn't. Report from Theo de Raadt <theo@cvs.openbsd.org>
5842  - Document location of Redhat PAM file in INSTALL.
5843  - Fixed X11 forwarding bug on Linux. libc advertises AF_INET6
5844    INADDR_ANY_INIT addresses via getaddrinfo, but may not be able to
5845    deliver (no IPv6 kernel support)
5846  - Released 1.2.1pre27
5847
5848  - Fix rresvport_af failure errors (logic error in bsd-bindresvport.c)
5849  - Fix --with-ipaddr-display option test. Fix from Jarno Huuskonen
5850    <jhuuskon@hytti.uku.fi>
5851  - Fix hang on logout if processes are still using the pty. Needs
5852    further testing.
5853  - Patch from Christos Zoulas <christos@zoulas.com>
5854    - Try $prefix first when looking for OpenSSL.
5855    - Include sys/types.h when including sys/socket.h in test programs
5856  - Substitute PID directory in sshd.8. Suggestion from Andrew
5857    Stribblehill <a.d.stribblehill@durham.ac.uk>
5858
5859 20000116
5860  - Renamed --with-xauth-path to --with-xauth
5861  - Added --with-pid-dir option
5862  - Released 1.2.1pre26
5863
5864  - Compilation fix from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
5865  - Fixed broken bugfix for /dev/ptmx on Linux systems which lack
5866    openpty(). Report from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
5867
5868 20000115
5869  - Add --with-xauth-path configure directive and explicit test for
5870    /usr/openwin/bin/xauth for Solaris systems. Report from Anders
5871    Nordby <anders@fix.no>
5872  - Fix incorrect detection of /dev/ptmx on Linux systems that lack
5873    openpty. Report from John Seifarth <john@waw.be>
5874  - Look for intXX_t and u_intXX_t in sys/bitypes.h if they are not in
5875    sys/types.h. Fixes problems on SCO, report from Gary E. Miller
5876    <gem@rellim.com>
5877  - Use __snprintf and __vnsprintf if they are found where snprintf and
5878    vnsprintf are lacking. Suggested by Ben Taylor <bent@shell.clark.net>
5879    and others.
5880
5881 20000114
5882  - Merged OpenBSD IPv6 patch:
5883    - [sshd.c sshd.8 sshconnect.c ssh.h ssh.c servconf.h servconf.c scp.1]
5884      [scp.c packet.h packet.c login.c log.c canohost.c channels.c]
5885      [hostfile.c sshd_config]
5886      ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new
5887      features: sshd allows multiple ListenAddress and Port options. note
5888      that libwrap is not IPv6-ready. (based on patches from
5889      fujiwara@rcac.tdi.co.jp)
5890    - [ssh.c canohost.c]
5891      more hints (hints.ai_socktype=SOCK_STREAM) for getaddrinfo,
5892      from itojun@
5893    - [channels.c]
5894      listen on _all_ interfaces for X11-Fwd (hints.ai_flags = AI_PASSIVE)
5895    - [packet.h]
5896      allow auth-kerberos for IPv4 only
5897    - [scp.1 sshd.8 servconf.h scp.c]
5898      document -4, -6, and 'ssh -L 2022/::1/22'
5899    - [ssh.c]
5900      'ssh @host' is illegal (null user name), from
5901      karsten@gedankenpolizei.de
5902    - [sshconnect.c]
5903      better error message
5904    - [sshd.c]
5905      allow auth-kerberos for IPv4 only
5906  - Big IPv6 merge:
5907    - Cleanup overrun in sockaddr copying on RHL 6.1
5908    - Replacements for getaddrinfo, getnameinfo, etc based on versions
5909      from patch from KIKUCHI Takahiro <kick@kyoto.wide.ad.jp>
5910    - Replacement for missing structures on systems that lack IPv6
5911    - record_login needed to know about AF_INET6 addresses
5912    - Borrowed more code from OpenBSD: rresvport_af and requisites
5913
5914 20000110
5915  - Fixes to auth-skey to enable it to use the standard OpenSSL libraries
5916
5917 20000107
5918  - New config.sub and config.guess to fix problems on SCO. Supplied
5919    by Gary E. Miller <gem@rellim.com>
5920  - SCO build fix from Gary E. Miller <gem@rellim.com>
5921  - Released 1.2.1pre25
5922
5923 20000106
5924  - Documentation update & cleanup
5925  - Better KrbIV / AFS detection, based on patch from:
5926    Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE>
5927
5928 20000105
5929  - Fixed annoying DES corruption problem. libcrypt has been
5930    overriding symbols in libcrypto. Removed libcrypt and crypt.h
5931    altogether (libcrypto includes its own crypt(1) replacement)
5932  - Added platform-specific rules for Irix 6.x. Included warning that
5933    they are untested.
5934
5935 20000103
5936  - Add explicit make rules for files proccessed by fixpaths.
5937  - Fix "make install" in RPM spec files. Report from Tenkou N. Hattori
5938    <tnh@kondara.org>
5939  - Removed "nullok" directive from default PAM configuration files.
5940    Added information on enabling EmptyPasswords on openssh+PAM in
5941    UPGRADING file.
5942  - OpenBSD CVS updates
5943    - [ssh-agent.c]
5944      cleanup_exit() for SIGTERM/SIGHUP, too. from fgsch@ and
5945      dgaudet@arctic.org
5946    - [sshconnect.c]
5947      compare correct version for 1.3 compat mode
5948
5949 20000102
5950  - Prevent multiple inclusion of config.h and defines.h. Suggested
5951    by Andre Lucas <andre.lucas@dial.pipex.com>
5952  - Properly clean up on exit of ssh-agent. Patch from Dean Gaudet
5953    <dgaudet@arctic.org>
5954
5955 19991231
5956  - Fix password support on systems with a mixture of shadowed and
5957    non-shadowed passwords (e.g. NIS). Report and fix from
5958    HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
5959  - Fix broken autoconf typedef detection. Report from Marc G.
5960    Fournier <marc.fournier@acadiau.ca>
5961  - Fix occasional crash on LinuxPPC. Patch from Franz Sirl
5962    <Franz.Sirl-kernel@lauterbach.com>
5963  - Prevent typedefs from being compiled more than once. Report from
5964    Marc G. Fournier <marc.fournier@acadiau.ca>
5965  - Fill in ut_utaddr utmp field. Report from Benjamin Charron
5966    <iretd@bigfoot.com>
5967  - Really fix broken default path. Fix from Jim Knoble
5968    <jmknoble@jmknoble.cx>
5969  - Remove test for quad_t. No longer needed.
5970  - Released 1.2.1pre24
5971
5972  - Added support for directory-based lastlogs
5973  - Really fix typedefs, patch from Ben Taylor <bent@clark.net>
5974
5975 19991230
5976  - OpenBSD CVS updates:
5977    - [auth-passwd.c]
5978      check for NULL 1st
5979  - Removed most of the pam code into its own file auth-pam.[ch]. This
5980    cleaned up sshd.c up significantly.
5981  - PAM authentication was incorrectly interpreting
5982    "PermitRootLogin without-password". Report from Matthias Andree
5983    <ma@dt.e-technik.uni-dortmund.de
5984  - Several other cleanups
5985  - Merged Dante SOCKS support patch from David Rankin
5986   <drankin@bohemians.lexington.ky.us>
5987  - Updated documentation with ./configure options
5988  - Released 1.2.1pre23
5989
5990 19991229
5991  - Applied another NetBSD portability patch from David Rankin
5992    <drankin@bohemians.lexington.ky.us>
5993  - Fix --with-default-path option.
5994  - Autodetect perl, patch from David Rankin
5995    <drankin@bohemians.lexington.ky.us>
5996  - Print whether OpenSSH was compiled with RSARef, patch from
5997    Nalin Dahyabhai <nalin@thermo.stat.ncsu.edu>
5998  - Calls to pam_setcred, patch from Nalin Dahyabhai
5999    <nalin@thermo.stat.ncsu.edu>
6000  - Detect missing size_t and typedef it.
6001  - Rename helper.[ch] to (more appropriate) bsd-misc.[ch]
6002  - Minor Makefile cleaning
6003
6004 19991228
6005  - Replacement for getpagesize() for systems which lack it
6006  - NetBSD login.c compile fix from David Rankin
6007   <drankin@bohemians.lexington.ky.us>
6008  - Fully set ut_tv if present in utmp or utmpx
6009  - Portability fixes for Irix 5.3 (now compiles OK!)
6010  - autoconf and other misc cleanups
6011  - Merged AIX patch from Darren Hall <dhall@virage.org>
6012  - Cleaned up defines.h
6013  - Released 1.2.1pre22
6014
6015 19991227
6016  - Automatically correct paths in manpages and configuration files. Patch
6017    and script from Andre Lucas <andre.lucas@dial.pipex.com>
6018  - Removed credits from README to CREDITS file, updated.
6019  - Added --with-default-path to specify custom path for server
6020  - Removed #ifdef trickery from acconfig.h into defines.h
6021  - PAM bugfix. PermitEmptyPassword was being ignored.
6022  - Fixed PAM config files to allow empty passwords if server does.
6023  - Explained spurious PAM auth warning workaround in UPGRADING
6024  - Use last few chars of tty line as ut_id
6025  - New SuSE RPM spec file from Chris Saia <csaia@wtower.com>
6026  - OpenBSD CVS updates:
6027    - [packet.h auth-rhosts.c]
6028      check format string for packet_disconnect and packet_send_debug, too
6029    - [channels.c]
6030      use packet_get_maxsize for channels. consistence.
6031
6032 19991226
6033  - Enabled utmpx support by default for Solaris
6034  - Cleanup sshd.c PAM a little more
6035  - Revised RPM package to include Jim Knoble's <jmknoble@jmknoble.cx>
6036    X11 ssh-askpass program.
6037  - Disable logging of PAM success and failures, PAM is verbose enough.
6038    Unfortunatly there is currently no way to disable auth failure
6039    messages. Mention this in UPGRADING file and sent message to PAM
6040    developers
6041  - OpenBSD CVS update:
6042    - [ssh-keygen.1 ssh.1]
6043      remove ref to .ssh/random_seed, mention .ssh/environment in
6044      .Sh FILES, too
6045  - Released 1.2.1pre21
6046  - Fixed implicit '.' in default path, report from Jim Knoble
6047    <jmknoble@jmknoble.cx>
6048  - Redhat RPM spec fixes from Jim Knoble <jmknoble@jmknoble.cx>
6049
6050 19991225
6051  - More fixes from Andre Lucas <andre.lucas@dial.pipex.com>
6052  - Cleanup of auth-passwd.c for shadow and MD5 passwords
6053  - Cleanup and bugfix of PAM authentication code
6054  - Released 1.2.1pre20
6055
6056  - Merged fixes from Ben Taylor <bent@clark.net>
6057  - Fixed configure support for PAM. Reported by Naz <96na@eng.cam.ac.uk>
6058  - Disabled logging of PAM password authentication failures when password
6059    is empty. (e.g start of authentication loop). Reported by Naz
6060    <96na@eng.cam.ac.uk>)
6061
6062 19991223
6063  - Merged later HPUX patch from Andre Lucas
6064    <andre.lucas@dial.pipex.com>
6065  - Above patch included better utmpx support from Ben Taylor
6066    <bent@clark.net>
6067
6068 19991222
6069  - Fix undefined fd_set type in ssh.h from Povl H. Pedersen
6070    <pope@netguide.dk>
6071  - Fix login.c breakage on systems which lack ut_host in struct
6072    utmp. Reported by Willard Dawson <willard.dawson@sbs.siemens.com>
6073
6074 19991221
6075  - Integration of large HPUX patch from Andre Lucas
6076    <andre.lucas@dial.pipex.com>. Integrating it had a few other
6077    benefits:
6078    - Ability to disable shadow passwords at configure time
6079    - Ability to disable lastlog support at configure time
6080    - Support for IP address in $DISPLAY
6081  - OpenBSD CVS update:
6082    - [sshconnect.c]
6083    say "REMOTE HOST IDENTIFICATION HAS CHANGED"
6084  - Fix DISABLE_SHADOW support
6085  - Allow MD5 passwords even if shadow passwords are disabled
6086  - Release 1.2.1pre19
6087
6088 19991218
6089  - Redhat init script patch from Chun-Chung Chen
6090    <cjj@u.washington.edu>
6091  - Avoid breakage on systems without IPv6 headers
6092
6093 19991216
6094  - Makefile changes for Solaris from Peter Kocks
6095    <peter.kocks@baygate.com>
6096  - Minor updates to docs
6097  - Merged OpenBSD CVS changes:
6098    - [authfd.c ssh-agent.c]
6099      keysize warnings talk about identity files
6100    - [packet.c]
6101      "Connection closed by x.x.x.x": fatal() -> log()
6102  - Correctly handle empty passwords in shadow file. Patch from:
6103    "Chris, the Young One" <cky@pobox.com>
6104  - Released 1.2.1pre18
6105
6106 19991215
6107  - Integrated patchs from Juergen Keil <jk@tools.de>
6108    - Avoid void* pointer arithmatic
6109    - Use LDFLAGS correctly
6110    - Fix SIGIO error in scp
6111    - Simplify status line printing in scp
6112  - Added better test for inline functions compiler support from
6113    Darren_Hall@progressive.com
6114
6115 19991214
6116  - OpenBSD CVS Changes
6117    - [canohost.c]
6118      fix get_remote_port() and friends for sshd -i;
6119      Holger.Trapp@Informatik.TU-Chemnitz.DE
6120    - [mpaux.c]
6121      make code simpler. no need for memcpy. niels@ ok
6122    - [pty.c]
6123      namebuflen not sizeof namebuflen; bnd@ep-ag.com via djm@mindrot.org
6124      fix proto; markus
6125    - [ssh.1]
6126       typo; mark.baushke@solipsa.com
6127    - [channels.c ssh.c ssh.h sshd.c]
6128      type conflict for 'extern Type *options' in channels.c; dot@dotat.at
6129    - [sshconnect.c]
6130      move checking of hostkey into own function.
6131    - [version.h]
6132      OpenSSH-1.2.1
6133  - Clean up broken includes in pty.c
6134  - Some older systems don't have poll.h, they use sys/poll.h instead
6135  - Doc updates
6136
6137 19991211
6138  - Fix compilation on systems with AFS. Reported by
6139    aloomis@glue.umd.edu
6140  - Fix installation on Solaris. Reported by
6141    Gordon Rowell <gordonr@gormand.com.au>
6142  - Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com,
6143    patch from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
6144  - Auto-locate xauth. Patch from David Agraz <dagraz@jahoopa.com>
6145  - Compile fix from David Agraz <dagraz@jahoopa.com>
6146  - Avoid compiler warning in bsd-snprintf.c
6147  - Added pam_limits.so to default PAM config. Suggested by
6148    Jim Knoble <jmknoble@jmknoble.cx>
6149
6150 19991209
6151  - Import of patch from Ben Taylor <bent@clark.net>:
6152    - Improved PAM support
6153    - "uninstall" rule for Makefile
6154    - utmpx support
6155    - Should fix PAM problems on Solaris
6156  - OpenBSD CVS updates:
6157    - [readpass.c]
6158      avoid stdio; based on work by markus, millert, and I
6159    - [sshd.c]
6160      make sure the client selects a supported cipher
6161    - [sshd.c]
6162      fix sighup handling.  accept would just restart and daemon handled
6163      sighup only after the next connection was accepted. use poll on
6164      listen sock now.
6165    - [sshd.c]
6166      make that a fatal
6167  - Applied patch from David Rankin <drankin@bohemians.lexington.ky.us>
6168    to fix libwrap support on NetBSD
6169  - Released 1.2pre17
6170
6171 19991208
6172  - Compile fix for Solaris with /dev/ptmx from
6173    David Agraz <dagraz@jahoopa.com>
6174
6175 19991207
6176  - sshd Redhat init script patch from Jim Knoble <jmknoble@jmknoble.cx>
6177    fixes compatability with 4.x and 5.x
6178  - Fixed default SSH_ASKPASS
6179  - Fix PAM account and session being called multiple times. Problem
6180    reported by Adrian Baugh <adrian@merlin.keble.ox.ac.uk>
6181  - Merged more OpenBSD changes:
6182    - [atomicio.c authfd.c scp.c serverloop.c ssh.h sshconnect.c sshd.c]
6183      move atomicio into it's own file.  wrap all socket write()s which
6184      were doing write(sock, buf, len) != len, with atomicio() calls.
6185    - [auth-skey.c]
6186      fd leak
6187    - [authfile.c]
6188      properly name fd variable
6189    - [channels.c]
6190      display great hatred towards strcpy
6191    - [pty.c pty.h sshd.c]
6192      use openpty() if it exists (it does on BSD4_4)
6193    - [tildexpand.c]
6194      check for ~ expansion past MAXPATHLEN
6195  - Modified helper.c to use new atomicio function.
6196  - Reformat Makefile a little
6197  - Moved RC4 routines from rc4.[ch] into helper.c
6198  - Added autoconf code to detect /dev/ptmx (Solaris) and /dev/ptc (AIX)
6199  - Updated SuSE spec from Chris Saia <csaia@wtower.com>
6200  - Tweaked Redhat spec
6201  - Clean up bad imports of a few files (forgot -kb)
6202  - Released 1.2pre16
6203
6204 19991204
6205  - Small cleanup of PAM code in sshd.c
6206  - Merged OpenBSD CVS changes:
6207    - [auth-krb4.c auth-passwd.c auth-skey.c ssh.h]
6208      move skey-auth from auth-passwd.c to auth-skey.c, same for krb4
6209    - [auth-rsa.c]
6210      warn only about mismatch if key is _used_
6211      warn about keysize-mismatch with log() not error()
6212      channels.c readconf.c readconf.h ssh.c ssh.h sshconnect.c
6213      ports are u_short
6214    - [hostfile.c]
6215      indent, shorter warning
6216    - [nchan.c]
6217      use error() for internal errors
6218    - [packet.c]
6219      set loglevel for SSH_MSG_DISCONNECT to log(), not fatal()
6220      serverloop.c
6221      indent
6222    - [ssh-add.1 ssh-add.c ssh.h]
6223      document $SSH_ASKPASS, reasonable default
6224    - [ssh.1]
6225      CheckHostIP is not available for connects via proxy command
6226    - [sshconnect.c]
6227      typo
6228      easier to read client code for passwd and skey auth
6229      turn of checkhostip for proxy connects, since we don't know the remote ip
6230
6231 19991126
6232  - Add definition for __P()
6233  - Added [v]snprintf() replacement for systems that lack it
6234
6235 19991125
6236  - More reformatting merged from OpenBSD CVS
6237  - Merged OpenBSD CVS changes:
6238    - [channels.c]
6239      fix packet_integrity_check() for !have_hostname_in_open.
6240      report from mrwizard@psu.edu via djm@ibs.com.au
6241    - [channels.c]
6242      set SO_REUSEADDR and SO_LINGER for forwarded ports.
6243      chip@valinux.com via damien@ibs.com.au
6244    - [nchan.c]
6245      it's not an error() if shutdown_write failes in nchan.
6246    - [readconf.c]
6247      remove dead #ifdef-0-code
6248    - [readconf.c servconf.c]
6249      strcasecmp instead of tolower
6250    - [scp.c]
6251      progress meter overflow fix from damien@ibs.com.au
6252    - [ssh-add.1 ssh-add.c]
6253      SSH_ASKPASS support
6254    - [ssh.1 ssh.c]
6255      postpone fork_after_authentication until command execution,
6256      request/patch from jahakala@cc.jyu.fi via damien@ibs.com.au
6257      plus: use daemon() for backgrounding
6258  - Added BSD compatible install program and autoconf test, thanks to
6259    Niels Kristian Bech Jensen <nkbj@image.dk>
6260  - Solaris fixing, thanks to Ben Taylor <bent@clark.net>
6261  - Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com>
6262  - Release 1.2pre15
6263
6264 19991124
6265  - Merged very large OpenBSD source code reformat
6266  - OpenBSD CVS updates
6267    - [channels.c cipher.c compat.c log-client.c scp.c serverloop.c]
6268      [ssh.h sshd.8 sshd.c]
6269      syslog changes:
6270      * Unified Logmessage for all auth-types, for success and for failed
6271      * Standard connections get only ONE line in the LOG when level==LOG:
6272        Auth-attempts are logged only, if authentication is:
6273           a) successfull or
6274           b) with passwd or
6275           c) we had more than AUTH_FAIL_LOG failues
6276      * many log() became verbose()
6277      * old behaviour with level=VERBOSE
6278    - [readconf.c readconf.h ssh.1 ssh.h sshconnect.c sshd.c]
6279      tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE
6280      messages. allows use of s/key in windows (ttssh, securecrt) and
6281      ssh-1.2.27 clients without 'ssh -v', ok: niels@
6282    - [sshd.8]
6283      -V, for fallback to openssh in SSH2 compatibility mode
6284    - [sshd.c]
6285      fix sigchld race; cjc5@po.cwru.edu
6286
6287 19991123
6288  - Added SuSE package files from Chris Saia <csaia@wtower.com>
6289  - Restructured package-related files under packages/*
6290  - Added generic PAM config
6291  - Numerous little Solaris fixes
6292  - Add recommendation to use GNU make to INSTALL document
6293
6294 19991122
6295  - Make <enter> close gnome-ssh-askpass (Debian bug #50299)
6296  - OpenBSD CVS Changes
6297    - [ssh-keygen.c]
6298      don't create ~/.ssh only if the user wants to store the private
6299      key there. show fingerprint instead of public-key after
6300      keygeneration. ok niels@
6301  - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.h
6302  - Added timersub() macro
6303  - Tidy RCSIDs of bsd-*.c
6304  - Added autoconf test and macro to deal with old PAM libraries
6305    pam_strerror definition (one arg vs two).
6306  - Fix EGD problems (Thanks to Ben Taylor <bent@clark.net>)
6307  - Retry /dev/urandom reads interrupted by signal (report from
6308    Robert Hardy <rhardy@webcon.net>)
6309  - Added a setenv replacement for systems which lack it
6310  - Only display public key comment when presenting ssh-askpass dialog
6311  - Released 1.2pre14
6312
6313  - Configure, Make and changelog corrections from Tudor Bosman
6314    <tudorb@jm.nu> and Niels Kristian Bech Jensen <nkbj@image.dk>
6315
6316 19991121
6317  - OpenBSD CVS Changes:
6318    - [channels.c]
6319      make this compile, bad markus
6320    - [log.c readconf.c servconf.c ssh.h]
6321      bugfix: loglevels are per host in clientconfig,
6322      factor out common log-level parsing code.
6323    - [servconf.c]
6324      remove unused index (-Wall)
6325    - [ssh-agent.c]
6326      only one 'extern char *__progname'
6327    - [sshd.8]
6328      document SIGHUP, -Q to synopsis
6329    - [sshconnect.c serverloop.c sshd.c packet.c packet.h]
6330      [channels.c clientloop.c]
6331      SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@
6332      [hope this time my ISP stays alive during commit]
6333    - [OVERVIEW README] typos; green@freebsd
6334    - [ssh-keygen.c]
6335      replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me)
6336      exit if writing the key fails (no infinit loop)
6337      print usage() everytime we get bad options
6338    - [ssh-keygen.c] overflow, djm@mindrot.org
6339    - [sshd.c] fix sigchld race; cjc5@po.cwru.edu
6340
6341 19991120
6342  - Merged more Solaris support from Marc G. Fournier
6343    <marc.fournier@acadiau.ca>
6344  - Wrote autoconf tests for integer bit-types
6345  - Fixed enabling kerberos support
6346  - Fix segfault in ssh-keygen caused by buffer overrun in filename
6347    handling.
6348
6349 19991119
6350  - Merged PAM buffer overrun patch from Chip Salzenberg <chip@valinux.com>
6351  - Merged OpenBSD CVS changes
6352    - [auth-rhosts.c auth-rsa.c ssh-agent.c sshconnect.c sshd.c]
6353      more %d vs. %s in fmt-strings
6354    - [authfd.c]
6355      Integers should not be printed with %s
6356  - EGD uses a socket, not a named pipe. Duh.
6357  - Fix includes in fingerprint.c
6358  - Fix scp progress bar bug again.
6359  - Move ssh-askpass from ${libdir}/ssh to ${libexecdir}/ssh at request of
6360    David Rankin <drankin@bohemians.lexington.ky.us>
6361  - Added autoconf option to enable Kerberos 4 support (untested)
6362  - Added autoconf option to enable AFS support (untested)
6363  - Added autoconf option to enable S/Key support (untested)
6364  - Added autoconf option to enable TCP wrappers support (compiles OK)
6365  - Renamed BSD helper function files to bsd-*
6366  - Added tests for login and daemon and enable OpenBSD replacements for
6367    when they are absent.
6368  - Added non-PAM MD5 password support patch from Tudor Bosman <tudorb@jm.nu>
6369
6370 19991118
6371  - Merged OpenBSD CVS changes
6372    - [scp.c] foregroundproc() in scp
6373    - [sshconnect.h] include fingerprint.h
6374    - [sshd.c] bugfix: the log() for passwd-auth escaped during logging
6375      changes.
6376    - [ssh.1] Spell my name right.
6377  - Added openssh.com info to README
6378
6379 19991117
6380  - Merged OpenBSD CVS changes
6381    - [ChangeLog.Ylonen] noone needs this anymore
6382    - [authfd.c] close-on-exec for auth-socket, ok deraadt
6383    - [hostfile.c]
6384      in known_hosts key lookup the entry for the bits does not need
6385      to match, all the information is contained in n and e. This
6386      solves the problem with buggy servers announcing the wrong
6387      modulus length.  markus and me.
6388    - [serverloop.c]
6389      bugfix: check for space if child has terminated, from:
6390      iedowse@maths.tcd.ie
6391    - [ssh-add.1 ssh-add.c ssh-keygen.1 ssh-keygen.c sshconnect.c]
6392      [fingerprint.c fingerprint.h]
6393      rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>
6394    - [ssh-agent.1] typo
6395    - [ssh.1] add OpenSSH information to AUTHOR section. okay markus@
6396    - [sshd.c]
6397      force logging to stderr while loading private key file
6398      (lost while converting to new log-levels)
6399
6400 19991116
6401  - Fix some Linux libc5 problems reported by Miles Wilson <mw@mctitle.com>
6402  - Merged OpenBSD CVS changes:
6403    - [auth-rh-rsa.c auth-rsa.c authfd.c authfd.h hostfile.c mpaux.c]
6404      [mpaux.h ssh-add.c ssh-agent.c ssh.h ssh.c sshd.c]
6405      the keysize of rsa-parameter 'n' is passed implizit,
6406      a few more checks and warnings about 'pretended' keysizes.
6407    - [cipher.c cipher.h packet.c packet.h sshd.c]
6408      remove support for cipher RC4
6409    - [ssh.c]
6410      a note for legay systems about secuity issues with permanently_set_uid(),
6411      the private hostkey and ptrace()
6412    - [sshconnect.c]
6413      more detailed messages about adding and checking hostkeys
6414
6415 19991115
6416  - Merged OpenBSD CVS changes:
6417    - [ssh-add.c] change passphrase loop logic and remove ref to
6418      $DISPLAY, ok niels
6419  - Changed to ssh-add.c broke askpass support. Revised it to be a little more
6420    modular.
6421  - Revised autoconf support for enabling/disabling askpass support.
6422  - Merged more OpenBSD CVS changes:
6423    [auth-krb4.c]
6424      - disconnect if getpeername() fails
6425      - missing xfree(*client)
6426    [canohost.c]
6427      - disconnect if getpeername() fails
6428      - fix comment: we _do_ disconnect if ip-options are set
6429    [sshd.c]
6430      - disconnect if getpeername() fails
6431      - move checking of remote port to central place
6432    [auth-rhosts.c] move checking of remote port to central place
6433    [log-server.c] avoid extra fd per sshd, from millert@
6434    [readconf.c] print _all_ bad config-options in ssh(1), too
6435    [readconf.h] print _all_ bad config-options in ssh(1), too
6436    [ssh.c] print _all_ bad config-options in ssh(1), too
6437    [sshconnect.c] disconnect if getpeername() fails
6438  - OpenBSD's changes to sshd.c broke the PAM stuff, re-merged it.
6439  - Various small cleanups to bring diff (against OpenBSD) size down.
6440  - Merged more Solaris compability from Marc G. Fournier
6441    <marc.fournier@acadiau.ca>
6442  - Wrote autoconf tests for __progname symbol
6443  - RPM spec file fixes from Jim Knoble <jmknoble@jmknoble.cx>
6444  - Released 1.2pre12
6445
6446  - Another OpenBSD CVS update:
6447    - [ssh-keygen.1] fix .Xr
6448
6449 19991114
6450  - Solaris compilation fixes (still imcomplete)
6451
6452 19991113
6453  - Build patch from Niels Kristian Bech Jensen <nkbj@image.dk>
6454    - Don't install config files if they already exist
6455    - Fix inclusion of additional preprocessor directives from acconfig.h
6456  - Removed redundant inclusions of config.h
6457  - Added 'Obsoletes' lines to RPM spec file
6458  - Merged OpenBSD CVS changes:
6459    - [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels
6460    - [scp.c] fix overflow reported by damien@ibs.com.au: off_t
6461      totalsize, ok niels,aaron
6462  - Delay fork (-f option) in ssh until after port forwarded connections
6463    have been initialised. Patch from Jani Hakala <jahakala@cc.jyu.fi>
6464  - Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de>
6465  - Added ifdefs to auth-passwd.c to exclude it when PAM is enabled
6466  - Tidied default config file some more
6467  - Revised Redhat initscript to fix bug: sshd (re)start would fail
6468    if executed from inside a ssh login.
6469
6470 19991112
6471  - Merged changes from OpenBSD CVS
6472    - [sshd.c] session_key_int may be zero
6473    - [auth-rh-rsa.c servconf.c servconf.h ssh.h sshd.8 sshd.c sshd_config]
6474      IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok
6475      deraadt,millert
6476  - Brought default sshd_config more in line with OpenBSD's
6477  - Grab server in gnome-ssh-askpass (Debian bug #49872)
6478  - Released 1.2pre10
6479
6480  - Added INSTALL documentation
6481  - Merged yet more changes from OpenBSD CVS
6482    - [auth-rh-rsa.c auth-rhosts.c auth-rsa.c channels.c clientloop.c]
6483      [ssh.c ssh.h sshconnect.c sshd.c]
6484      make all access to options via 'extern Options options'
6485      and 'extern ServerOptions options' respectively;
6486      options are no longer passed as arguments:
6487       * make options handling more consistent
6488       * remove #include "readconf.h" from ssh.h
6489       * readconf.h is only included if necessary
6490    - [mpaux.c] clear temp buffer
6491    - [servconf.c] print _all_ bad options found in configfile
6492  - Make ssh-askpass support optional through autoconf
6493  - Fix nasty division-by-zero error in scp.c
6494  - Released 1.2pre11
6495
6496 19991111
6497  - Added (untested) Entropy Gathering Daemon (EGD) support
6498  - Fixed /dev/urandom fd leak (Debian bug #49722)
6499  - Merged OpenBSD CVS changes:
6500    - [auth-rh-rsa.c] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
6501    - [ssh.1] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
6502    - [sshd.8] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
6503  - Fix integer overflow which was messing up scp's progress bar for large
6504    file transfers. Fix submitted to OpenBSD developers. Report and fix
6505    from Kees Cook <cook@cpoint.net>
6506  - Merged more OpenBSD CVS changes:
6507    - [auth-krb4.c auth-passwd.c] remove x11- and krb-cleanup from fatal()
6508      + krb-cleanup cleanup
6509    - [clientloop.c log-client.c log-server.c ]
6510      [readconf.c readconf.h servconf.c servconf.h ]
6511      [ssh.1 ssh.c ssh.h sshd.8]
6512      add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,
6513      obsoletes QuietMode and FascistLogging in sshd.
6514    - [sshd.c] fix fatal/assert() bug reported by damien@ibs.com.au:
6515      allow session_key_int != sizeof(session_key)
6516      [this should fix the pre-assert-removal-core-files]
6517  - Updated default config file to use new LogLevel option and to improve
6518    readability
6519
6520 19991110
6521  - Merged several minor fixes:
6522    - ssh-agent commandline parsing
6523    - RPM spec file now installs ssh setuid root
6524    - Makefile creates libdir
6525    - Merged beginnings of Solaris compability from Marc G. Fournier
6526      <marc.fournier@acadiau.ca>
6527
6528 19991109
6529  - Autodetection of SSL/Crypto library location via autoconf
6530  - Fixed location of ssh-askpass to follow autoconf
6531  - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
6532  - Autodetection of RSAref library for US users
6533  - Minor doc updates
6534  - Merged OpenBSD CVS changes:
6535    - [rsa.c] bugfix: use correct size for memset()
6536    - [sshconnect.c] warn if announced size of modulus 'n' != real size
6537  - Added GNOME passphrase requestor (use --with-gnome-askpass)
6538  - RPM build now creates subpackages
6539  - Released 1.2pre9
6540
6541 19991108
6542  - Removed debian/ directory. This is now being maintained separately.
6543  - Added symlinks for slogin in RPM spec file
6544  - Fixed permissions on manpages in RPM spec file
6545  - Added references to required libraries in README file
6546  - Removed config.h.in from CVS
6547  - Removed pwdb support (better pluggable auth is provided by glibc)
6548  - Made PAM and requisite libdl optional
6549  - Removed lots of unnecessary checks from autoconf
6550  - Added support and autoconf test for openpty() function (Unix98 pty support)
6551  - Fix for scp not finding ssh if not installed as /usr/bin/ssh
6552  - Added TODO file
6553  - Merged parts of Debian patch From Phil Hands <phil@hands.com>:
6554    - Added ssh-askpass program
6555    - Added ssh-askpass support to ssh-add.c
6556    - Create symlinks for slogin on install
6557    - Fix "distclean" target in makefile
6558    - Added example for ssh-agent to manpage
6559    - Added support for PAM_TEXT_INFO messages
6560    - Disable internal /etc/nologin support if PAM enabled
6561  - Merged latest OpenBSD CVS changes:
6562    - [all] replace assert() with error, fatal or packet_disconnect
6563    - [sshd.c] don't send fail-msg but disconnect if too many authentication
6564      failures
6565    - [sshd.c] remove unused argument. ok dugsong
6566    - [sshd.c] typo
6567    - [rsa.c] clear buffers used for encryption. ok: niels
6568    - [rsa.c] replace assert() with error, fatal or packet_disconnect
6569    - [auth-krb4.c] remove unused argument. ok dugsong
6570  - Fixed coredump after merge of OpenBSD rsa.c patch
6571  - Released 1.2pre8
6572
6573 19991102
6574  - Merged change from OpenBSD CVS
6575   - One-line cleanup in sshd.c
6576
6577 19991030
6578  - Integrated debian package support from Dan Brosemer <odin@linuxfreak.com>
6579  - Merged latest updates for OpenBSD CVS:
6580    - channels.[ch] - remove broken x11 fix and document istate/ostate
6581    - ssh-agent.c - call setsid() regardless of argv[]
6582    - ssh.c - save a few lines when disabling rhosts-{rsa-}auth
6583  - Documentation cleanups
6584  - Renamed README -> README.Ylonen
6585  - Renamed README.openssh ->README
6586
6587 19991029
6588  - Renamed openssh* back to ssh* at request of Theo de Raadt
6589  - Incorporated latest changes from OpenBSD's CVS
6590  - Integrated Makefile patch from  Niels Kristian Bech Jensen <nkbj@image.dk>
6591  - Integrated PAM env patch from Nalin Dahyabhai <nalin.dahyabhai@pobox.com>
6592  - Make distclean now removed configure script
6593  - Improved PAM logging
6594  - Added some debug() calls for PAM
6595  - Removed redundant subdirectories
6596  - Integrated part of a patch from Dan Brosemer <odin@linuxfreak.com> for
6597    building on Debian.
6598  - Fixed off-by-one error in PAM env patch
6599  - Released 1.2pre6
6600
6601 19991028
6602  - Further PAM enhancements.
6603    - Much cleaner
6604    - Now uses account and session modules for all logins.
6605  - Integrated patch from Dan Brosemer <odin@linuxfreak.com>
6606    - Build fixes
6607    - Autoconf
6608    - Change binary names to open*
6609  - Fixed autoconf script to detect PAM on RH6.1
6610  - Added tests for libpwdb, and OpenBSD functions to autoconf
6611  - Released 1.2pre4
6612
6613  - Imported latest OpenBSD CVS code
6614  - Updated README.openssh
6615  - Released 1.2pre5
6616
6617 19991027
6618  - Adapted PAM patch.
6619  - Released 1.0pre2
6620
6621  - Excised my buggy replacements for strlcpy and mkdtemp
6622  - Imported correct OpenBSD strlcpy and mkdtemp routines.
6623  - Reduced arc4random_stir entropy read to 32 bytes (256 bits)
6624  - Picked up correct version number from OpenBSD
6625  - Added sshd.pam PAM configuration file
6626  - Added sshd.init Redhat init script
6627  - Added openssh.spec RPM spec file
6628  - Released 1.2pre3
6629
6630 19991026
6631  - Fixed include paths of OpenSSL functions
6632  - Use OpenSSL MD5 routines
6633  - Imported RC4 code from nanocrypt
6634  - Wrote replacements for OpenBSD arc4random* functions
6635  - Wrote replacements for strlcpy and mkdtemp
6636  - Released 1.0pre1
6637
6638 $Id$
This page took 1.707414 seconds and 3 git commands to generate.