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