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