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