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