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