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