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