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