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