]> andersk Git - openssh.git/blob - ChangeLog
- OpenBSD CVS Sync
[openssh.git] / ChangeLog
1 20010313
2  - OpenBSD CVS Sync
3    - markus@cvs.openbsd.org 2001/03/12 22:02:02
4      [key.c key.h ssh-add.c ssh-keygen.c sshconnect.c sshconnect2.c]
5      remove old key_fingerprint interface, s/_ex//
6
7 20010312
8  - OpenBSD CVS Sync
9    - markus@cvs.openbsd.org 2001/03/11 13:25:36
10      [auth2.c key.c]
11      debug
12    - jakob@cvs.openbsd.org 2001/03/11 15:03:16
13      [key.c key.h]
14      add improved fingerprint functions. based on work by Carsten
15      Raskgaard <cara@int.tele.dk> and modified by me. ok markus@.
16    - jakob@cvs.openbsd.org 2001/03/11 15:04:16
17      [ssh-keygen.1 ssh-keygen.c]
18      print both md5, sha1 and bubblebabble fingerprints when using
19      ssh-keygen -l -v. ok markus@.
20    - jakob@cvs.openbsd.org 2001/03/11 15:13:09
21      [key.c]
22      cleanup & shorten some var names key_fingerprint_bubblebabble.
23    - deraadt@cvs.openbsd.org 2001/03/11 16:39:03
24      [ssh-keygen.c]
25      KNF, and SHA1 binary output is just creeping featurism
26  - tim@mindrot.org 2001/03/11 17:29:32 [configure.in]
27    test if snprintf() supports %ll
28    add /dev to search path for PRNGD/EGD socket
29    fix my mistake in USER_PATH test program
30  - OpenBSD CVS Sync
31    - markus@cvs.openbsd.org 2001/03/11 18:29:51
32      [key.c]
33      style+cleanup
34    - markus@cvs.openbsd.org 2001/03/11 22:33:24
35      [ssh-keygen.1 ssh-keygen.c]
36      remove -v again. use -B instead for bubblebabble. make -B consistent
37      with -l and make -B work with /path/to/known_hosts. ok deraadt@
38  - (djm) Bump portable version number for generating test RPMs
39  - (djm) Add "static_openssl" RPM build option, remove rsh build dependency
40  - (bal) Reorder includes in Makefile. 
41
42 20010311
43  - OpenBSD CVS Sync
44    - markus@cvs.openbsd.org 2001/03/10 12:48:27
45      [sshconnect2.c]
46      ignore nonexisting private keys; report rjmooney@mediaone.net
47    - deraadt@cvs.openbsd.org 2001/03/10 12:53:51
48      [readconf.c ssh_config]
49      default to SSH2, now that m68k runs fast
50    - stevesk@cvs.openbsd.org 2001/03/10 15:02:05
51      [ttymodes.c ttymodes.h]
52      remove unused sgtty macros; ok markus@
53    - deraadt@cvs.openbsd.org 2001/03/10 15:31:00
54      [compat.c compat.h sshconnect.c]
55      all known netscreen ssh versions, and older versions of OSU ssh cannot
56      handle password padding (newer OSU is fixed)
57  - tim@mindrot.org 2001/03/10 16:33:42 [configure.in Makefile.in sshd_config]
58    make sure $bindir is in USER_PATH so scp will work
59  - OpenBSD CVS Sync
60    - markus@cvs.openbsd.org 2001/03/10 17:51:04
61      [kex.c match.c match.h readconf.c readconf.h sshconnect2.c]
62      add PreferredAuthentications
63
64 20010310
65  - OpenBSD CVS Sync
66    - deraadt@cvs.openbsd.org 2001/03/09 03:14:39
67      [ssh-keygen.c]
68      create *.pub files with umask 0644, so that you can mv them to 
69      authorized_keys
70    - deraadt@cvs.openbsd.org 2001/03/09 12:30:29
71      [sshd.c]
72      typo; slade@shore.net
73  - Removed log.o from sftp client.  Not needed.
74
75 20010309
76  - OpenBSD CVS Sync
77    - stevesk@cvs.openbsd.org 2001/03/08 18:47:12
78      [auth1.c]
79      unused; ok markus@
80    - stevesk@cvs.openbsd.org 2001/03/08 20:44:48
81      [sftp.1]
82      spelling, cleanup; ok deraadt@
83    - markus@cvs.openbsd.org 2001/03/08 21:42:33
84      [compat.c compat.h readconf.h ssh.c sshconnect1.c sshconnect2.c]
85      implement client side of SSH2_MSG_USERAUTH_PK_OK (test public key ->
86      no need to do enter passphrase or do expensive sign operations if the
87      server does not accept key).
88
89 20010308
90  - OpenBSD CVS Sync
91    - djm@cvs.openbsd.org 2001/03/07 10:11:23
92      [sftp-client.c sftp-client.h sftp-int.c sftp-server.c sftp.1 sftp.c sftp.h]
93      Support for new draft (draft-ietf-secsh-filexfer-01). New symlink handling
94      functions and small protocol change.
95    - markus@cvs.openbsd.org 2001/03/08 00:15:48
96      [readconf.c ssh.1]
97      turn off useprivilegedports by default. only rhost-auth needs
98      this. older sshd's may need this, too.
99  - (stevesk) Reliant Unix (SNI) needs HAVE_BOGUS_SYS_QUEUE_H;
100    Dirk Markwardt <D.Markwardt@tu-bs.de>
101
102 20010307
103  - (bal) OpenBSD CVS Sync
104    - deraadt@cvs.openbsd.org 2001/03/06 06:11:18
105      [ssh-keyscan.c]
106      appease gcc
107    - deraadt@cvs.openbsd.org 2001/03/06 06:11:44
108      [sftp-int.c sftp.1 sftp.c]
109      sftp -b batchfile; mouring@etoh.eviladmin.org
110    - deraadt@cvs.openbsd.org 2001/03/06 15:10:42
111      [sftp.1]
112      order things
113    - deraadt@cvs.openbsd.org 2001/03/07 01:19:06
114      [ssh.1 sshd.8]
115      the name "secure shell" is boring, noone ever uses it
116    - deraadt@cvs.openbsd.org 2001/03/07 04:05:58
117      [ssh.1]
118      removed dated comment
119  - Cygwin contrib improvements from Corinna Vinschen <vinschen@redhat.com>
120
121 20010306
122  - (bal) OpenBSD CVS Sync
123    - deraadt@cvs.openbsd.org 2001/03/05 14:28:47
124      [sshd.8]
125      alpha order; jcs@rt.fm
126    - stevesk@cvs.openbsd.org 2001/03/05 15:44:51
127      [servconf.c]
128      sync error message; ok markus@
129    - deraadt@cvs.openbsd.org 2001/03/05 15:56:16
130      [myproposal.h ssh.1]
131      switch to aes128-cbc/hmac-md5 by default in SSH2 -- faster;
132      provos & markus ok
133    - deraadt@cvs.openbsd.org 2001/03/05 16:07:15
134      [sshd.8]
135      detail default hmac setup too
136    - markus@cvs.openbsd.org 2001/03/05 17:17:21
137      [kex.c kex.h sshconnect2.c sshd.c]
138      generate a 2*need size (~300 instead of 1024/2048) random private
139      exponent during the DH key agreement. according to Niels (the great
140      german advisor) this is safe since /etc/primes contains strong
141      primes only.
142
143      References:
144              P. C. van Oorschot and M. J. Wiener, On Diffie-Hellman key
145              agreement with short exponents, In Advances in Cryptology
146              - EUROCRYPT'96, LNCS 1070, Springer-Verlag, 1996, pp.332-343.
147    - stevesk@cvs.openbsd.org 2001/03/05 17:40:48
148      [ssh.1]
149      more ssh_known_hosts2 documentation; ok markus@
150    - stevesk@cvs.openbsd.org 2001/03/05 17:58:22
151      [dh.c]
152      spelling
153    - deraadt@cvs.openbsd.org 2001/03/06 00:33:04
154      [authfd.c cli.c ssh-agent.c]
155      EINTR/EAGAIN handling is required in more cases
156    - millert@cvs.openbsd.org 2001/03/06 01:06:03
157      [ssh-keyscan.c]
158      Don't assume we wil get the version string all in one read().
159      deraadt@ OK'd
160    - millert@cvs.openbsd.org 2001/03/06 01:08:27
161      [clientloop.c]
162      If read() fails with EINTR deal with it the same way we treat EAGAIN
163
164 20010305
165  - (bal) CVS ID touch up on sshpty.[ch] and sshlogin.[ch]
166  - (bal) CVS ID touch up on sftp-int.c 
167  - (bal) CVS ID touch up on uuencode.c
168  - (bal) CVS ID touch up on auth2.c, serverloop.c, session.c & sshd.c
169  - (bal) OpenBSD CVS Sync
170    - deraadt@cvs.openbsd.org 2001/02/17 23:48:48
171      [sshd.8]
172      it's the OpenSSH one
173    - deraadt@cvs.openbsd.org 2001/02/21 07:37:04
174      [ssh-keyscan.c]
175      inline -> __inline__, and some indent
176    - deraadt@cvs.openbsd.org 2001/02/21 09:05:54
177      [authfile.c]
178      improve fd handling
179    - deraadt@cvs.openbsd.org 2001/02/21 09:12:56
180      [sftp-server.c]
181      careful with & and &&; markus ok
182    - stevesk@cvs.openbsd.org 2001/02/21 21:14:04
183      [ssh.c]
184      -i supports DSA identities now; ok markus@
185    - deraadt@cvs.openbsd.org 2001/02/22 04:29:37
186      [servconf.c]
187      grammar; slade@shore.net
188    - deraadt@cvs.openbsd.org 2001/02/22 06:43:55
189      [ssh-keygen.1 ssh-keygen.c]
190      document -d, and -t defaults to rsa1
191    - deraadt@cvs.openbsd.org 2001/02/22 08:03:51
192      [ssh-keygen.1 ssh-keygen.c]
193      bye bye -d
194    - deraadt@cvs.openbsd.org 2001/02/22 18:09:06
195      [sshd_config]
196      activate RSA 2 key
197    - markus@cvs.openbsd.org 2001/02/22 21:57:27
198      [ssh.1 sshd.8]
199      typos/grammar from matt@anzen.com
200    - markus@cvs.openbsd.org 2001/02/22 21:59:44
201      [auth.c auth.h auth1.c auth2.c misc.c misc.h ssh.c]
202      use pwcopy in ssh.c, too
203    - markus@cvs.openbsd.org 2001/02/23 15:34:53
204      [serverloop.c]
205      debug2->3
206    - markus@cvs.openbsd.org 2001/02/23 18:15:13
207      [sshd.c]
208      the random session key depends now on the session_key_int
209      sent by the 'attacker'
210              dig1 = md5(cookie|session_key_int);
211              dig2 = md5(dig1|cookie|session_key_int);
212              fake_session_key = dig1|dig2;
213      this change is caused by a mail from anakin@pobox.com
214      patch based on discussions with my german advisor niels@openbsd.org
215    - deraadt@cvs.openbsd.org 2001/02/24 10:37:55
216      [readconf.c]
217      look for id_rsa by default, before id_dsa
218    - deraadt@cvs.openbsd.org 2001/02/24 10:37:26
219      [sshd_config]
220      ssh2 rsa key before dsa key
221    - markus@cvs.openbsd.org 2001/02/27 10:35:27
222      [packet.c]
223      fix random padding
224    - markus@cvs.openbsd.org 2001/02/27 11:00:11
225      [compat.c]
226      support SSH-2.0-2.1 ; from Christophe_Moret@hp.com
227    - deraadt@cvs.openbsd.org 2001/02/28 05:34:28
228      [misc.c]
229      pull in protos
230    - deraadt@cvs.openbsd.org 2001/02/28 05:36:28
231      [sftp.c]
232      do not kill the subprocess on termination (we will see if this helps
233      things or hurts things)
234    - markus@cvs.openbsd.org 2001/02/28 08:45:39
235      [clientloop.c]
236      fix byte counts for ssh protocol v1
237    - markus@cvs.openbsd.org 2001/02/28 08:54:55
238      [channels.c nchan.c nchan.h]
239      make sure remote stderr does not get truncated.
240      remove closed fd's from the select mask.
241    - markus@cvs.openbsd.org 2001/02/28 09:57:07
242      [packet.c packet.h sshconnect2.c]
243      in ssh protocol v2 use ignore messages for padding (instead of
244      trailing \0).
245    - markus@cvs.openbsd.org 2001/02/28 12:55:07
246      [channels.c]
247      unify debug messages
248    - deraadt@cvs.openbsd.org 2001/02/28 17:52:54
249      [misc.c]
250      for completeness, copy pw_gecos too
251    - markus@cvs.openbsd.org 2001/02/28 21:21:41
252      [sshd.c]
253      generate a fake session id, too
254    - markus@cvs.openbsd.org 2001/02/28 21:27:48
255      [channels.c packet.c packet.h serverloop.c]
256      use ignore message to simulate a SSH2_MSG_CHANNEL_DATA message
257      use random content in ignore messages.
258    - markus@cvs.openbsd.org 2001/02/28 21:31:32
259      [channels.c]
260      typo
261    - deraadt@cvs.openbsd.org 2001/03/01 02:11:25
262      [authfd.c]
263      split line so that p will have an easier time next time around
264    - deraadt@cvs.openbsd.org 2001/03/01 02:29:04
265      [ssh.c]
266      shorten usage by a line
267    - deraadt@cvs.openbsd.org 2001/03/01 02:45:10
268      [auth-rsa.c auth2.c deattack.c packet.c]
269      KNF
270    - deraadt@cvs.openbsd.org 2001/03/01 03:38:33
271      [cli.c cli.h rijndael.h ssh-keyscan.1]
272      copyright notices on all source files
273    - markus@cvs.openbsd.org 2001/03/01 22:46:37
274      [ssh.c]
275      don't truncate remote ssh-2 commands; from mkubita@securities.cz
276      use min, not max for logging, fixes overflow.
277    - deraadt@cvs.openbsd.org 2001/03/02 06:21:01
278      [sshd.8]
279      explain SIGHUP better
280    - deraadt@cvs.openbsd.org 2001/03/02 09:42:49
281      [sshd.8]
282      doc the dsa/rsa key pair files
283    - deraadt@cvs.openbsd.org 2001/03/02 18:54:31
284      [atomicio.c atomicio.h auth-chall.c auth.c auth2-chall.c crc32.h
285       scp.c serverloop.c session.c sftp-server.8 sftp.1 ssh-add.1 ssh-add.c
286       ssh-agent.1 ssh-agent.c ssh-keygen.1 ssh.1 sshd.8]
287      make copyright lines the same format
288    - deraadt@cvs.openbsd.org 2001/03/03 06:53:12
289      [ssh-keyscan.c]
290      standard theo sweep
291    - millert@cvs.openbsd.org 2001/03/03 21:19:41
292      [ssh-keyscan.c]
293      Dynamically allocate read_wait and its copies.  Since maxfd is
294      based on resource limits it is often (usually?) larger than FD_SETSIZE.
295    - millert@cvs.openbsd.org 2001/03/03 21:40:30
296      [sftp-server.c]
297      Dynamically allocate fd_set; deraadt@ OK
298    - millert@cvs.openbsd.org 2001/03/03 21:41:07
299      [packet.c]
300      Dynamically allocate fd_set; deraadt@ OK
301    - deraadt@cvs.openbsd.org 2001/03/03 22:07:50
302      [sftp-server.c]
303      KNF
304    - markus@cvs.openbsd.org 2001/03/03 23:52:22
305      [sftp.c]
306      clean up arg processing. based on work by Christophe_Moret@hp.com
307    - markus@cvs.openbsd.org 2001/03/03 23:59:34
308      [log.c ssh.c]
309      log*.c -> log.c
310    - markus@cvs.openbsd.org 2001/03/04 00:03:59
311      [channels.c]
312      debug1->2
313    - stevesk@cvs.openbsd.org 2001/03/04 10:57:53
314      [ssh.c]
315      add -m to usage; ok markus@
316    - stevesk@cvs.openbsd.org 2001/03/04 11:04:41
317      [sshd.8]
318      small cleanup and clarify for PermitRootLogin; ok markus@
319    - stevesk@cvs.openbsd.org 2001/03/04 11:16:06
320      [servconf.c sshd.8]
321      kill obsolete RandomSeed; ok markus@ deraadt@
322    - stevesk@cvs.openbsd.org 2001/03/04 12:54:04
323      [sshd.8]
324      spelling
325    - millert@cvs.openbsd.org 2001/03/04 17:42:28
326      [authfd.c channels.c dh.c log.c readconf.c servconf.c sftp-int.c
327       ssh.c sshconnect.c sshd.c]
328      log functions should not be passed strings that end in newline as they
329      get passed on to syslog() and when logging to stderr, do_log() appends
330      its own newline.
331    - deraadt@cvs.openbsd.org 2001/03/04 18:21:28
332      [sshd.8]
333      list SSH2 ciphers
334  - (bal) Put HAVE_PW_CLASS_IN_PASSWD back into pwcopy()
335  - (bal) Fix up logging since it changed.  removed log-*.c
336  - (djm) Fix up LOG_AUTHPRIV for systems that have it
337  - (stevesk) OpenBSD sync:
338    - deraadt@cvs.openbsd.org 2001/03/05 08:37:27
339      [ssh-keyscan.c]
340      skip inlining, why bother
341  - (stevesk) sftp.c: handle __progname
342
343 20010304
344  - (bal) Remove make-ssh-known-hosts.1 since it's no longer valid.
345  - (bal) Updated contrib/README to remove 'make-ssh-known-hosts' and
346    give Mark Roth credit for mdoc2man.pl
347
348 20010303
349  - (djm) Remove make-ssh-known-hosts.pl, ssh-keyscan is better.
350  - (djm) Document PAM ChallengeResponseAuthentication in sshd.8
351  - (djm) Disable and comment ChallengeResponseAuthentication in sshd_config
352  - (djm) Allow PRNGd entropy collection from localhost TCP socket. Replace
353    "--with-egd-pool" configure option with "--with-prngd-socket" and 
354    "--with-prngd-port" options. Debugged and improved by Lutz Jaenicke
355    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
356
357 20010301
358  - (djm) Properly add -lcrypt if needed. 
359  - (djm) Force standard PAM conversation function in a few more places.
360    Patch from Redhat 2.5.1p1-2 RPM, probably Nalin Dahyabhai 
361    <nalin@redhat.com>
362  - (djm) Cygwin needs pw->pw_gecos copied too. Patch from Corinna Vinschen 
363    <vinschen@redhat.com>
364  - (djm) Released 2.5.1p2
365
366 20010228
367  - (djm) Detect endianness in configure and use it in rijndael.c. Fixes
368    "Bad packet length" bugs.
369  - (djm) Fully revert PAM session patch (again). All PAM session init is 
370    now done before the final fork().
371  - (djm) EGD detection patch from Tim Rice <tim@multitalents.net>
372  - (djm) Remove /tmp from EGD socket search list
373
374 20010227
375  - (bal) Applied shutdown() patch for sftp.c by  Corinna Vinschen 
376    <vinschen@redhat.com>
377  - (bal) OpenBSD Sync
378    - markus@cvs.openbsd.org 2001/02/23 15:37:45
379      [session.c]
380      handle SSH_PROTOFLAG_SCREEN_NUMBER for buggy clients
381  - (bal) sshd.init support for all Redhat release.  Patch by Jim Knoble 
382    <jmknoble@jmknoble.cx>
383  - (djm) Fix up POSIX saved uid support. Report from Mark Miller 
384    <markm@swoon.net>
385  - (djm) Search for -lcrypt on FreeBSD too
386  - (djm) fatal() on OpenSSL version mismatch
387  - (djm) Move PAM init to after fork for non-Solaris derived PAMs
388  - (djm) Warning fix on entropy.c saved uid stuff. Patch from Mark Miller
389    <markm@swoon.net>
390  - (djm) Fix PAM fix
391  - (djm) Remove 'noreplace' flag from sshd_config in RPM spec files. This
392    change is being made as 2.5.x configfiles are not back-compatible with
393    2.3.x.
394  - (djm) Avoid warnings for missing broken IP_TOS. Patch from Mark Miller
395    <markm@swoon.net>
396  - (djm) Open Server 5 doesn't need BROKEN_SAVED_UIDS. Patch from Tim Rice 
397    <tim@multitalents.net>
398  - (djm) Avoid multiple definition of _PATH_LS. Patch from Tim Rice 
399    <tim@multitalents.net>
400
401 20010226
402  - (bal) Fixed bsd-snprinf.c so it now honors 'BROKEN_SNPRINTF' again.
403  - (djm) Some systems (SCO3, NeXT) have weird saved uid semantics. 
404    Based on patch from Tim Rice <tim@multitalents.net>
405
406 20010225
407  - (djm) Use %{_libexecdir} rather than hardcoded path in RPM specfile
408    Patch from Adrian Ho <lexfiend@usa.net>
409  - (bal) Replace 'unsigned long long' to 'u_int64_t' since not every
410    platform defines u_int64_t as being that.
411
412 20010224
413  - (bal) Missed part of the UNIX sockets patch.  Patch by Corinna 
414    Vinschen <vinschen@redhat.com>
415  - (bal) Reorder where 'strftime' is detected to resolve linking
416    issues on SCO.  Patch by Tim Rice <tim@multitalents.net>
417
418 20010224
419  - (bal) pam_stack fix to correctly detect between RH7 and older RHs.
420    Patch by Pekka Savola <pekkas@netcore.fi>
421  - (bal) Renamed sigaction.[ch] to sigact.[ch].  Causes problems with
422    some platforms.
423  - (bal) Generalize lack of UNIX sockets since this also effects Cray
424    not just Cygwin.  Based on patch by Wendy Palm <wendyp@cray.com>
425
426 20010223
427  - (bal) Fix --define rh7 in openssh.spec file.  Patch by Steve Tell
428    <tell@telltronics.org>
429  - (bal) Patch to force OpenSSH rpm to require the same version of OpenSSL
430    that it was compiled against.  Patch by Pekka Savola <pekkas@netcore.fi>
431  - (bal) Double -I for OpenSSL on SCO.  Patch by Tim Rice 
432    <tim@multitalents.net>
433
434 20010222                                                             
435  - (bal) Corrected SCO luid patch by svaughan <svaughan@asterion.com>
436  - (bal) Added mdoc2man.pl from Mark Roth <roth@feep.net>
437  - (bal) Removed reference to liblogin from contrib/README.  It was
438    integrated into OpenSSH a long while ago.
439  - (stevesk) remove erroneous #ifdef sgi code.
440    Michael Stone <mstone@cs.loyola.edu>
441
442 20010221
443  - (bal) Removed -L/usr/ucblib -R/usr/ucblib for Solaris platform.
444  - (bal) Fixed OpenSSL rework to use $saved_*.  Patch by Tim Rice 
445    <tim@multitalents.net>
446  - (bal) Reverted out of 2001/02/15 patch by djm below because it
447    breaks Solaris.
448         - (djm) Move PAM session setup back to before setuid to user.
449           fixes problems on Solaris-drived PAMs.
450  - (stevesk) session.c: back out to where we were before:
451     - (djm) Move PAM session initialisation until after fork in sshd. Patch 
452       from Nalin Dahyabhai <nalin@redhat.com>
453
454 20010220
455  - (bal) Fix mixed up params to memmove() from Jan 5th in setenv.c and
456    getcwd.c.
457  - (bal) OpenBSD CVS Sync:
458    - deraadt@cvs.openbsd.org 2001/02/19 23:09:05
459      [sshd.c]
460      clarify message to make it not mention "ident"
461
462 20010219
463  - (bal) Markus' blessing to rename login.[ch] -> sshlogin.[ch] and
464    pty.[ch] -> sshpty.[ch]
465  - (djm) Rework search for OpenSSL location. Skip directories which don't
466    exist, don't add -L$ssldir/lib if it doesn't exist. Should help SCO
467    with its limit of 6 -L options.
468  - OpenBSD CVS Sync:
469    - reinhard@cvs.openbsd.org        2001/02/17 08:24:40
470      [sftp.1]
471      typo
472    - deraadt@cvs.openbsd.org 2001/02/17 16:28:58
473      [ssh.c]
474      cleanup -V output; noted by millert
475    - deraadt@cvs.openbsd.org 2001/02/17 16:48:48
476      [sshd.8]
477      it's the OpenSSH one
478    - markus@cvs.openbsd.org  2001/02/18 11:33:54
479      [dispatch.c]
480      typo, SSH2_MSG_KEXINIT, from aspa@kronodoc.fi
481    - markus@cvs.openbsd.org  2001/02/19 02:53:32
482      [compat.c compat.h serverloop.c]
483      ssh-1.2.{18-22} has broken handling of ignore messages; report from
484      itojun@
485    - markus@cvs.openbsd.org  2001/02/19 03:35:23
486      [version.h]
487      OpenSSH_2.5.1 adds bug compat with 1.2.{18-22}
488    - deraadt@cvs.openbsd.org 2001/02/19 03:36:25
489      [scp.c]
490      np is changed by recursion; vinschen@redhat.com
491  - Update versions in RPM spec files
492  - Release 2.5.1p1
493
494 20010218
495  - (bal) Patch for fix FCHMOD reference in ftp-client.c by Tim Rice 
496    <tim@multitalents.net> 
497  - (Bal) Patch for lack of RA_RESTART in misc.c for mysignal by
498    stevesk
499  - (djm) Fix my breaking of cygwin builds, Patch from Corinna Vinschen 
500    <vinschen@redhat.com> and myself.
501  - (djm) Close listen_sock on bind() failures. Patch from Arkadiusz
502    Miskiewicz <misiek@pld.ORG.PL>
503  - (djm) Robustify EGD/PRNGd code in face of socket closures. Patch from
504    Todd C. Miller <Todd.Miller@courtesan.com>
505  - (djm) Use ttyname() to determine name of tty returned by openpty() 
506    rather then risking overflow. Patch from Marek Michalkiewicz 
507    <marekm@amelek.gda.pl>
508  - (djm) Swapped tests for no_libsocket and no_libnsl in configure.in. 
509    Patch from Marek Michalkiewicz <marekm@amelek.gda.pl>
510  - (djm) Doc fixes from Pekka Savola <pekkas@netcore.fi>
511  - (djm) Use SA_INTERRUPT along SA_RESTART if present (equivalent for 
512    SunOS)
513  - (djm) SCO needs librpc for libwrap. Patch from Tim Rice 
514    <tim@multitalents.net>
515  - (stevesk) misc.c: cpp rework of SA_(INTERRUPT|RESTART) handling.
516  - (stevesk) scp.c: use mysignal() for updateprogressmeter() handler.
517  - (djm) SA_INTERRUPT is the converse of SA_RESTART, apply it only for 
518    SIGALRM.
519  - (djm) Move entropy.c over to mysignal()
520  - (djm) SunOS 4.x also needs to define HAVE_BOGUS_SYS_QUEUE_H as it has 
521    a <sys/queue.h> that lacks the TAILQ_* macros. Patch from Todd C. 
522    Miller <Todd.Miller@courtesan.com>
523  - (djm) Update RPM spec files for 2.5.0p1
524  - (djm) Merge BSD_AUTH support from Markus Friedl and David J. MacKenzie
525    enable with --with-bsd-auth.
526  - (stevesk) entropy.c: typo; should be SIGPIPE
527
528 20010217
529  - (bal) OpenBSD Sync:
530    - markus@cvs.openbsd.org 2001/02/16 13:38:18
531      [channel.c]                               
532      remove debug                              
533    - markus@cvs.openbsd.org 2001/02/16 14:03:43
534      [session.c]
535      proper payload-length check for x11 w/o screen-number
536
537 20010216
538  - (bal) added '--with-prce'  to allow overriding of system regex when
539    required (tested by David Dulek <ddulek@fastenal.com>)
540  - (bal) Added DG/UX case and set that they have a broken IPTOS.
541  - (djm) Mini-configure reorder patch from Tim Rice <tim@multitalents.net>
542    Fixes linking on SCO.
543  - (djm) Make gnome-ssh-askpass handle multi-line prompts. Patch from 
544    Nalin Dahyabhai <nalin@redhat.com>
545  - (djm) BSD license for gnome-ssh-askpass (was X11)
546  - (djm) KNF on gnome-ssh-askpass
547  - (djm) USE_PIPES for a few more sysv platforms
548  - (djm) Cleanup configure.in a little
549  - (djm) Ask users to check config.log when we can't find necessary libs
550  - (djm) Set "login ID" on systems with setluid. Only enabled for SCO
551    OpenServer for now. Based on patch from svaughan <svaughan@asterion.com>
552  - (djm) OpenBSD CVS:
553    - markus@cvs.openbsd.org  2001/02/15 16:19:59
554      [channels.c channels.h serverloop.c sshconnect.c sshconnect.h]
555      [sshconnect1.c sshconnect2.c]
556      genericize password padding function for SSH1 and SSH2.
557      add stylized echo to 2, too.
558  - (djm) Add roundup() macro to defines.h
559  - (stevesk) set SA_RESTART flag in mysignal() for SIGCHLD;
560    needed on Unixware 2.x.
561
562 20010215
563  - (djm) Move PAM session setup back to before setuid to user. Fixes 
564    problems on Solaris-derived PAMs.
565  - (djm) Clean up PAM namespace. Suggested by Darren Moffat
566    <Darren.Moffat@eng.sun.com>
567  - (bal) Sync w/ OpenSSH for new release
568    - markus@cvs.openbsd.org 2001/02/12 12:45:06
569      [sshconnect1.c]
570      fix xmalloc(0), ok dugsong@
571    - markus@cvs.openbsd.org 2001/02/11 12:59:25
572      [Makefile.in sshd.8 sshconnect2.c readconf.h readconf.c packet.c
573       sshd.c ssh.c ssh.1 servconf.h servconf.c myproposal.h kex.h kex.c]
574      1) clean up the MAC support for SSH-2
575      2) allow you to specify the MAC with 'ssh -m'
576      3) or the 'MACs' keyword in ssh(d)_config
577      4) add hmac-{md5,sha1}-96
578              ok stevesk@, provos@
579    - markus@cvs.openbsd.org 2001/02/12 16:16:23
580      [auth-passwd.c auth.c auth.h auth1.c auth2.c servconf.c servconf.h
581       ssh-keygen.c sshd.8]
582      PermitRootLogin={yes,without-password,forced-commands-only,no}
583      (before this change, root could login even if PermitRootLogin==no)
584    - deraadt@cvs.openbsd.org 2001/02/12 22:56:09
585      [clientloop.c packet.c ssh-keyscan.c]
586      deal with EAGAIN/EINTR selects which were skipped
587    - markus@cvs.openssh.org 2001/02/13 22:49:40
588      [auth1.c auth2.c]
589      setproctitle(user) only if getpwnam succeeds
590    - markus@cvs.openbsd.org 2001/02/12 23:26:20
591      [sshd.c]
592      missing memset; from solar@openwall.com
593    - stevesk@cvs.openbsd.org 2001/02/12 20:53:33
594      [sftp-int.c]
595      lumask now works with 1 numeric arg; ok markus@, djm@
596    - djm@cvs.openbsd.org 2001/02/14 9:46:03
597      [sftp-client.c sftp-int.c sftp.1]
598      Fix and document 'preserve modes & times' option ('-p' flag in sftp);
599      ok markus@
600  - (bal) replaced PATH_MAX in sftp-int.c w/ MAXPATHLEN.
601  - (djm) Move to Jim's 1.2.0 X11 askpass program
602  - (stevesk) OpenBSD sync:
603    - deraadt@cvs.openbsd.org 2001/02/15 01:38:04
604      [serverloop.c]
605      indent
606
607 20010214
608  - (djm) Don't try to close PAM session or delete credentials if the
609    session has not been open or credentials not set. Based on patch from 
610    Andrew Bartlett <abartlet@pcug.org.au>
611  - (djm) Move PAM session initialisation until after fork in sshd. Patch 
612    from Nalin Dahyabhai <nalin@redhat.com>
613  - (bal) Missing function prototype in bsd-snprintf.c patch by
614    Mark Miller <markm@swoon.net>
615  - (djm) Split out and improve OSF SIA auth code. Patch from Chris Adams
616    <cmadams@hiwaay.net> with a little modification and KNF.
617  - (stevesk) fix for SIA patch, misplaced session_setup_sia()
618
619 20010213
620  - (djm) Only test -S potential EGD sockets if they exist and are readable.
621  - (bal) Cleaned out bsd-snprintf.c.  VARARGS have been banished and
622    I did a base KNF over the whe whole file to make it more acceptable.
623    (backed out of original patch and removed it from ChangeLog)
624  - (bal) Use chown() if fchown() does not exist in ftp-server.c patch by
625    Tim Rice <tim@multitalents.net>
626  - (stevesk) auth1.c: fix PAM passwordless check.
627
628 20010212
629  - (djm) Update Redhat specfile to allow --define "skip_x11_askpass 1", 
630    --define "skip_gnome_askpass 1", --define "rh7 1" and make the 
631    implicit rpm-3.0.5 dependancy explicit. Patch and suggestions from 
632    Pekka Savola <pekkas@netcore.fi>
633  - (djm) Clean up PCRE text in INSTALL
634  - (djm) Fix OSF SIA auth NULL pointer deref. Report from Mike Battersby 
635    <mib@unimelb.edu.au>
636  - (bal) NCR SVR4 compatiblity provide by Don Bragg <thewizarddon@yahoo.com>
637  - (stevesk) session.c: remove debugging code.
638
639 20010211
640  - (bal) OpenBSD Sync
641    - markus@cvs.openbsd.org 2001/02/07 22:35:46
642      [auth1.c auth2.c sshd.c]
643      move k_setpag() to a central place; ok dugsong@
644    - markus@cvs.openbsd.org 2001/02/10 12:52:02
645      [auth2.c]
646      offer passwd before s/key
647    - markus@cvs.openbsd.org 2001/02/8 22:37:10
648      [canohost.c]
649      remove last call to sprintf; ok deraadt@
650    - markus@cvs.openbsd.org 2001/02/10 1:33:32
651      [canohost.c]
652      add debug message, since sshd blocks here if DNS is not available
653    - markus@cvs.openbsd.org 2001/02/10 12:44:02
654      [cli.c]
655      don't call vis() for \r
656    - danh@cvs.openbsd.org 2001/02/10 0:12:43
657      [scp.c]
658      revert a small change to allow -r option to work again; ok deraadt@
659    - danh@cvs.openbsd.org 2001/02/10 15:14:11
660      [scp.c]
661      fix memory leak; ok markus@
662    - djm@cvs.openbsd.org 2001/02/10 0:45:52
663      [scp.1]
664      Mention that you can quote pathnames with spaces in them
665    - markus@cvs.openbsd.org 2001/02/10 1:46:28
666      [ssh.c]
667      remove mapping of argv[0] -> hostname
668    - markus@cvs.openbsd.org 2001/02/06 22:26:17
669      [sshconnect2.c]
670      do not ask for passphrase in batch mode; report from ejb@ql.org
671    - itojun@cvs.opebsd.org 2001/02/08 10:47:05
672      [sshconnect.c sshconnect1.c sshconnect2.c]
673      %.30s is too short for IPv6 numeric address.  use %.128s for now.  
674      markus ok
675    - markus@cvs.openbsd.org 2001/02/09 12:28:35
676      [sshconnect2.c]
677      do not free twice, thanks to /etc/malloc.conf
678    - markus@cvs.openbsd.org 2001/02/09 17:10:53
679      [sshconnect2.c]
680      partial success: debug->log; "Permission denied" if no more auth methods
681    - markus@cvs.openbsd.org 2001/02/10 12:09:21
682      [sshconnect2.c]
683      remove some lines
684    - markus@cvs.openbsd.org 2001/02/09 13:38:07
685      [auth-options.c]
686      reset options if no option is given; from han.holl@prismant.nl
687    - markus@cvs.openbsd.org 2001/02/08 21:58:28
688      [channels.c]
689      nuke sprintf, ok deraadt@
690    - markus@cvs.openbsd.org 2001/02/08 21:58:28
691      [channels.c]
692      nuke sprintf, ok deraadt@
693    - markus@cvs.openbsd.org 2001/02/06 22:43:02
694      [clientloop.h]
695      remove confusing callback code
696    - deraadt@cvs.openbsd.org 2001/02/08 14:39:36
697      [readconf.c]
698      snprintf
699    - itojun@cvs.openbsd.org 2001/02/08 19:30:52
700      sync with netbsd tree changes.
701      - more strict prototypes, include necessary headers
702      - use paths.h/pathnames.h decls
703      - size_t typecase to int -> u_long
704    - itojun@cvs.openbsd.org 2001/02/07 18:04:50
705      [ssh-keyscan.c]
706      fix size_t -> int cast (use u_long).  markus ok
707    - markus@cvs.openbsd.org 2001/02/07 22:43:16
708      [ssh-keyscan.c]
709      s/getline/Linebuf_getline/; from roumen.petrov@skalasoft.com
710    - itojun@cvs.openbsd.org 2001/02/09 9:04:59
711      [ssh-keyscan.c]
712      do not assume malloc() returns zero-filled region.  found by 
713      malloc.conf=AJ.
714    - markus@cvs.openbsd.org 2001/02/08 22:35:30
715      [sshconnect.c]
716      don't connect if batch_mode is true and stricthostkeychecking set to 
717     'ask'
718    - djm@cvs.openbsd.org 2001/02/04 21:26:07
719      [sshd_config]
720      type: ok markus@
721    - deraadt@cvs.openbsd.org 2001/02/06 22:07:50
722      [sshd_config]
723      enable sftp-server by default
724    - deraadt 2001/02/07 8:57:26
725      [xmalloc.c]
726      deal with new ANSI malloc stuff
727    - markus@cvs.openbsd.org 2001/02/07 16:46:08
728      [xmalloc.c]
729      typo in fatal()
730    - itojun@cvs.openbsd.org 2001/02/07 18:04:50
731      [xmalloc.c]
732      fix size_t -> int cast (use u_long).  markus ok
733    - 1.47 Thu Feb 8 23:11:42 GMT 2001 by dugsong
734      [serverloop.c sshconnect1.c]
735      mitigate SSH1 traffic analysis - from Solar Designer 
736      <solar@openwall.com>, ok provos@
737  - (bal) fixed sftp-client.c.  Return 'status' instead of '0'  
738    (from the OpenBSD tree)
739  - (bal) Synced ssh.1, ssh-add.1 and sshd.8 w/ OpenBSD
740  - (bal) sftp-sever.c  '%8lld' to '%8llu' (OpenBSD Sync)
741  - (bal) uuencode.c resync w/ OpenBSD tree, plus whitespace.
742  - (bal) A bit more whitespace cleanup
743  - (djm) Set PAM_RHOST earlier, patch from Andrew Bartlett 
744    <abartlet@pcug.org.au>
745  - (stevesk) misc.c: ssh.h not needed.
746  - (stevesk) compat.c: more friendly cpp error
747  - (stevesk) OpenBSD sync:
748    - stevesk@cvs.openbsd.org 2001/02/11 06:15:57
749      [LICENSE]
750      typos and small cleanup; ok deraadt@
751
752 20010210
753  - (djm) Sync sftp and scp stuff from OpenBSD:
754    - djm@cvs.openbsd.org     2001/02/07 03:55:13
755      [sftp-client.c]
756      Don't free handles before we are done with them. Based on work from
757      Corinna Vinschen <vinschen@redhat.com>. ok markus@
758    - djm@cvs.openbsd.org     2001/02/06 22:32:53
759      [sftp.1]
760      Punctuation fix from Pekka Savola <pekkas@netcore.fi>
761    - deraadt@cvs.openbsd.org 2001/02/07 04:07:29
762      [sftp.1]
763      pretty up significantly
764    - itojun@cvs.openbsd.org  2001/02/07 06:49:42
765      [sftp.1]
766      .Bl-.El mismatch.  markus ok
767    - djm@cvs.openbsd.org     2001/02/07 06:12:30
768      [sftp-int.c]
769      Check that target is a directory before doing ls; ok markus@
770    - itojun@cvs.openbsd.org  2001/02/07 11:01:18
771      [scp.c sftp-client.c sftp-server.c]
772      unsigned long long -> %llu, not %qu.  markus ok
773    - stevesk@cvs.openbsd.org 2001/02/07 11:10:39
774      [sftp.1 sftp-int.c]
775      more man page cleanup and sync of help text with man page; ok markus@
776    - markus@cvs.openbsd.org  2001/02/07 14:58:34
777      [sftp-client.c]
778      older servers reply with SSH2_FXP_NAME + count==0 instead of EOF
779    - djm@cvs.openbsd.org     2001/02/07 15:27:19
780      [sftp.c]
781      Don't forward agent and X11 in sftp. Suggestion from Roumen Petrov
782      <roumen.petrov@skalasoft.com>
783    - stevesk@cvs.openbsd.org 2001/02/07 15:36:04
784      [sftp-int.c]
785      portable; ok markus@
786    - stevesk@cvs.openbsd.org 2001/02/07 15:55:47
787      [sftp-int.c]
788      lowercase cmds[].c also; ok markus@
789    - markus@cvs.openbsd.org  2001/02/07 17:04:52
790      [pathnames.h sftp.c]
791      allow sftp over ssh protocol 1; ok djm@
792    - deraadt@cvs.openbsd.org 2001/02/08 07:38:55
793      [scp.c]
794      memory leak fix, and snprintf throughout
795    - deraadt@cvs.openbsd.org 2001/02/08 08:02:02
796      [sftp-int.c]
797      plug a memory leak
798    - stevesk@cvs.openbsd.org 2001/02/08 10:11:23
799      [session.c sftp-client.c]
800      %i -> %d
801    - stevesk@cvs.openbsd.org 2001/02/08 10:57:59
802      [sftp-int.c]
803      typo
804    - stevesk@cvs.openbsd.org 2001/02/08 15:28:07
805      [sftp-int.c pathnames.h]
806      _PATH_LS; ok markus@
807    - djm@cvs.openbsd.org     2001/02/09 04:46:25
808      [sftp-int.c]
809      Check for NULL attribs for chown, chmod & chgrp operations, only send
810      relevant attribs back to server; ok markus@
811    - djm@cvs.openbsd.org     2001/02/06 15:05:25
812      [sftp.c]
813      Use getopt to process commandline arguments
814    - djm@cvs.openbsd.org     2001/02/06 15:06:21
815      [sftp.c ]
816      Wait for ssh subprocess at exit
817    - djm@cvs.openbsd.org     2001/02/06 15:18:16
818      [sftp-int.c]
819      stat target for remote chdir before doing chdir
820    - djm@cvs.openbsd.org     2001/02/06 15:32:54
821      [sftp.1]
822      Punctuation fix from Pekka Savola <pekkas@netcore.fi>
823    - provos@cvs.openbsd.org  2001/02/05 22:22:02
824      [sftp-int.c]
825      cleanup get_pathname, fix pwd after failed cd. okay djm@
826  - (djm) Update makefile.in for _PATH_SFTP_SERVER
827  - (bal) sftp-client.c replace NULL w/ 0 in do_ls() (pending in OpenBSD tree)
828
829 20010209
830  - (bal) patch to vis.c to deal with HAVE_VIS right by Robert Mooney 
831    <rjmooney@mediaone.net>
832  - (bal) .c.o rule in openbsd-compat/Makefile.in did not make it to the
833    main tree while porting forward.  Pointed out by Lutz Jaenicke 
834    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
835  - (bal) double entry in configure.in.  Pointed out by Lutz Jaenicke
836    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
837  - (stevesk) OpenBSD sync:
838    - markus@cvs.openbsd.org  2001/02/08 11:20:01
839      [auth2.c]
840      strict checking
841    - markus@cvs.openbsd.org  2001/02/08 11:15:22
842      [version.h]
843      update to 2.3.2
844    - markus@cvs.openbsd.org  2001/02/08 11:12:30
845      [auth2.c]
846      fix typo
847  - (djm) Update spec files
848  - (bal) OpenBSD sync:
849    - deraadt@cvs.openbsd.org 2001/02/08 14:38:54
850      [scp.c]
851      memory leak fix, and snprintf throughout
852    - markus@cvs.openbsd.org 2001/02/06 22:43:02
853      [clientloop.c]
854      remove confusing callback code
855  - (djm) Add CVS Id's to files that we have missed
856  - (bal) OpenBSD Sync (more):
857    - itojun@cvs.openbsd.org 2001/02/08 19:30:52
858      sync with netbsd tree changes.
859      - more strict prototypes, include necessary headers
860      - use paths.h/pathnames.h decls
861      - size_t typecase to int -> u_long
862    - markus@cvs.openbsd.org 2001/02/06 22:07:42
863      [ssh.c]
864      fatal() if subsystem fails
865    - markus@cvs.openbsd.org 2001/02/06 22:43:02
866      [ssh.c]
867      remove confusing callback code
868    - jakob@cvs.openbsd.org 2001/02/06 23:03:24
869      [ssh.c]
870      add -1 option (force protocol version 1). ok markus@
871    - jakob@cvs.openbsd.org 2001/02/06 23:06:21
872      [ssh.c]
873      reorder -{1,2,4,6} options. ok markus@
874  - (bal) Missing 'const' in readpass.h
875  - (bal) OpenBSD Sync (so at least the thing compiles for 2.3.2 =)
876    - djm@cvs.openbsd.org 2001/02/06 23:30:28
877      [sftp-client.c]
878      replace arc4random with counter for request ids; ok markus@
879  - (djm) Define _PATH_TTY for systems that don't. Report from Lutz 
880    Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
881
882 20010208
883  - (djm) Don't delete external askpass program in make uninstall target.
884    Report and fix from Roumen Petrov <roumen.petrov@skalasoft.com>
885  - (djm) Fix linking of sftp, don't need arc4random any more.
886  - (djm) Try to use shell that supports "test -S" for EGD socket search.
887    Based on patch from Tim Rice <tim@multitalents.net>
888
889 20010207
890  - (bal) Save the whole path to AR in configure.  Some Solaris 2.7 installs
891    seem lose track of it while in openbsd-compat/  (two confirmed reports)
892  - (djm) Much KNF on PAM code
893  - (djm) Revise auth-pam.c conversation function to be a little more
894    readable.
895  - (djm) Revise kbd-int PAM conversation function to fold all text messages
896    to before first prompt. Fixes hangs if last pam_message did not require
897    a reply.
898  - (djm) Fix password changing when using PAM kbd-int authentication
899
900 20010205
901  - (bal) Disable groupaccess by setting NGROUPS_MAX to 0 for platforms
902    that don't have NGROUPS_MAX.
903  - (bal) AIX patch for auth1.c by William L. Jones <jones@hpc.utexas.edu>
904  - (stevesk) OpenBSD sync:
905    - stevesk@cvs.openbsd.org 2001/02/04 08:32:27
906      [many files; did this manually to our top-level source dir]
907      unexpand and remove end-of-line whitespace; ok markus@
908    - stevesk@cvs.openbsd.org 2001/02/04 15:21:19
909      [sftp-server.c]
910      SSH2_FILEXFER_ATTR_UIDGID support; ok markus@
911    - deraadt@cvs.openbsd.org 2001/02/04 17:02:32
912      [sftp-int.c]
913      ? == help
914    - deraadt@cvs.openbsd.org 2001/02/04 16:47:46
915      [sftp-int.c]
916      sort commands, so that abbreviations work as expected
917    - stevesk@cvs.openbsd.org 2001/02/04 15:17:52
918      [sftp-int.c]
919      debugging sftp: precedence and missing break.  chmod, chown, chgrp
920      seem to be working now.
921    - markus@cvs.openbsd.org 2001/02/04 14:41:21
922      [sftp-int.c]
923      use base 8 for umask/chmod
924    - markus@cvs.openbsd.org 2001/02/04 11:11:54
925      [sftp-int.c]
926      fix LCD
927    - markus@cvs.openbsd.org  2001/02/04 08:10:44
928      [ssh.1]
929      typo; dpo@club-internet.fr
930    - stevesk@cvs.openbsd.org 2001/02/04 06:30:12
931      [auth2.c authfd.c packet.c]
932      remove duplicate #include's; ok markus@
933    - deraadt@cvs.openbsd.org 2001/02/04 16:56:23
934      [scp.c sshd.c]
935      alpha happiness
936    - stevesk@cvs.openbsd.org 2001/02/04 15:12:17
937      [sshd.c]
938      precedence; ok markus@
939    - deraadt@cvs.openbsd.org 2001/02/04 08:14:15
940      [ssh.c sshd.c]
941      make the alpha happy
942    - markus@cvs.openbsd.org  2001/01/31 13:37:24
943      [channels.c channels.h serverloop.c ssh.c]
944      do not disconnect if local port forwarding fails, e.g. if port is 
945      already in use
946    - markus@cvs.openbsd.org  2001/02/01 14:58:09
947      [channels.c]
948      use ipaddr in channel messages, ietf-secsh wants this
949    - markus@cvs.openbsd.org  2001/01/31 12:26:20
950      [channels.c]
951      ssh.com-2.0.1x does not send additional info in CHANNEL_OPEN_FAILURE 
952      messages; bug report from edmundo@rano.org
953    - markus@cvs.openbsd.org  2001/01/31 13:48:09
954      [sshconnect2.c]
955      unused
956    - deraadt@cvs.openbsd.org 2001/02/04 08:23:08
957      [sftp-client.c sftp-server.c]
958      make gcc on the alpha even happier
959
960 20010204
961  - (bal) I think this is the last of the bsd-*.h that don't belong.
962  - (bal) Minor Makefile fix
963  - (bal) openbsd-compat/Makefile minor fix.  Ensure dependancies are done
964    right.
965  - (bal) Changed order of LIB="" in -with-skey due to library resolving.
966  - (bal) next-posix.h changed to bsd-nextstep.h
967  - (djm) OpenBSD CVS sync:
968    - markus@cvs.openbsd.org  2001/02/03 03:08:38
969      [auth-options.c auth-rh-rsa.c auth-rhosts.c auth.c canohost.c]
970      [canohost.h servconf.c servconf.h session.c sshconnect1.c sshd.8]
971      [sshd_config]
972      make ReverseMappingCheck optional in sshd_config; ok djm@,dugsong@
973    - markus@cvs.openbsd.org  2001/02/03 03:19:51
974      [ssh.1 sshd.8 sshd_config]
975      Skey is now called ChallengeResponse
976    - markus@cvs.openbsd.org  2001/02/03 03:43:09
977      [sshd.8]
978      use no-pty option in .ssh/authorized_keys* if you need a 8-bit clean
979      channel. note from Erik.Anggard@cygate.se (pr/1659)
980    - stevesk@cvs.openbsd.org 2001/02/03 10:03:06
981      [ssh.1]
982      typos; ok markus@
983    - djm@cvs.openbsd.org     2001/02/04 04:11:56
984      [scp.1 sftp-server.c ssh.1 sshd.8 sftp-client.c sftp-client.h]
985      [sftp-common.c sftp-common.h sftp-int.c sftp-int.h sftp.1 sftp.c]
986      Basic interactive sftp client; ok theo@
987  - (djm) Update RPM specs for new sftp binary
988  - (djm) Update several bits for new optional reverse lookup stuff. I 
989    think I got them all.
990  - (djm) Makefile.in fixes
991  - (stevesk) add mysignal() wrapper and use it for the protocol 2
992    SIGCHLD handler.
993  - (djm) Use setvbuf() instead of setlinebuf(). Suggest from stevesk@
994
995 20010203
996  - (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com>
997  - (bal) renamed queue.h to fake-queue.h (even if it's an OpenBSD
998    based file) to ensure #include space does not get confused.
999  - (bal) Minor Makefile.in tweak.  dirname may not exist on some
1000    platforms so builds fail.  (NeXT being a well known one)
1001
1002 20010202
1003  - (bal) Makefile fix where sourcedir != builddir by Corinna Vinschen
1004    <vinschen@redhat.com>
1005  - (bal) Makefile fix to use $(MAKE) instead of 'make'  for platforms
1006    that use 'gmake'.   Patch by Tim Rice <tim@multitalents.net>
1007
1008 20010201
1009  - (bal) Minor fix to Makefile to stop rebuilding executables if no
1010    changes have occured to any of the supporting code.  Patch by
1011    Roumen Petrov <roumen.petrov@skalasoft.com>
1012
1013 20010131
1014  - (djm) OpenBSD CVS Sync:
1015    - djm@cvs.openbsd.org     2001/01/30 15:48:53
1016      [sshconnect.c]
1017      Make warning message a little more consistent. ok markus@
1018  - (djm) Fix autoconf logic for --with-lastlog=no Report and diagnosis from
1019    Philipp Buehler <lists@fips.de> and Kevin Steves <stevesk@sweden.hp.com>
1020    respectively.
1021  - (djm) Don't log SSH2 PAM KbdInt responses to debug, they may contain
1022    passwords.
1023  - (bal) Reorder.  Move all bsd-*, fake-*, next-*, and cygwin* stuff to
1024    openbsd-compat/.  And resolve all ./configure and Makefile.in issues
1025    assocated.
1026
1027 20010130
1028  - (djm) OpenBSD CVS Sync:
1029    - markus@cvs.openbsd.org  2001/01/29 09:55:37
1030      [channels.c channels.h clientloop.c serverloop.c]
1031      fix select overflow; ok deraadt@ and stevesk@
1032    - markus@cvs.openbsd.org  2001/01/29 12:42:35
1033      [canohost.c canohost.h channels.c clientloop.c]
1034      add get_peer_ipaddr(socket), x11-fwd in ssh2 requires ipaddr, not DNS
1035    - markus@cvs.openbsd.org  2001/01/29 12:47:32
1036      [rsa.c rsa.h ssh-agent.c sshconnect1.c sshd.c]
1037      handle rsa_private_decrypt failures; helps against the Bleichenbacher
1038      pkcs#1 attack
1039    - djm@cvs.openbsd.org     2001/01/29 05:36:11
1040      [ssh.1 ssh.c]
1041      Allow invocation of sybsystem by commandline (-s); ok markus@
1042  - (stevesk) configure.in: remove duplicate PROG_LS
1043
1044 20010129
1045  - (stevesk) sftp-server.c: use %lld vs. %qd
1046
1047 20010128
1048  - (bal) Put USE_PIPES back into sco3.2v5
1049  - (bal) OpenBSD Sync
1050    - markus@cvs.openbsd.org 2001/01/28 10:15:34
1051      [dispatch.c]
1052      re-keying is not supported; ok deraadt@
1053    - markus@cvs.openbsd.org 2001/01/28 10:24:04
1054      [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
1055      cleanup AUTHORS sections
1056    - markus@cvs.openbsd.org 2001/01/28 10:37:26
1057      [sshd.c sshd.8]
1058      remove -Q, no longer needed
1059    - stevesk@cvs.openbsd.org 2001/01/28 20:36:16
1060      [readconf.c ssh.1]
1061      ``StrictHostKeyChecking ask'' documentation and small cleanup.
1062      ok markus@
1063    - stevesk@cvs.openbsd.org 2001/01/28 20:43:25
1064      [sshd.8]
1065      spelling.  ok markus@
1066    - stevesk@cvs.openbsd.org 2001/01/28 20:53:21
1067      [xmalloc.c]
1068      use size_t for strlen() return.  ok markus@
1069    - stevesk@cvs.openbsd.org 2001/01/28 22:27:05
1070      [authfile.c]
1071      spelling.  use sizeof vs. strlen().  ok markus@
1072    - niklas@cvs.openbsd.org 2001/01/29 1:59:14
1073      [atomicio.h canohost.h clientloop.h deattack.h dh.h dispatch.h
1074       groupaccess.c groupaccess.h hmac.h hostfile.h includes.h kex.h
1075       key.h log.h login.h match.h misc.h myproposal.h nchan.ms pathnames.h
1076       radix.h readpass.h rijndael.h serverloop.h session.h sftp.h ssh-add.1
1077       ssh-dss.h ssh-keygen.1 ssh-keyscan.1 ssh-rsa.h ssh1.h ssh_config
1078       sshconnect.h sshd_config tildexpand.h uidswap.h uuencode.h]
1079      $OpenBSD$
1080   - (bal) Minor auth2.c resync.  Whitespace and moving of an #include.
1081
1082 20010126
1083  - (bal) SSH_PROGRAM vs _PATH_SSH_PROGRAM fix pointed out by Roumen
1084    Petrov <roumen.petrov@skalasoft.com>
1085  - (bal) OpenBSD Sync
1086    - deraadt@cvs.openbsd.org 2001/01/25 8:06:33
1087      [ssh-agent.c]
1088      call _exit() in signal handler
1089
1090 20010125
1091  - (djm) Sync bsd-* support files:
1092    - deraadt@cvs.openbsd.org 2000/01/26 03:43:20
1093      [rresvport.c bindresvport.c]
1094      new bindresvport() semantics that itojun, shin, jean-luc and i have
1095      agreed on, which will be happy for the future. bindresvport_sa() for
1096      sockaddr *, too.  docs later..
1097    - deraadt@cvs.openbsd.org 2000/01/24 02:24:21
1098      [bindresvport.c]
1099      in bindresvport(), if sin is non-NULL, example sin->sin_family for
1100      the actual family being processed
1101  - (djm) Mention PRNGd in documentation, it is nicer than EGD
1102  - (djm) Automatically search for "well-known" EGD/PRNGd sockets in autoconf
1103  - (bal) AC_FUNC_STRFTIME added to autoconf
1104  - (bal) OpenBSD Resync
1105    - stevesk@cvs.openbsd.org 2001/01/24 21:03:50
1106      [channels.c]
1107      missing freeaddrinfo(); ok markus@
1108
1109 20010124
1110  - (bal) OpenBSD Resync
1111    - markus@cvs.openbsd.org 2001/01/23 10:45:10
1112      [ssh.h]
1113      nuke comment
1114  - (bal) no 64bit support patch from Tim Rice <tim@multitalents.net>
1115  - (bal) #ifdef around S_IFSOCK if platform does not support it.
1116    patch by Tim Rice <tim@multitalents.net>
1117  - (bal) fake-regex.h cleanup based on Tim Rice's patch.
1118  - (stevesk) sftp-server.c: fix chmod() mode mask
1119
1120 20010123
1121  - (bal) regexp.h typo in configure.in.  Should have been regex.h
1122  - (bal) SSH_USER_DIR to _PATH_SSH_USER_DIR patch by stevesk@
1123  - (bal) SSH_ASKPASS_DEFAULT to _PATH_SSH_ASKPASS_DEFAULT
1124  - (bal) OpenBSD Resync
1125    - markus@cvs.openbsd.org 2001/01/22 8:15:00
1126      [auth-krb4.c sshconnect1.c]
1127      only AFS needs radix.[ch]
1128    - markus@cvs.openbsd.org 2001/01/22 8:32:53
1129      [auth2.c]
1130      no need to include; from mouring@etoh.eviladmin.org
1131    - stevesk@cvs.openbsd.org 2001/01/22 16:55:21
1132      [key.c]
1133      free() -> xfree(); ok markus@
1134    - stevesk@cvs.openbsd.org 2001/01/22 17:22:28
1135      [sshconnect2.c sshd.c]
1136      fix memory leaks in SSH2 key exchange; ok markus@
1137    - markus@cvs.openbsd.org 2001/01/22 23:06:39
1138      [auth1.c auth2.c readconf.c readconf.h servconf.c servconf.h
1139       sshconnect1.c sshconnect2.c sshd.c]
1140      rename skey -> challenge response.
1141      auto-enable kbd-interactive for ssh2 if challenge-reponse is enabled.
1142
1143
1144 20010122
1145  - (bal) OpenBSD Resync
1146    - markus@cvs.openbsd.org 2001/01/19 12:45:26 GMT 2001 by markus
1147      [servconf.c ssh.h sshd.c]
1148      only auth-chall.c needs #ifdef SKEY
1149    - markus@cvs.openbsd.org 2001/01/19 15:55:10 GMT 2001 by markus
1150      [auth-krb4.c auth-options.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c
1151       auth1.c auth2.c channels.c clientloop.c dh.c dispatch.c nchan.c
1152       packet.c pathname.h readconf.c scp.c servconf.c serverloop.c
1153       session.c ssh-add.c ssh-keygen.c ssh-keyscan.c ssh.c ssh.h
1154       ssh1.h sshconnect1.c sshd.c ttymodes.c]
1155      move ssh1 definitions to ssh1.h, pathnames to pathnames.h
1156    - markus@cvs.openbsd.org 2001/01/19 16:48:14
1157      [sshd.8]
1158      fix typo; from stevesk@
1159    - markus@cvs.openbsd.org 2001/01/19 16:50:58
1160      [ssh-dss.c]
1161      clear and free digest, make consistent with other code (use dlen); from
1162      stevesk@
1163    - markus@cvs.openbsd.org 2001/01/20 15:55:20 GMT 2001 by markus
1164      [auth-options.c auth-options.h auth-rsa.c auth2.c]
1165      pass the filename to auth_parse_options()
1166    - markus@cvs.openbsd.org 2001/01/20 17:59:40 GMT 2001
1167      [readconf.c]
1168      fix SIGSEGV from -o ""; problem noted by jehsom@togetherweb.com
1169    - stevesk@cvs.openbsd.org 2001/01/20 18:20:29
1170      [sshconnect2.c]
1171      dh_new_group() does not return NULL.  ok markus@
1172    - markus@cvs.openbsd.org 2001/01/20 21:33:42
1173      [ssh-add.c]
1174      do not loop forever if askpass does not exist; from
1175      andrew@pimlott.ne.mediaone.net
1176    - djm@cvs.openbsd.org 2001/01/20 23:00:56
1177      [servconf.c]
1178      Check for NULL return from strdelim; ok markus
1179    - djm@cvs.openbsd.org 2001/01/20 23:02:07
1180      [readconf.c]
1181      KNF; ok markus
1182    - jakob@cvs.openbsd.org 2001/01/21 9:00:33
1183      [ssh-keygen.1]
1184      remove -R flag; ok markus@
1185    - markus@cvs.openbsd.org 2001/01/21 19:05:40
1186      [atomicio.c automicio.h auth-chall.c auth-krb4.c auth-options.c
1187       auth-options.h auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c
1188       auth.c auth.h auth1.c auth2-chall.c auth2.c authfd.c authfile.c
1189       bufaux.c  bufaux.h buffer.c canahost.c canahost.h channels.c
1190       cipher.c cli.c clientloop.c clientloop.h compat.c compress.c
1191       deattack.c dh.c dispatch.c groupaccess.c hmac.c hostfile.c kex.c
1192       key.c key.h log-client.c log-server.c log.c log.h login.c login.h
1193       match.c misc.c misc.h nchan.c packet.c pty.c radix.h readconf.c
1194       readpass.c readpass.h rsa.c scp.c servconf.c serverloop.c serverloop.h
1195       session.c sftp-server.c ssh-add.c ssh-agent.c ssh-dss.c ssh-keygen.c
1196       ssh-keyscan.c ssh-rsa.c ssh.c ssh.h sshconnect.c sshconnect.h
1197       sshconnect1.c sshconnect2.c sshd.c tildexpand.c tildexpand.h
1198       ttysmodes.c uidswap.c xmalloc.c]
1199      split ssh.h and try to cleanup the #include mess. remove unnecessary
1200      #includes.  rename util.[ch] -> misc.[ch]
1201  - (bal) renamed 'PIDDIR' to '_PATH_SSH_PIDDIR' to match OpenBSD tree
1202  - (bal) Moved #ifdef KRB4 in auth-krb4.c above the #include to resolve
1203    conflict when compiling for non-kerb install
1204  - (bal) removed the #ifdef SKEY in auth1.c to match Markus' changes
1205    on 1/19.
1206
1207 20010120
1208  - (bal) OpenBSD Resync
1209    - markus@cvs.openbsd.org 2001/01/19 12:45:26
1210      [ssh-chall.c servconf.c servconf.h ssh.h sshd.c]
1211      only auth-chall.c needs #ifdef SKEY
1212  - (bal) Slight auth2-pam.c clean up.
1213  - (bal) Includes a fake-regexp.h to be only used if regcomp() is found,
1214    but no 'regexp.h' found (SCO OpenServer 3 lacks the header).
1215
1216 20010119
1217  - (djm) Update versions in RPM specfiles
1218  - (bal) OpenBSD Resync
1219    - markus@cvs.openbsd.org 2001/01/18 16:20:21
1220      [log-client.c log-server.c log.c readconf.c servconf.c ssh.1 ssh.h
1221       sshd.8 sshd.c]
1222      log() is at pri=LOG_INFO, since LOG_NOTICE goes to /dev/console on many
1223      systems
1224    - markus@cvs.openbsd.org 2001/01/18 16:59:59
1225      [auth-passwd.c auth.c auth.h auth1.c auth2.c serverloop.c session.c
1226       session.h sshconnect1.c]
1227      1) removes fake skey from sshd, since this will be much
1228         harder with /usr/libexec/auth/login_XXX
1229      2) share/unify code used in ssh-1 and ssh-2 authentication (server side)
1230      3) make addition of BSD_AUTH and other challenge reponse methods
1231         easier.
1232    - markus@cvs.openbsd.org 2001/01/18 17:12:43
1233      [auth-chall.c auth2-chall.c]
1234      rename *-skey.c *-chall.c since the files are not skey specific
1235  - (djm) Merge patch from Tim Waugh (via Nalin Dahyabhai <nalin@redhat.com>)
1236    to fix NULL pointer deref and fake authloop breakage in PAM code.
1237  - (bal) Updated contrib/cygwin/ by Corinna Vinschen <vinschen@redhat.com>
1238  - (bal) Minor cygwin patch to auth1.c.  Suggested by djm.
1239
1240 20010118
1241  - (bal) Super Sized OpenBSD Resync
1242    - markus@cvs.openbsd.org 2001/01/11 22:14:20 GMT 2001 by markus
1243      [sshd.c]
1244      maxfd+1
1245    - markus@cvs.openbsd.org 2001/01/13 17:59:18
1246      [ssh-keygen.1]
1247      small ssh-keygen manpage cleanup; stevesk@pobox.com
1248    - markus@cvs.openbsd.org 2001/01/13 18:03:07
1249      [scp.c ssh-keygen.c sshd.c]
1250      getopt() returns -1 not EOF; stevesk@pobox.com
1251    - markus@cvs.openbsd.org 2001/01/13 18:06:54
1252      [ssh-keyscan.c]
1253      use SSH_DEFAULT_PORT; from stevesk@pobox.com
1254    - markus@cvs.openbsd.org 2001/01/13 18:12:47
1255      [ssh-keyscan.c]
1256      free() -> xfree(); fix memory leak; from stevesk@pobox.com
1257    - markus@cvs.openbsd.org 2001/01/13 18:14:13
1258      [ssh-add.c]
1259      typo, from stevesk@sweden.hp.com
1260    - markus@cvs.openbsd.org 2001/01/13 18:32:50
1261      [packet.c session.c ssh.c sshconnect.c sshd.c]
1262      split out keepalive from packet_interactive (from dale@accentre.com)
1263      set IPTOS_LOWDELAY TCP_NODELAY IPTOS_THROUGHPUT for ssh2, too.
1264    - markus@cvs.openbsd.org 2001/01/13 18:36:45
1265      [packet.c packet.h]
1266      reorder, typo
1267    - markus@cvs.openbsd.org 2001/01/13 18:38:00
1268      [auth-options.c]
1269      fix comment
1270    - markus@cvs.openbsd.org 2001/01/13 18:43:31
1271      [session.c]
1272      Wall
1273    - markus@cvs.openbsd.org 2001/01/13 19:14:08
1274      [clientloop.h clientloop.c ssh.c]
1275      move callback to headerfile
1276    - markus@cvs.openbsd.org 2001/01/15 21:40:10
1277      [ssh.c]
1278      use log() instead of stderr
1279    - markus@cvs.openbsd.org 2001/01/15 21:43:51
1280      [dh.c]
1281      use error() not stderr!
1282    - markus@cvs.openbsd.org 2001/01/15 21:45:29
1283      [sftp-server.c]
1284      rename must fail if newpath exists, debug off by default
1285    - markus@cvs.openbsd.org 2001/01/15 21:46:38
1286      [sftp-server.c]
1287      readable long listing for sftp-server, ok deraadt@
1288    - markus@cvs.openbsd.org 2001/01/16 19:20:06
1289      [key.c ssh-rsa.c]
1290      make "ssh-rsa" key format for ssh2 confirm to the ietf-drafts; from
1291      galb@vandyke.com.  note that you have to delete older ssh2-rsa keys,
1292      since they are in the wrong format, too. they must be removed from
1293      .ssh/authorized_keys2 and .ssh/known_hosts2, etc.
1294      (cd; grep -v ssh-rsa .ssh/authorized_keys2 > TMP && mv TMP
1295      .ssh/authorized_keys2) additionally, we now check that
1296      BN_num_bits(rsa->n) >= 768.
1297    - markus@cvs.openbsd.org 2001/01/16 20:54:27
1298      [sftp-server.c]
1299      remove some statics. simpler handles; idea from nisse@lysator.liu.se
1300    - deraadt@cvs.openbsd.org 2001/01/16 23:58:08
1301      [bufaux.c radix.c sshconnect.h sshconnect1.c]
1302      indent
1303  - (bal) Added bsd-strmode.[ch] since some non-OpenBSD platforms may
1304    be missing such feature.
1305
1306
1307 20010117
1308  - (djm) Only write random seed file at exit
1309  - (djm) Make PAM support optional, enable with --with-pam
1310  - (djm) Try to use libcrypt on Linux, but link it after OpenSSL (which
1311    provides a crypt() of its own)
1312  - (djm) Avoid a warning in bsd-bindresvport.c
1313  - (djm) Try to avoid adding -I/usr/include to CPPFLAGS during SSL tests. This
1314    can cause weird segfaults errors on Solaris
1315  - (djm) Avoid warning in PAM code by making read_passphrase arguments const
1316  - (djm) Add --with-pam to RPM spec files
1317
1318 20010115
1319  - (bal) sftp-server.c change to use chmod() if fchmod() does not exist.
1320  - (bal) utimes() support via utime() interface on machine that lack utimes().
1321
1322 20010114
1323  - (stevesk) initial work for OpenBSD "support supplementary group in
1324    {Allow,Deny}Groups" patch:
1325    - import getgrouplist.c from OpenBSD (bsd-getgrouplist.c)
1326    - add bsd-getgrouplist.h
1327    - new files groupaccess.[ch]
1328    - build but don't use yet (need to merge auth.c changes)
1329  - (stevesk) complete:
1330    - markus@cvs.openbsd.org  2001/01/13 11:56:48
1331      [auth.c sshd.8]
1332      support supplementary group in {Allow,Deny}Groups
1333      from stevesk@pobox.com
1334
1335 20010112
1336  - (bal) OpenBSD Sync
1337    - markus@cvs.openbsd.org 2001/01/10 22:56:22
1338      [bufaux.h bufaux.c sftp-server.c sftp.h getput.h]
1339      cleanup sftp-server implementation:
1340      add buffer_get_int64, buffer_put_int64, GET_64BIT, PUT_64BIT
1341      parse SSH2_FILEXFER_ATTR_EXTENDED
1342      send SSH2_FX_EOF if readdir returns no more entries
1343      reply to SSH2_FXP_EXTENDED message
1344      use #defines from the draft
1345      move #definations to sftp.h
1346      more info:
1347      http://www.ietf.org/internet-drafts/draft-ietf-secsh-filexfer-00.txt
1348    - markus@cvs.openbsd.org 2001/01/10 19:43:20
1349      [sshd.c]
1350      XXX - generate_empheral_server_key() is not safe against races,
1351      because it calls log()
1352    - markus@cvs.openbsd.org 2001/01/09 21:19:50
1353      [packet.c]
1354      allow TCP_NDELAY for ipv6; from netbsd via itojun@
1355
1356 20010110
1357  - (djm) SNI/Reliant Unix needs USE_PIPES and $DISPLAY hack. Report from
1358    Bladt Norbert <Norbert.Bladt@adi.ch>
1359
1360 20010109
1361  - (bal) Resync CVS ID of cli.c
1362  - (stevesk) auth1.c: free should be after WITH_AIXAUTHENTICATE
1363    code.
1364  - (bal) OpenBSD Sync
1365    - markus@cvs.openbsd.org 2001/01/08 22:29:05
1366      [auth2.c compat.c compat.h servconf.c servconf.h sshd.8
1367       sshd_config version.h]
1368      implement option 'Banner /etc/issue.net' for ssh2, move version to
1369      2.3.1 (needed for bugcompat detection, 2.3.0 would fail if Banner
1370      is enabled).
1371    - markus@cvs.openbsd.org 2001/01/08 22:03:23
1372      [channels.c ssh-keyscan.c]
1373      O_NDELAY -> O_NONBLOCK; thanks stevesk@pobox.com
1374    - markus@cvs.openbsd.org 2001/01/08 21:55:41
1375      [sshconnect1.c]
1376      more cleanups and fixes from stevesk@pobox.com:
1377      1) try_agent_authentication() for loop will overwrite key just
1378         allocated with key_new(); don't alloc
1379      2) call ssh_close_authentication_connection() before exit
1380         try_agent_authentication()
1381      3) free mem on bad passphrase in try_rsa_authentication()
1382    - markus@cvs.openbsd.org 2001/01/08 21:48:17
1383      [kex.c]
1384      missing free; thanks stevesk@pobox.com
1385   - (bal) Detect if clock_t structure exists, if not define it.
1386   - (bal) Detect if O_NONBLOCK exists, if not define it.
1387   - (bal) removed news4-posix.h (now empty)
1388   - (bal) changed bsd-bindresvport.c and bsd-rresvport.c to use 'socklen_t'
1389     instead of 'int'
1390  - (stevesk) sshd_config: sync
1391  - (stevesk) defines.h: remove spurious ``;''
1392
1393 20010108
1394  - (bal) Fixed another typo in cli.c
1395  - (bal) OpenBSD Sync
1396    - markus@cvs.openbsd.org 2001/01/07 21:26:55
1397      [cli.c]
1398      typo
1399    - markus@cvs.openbsd.org 2001/01/07 21:26:55
1400      [cli.c]
1401      missing free, stevesk@pobox.com
1402    - markus@cvs.openbsd.org 2001/01/07 19:06:25
1403      [auth1.c]
1404      missing free, stevesk@pobox.com
1405    - markus@cvs.openbsd.org 2001/01/07 11:28:04
1406      [log-client.c log-server.c log.c readconf.c servconf.c ssh.1
1407       ssh.h sshd.8 sshd.c]
1408      rename SYSLOG_LEVEL_INFO->SYSLOG_LEVEL_NOTICE
1409      syslog priority changes:
1410              fatal() LOG_ERR  -> LOG_CRIT
1411              log()   LOG_INFO -> LOG_NOTICE
1412  - Updated TODO
1413
1414 20010107
1415  - (bal) OpenBSD Sync
1416    - markus@cvs.openbsd.org 2001/01/06 11:23:27
1417      [ssh-rsa.c]
1418      remove unused
1419    - itojun@cvs.openbsd.org 2001/01/05 08:23:29
1420      [ssh-keyscan.1]
1421      missing .El
1422    - markus@cvs.openbsd.org 2001/01/04 22:41:03
1423      [session.c sshconnect.c]
1424      consistent use of _PATH_BSHELL; from stevesk@pobox.com
1425    - djm@cvs.openbsd.org 2001/01/04 22:35:32
1426      [ssh.1 sshd.8]
1427      Mention AES as available SSH2 Cipher; ok markus
1428    - markus@cvs.openbsd.org 2001/01/04 22:25:58
1429      [sshd.c]
1430      sync usage()/man with defaults; from stevesk@pobox.com
1431    - markus@cvs.openbsd.org 2001/01/04 22:21:26
1432      [sshconnect2.c]
1433      handle SSH2_MSG_USERAUTH_BANNER; fixes bug when connecting to a server
1434      that prints a banner (e.g. /etc/issue.net)
1435
1436 20010105
1437  - (bal) contrib/caldera/ provided by Tim Rice <tim@multitalents.net>
1438  - (bal) bsd-getcwd.c and bsd-setenv.c changed from bcopy() to memmove()
1439
1440 20010104
1441  - (djm) Fix memory leak on systems with BROKEN_GETADDRINFO. Based on
1442    work by Chris Vaughan <vaughan99@yahoo.com>
1443
1444 20010103
1445  - (bal) fixed up sshconnect.c so it was closer inline with the OpenBSD
1446    tree (mainly positioning)
1447  - (bal) OpenSSH CVS Update
1448    - markus@cvs.openbsd.org 2001/01/02 20:41:02
1449      [packet.c]
1450      log remote ip on disconnect; PR 1600 from jcs@rt.fm
1451    - markus@cvs.openbsd.org 2001/01/02 20:50:56
1452      [sshconnect.c]
1453      strict_host_key_checking for host_status != HOST_CHANGED &&
1454      ip_status == HOST_CHANGED
1455  - (bal) authfile.c: Synced CVS ID tag
1456  - (bal) UnixWare 2.0 fixes by Tim Rice <tim@multitalents.net>
1457  - (bal) Disable sftp-server if no 64bit int support exists.  Based on
1458    patch by Tim Rice <tim@multitalents.net>
1459  - (bal) Makefile.in changes to uninstall: target to remove sftp-server
1460    and sftp-server.8 manpage.
1461
1462 20010102
1463  - (bal) OpenBSD CVS Update
1464    - markus@cvs.openbsd.org 2001/01/01 14:52:49
1465      [scp.c]
1466      use shared fatal(); from stevesk@pobox.com
1467
1468 20001231
1469  - (bal) Reverted out of MAXHOSTNAMELEN.  This should be set per OS.
1470    for multiple reasons.
1471  - (bal) Reverted out of a partial NeXT patch.
1472
1473 20001230
1474  - (bal) OpenBSD CVS Update
1475    - markus@cvs.openbsd.org 2000/12/28 18:58:30
1476      [ssh-keygen.c]
1477      enable 'ssh-keygen -l -f ~/.ssh/{authorized_keys,known_hosts}{,2}
1478    - markus@cvs.openbsd.org 2000/12/29 22:19:13
1479      [channels.c]
1480      missing xfree; from vaughan99@yahoo.com
1481  - (bal) Resynced CVS ID with OpenBSD for channel.c and uidswap.c
1482  - (bal) if no MAXHOSTNAMELEN is defined.  Default to 64 character defination.
1483    Suggested by Christian Kurz <shorty@debian.org>
1484  - (bal) Add in '.c.o' section to Makefile.in to address make programs that
1485     don't honor CPPFLAGS by default.  Suggested by Lutz Jaenicke
1486     <Lutz.Jaenicke@aet.TU-Cottbus.DE>
1487
1488 20001229
1489  - (bal) Fixed spelling of 'authorized_keys' in ssh-copy-id.1 by Christian
1490    Kurz <shorty@debian.org>
1491  - (bal) OpenBSD CVS Update
1492    - markus@cvs.openbsd.org 2000/12/28 14:25:51
1493      [auth.h auth2.c]
1494      count authentication failures only
1495    - markus@cvs.openbsd.org 2000/12/28 14:25:03
1496      [sshconnect.c]
1497      fingerprint for MITM attacks, too.
1498    - markus@cvs.openbsd.org 2000/12/28 12:03:57
1499      [sshd.8 sshd.c]
1500      document -D
1501    - markus@cvs.openbsd.org 2000/12/27 14:19:21
1502      [serverloop.c]
1503      less chatty
1504    - markus@cvs.openbsd.org 2000/12/27 12:34
1505      [auth1.c sshconnect2.c sshd.c]
1506      typo
1507    - markus@cvs.openbsd.org 2000/12/27 12:30:19
1508      [readconf.c readconf.h ssh.1 sshconnect.c]
1509      new option: HostKeyAlias: allow the user to record the host key
1510      under a different name. This is useful for ssh tunneling over
1511      forwarded connections or if you run multiple sshd's on different
1512      ports on the same machine.
1513    - markus@cvs.openbsd.org 2000/12/27 11:51:53
1514      [ssh.1 ssh.c]
1515      multiple -t force pty allocation, document ORIGINAL_COMMAND
1516    - markus@cvs.openbsd.org 2000/12/27 11:41:31
1517      [sshd.8]
1518      update for ssh-2
1519  - (stevesk) compress.[ch] sync with openbsd; missed in prototype
1520    fix merge.
1521
1522 20001228
1523  - (bal) Patch to add libutil.h to loginrec.c only if the platform has
1524    libutil.h.  Suggested by Pekka Savola <pekka@netcore.fi>
1525  - (djm) Update to new x11-askpass in RPM spec
1526  - (bal) SCO patch to not include <sys/queue.h> since it's unrelated
1527    header.  Patch by Tim Rice <tim@multitalents.net>
1528  - Updated TODO w/ known HP/UX issue
1529  - (bal) removed extra <netdb.h> noticed by Kevin Steves and removed the
1530    bad reference to 'NeXT including it else were' on the #ifdef version.
1531
1532 20001227
1533  - (bal) Typo in configure.in: entut?ent should be endut?ent.  Suggested by
1534    Takumi Yamane <yamtak@b-session.com>
1535  - (bal) Checks for getrlimit(), sysconf(), and setdtablesize().  Patch
1536    by Corinna Vinschen <vinschen@redhat.com>
1537  - (djm) Fix catman-do target for non-bash
1538  - (bal) Typo in configure.in: entut?ent should be endut?ent.  Suggested by
1539    Takumi Yamane <yamtak@b-session.com>
1540  - (bal) Checks for getrlimit(), sysconf(), and setdtablesize().  Patch
1541    by Corinna Vinschen <vinschen@redhat.com>
1542  - (djm) Fix catman-do target for non-bash
1543  - (bal) Fixed NeXT's lack of CPPFLAGS honoring.
1544  - (bal) ssh-keyscan.c: NeXT (and older BSDs) don't support getrlimit() w/
1545    'RLIMIT_NOFILE'
1546  - (djm) Remove *.Ylonen files. They are no longer in the OpenBSD tree,
1547    the info in COPYING.Ylonen has been moved to the start of each
1548    SSH1-derived file and README.Ylonen is well out of date.
1549
1550 20001223
1551  - (bal) Fixed Makefile.in to support recompile of all ssh and sshd objects
1552    if a change to config.h has occurred.  Suggested by Gert Doering
1553    <gert@greenie.muc.de>
1554  - (bal) OpenBSD CVS Update:
1555    - markus@cvs.openbsd.org 2000/12/22 16:49:40
1556      [ssh-keygen.c]
1557      fix ssh-keygen -x -t type > file; from Roumen.Petrov@skalasoft.com
1558
1559 20001222
1560  - Updated RCSID for pty.c
1561  - (bal) OpenBSD CVS Updates:
1562   - markus@cvs.openbsd.org 2000/12/21 15:10:16
1563     [auth-rh-rsa.c hostfile.c hostfile.h sshconnect.c]
1564     print keyfile:line for changed hostkeys, for deraadt@, ok deraadt@
1565   - markus@cvs.openbsd.org 2000/12/20 19:26:56
1566     [authfile.c]
1567     allow ssh -i userkey for root
1568   - markus@cvs.openbsd.org 2000/12/20 19:37:21
1569     [authfd.c authfd.h kex.c sshconnect2.c sshd.c uidswap.c uidswap.h]
1570     fix prototypes; from stevesk@pobox.com
1571   - markus@cvs.openbsd.org 2000/12/20 19:32:08
1572     [sshd.c]
1573     init pointer to NULL; report from Jan.Ivan@cern.ch
1574   - markus@cvs.openbsd.org 2000/12/19 23:17:54
1575     [auth-krb4.c auth-options.c auth-options.h auth-rhosts.c auth-rsa.c
1576      auth1.c auth2-skey.c auth2.c authfd.c authfd.h authfile.c bufaux.c
1577      bufaux.h buffer.c canohost.c channels.c clientloop.c compress.c
1578      crc32.c deattack.c getput.h hmac.c hmac.h hostfile.c kex.c kex.h
1579      key.c key.h log.c login.c match.c match.h mpaux.c mpaux.h packet.c
1580      packet.h radix.c readconf.c rsa.c scp.c servconf.c servconf.h
1581      serverloop.c session.c sftp-server.c ssh-agent.c ssh-dss.c ssh-dss.h
1582      ssh-keygen.c ssh-keyscan.c ssh-rsa.c ssh-rsa.h ssh.c ssh.h  uuencode.c
1583      uuencode.h sshconnect1.c sshconnect2.c sshd.c tildexpand.c]
1584     replace 'unsigned bla' with 'u_bla' everywhere. also replace 'char
1585     unsigned' with u_char.
1586
1587 20001221
1588  - (stevesk) OpenBSD CVS updates:
1589    - markus@cvs.openbsd.org 2000/12/19 15:43:45
1590      [authfile.c channels.c sftp-server.c ssh-agent.c]
1591      remove() -> unlink() for consistency
1592    - markus@cvs.openbsd.org 2000/12/19 15:48:09
1593      [ssh-keyscan.c]
1594      replace <ssl/x.h> with <openssl/x.h>
1595    - markus@cvs.openbsd.org 2000/12/17 02:33:40
1596      [uidswap.c]
1597      typo; from wsanchez@apple.com
1598
1599 20001220
1600  - (djm) Workaround PAM inconsistencies between Solaris derived PAM code
1601    and Linux-PAM. Based on report and fix from Andrew Morgan
1602    <morgan@transmeta.com>
1603
1604 20001218
1605  - (stevesk) rsa.c: entropy.h not needed.
1606  - (bal) split CFLAGS into CFLAGS and CPPFLAGS in configure.in and Makefile.
1607    Suggested by Wilfredo Sanchez <wsanchez@apple.com>
1608
1609 20001216
1610  - (stevesk) OpenBSD CVS updates:
1611    - markus@cvs.openbsd.org 2000/12/16 02:53:57
1612      [scp.c]
1613      allow + in usernames; request from Florian.Weimer@RUS.Uni-Stuttgart.DE
1614    - markus@cvs.openbsd.org 2000/12/16 02:39:57
1615      [scp.c]
1616      unused; from stevesk@pobox.com
1617
1618 20001215
1619  - (stevesk) Old OpenBSD patch wasn't completely applied:
1620    - markus@cvs.openbsd.org 2000/01/24 22:11:20
1621      [scp.c]
1622      allow '.' in usernames; from jedgar@fxp.org
1623  - (stevesk) OpenBSD CVS updates:
1624    - markus@cvs.openbsd.org 2000/12/13 16:26:53
1625      [ssh-keyscan.c]
1626      fatal already adds \n; from stevesk@pobox.com
1627    - markus@cvs.openbsd.org 2000/12/13 16:25:44
1628      [ssh-agent.c]
1629      remove redundant spaces; from stevesk@pobox.com
1630    - ho@cvs.openbsd.org 2000/12/12 15:50:21
1631      [pty.c]
1632      When failing to set tty owner and mode on a read-only filesystem, don't
1633      abort if the tty already has correct owner and reasonably sane modes.
1634      Example; permit 'root' to login to a firewall with read-only root fs.
1635      (markus@ ok)
1636    - deraadt@cvs.openbsd.org 2000/12/13 06:36:05
1637      [pty.c]
1638      KNF
1639    - markus@cvs.openbsd.org 2000/12/12 14:45:21
1640      [sshd.c]
1641      source port < 1024 is no longer required for rhosts-rsa since it
1642      adds no additional security.
1643    - markus@cvs.openbsd.org 2000/12/12 16:11:49
1644      [ssh.1 ssh.c]
1645      rhosts-rsa is no longer automagically disabled if ssh is not privileged.
1646      UsePrivilegedPort=no disables rhosts-rsa _only_ for old servers.
1647      these changes should not change the visible default behaviour of the ssh client.
1648    - deraadt@cvs.openbsd.org 2000/12/11 10:27:33
1649      [scp.c]
1650      when copying 0-sized files, do not re-print ETA time at completion
1651    - provos@cvs.openbsd.org 2000/12/15 10:30:15
1652      [kex.c kex.h sshconnect2.c sshd.c]
1653      compute diffie-hellman in parallel between server and client. okay markus@
1654
1655 20001213
1656  - (djm) Make sure we reset the SIGPIPE disposition after we fork. Report
1657    from Andreas M. Kirchwitz <amk@krell.zikzak.de>
1658  - (stevesk) OpenBSD CVS update:
1659    - markus@cvs.openbsd.org 2000/12/12 15:30:02
1660      [ssh-keyscan.c ssh.c sshd.c]
1661      consistently use __progname; from stevesk@pobox.com
1662
1663 20001211
1664  - (bal) Applied patch to include ssh-keyscan into Redhat's package, and
1665    patch to install ssh-keyscan manpage.  Patch by Pekka Savola
1666    <pekka@netcore.fi>
1667  - (bal) OpenbSD CVS update
1668    - markus@cvs.openbsd.org 2000/12/10 17:01:53
1669      [sshconnect1.c]
1670      always request new challenge for skey/tis-auth, fixes interop with
1671      other implementations; report from roth@feep.net
1672
1673 20001210
1674  - (bal) OpenBSD CVS updates
1675    - markus@cvs.openbsd.org 2000/12/09 13:41:51
1676      [cipher.c cipher.h rijndael.c rijndael.h rijndael_boxes.h]
1677      undo rijndael changes
1678    - markus@cvs.openbsd.org 2000/12/09 13:48:31
1679      [rijndael.c]
1680      fix byte order bug w/o introducing new implementation
1681    - markus@cvs.openbsd.org 2000/12/09 14:08:27
1682      [sftp-server.c]
1683      "" -> "." for realpath; from vinschen@redhat.com
1684    - markus@cvs.openbsd.org 2000/12/09 14:06:54
1685      [ssh-agent.c]
1686      extern int optind; from stevesk@sweden.hp.com
1687    - provos@cvs.openbsd.org 2000/12/09 23:51:11
1688      [compat.c]
1689      remove unnecessary '\n'
1690
1691 20001209
1692  - (bal) OpenBSD CVS updates:
1693    - djm@cvs.openbsd.org 2000/12/07 4:24:59
1694      [ssh.1]
1695      Typo fix from Wilfredo Sanchez <wsanchez@apple.com>; ok theo
1696
1697 20001207
1698  - (bal) OpenBSD CVS updates:
1699    - markus@cvs.openbsd.org 2000/12/06 22:58:14
1700      [compat.c compat.h packet.c]
1701      disable debug messages for ssh.com/f-secure 2.0.1x, 2.1.0
1702    - markus@cvs.openbsd.org 2000/12/06 23:10:39
1703      [rijndael.c]
1704      unexpand(1)
1705    - markus@cvs.openbsd.org 2000/12/06 23:05:43
1706      [cipher.c cipher.h rijndael.c rijndael.h rijndael_boxes.h]
1707      new rijndael implementation. fixes endian bugs
1708
1709 20001206
1710  - (bal) OpenBSD CVS updates:
1711    - markus@cvs.openbsd.org 2000/12/05 20:34:09
1712      [channels.c channels.h clientloop.c serverloop.c]
1713      async connects for -R/-L; ok deraadt@
1714    - todd@cvs.openssh.org 2000/12/05 16:47:28
1715      [sshd.c]
1716      tweak comment to reflect real location of pid file; ok provos@
1717  - (stevesk) Import <sys/queue.h> from OpenBSD for systems that don't
1718    have it (used in ssh-keyscan).
1719  - (stevesk) OpenBSD CVS update:
1720    - markus@cvs.openbsd.org 2000/12/06 19:57:48
1721      [ssh-keyscan.c]
1722      err(3) -> internal error(), from stevesk@sweden.hp.com
1723
1724 20001205
1725  - (bal) OpenBSD CVS updates:
1726    - markus@cvs.openbsd.org 2000/12/04 19:24:02
1727      [ssh-keyscan.c ssh-keyscan.1]
1728      David Maziere's ssh-keyscan, ok niels@
1729  - (bal) Updated Makefile.in to include ssh-keyscan that was just added
1730    to the recent OpenBSD source tree.
1731  - (stevesk) fix typos in contrib/hpux/README
1732
1733 20001204
1734  - (bal) More C functions defined in NeXT that are unaccessable without
1735    defining -POSIX.
1736  - (bal) OpenBSD CVS updates:
1737    - markus@cvs.openbsd.org 2000/12/03 11:29:04
1738      [compat.c]
1739      remove fallback to SSH_BUG_HMAC now that the drafts are updated
1740    - markus@cvs.openbsd.org 2000/12/03 11:27:55
1741      [compat.c]
1742      correctly match "2.1.0.pl2 SSH" etc; from
1743      pekkas@netcore.fi/bugzilla.redhat
1744    - markus@cvs.openbsd.org 2000/12/03 11:15:03
1745      [auth2.c compat.c compat.h sshconnect2.c]
1746      support f-secure/ssh.com 2.0.12; ok niels@
1747
1748 20001203
1749  - (bal) OpenBSD CVS updates:
1750   - markus@cvs.openbsd.org 2000/11/30 22:54:31
1751     [channels.c]
1752     debug->warn if tried to do -R style fwd w/o client requesting this;
1753     ok neils@
1754   - markus@cvs.openbsd.org 2000/11/29 20:39:17
1755     [cipher.c]
1756     des_cbc_encrypt -> des_ncbc_encrypt since it already updates the IV
1757   - markus@cvs.openbsd.org 2000/11/30 18:33:05
1758     [ssh-agent.c]
1759     agents must not dump core, ok niels@
1760   - markus@cvs.openbsd.org 2000/11/30 07:04:02
1761     [ssh.1]
1762     T is for both protocols
1763   - markus@cvs.openbsd.org 2000/12/01 00:00:51
1764     [ssh.1]
1765     typo; from green@FreeBSD.org
1766   - markus@cvs.openbsd.org 2000/11/30 07:02:35
1767     [ssh.c]
1768     check -T before isatty()
1769   - provos@cvs.openbsd.org 2000/11/29 13:51:27
1770     [sshconnect.c]
1771     show IP address and hostname when new key is encountered. okay markus@
1772   - markus@cvs.openbsd.org 2000/11/30 22:53:35
1773     [sshconnect.c]
1774     disable agent/x11/port fwding if hostkey has changed; ok niels@
1775   - marksu@cvs.openbsd.org 2000/11/29 21:11:59
1776     [sshd.c]
1777     sshd -D, startup w/o deamon(), for monitoring scripts or inittab;
1778     from handler@sub-rosa.com and eric@urbanrange.com; ok niels@
1779  - (djm) Added patch from Nalin Dahyabhai <nalin@redhat.com> to enable
1780    PAM authentication using KbdInteractive.
1781  - (djm) Added another TODO
1782
1783 20001202
1784  - (bal) Backed out of part of Alain St-Denis' loginrec.c patch.
1785  - (bal) Irix need some sort of mansubdir, patch by Michael Stone
1786    <mstone@cs.loyola.edu>
1787
1788 20001129
1789  - (djm) Back out all the serverloop.c hacks. sshd will now hang again
1790    if there are background children with open fds.
1791  - (djm) bsd-rresvport.c bzero -> memset
1792  - (djm) Don't fail in defines.h on absence of 64 bit types (we will
1793    still fail during compilation of sftp-server).
1794  - (djm) Fail if ar is not found during configure
1795  - (djm) OpenBSD CVS updates:
1796    - provos@cvs.openbsd.org  2000/11/22 08:38:31
1797      [sshd.8]
1798      talk about /etc/primes, okay markus@
1799    - markus@cvs.openbsd.org  2000/11/23 14:03:48
1800      [ssh.c sshconnect1.c sshconnect2.c]
1801      complain about invalid ciphers for ssh1/ssh2, fall back to reasonable
1802      defaults
1803    - markus@cvs.openbsd.org  2000/11/25 09:42:53
1804      [sshconnect1.c]
1805      reorder check for illegal ciphers, bugreport from espie@
1806    - markus@cvs.openbsd.org  2000/11/25 10:19:34
1807      [ssh-keygen.c ssh.h]
1808      print keytype when generating a key.
1809      reasonable defaults for RSA1/RSA/DSA keys.
1810  - (djm) Patch from Pekka Savola <Pekka.Savola@netcore.fi> to include a few
1811    more manpage paths in fixpaths calls
1812  - (djm) Also add xauth path at Pekka's suggestion.
1813  - (djm) Add Redhat RPM patch for AUTHPRIV SyslogFacility
1814
1815 20001125
1816  - (djm) Give up privs when reading seed file
1817
1818 20001123
1819  - (bal) Merge OpenBSD changes:
1820    - markus@cvs.openbsd.org  2000/11/15 22:31:36
1821      [auth-options.c]
1822      case insensitive key options; from stevesk@sweeden.hp.com
1823    - markus@cvs.openbsd.org  2000/11/16 17:55:43
1824      [dh.c]
1825      do not use perror() in sshd, after child is forked()
1826    - markus@cvs.openbsd.org  2000/11/14 23:42:40
1827      [auth-rsa.c]
1828      parse option only if key matches; fix some confusing seen by the client
1829    - markus@cvs.openbsd.org  2000/11/14 23:44:19
1830      [session.c]
1831      check no_agent_forward_flag for ssh-2, too
1832    - markus@cvs.openbsd.org  2000/11/15
1833      [ssh-agent.1]
1834      reorder SYNOPSIS; typo, use .It
1835    - markus@cvs.openbsd.org  2000/11/14 23:48:55
1836      [ssh-agent.c]
1837      do not reorder keys if a key is removed
1838    - markus@cvs.openbsd.org  2000/11/15 19:58:08
1839      [ssh.c]
1840      just ignore non existing user keys
1841    - millert@cvs.openbsd.org  200/11/15 20:24:43
1842      [ssh-keygen.c]
1843      Add missing \n at end of error message.
1844
1845 20001122
1846  - (bal) Minor patch to ensure platforms lacking IRIX job limit supports
1847    are compilable.
1848  - (bal) Updated TODO as of 11/18/2000 with known things to resolve.
1849
1850 20001117
1851  - (bal) Changed from 'primes' to 'primes.out' for consistancy sake.  It
1852    has no affect the output.  Patch by Corinna Vinschen <vinschen@redhat.com>
1853  - (stevesk) Reworked progname support.
1854  - (bal) Misplaced #include "includes.h" in bsd-setproctitle.c.  Patch by
1855    Shinichi Maruyama <marya@st.jip.co.jp>
1856
1857 20001116
1858  - (bal) Added in MAXSYMLINK test in bsd-realpath.c.  Required for some SCO
1859    releases.
1860  - (bal) Make builds work outside of source tree.  Patch by Mark D. Roth
1861    <roth@feep.net>
1862
1863 20001113
1864  - (djm) Add pointer to http://www.imasy.or.jp/~gotoh/connect.c to
1865    contrib/README
1866  - (djm) Merge OpenBSD changes:
1867    - markus@cvs.openbsd.org  2000/11/06 16:04:56
1868      [channels.c channels.h clientloop.c nchan.c serverloop.c]
1869      [session.c ssh.c]
1870      agent forwarding and -R for ssh2, based on work from
1871      jhuuskon@messi.uku.fi
1872    - markus@cvs.openbsd.org  2000/11/06 16:13:27
1873      [ssh.c sshconnect.c sshd.c]
1874      do not disabled rhosts(rsa) if server port > 1024; from
1875      pekkas@netcore.fi
1876    - markus@cvs.openbsd.org  2000/11/06 16:16:35
1877      [sshconnect.c]
1878      downgrade client to 1.3 if server is 1.4; help from mdb@juniper.net
1879    - markus@cvs.openbsd.org  2000/11/09 18:04:40
1880      [auth1.c]
1881      typo; from mouring@pconline.com
1882    - markus@cvs.openbsd.org  2000/11/12 12:03:28
1883      [ssh-agent.c]
1884      off-by-one when removing a key from the agent
1885    - markus@cvs.openbsd.org  2000/11/12 12:50:39
1886      [auth-rh-rsa.c auth2.c authfd.c authfd.h]
1887      [authfile.c hostfile.c kex.c kex.h key.c key.h myproposal.h]
1888      [readconf.c readconf.h rsa.c rsa.h servconf.c servconf.h ssh-add.c]
1889      [ssh-agent.c ssh-keygen.1 ssh-keygen.c ssh.1 ssh.c ssh_config]
1890      [sshconnect1.c sshconnect2.c sshd.8 sshd.c sshd_config ssh-dss.c]
1891      [ssh-dss.h ssh-rsa.c ssh-rsa.h dsa.c dsa.h]
1892      add support for RSA to SSH2.  please test.
1893      there are now 3 types of keys: RSA1 is used by ssh-1 only,
1894      RSA and DSA are used by SSH2.
1895      you can use 'ssh-keygen -t rsa -f ssh2_rsa_file' to generate RSA
1896      keys for SSH2 and use the RSA keys for hostkeys or for user keys.
1897      SSH2 RSA or DSA keys are added to .ssh/authorised_keys2 as before.
1898  - (djm) Fix up Makefile and Redhat init script to create RSA host keys
1899  - (djm) Change to interim version
1900  - (djm) Fix RPM spec file stupidity
1901  - (djm) fixpaths to DSA and RSA keys too
1902
1903 20001112
1904  - (bal) SCO Patch to add needed libraries for configure.in.  Patch by
1905    Phillips Porch <root@theporch.com>
1906  - (bal) IRIX patch to adding Job Limits.  Patch by Denis Parker
1907    <dcp@sgi.com>
1908  - (stevesk) pty.c: HP-UX 10 and 11 don't define TIOCSCTTY.  Add error() to
1909    failed ioctl(TIOCSCTTY) call.
1910
1911 20001111
1912  - (djm) Added /etc/primes for kex DH group neg, fixup Makefile.in and
1913    packaging files
1914  - (djm) Fix new Makefile.in warnings
1915  - (djm) Fix vsprintf("%h") in bsd-snprintf.c, short int va_args are
1916    promoted to type int. Report and fix from Dan Astoorian
1917    <djast@cs.toronto.edu>
1918  - (djm) Hardwire sysconfdir in RPM spec files as some RPM versions get
1919    it wrong. Report from Bennett Todd <bet@rahul.net>
1920
1921 20001110
1922  - (bal) Fixed dropped answer from skey_keyinfo() in auth1.c
1923  - (bal) Changed from --with-skey to --with-skey=PATH in configure.in
1924  - (bal) Added in check to verify S/Key library is being detected in
1925    configure.in
1926  - (bal) next-posix.h - added another prototype wrapped in POSIX ifdef/endif.
1927    Patch by Mark Miller <markm@swoon.net>
1928  - (bal) Added 'util.h' header to loginrec.c only if HAVE_UTIL_H is defined
1929    to remove warnings under MacOS X.  Patch by Mark Miller <markm@swoon.net>
1930  - (bal) Fixed LDFLAG mispelling in configure.in for --with-afs
1931
1932 20001107
1933  - (bal) acconfig.in - removed the double "USE_PIPES" entry. Patch by
1934    Mark Miller <markm@swoon.net>
1935  - (bal) sshd.init files corrected to assign $? to RETVAL.  Patch by
1936    Jarno Huuskonen <jhuuskon@messi.uku.fi>
1937  - (bal) fixpaths fixed to stop it from quitely failing. Patch by
1938    Mark D. Roth <roth@feep.net>
1939
1940 20001106
1941  - (djm) Use Jim's new 1.0.3 askpass in Redhat RPMs
1942  - (djm) Manually fix up missed diff hunks (mainly RCS idents)
1943  - (djm) Remove UPGRADING document in favour of a link to the better
1944    maintained FAQ on www.openssh.com
1945  - (djm) Fix multiple dependancy on gnome-libs from Pekka Savola
1946    <pekkas@netcore.fi>
1947  - (djm) Don't need X11-askpass in RPM spec file if building without it
1948    from Pekka Savola <pekkas@netcore.fi>
1949  - (djm) Release 2.3.0p1
1950  - (bal) typo in configure.in in regards to --with-ldflags from Marko
1951    Asplund <aspa@kronodoc.fi>
1952  - (bal) fixed next-posix.h.  Forgot prototype of getppid().
1953
1954 20001105
1955  - (bal) Sync with OpenBSD:
1956    - markus@cvs.openbsd.org 2000/10/31 9:31:58
1957      [compat.c]
1958      handle all old openssh versions
1959    - markus@cvs.openbsd.org 2000/10/31 13:1853
1960      [deattack.c]
1961      so that large packets do not wrap "n"; from netbsd
1962  - (bal) rijndel.c - fix up RCSID to match OpenBSD tree
1963  - (bal) auth2-skey.c - Checked in.  Missing from portable tree.
1964  - (bal) Reworked NEWS-OS and NeXT ports to extract waitpid() and
1965    setsid() into more common files
1966  - (stevesk) pty.c: use __hpux to identify HP-UX.
1967  - (bal) Missed auth-skey.o in Makefile.in and minor correction to
1968    bsd-waitpid.c
1969
1970 20001029
1971  - (stevesk) Fix typo in auth.c: USE_PAM not PAM
1972  - (stevesk) Create contrib/cygwin/ directory; patch from
1973    Corinna Vinschen <vinschen@redhat.com>
1974  - (bal) Resolved more $xno and $xyes issues in configure.in
1975  - (bal) next-posix.h - spelling and forgot a prototype
1976
1977 20001028
1978  - (djm) fix select hack in serverloop.c from Philippe WILLEM
1979    <Philippe.WILLEM@urssaf.fr>
1980  - (djm) Fix mangled AIXAUTHENTICATE code
1981  - (djm) authctxt->pw may be NULL. Fix from Markus Friedl
1982    <markus.friedl@informatik.uni-erlangen.de>
1983  - (djm) Sync with OpenBSD:
1984    - markus@cvs.openbsd.org  2000/10/16 15:46:32
1985      [ssh.1]
1986      fixes from pekkas@netcore.fi
1987    - markus@cvs.openbsd.org  2000/10/17 14:28:11
1988      [atomicio.c]
1989      return number of characters processed; ok deraadt@
1990    - markus@cvs.openbsd.org  2000/10/18 12:04:02
1991      [atomicio.c]
1992      undo
1993    - markus@cvs.openbsd.org  2000/10/18 12:23:02
1994      [scp.c]
1995      replace atomicio(read,...) with read(); ok deraadt@
1996    - markus@cvs.openbsd.org  2000/10/18 12:42:00
1997      [session.c]
1998      restore old record login behaviour
1999    - deraadt@cvs.openbsd.org 2000/10/19 10:41:13
2000      [auth-skey.c]
2001      fmt string problem in unused code
2002    - provos@cvs.openbsd.org  2000/10/19 10:45:16
2003      [sshconnect2.c]
2004      don't reference freed memory. okay deraadt@
2005    - markus@cvs.openbsd.org  2000/10/21 11:04:23
2006      [canohost.c]
2007      typo, eramore@era-t.ericsson.se; ok niels@
2008    - markus@cvs.openbsd.org  2000/10/23 13:31:55
2009      [cipher.c]
2010      non-alignment dependent swap_bytes(); from
2011      simonb@wasabisystems.com/netbsd
2012    - markus@cvs.openbsd.org  2000/10/26 12:38:28
2013      [compat.c]
2014      add older vandyke products
2015    - markus@cvs.openbsd.org  2000/10/27 01:32:19
2016      [channels.c channels.h clientloop.c serverloop.c session.c]
2017      [ssh.c util.c]
2018      enable non-blocking IO on channels, and tty's (except for the
2019      client ttys).
2020
2021 20001027
2022  - (djm) Increase REKEY_BYTES to 2^24 for arc4random
2023
2024 20001025
2025  - (djm) Added WARNING.RNG file and modified configure to ask users of the
2026    builtin entropy code to read it.
2027  - (djm) Prefer builtin regex to PCRE.
2028  - (bal) Added USE_PIPS defined to NeXT configure.in since scp hangs randomly.
2029  - (bal) Apply fixes to configure.in pointed out by Pavel Roskin
2030    <proski@gnu.org>
2031
2032 20001020
2033  - (djm) Don't define _REENTRANT for SNI/Reliant Unix
2034  - (bal) Imported NEWS-OS waitpid() macros into NeXT.  Since implementation
2035    is more correct then current version.
2036
2037 20001018
2038  - (stevesk) Add initial support for setproctitle().  Current
2039    support is for the HP-UX pstat(PSTAT_SETCMD, ...) method.
2040  - (stevesk) Add egd startup scripts to contrib/hpux/
2041
2042 20001017
2043  - (djm) Add -lregex to cywin libs from Corinna Vinschen
2044    <vinschen@cygnus.com>
2045  - (djm) Don't rely on atomicio's retval to determine length of askpass
2046    supplied passphrase. Problem report from Lutz Jaenicke
2047    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
2048  - (bal) Changed from GNU rx to PCRE on suggestion from djm.
2049  - (bal) Integrated Sony NEWS-OS patches from NAKAJI Hirouyuki
2050    <nakaji@tutrp.tut.ac.jp>
2051
2052 20001016
2053  - (djm) Sync with OpenBSD:
2054    - markus@cvs.openbsd.org  2000/10/14 04:01:15
2055      [cipher.c]
2056      debug3
2057    - markus@cvs.openbsd.org  2000/10/14 04:07:23
2058      [scp.c]
2059      remove spaces from arguments; from djm@mindrot.org
2060    - markus@cvs.openbsd.org  2000/10/14 06:09:46
2061      [ssh.1]
2062      Cipher is for SSH-1 only
2063    - markus@cvs.openbsd.org  2000/10/14 06:12:09
2064      [servconf.c servconf.h serverloop.c session.c sshd.8]
2065      AllowTcpForwarding; from naddy@
2066    - markus@cvs.openbsd.org  2000/10/14 06:16:56
2067      [auth2.c compat.c compat.h sshconnect2.c version.h]
2068      OpenSSH_2.3; note that is is not complete, but the version number
2069      needs to be changed for interoperability reasons
2070    - markus@cvs.openbsd.org  2000/10/14 06:19:45
2071      [auth-rsa.c]
2072      do not send RSA challenge if key is not allowed by key-options; from
2073      eivind@ThinkSec.com
2074    - markus@cvs.openbsd.org  2000/10/15 08:14:01
2075      [rijndael.c session.c]
2076      typos; from stevesk@sweden.hp.com
2077    - markus@cvs.openbsd.org  2000/10/15 08:18:31
2078      [rijndael.c]
2079      typo
2080  - (djm) Copy manpages back over from OpenBSD - too tedious to wade
2081    through diffs
2082  - (djm) Added condrestart to Redhat init script. Patch from Pekka Savola
2083    <pekkas@netcore.fi>
2084  - (djm) Update version in Redhat spec file
2085  - (djm) Merge some of Nalin Dahyabhai <nalin@redhat.com> changes from the
2086    Redhat 7.0 spec file
2087  - (djm) Make inability to read/write PRNG seedfile non-fatal
2088
2089
2090 20001015
2091  - (djm) Fix ssh2 hang on background processes at logout.
2092
2093 20001014
2094  - (bal) Add support for realpath and getcwd for platforms with broken
2095    or missing realpath implementations for sftp-server.
2096  - (bal) Corrected mistake in INSTALL in regards to GNU rx library
2097  - (bal) Add support for GNU rx library for those lacking regexp support
2098  - (djm) Don't accept PAM_PROMPT_ECHO_ON messages during initial auth
2099  - (djm) Revert SSH2 serverloop hack, will find a better way.
2100  - (djm) Add workaround for Linux 2.4's gratuitious errno change. Patch
2101    from Martin Johansson <fatbob@acc.umu.se>
2102  - (djm) Big OpenBSD sync:
2103    - markus@cvs.openbsd.org  2000/09/30 10:27:44
2104      [log.c]
2105      allow loglevel debug
2106    - markus@cvs.openbsd.org  2000/10/03 11:59:57
2107      [packet.c]
2108      hmac->mac
2109    - markus@cvs.openbsd.org  2000/10/03 12:03:03
2110      [auth-krb4.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c auth1.c]
2111      move fake-auth from auth1.c to individual auth methods, disables s/key in
2112      debug-msg
2113    - markus@cvs.openbsd.org  2000/10/03 12:16:48
2114      ssh.c
2115      do not resolve canonname, i have no idea why this was added oin ossh
2116    - markus@cvs.openbsd.org  2000/10/09 15:30:44
2117      ssh-keygen.1 ssh-keygen.c
2118      -X now reads private ssh.com DSA keys, too.
2119    - markus@cvs.openbsd.org  2000/10/09 15:32:34
2120      auth-options.c
2121      clear options on every call.
2122    - markus@cvs.openbsd.org  2000/10/09 15:51:00
2123      authfd.c authfd.h
2124      interop with ssh-agent2, from <res@shore.net>
2125    - markus@cvs.openbsd.org  2000/10/10 14:20:45
2126      compat.c
2127      use rexexp for version string matching
2128    - provos@cvs.openbsd.org  2000/10/10 22:02:18
2129      [kex.c kex.h myproposal.h ssh.h ssh2.h sshconnect2.c sshd.c dh.c dh.h]
2130      First rough implementation of the diffie-hellman group exchange.  The
2131      client can ask the server for bigger groups to perform the diffie-hellman
2132      in, thus increasing the attack complexity when using ciphers with longer
2133      keys.  University of Windsor provided network, T the company.
2134    - markus@cvs.openbsd.org  2000/10/11 13:59:52
2135      [auth-rsa.c auth2.c]
2136      clear auth options unless auth sucessfull
2137    - markus@cvs.openbsd.org  2000/10/11 14:00:27
2138      [auth-options.h]
2139      clear auth options unless auth sucessfull
2140    - markus@cvs.openbsd.org  2000/10/11 14:03:27
2141      [scp.1 scp.c]
2142      support 'scp -o' with help from mouring@pconline.com
2143    - markus@cvs.openbsd.org  2000/10/11 14:11:35
2144      [dh.c]
2145      Wall
2146    - markus@cvs.openbsd.org  2000/10/11 14:14:40
2147      [auth.h auth2.c readconf.c readconf.h readpass.c servconf.c servconf.h]
2148      [ssh.h sshconnect2.c sshd_config auth2-skey.c cli.c cli.h]
2149      add support for s/key (kbd-interactive) to ssh2, based on work by
2150      mkiernan@avantgo.com and me
2151    - markus@cvs.openbsd.org  2000/10/11 14:27:24
2152      [auth.c auth1.c auth2.c authfile.c cipher.c cipher.h kex.c kex.h]
2153      [myproposal.h packet.c readconf.c session.c ssh.c ssh.h sshconnect1.c]
2154      [sshconnect2.c sshd.c]
2155      new cipher framework
2156    - markus@cvs.openbsd.org  2000/10/11 14:45:21
2157      [cipher.c]
2158      remove DES
2159    - markus@cvs.openbsd.org  2000/10/12 03:59:20
2160      [cipher.c cipher.h sshconnect1.c sshconnect2.c sshd.c]
2161      enable DES in SSH-1 clients only
2162    - markus@cvs.openbsd.org  2000/10/12 08:21:13
2163      [kex.h packet.c]
2164      remove unused
2165    - markus@cvs.openbsd.org  2000/10/13 12:34:46
2166      [sshd.c]
2167      Kludge for F-Secure Macintosh < 1.0.2; appro@fy.chalmers.se
2168    - markus@cvs.openbsd.org  2000/10/13 12:59:15
2169      [cipher.c cipher.h myproposal.h  rijndael.c rijndael.h]
2170      rijndael/aes support
2171    - markus@cvs.openbsd.org  2000/10/13 13:10:54
2172      [sshd.8]
2173      more info about -V
2174    - markus@cvs.openbsd.org  2000/10/13 13:12:02
2175      [myproposal.h]
2176      prefer no compression
2177  - (djm) Fix scp user@host handling
2178  - (djm) Don't clobber ssh_prng_cmds on install
2179  - (stevesk) Include config.h in rijndael.c so we define intXX_t and
2180    u_intXX_t types on all platforms.
2181  - (stevesk) rijndael.c: cleanup missing declaration warnings.
2182  - (stevesk) ~/.hushlogin shouldn't cause required password change to
2183    be bypassed.
2184  - (stevesk) Display correct path to ssh-askpass in configure output.
2185    Report from Lutz Jaenicke.
2186
2187 20001007
2188  - (stevesk) Print PAM return value in PAM log messages to aid
2189    with debugging.
2190  - (stevesk) Fix detection of pw_class struct member in configure;
2191    patch from KAMAHARA Junzo <kamahara@cc.kshosen.ac.jp>
2192
2193 20001002
2194  - (djm) Fix USER_PATH, report from Kevin Steves <stevesk@sweden.hp.com>
2195  - (djm) Add host system and CC to end-of-configure report. Suggested by
2196    Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
2197
2198 20000931
2199  - (djm) Cygwin fixes from Corinna Vinschen <vinschen@cygnus.com>
2200
2201 20000930
2202  - (djm) Irix ssh_prng_cmds path fix from Pekka Savola <pekkas@netcore.fi>
2203  - (djm) Support in bsd-snprintf.c for long long conversions from
2204    Ben Lindstrom <mouring@pconline.com>
2205  - (djm) Cleanup NeXT support from Ben Lindstrom <mouring@pconline.com>
2206  - (djm) Ignore SIGPIPEs from serverloop to child. Fixes crashes with
2207    very short lived X connections. Bug report from Tobias Oetiker
2208    <oetiker@ee.ethz.ch>. Fix from Markus Friedl <markus@cvs.openbsd.org>
2209  - (djm) Add recent InitScripts as a RPM dependancy for openssh-server
2210    patch from Pekka Savola <pekkas@netcore.fi>
2211  - (djm) Forgot to cvs add LICENSE file
2212  - (djm) Add LICENSE to RPM spec files
2213  - (djm) CVS OpenBSD sync:
2214    - markus@cvs.openbsd.org  2000/09/26 13:59:59
2215      [clientloop.c]
2216      use debug2
2217    - markus@cvs.openbsd.org  2000/09/27 15:41:34
2218      [auth2.c sshconnect2.c]
2219      use key_type()
2220    - markus@cvs.openbsd.org  2000/09/28 12:03:18
2221      [channels.c]
2222      debug -> debug2 cleanup
2223  - (djm) Irix strips "/dev/tty" from [uw]tmp entries (other systems only
2224    strip "/dev/"). Fix loginrec.c based on patch from Alain St-Denis
2225    <Alain.St-Denis@ec.gc.ca>
2226  - (djm) Fix 9 character passphrase failure with gnome-ssh-askpass.
2227    Problem was caused by interrupted read in ssh-add. Report from Donald
2228    J. Barry <don@astro.cornell.edu>
2229
2230 20000929
2231  - (djm) Fix SSH2 not terminating until all background tasks done problem.
2232  - (djm) Another off-by-one fix from Pavel Kankovsky
2233    <peak@argo.troja.mff.cuni.cz>
2234  - (djm) Clean up. Strip some unnecessary differences with OpenBSD's code,
2235    tidy necessary differences. Use Markus' new debugN() in entropy.c
2236  - (djm) Merged big SCO portability patch from Tim Rice
2237    <tim@multitalents.net>
2238
2239 20000926
2240  - (djm) Update X11-askpass to 1.0.2 in RPM spec file
2241  - (djm) Define _REENTRANT to pickup strtok_r() on HP/UX
2242  - (djm) Security: fix off-by-one buffer overrun in fake-getnameinfo.c.
2243    Report and fix from Pavel Kankovsky <peak@argo.troja.mff.cuni.cz>
2244
2245 20000924
2246  - (djm) Merged cleanup patch from Mark Miller <markm@swoon.net>
2247  - (djm) A bit more cleanup - created cygwin_util.h
2248  - (djm) Include strtok_r() from OpenBSD libc. Fixes report from Mark Miller
2249    <markm@swoon.net>
2250
2251 20000923
2252  - (djm) Fix address logging in utmp from Kevin Steves
2253    <stevesk@sweden.hp.com>
2254  - (djm) Redhat spec and manpage fixes from Pekka Savola <pekkas@netcore.fi>
2255  - (djm) Seperate tests for int64_t and u_int64_t types
2256  - (djm) Tweak password expiry checking at suggestion of Kevin Steves
2257    <stevesk@sweden.hp.com>
2258  - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
2259  - (djm) Use printf %lld instead of %qd in sftp-server.c. Fix from
2260    Michael Stone <mstone@cs.loyola.edu>
2261  - (djm) OpenBSD CVS sync:
2262    - markus@cvs.openbsd.org  2000/09/17 09:38:59
2263      [sshconnect2.c sshd.c]
2264      fix DEBUG_KEXDH
2265    - markus@cvs.openbsd.org  2000/09/17 09:52:51
2266      [sshconnect.c]
2267      yes no; ok niels@
2268    - markus@cvs.openbsd.org  2000/09/21 04:55:11
2269      [sshd.8]
2270      typo
2271    - markus@cvs.openbsd.org  2000/09/21 05:03:54
2272      [serverloop.c]
2273      typo
2274    - markus@cvs.openbsd.org  2000/09/21 05:11:42
2275      scp.c
2276      utime() to utimes(); mouring@pconline.com
2277    - markus@cvs.openbsd.org  2000/09/21 05:25:08
2278      sshconnect2.c
2279      change login logic in ssh2, allows plugin of other auth methods
2280    - markus@cvs.openbsd.org  2000/09/21 05:25:35
2281      [auth2.c channels.c channels.h clientloop.c dispatch.c dispatch.h]
2282      [serverloop.c]
2283      add context to dispatch_run
2284    - markus@cvs.openbsd.org  2000/09/21 05:07:52
2285      authfd.c authfd.h ssh-agent.c
2286      bug compat for old ssh.com software
2287
2288 20000920
2289  - (djm) Fix bad path substitution. Report from Andrew Miner
2290    <asminer@cs.iastate.edu>
2291
2292 20000916
2293  - (djm) Fix SSL search order from Lutz Jaenicke
2294    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
2295  - (djm) New SuSE spec from Corinna Vinschen <corinna@vinschen.de>
2296  - (djm) Update CygWin support from Corinna Vinschen <vinschen@cygnus.com>
2297  - (djm) Use a real struct sockaddr inside the fake struct sockaddr_storage.
2298    Patch from Larry Jones <larry.jones@sdrc.com>
2299  - (djm) Add Steve VanDevender's <stevev@darkwing.uoregon.edu> PAM
2300    password change patch.
2301  - (djm) Bring licenses on my stuff in line with OpenBSD's
2302  - (djm) Cleanup auth-passwd.c and unify HP/UX authentication. Patch from
2303    Kevin Steves <stevesk@sweden.hp.com>
2304  - (djm) Shadow expiry check fix from Pavel Troller <patrol@omni.sinus.cz>
2305  - (djm) Re-enable int64_t types - we need them for sftp
2306  - (djm) Use libexecdir from configure , rather than libexecdir/ssh
2307  - (djm) Update Redhat SPEC file accordingly
2308  - (djm) Add Kevin Steves <stevesk@sweden.hp.com> HP/UX contrib files
2309  - (djm) Add Charles Levert <charles@comm.polymtl.ca> getpgrp patch
2310  - (djm) Fix password auth on HP/UX 10.20. Patch from Dirk De Wachter
2311    <Dirk.DeWachter@rug.ac.be>
2312  - (djm) Fixprogs and entropy list fixes from Larry Jones
2313    <larry.jones@sdrc.com>
2314  - (djm) Fix for SuSE spec file from Takashi YOSHIDA
2315    <tyoshida@gemini.rc.kyushu-u.ac.jp>
2316  - (djm) Merge OpenBSD changes:
2317    - markus@cvs.openbsd.org  2000/09/05 02:59:57
2318      [session.c]
2319      print hostname (not hushlogin)
2320    - markus@cvs.openbsd.org  2000/09/05 13:18:48
2321      [authfile.c ssh-add.c]
2322      enable ssh-add -d for DSA keys
2323    - markus@cvs.openbsd.org  2000/09/05 13:20:49
2324      [sftp-server.c]
2325      cleanup
2326    - markus@cvs.openbsd.org  2000/09/06 03:46:41
2327      [authfile.h]
2328      prototype
2329    - deraadt@cvs.openbsd.org 2000/09/07 14:27:56
2330      [ALL]
2331      cleanup copyright notices on all files.  I have attempted to be
2332      accurate with the details.  everything is now under Tatu's licence
2333      (which I copied from his readme), and/or the core-sdi bsd-ish thing
2334      for deattack, or various openbsd developers under a 2-term bsd
2335      licence.  We're not changing any rules, just being accurate.
2336    - markus@cvs.openbsd.org  2000/09/07 14:40:30
2337      [channels.c channels.h clientloop.c serverloop.c ssh.c]
2338      cleanup window and packet sizes for ssh2 flow control; ok niels
2339    - markus@cvs.openbsd.org  2000/09/07 14:53:00
2340      [scp.c]
2341      typo
2342    - markus@cvs.openbsd.org  2000/09/07 15:13:37
2343      [auth-options.c auth-options.h auth-rh-rsa.c auth-rsa.c auth.c]
2344      [authfile.h canohost.c channels.h compat.c hostfile.h log.c match.h]
2345      [pty.c readconf.c]
2346      some more Copyright fixes
2347    - markus@cvs.openbsd.org  2000/09/08 03:02:51
2348      [README.openssh2]
2349      bye bye
2350    - deraadt@cvs.openbsd.org 2000/09/11 18:38:33
2351      [LICENCE cipher.c]
2352      a few more comments about it being ARC4 not RC4
2353    - markus@cvs.openbsd.org  2000/09/12 14:53:11
2354      [log-client.c log-server.c log.c ssh.1 ssh.c ssh.h sshd.8 sshd.c]
2355      multiple debug levels
2356    - markus@cvs.openbsd.org  2000/09/14 14:25:15
2357      [clientloop.c]
2358      typo
2359    - deraadt@cvs.openbsd.org 2000/09/15 01:13:51
2360      [ssh-agent.c]
2361      check return value for setenv(3) for failure, and deal appropriately
2362
2363 20000913
2364  - (djm) Fix server not exiting with jobs in background.
2365
2366 20000905
2367  - (djm) Import OpenBSD CVS changes
2368    - markus@cvs.openbsd.org  2000/08/31 15:52:24
2369      [Makefile sshd.8 sshd_config sftp-server.8 sftp-server.c]
2370      implement a SFTP server. interops with sftp2, scp2 and the windows
2371      client from ssh.com
2372    - markus@cvs.openbsd.org  2000/08/31 15:56:03
2373      [README.openssh2]
2374      sync
2375    - markus@cvs.openbsd.org  2000/08/31 16:05:42
2376      [session.c]
2377      Wall
2378    - markus@cvs.openbsd.org  2000/08/31 16:09:34
2379      [authfd.c ssh-agent.c]
2380      add a flag to SSH2_AGENTC_SIGN_REQUEST for future extensions
2381    - deraadt@cvs.openbsd.org 2000/09/01 09:25:13
2382      [scp.1 scp.c]
2383      cleanup and fix -S support; stevesk@sweden.hp.com
2384    - markus@cvs.openbsd.org  2000/09/01 16:29:32
2385      [sftp-server.c]
2386      portability fixes
2387    - markus@cvs.openbsd.org  2000/09/01 16:32:41
2388      [sftp-server.c]
2389      fix cast; mouring@pconline.com
2390    - itojun@cvs.openbsd.org  2000/09/03 09:23:28
2391      [ssh-add.1 ssh.1]
2392      add missing .El against .Bl.
2393    - markus@cvs.openbsd.org  2000/09/04 13:03:41
2394      [session.c]
2395      missing close; ok theo
2396    - markus@cvs.openbsd.org  2000/09/04 13:07:21
2397      [session.c]
2398      fix get_last_login_time order; from andre@van-veen.de
2399    - markus@cvs.openbsd.org  2000/09/04 13:10:09
2400      [sftp-server.c]
2401      more cast fixes; from mouring@pconline.com
2402    - markus@cvs.openbsd.org  2000/09/04 13:06:04
2403      [session.c]
2404      set SSH_ORIGINAL_COMMAND; from Leakin@dfw.nostrum.com, bet@rahul.net
2405  - (djm) Cleanup after import. Fix sftp-server compilation, Makefile
2406  - (djm) Merge cygwin support from Corinna Vinschen <vinschen@cygnus.com>
2407
2408 20000903
2409  - (djm) Fix Redhat init script
2410
2411 20000901
2412  - (djm) Pick up Jim's new X11-askpass
2413  - (djm) Release 2.2.0p1
2414
2415 20000831
2416  - (djm) Workaround SIGPIPE problems on SCO. Fix from Aran Cox
2417    <acox@cv.telegroup.com>
2418  - (djm) Pick up new version (2.2.0) from OpenBSD CVS
2419
2420 20000830
2421  - (djm) Compile warning fixes from Mark Miller <markm@swoon.net>
2422  - (djm) Periodically rekey arc4random
2423  - (djm) Clean up diff against OpenBSD.
2424  - (djm) HPUX 11 needs USE_PIPES as well: Kevin Steves
2425    <stevesk@sweden.hp.com>
2426  - (djm) Quieten the pam delete credentials error message
2427  - (djm) Fix printing of $DISPLAY hack if set by system type. Report from
2428    Kevin Steves <stevesk@sweden.hp.com>
2429  - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
2430  - (djm) Fix doh in bsd-arc4random.c
2431
2432 20000829
2433  - (djm) Fix ^C ignored issue on Solaris. Diagnosis from Gert
2434    Doering <gert@greenie.muc.de>, John Horne <J.Horne@plymouth.ac.uk> and
2435    Garrick James <garrick@james.net>
2436  - (djm) Check for SCO pty naming style (ptyp%d/ttyp%d). Based on fix from
2437    Bastian Trompetter <btrompetter@firemail.de>
2438  - (djm) NeXT tweaks from Ben Lindstrom <mouring@pconline.com>
2439  - More OpenBSD updates:
2440    - deraadt@cvs.openbsd.org 2000/08/24 15:46:59
2441      [scp.c]
2442      off_t in sink, to fix files > 2GB, i think, test is still running ;-)
2443    - deraadt@cvs.openbsd.org 2000/08/25 10:10:06
2444      [session.c]
2445      Wall
2446    - markus@cvs.openbsd.org  2000/08/26 04:33:43
2447      [compat.c]
2448      ssh.com-2.3.0
2449    - markus@cvs.openbsd.org  2000/08/27 12:18:05
2450      [compat.c]
2451      compatibility with future ssh.com versions
2452    - deraadt@cvs.openbsd.org 2000/08/27 21:50:55
2453      [auth-krb4.c session.c ssh-add.c sshconnect.c uidswap.c]
2454      print uid/gid as unsigned
2455    - markus@cvs.openbsd.org  2000/08/28 13:51:00
2456      [ssh.c]
2457      enable -n and -f for ssh2
2458    - markus@cvs.openbsd.org  2000/08/28 14:19:53
2459      [ssh.c]
2460      allow combination of -N and -f
2461    - markus@cvs.openbsd.org  2000/08/28 14:20:56
2462      [util.c]
2463      util.c
2464    - markus@cvs.openbsd.org  2000/08/28 14:22:02
2465      [util.c]
2466      undo
2467    - markus@cvs.openbsd.org  2000/08/28 14:23:38
2468      [util.c]
2469      don't complain if setting NONBLOCK fails with ENODEV
2470
2471 20000823
2472  - (djm) Define USE_PIPES to avoid socketpair problems on HPUX 10 and SunOS 4
2473    Avoids "scp never exits" problem. Reports from Lutz Jaenicke
2474    <Lutz.Jaenicke@aet.TU-Cottbus.DE> and Tamito KAJIYAMA
2475    <kajiyama@grad.sccs.chukyo-u.ac.jp>
2476  - (djm) Pick up LOGIN_PROGRAM from environment or PATH if not set by headers
2477  - (djm) Add local version to version.h
2478  - (djm) Don't reseed arc4random everytime it is used
2479  - (djm) OpenBSD CVS updates:
2480    - deraadt@cvs.openbsd.org 2000/08/18 20:07:23
2481      [ssh.c]
2482      accept remsh as a valid name as well; roman@buildpoint.com
2483    - deraadt@cvs.openbsd.org 2000/08/18 20:17:13
2484      [deattack.c crc32.c packet.c]
2485      rename crc32() to ssh_crc32() to avoid zlib name clash.  do not move to
2486      libz crc32 function yet, because it has ugly "long"'s in it;
2487      oneill@cs.sfu.ca
2488    - deraadt@cvs.openbsd.org 2000/08/18 20:26:08
2489      [scp.1 scp.c]
2490      -S prog support; tv@debian.org
2491    - deraadt@cvs.openbsd.org 2000/08/18 20:50:07
2492      [scp.c]
2493      knf
2494    - deraadt@cvs.openbsd.org 2000/08/18 20:57:33
2495      [log-client.c]
2496      shorten
2497    - markus@cvs.openbsd.org  2000/08/19 12:48:11
2498      [channels.c channels.h clientloop.c ssh.c ssh.h]
2499      support for ~. in ssh2
2500    - deraadt@cvs.openbsd.org 2000/08/19 15:29:40
2501      [crc32.h]
2502      proper prototype
2503    - markus@cvs.openbsd.org  2000/08/19 15:34:44
2504      [authfd.c authfd.h key.c key.h ssh-add.1 ssh-add.c ssh-agent.1]
2505      [ssh-agent.c ssh-keygen.c sshconnect1.c sshconnect2.c Makefile]
2506      [fingerprint.c fingerprint.h]
2507      add SSH2/DSA support to the agent and some other DSA related cleanups.
2508      (note that we cannot talk to ssh.com's ssh2 agents)
2509    - markus@cvs.openbsd.org  2000/08/19 15:55:52
2510      [channels.c channels.h clientloop.c]
2511      more ~ support for ssh2
2512    - markus@cvs.openbsd.org  2000/08/19 16:21:19
2513      [clientloop.c]
2514      oops
2515    - millert@cvs.openbsd.org 2000/08/20 12:25:53
2516      [session.c]
2517      We have to stash the result of get_remote_name_or_ip() before we
2518      close our socket or getpeername() will get EBADF and the process
2519      will exit.  Only a problem for "UseLogin yes".
2520    - millert@cvs.openbsd.org 2000/08/20 12:30:59
2521      [session.c]
2522      Only check /etc/nologin if "UseLogin no" since login(1) may have its
2523      own policy on determining who is allowed to login when /etc/nologin
2524      is present.  Also use the _PATH_NOLOGIN define.
2525    - millert@cvs.openbsd.org 2000/08/20 12:42:43
2526      [auth1.c auth2.c session.c ssh.c]
2527      Add calls to setusercontext() and login_get*().  We basically call
2528      setusercontext() in most places where previously we did a setlogin().
2529      Add default login.conf file and put root in the "daemon" login class.
2530    - millert@cvs.openbsd.org 2000/08/21 10:23:31
2531      [session.c]
2532      Fix incorrect PATH setting; noted by Markus.
2533
2534 20000818
2535  - (djm) OpenBSD CVS changes:
2536    - markus@cvs.openbsd.org  2000/07/22 03:14:37
2537      [servconf.c servconf.h sshd.8 sshd.c sshd_config]
2538      random early drop; ok theo, niels
2539    - deraadt@cvs.openbsd.org 2000/07/26 11:46:51
2540      [ssh.1]
2541      typo
2542    - deraadt@cvs.openbsd.org 2000/08/01 11:46:11
2543      [sshd.8]
2544      many fixes from pepper@mail.reppep.com
2545    - provos@cvs.openbsd.org  2000/08/01 13:01:42
2546      [Makefile.in util.c aux.c]
2547      rename aux.c to util.c to help with cygwin port
2548    - deraadt@cvs.openbsd.org 2000/08/02 00:23:31
2549      [authfd.c]
2550      correct sun_len; Alexander@Leidinger.net
2551    - provos@cvs.openbsd.org  2000/08/02 10:27:17
2552      [readconf.c sshd.8]
2553      disable kerberos authentication by default
2554    - provos@cvs.openbsd.org  2000/08/02 11:27:05
2555      [sshd.8 readconf.c auth-krb4.c]
2556      disallow kerberos authentication if we can't verify the TGT; from
2557      dugsong@
2558      kerberos authentication is on by default only if you have a srvtab.
2559    - markus@cvs.openbsd.org  2000/08/04 14:30:07
2560      [auth.c]
2561      unused
2562    - markus@cvs.openbsd.org  2000/08/04 14:30:35
2563      [sshd_config]
2564      MaxStartups
2565    - markus@cvs.openbsd.org  2000/08/15 13:20:46
2566      [authfd.c]
2567      cleanup; ok niels@
2568    - markus@cvs.openbsd.org  2000/08/17 14:05:10
2569      [session.c]
2570      cleanup login(1)-like jobs, no duplicate utmp entries
2571    - markus@cvs.openbsd.org  2000/08/17 14:06:34
2572      [session.c sshd.8 sshd.c]
2573       sshd -u len, similar to telnetd
2574  - (djm) Lastlog was not getting closed after writing login entry
2575  - (djm) Add Solaris package support from Rip Loomis <loomisg@cist.saic.com>
2576
2577 20000816
2578  - (djm) Replacement for inet_ntoa for Irix (which breaks on gcc)
2579  - (djm) Fix strerror replacement for old SunOS. Based on patch from
2580    Charles Levert <charles@comm.polymtl.ca>
2581  - (djm) Seperate arc4random into seperate file and use OpenSSL's RC4
2582    implementation.
2583  - (djm) SUN_LEN macro for systems which lack it
2584
2585 20000815
2586  - (djm) More SunOS 4.1.x fixes from Nate Itkin <nitkin@europa.com>
2587  - (djm) Avoid failures on Irix when ssh is not setuid. Fix from
2588    Michael Stone <mstone@cs.loyola.edu>
2589  - (djm) Don't seek in directory based lastlogs
2590  - (djm) Fix --with-ipaddr-display configure option test. Patch from
2591    Jarno Huuskonen <jhuuskon@messi.uku.fi>
2592  - (djm) Fix AIX limits from Alexandre Oliva <oliva@lsd.ic.unicamp.br>
2593
2594 20000813
2595  - (djm) Add $(srcdir) to includes when compiling (for VPATH). Report from
2596    Fabrice bacchella <fabrice.bacchella@marchfirst.fr>
2597
2598 20000809
2599  - (djm) Define AIX hard limits if headers don't. Report from
2600    Bill Painter <william.t.painter@lmco.com>
2601  - (djm) utmp direct write & SunOS 4 patch from Charles Levert
2602    <charles@comm.polymtl.ca>
2603
2604 20000808
2605  - (djm) Cleanup Redhat RPMs. Generate keys at runtime rather than install
2606    time, spec file cleanup.
2607
2608 20000807
2609  - (djm) Set 0755 on binaries during install. Report from Lutz Jaenicke
2610  - (djm) Suppress error messages on channel close shutdown() failurs
2611    works around Linux bug. Patch from Zack Weinberg <zack@wolery.cumb.org>
2612  - (djm) Add some more entropy collection commands from Lutz Jaenicke
2613
2614 20000725
2615  - (djm) Fix autoconf typo: HAVE_BINRESVPORT_AF -> HAVE_BINDRESVPORT_AF
2616
2617 20000721
2618  - (djm) OpenBSD CVS updates:
2619    - markus@cvs.openbsd.org  2000/07/16 02:27:22
2620      [authfd.c authfd.h channels.c clientloop.c ssh-add.c ssh-agent.c ssh.c]
2621      [sshconnect1.c sshconnect2.c]
2622      make ssh-add accept dsa keys (the agent does not)
2623    - djm@cvs.openbsd.org     2000/07/17 19:25:02
2624      [sshd.c]
2625      Another closing of stdin; ok deraadt
2626    - markus@cvs.openbsd.org  2000/07/19 18:33:12
2627      [dsa.c]
2628      missing free, reorder
2629    - markus@cvs.openbsd.org  2000/07/20 16:23:14
2630      [ssh-keygen.1]
2631      document input and output files
2632
2633 20000720
2634  - (djm) Spec file fix from Petr Novotny <Petr.Novotny@antek.cz>
2635
2636 20000716
2637  - (djm) Release 2.1.1p4
2638
2639 20000715
2640  - (djm) OpenBSD CVS updates
2641    - provos@cvs.openbsd.org  2000/07/13 16:53:22
2642      [aux.c readconf.c servconf.c ssh.h]
2643      allow multiple whitespace but only one '=' between tokens, bug report from
2644      Ralf S. Engelschall <rse@engelschall.com> but different fix. okay deraadt@
2645    - provos@cvs.openbsd.org  2000/07/13 17:14:09
2646      [clientloop.c]
2647      typo; todd@fries.net
2648    - provos@cvs.openbsd.org  2000/07/13 17:19:31
2649      [scp.c]
2650      close can fail on AFS, report error; from Greg Hudson <ghudson@mit.edu>
2651    - markus@cvs.openbsd.org  2000/07/14 16:59:46
2652      [readconf.c servconf.c]
2653      allow leading whitespace. ok niels
2654    - djm@cvs.openbsd.org     2000/07/14 22:01:38
2655      [ssh-keygen.c ssh.c]
2656      Always create ~/.ssh with mode 700; ok Markus
2657  - Fixes for SunOS 4.1.4 from Gordon Atwood <gordon@cs.ualberta.ca>
2658    - Include floatingpoint.h for entropy.c
2659    - strerror replacement
2660
2661 20000712
2662  - (djm) Remove -lresolve for Reliant Unix
2663  - (djm) OpenBSD CVS Updates:
2664    - deraadt@cvs.openbsd.org 2000/07/11 02:11:34
2665      [session.c sshd.c ]
2666      make MaxStartups code still work with -d; djm
2667    - deraadt@cvs.openbsd.org 2000/07/11 13:17:45
2668      [readconf.c ssh_config]
2669      disable FallBackToRsh by default
2670  - (djm) Replace in_addr_t with u_int32_t in bsd-inet_aton.c. Report from
2671    Ben Lindstrom <mouring@pconline.com>
2672  - (djm) Make building of X11-Askpass and GNOME-Askpass optional in RPM
2673    spec file.
2674  - (djm) Released 2.1.1p3
2675
2676 20000711
2677  - (djm) Fixup for AIX getuserattr() support from Tom Bertelson
2678    <tbert@abac.com>
2679  - (djm) ReliantUNIX support from Udo Schweigert <ust@cert.siemens.de>
2680  - (djm) NeXT: dirent structures to get scp working from Ben Lindstrom
2681    <mouring@pconline.com>
2682  - (djm) Fix broken inet_ntoa check and ut_user/ut_name confusion, report
2683    from Jim Watt <jimw@peisj.pebio.com>
2684  - (djm) Replaced bsd-snprintf.c with one from Mutt source tree, it is known
2685    to compile on more platforms (incl NeXT).
2686  - (djm) Added bsd-inet_aton and configure support for NeXT
2687  - (djm) Misc NeXT fixes from Ben Lindstrom <mouring@pconline.com>
2688  - (djm) OpenBSD CVS updates:
2689    - markus@cvs.openbsd.org  2000/06/26 03:22:29
2690      [authfd.c]
2691      cleanup, less cut&paste
2692    - markus@cvs.openbsd.org  2000/06/26 15:59:19
2693      [servconf.c servconf.h session.c sshd.8 sshd.c]
2694      MaxStartups: limit number of unauthenticated connections, work by
2695      theo and me
2696    - deraadt@cvs.openbsd.org 2000/07/05 14:18:07
2697      [session.c]
2698      use no_x11_forwarding_flag correctly; provos ok
2699    - provos@cvs.openbsd.org  2000/07/05 15:35:57
2700      [sshd.c]
2701      typo
2702    - aaron@cvs.openbsd.org   2000/07/05 22:06:58
2703      [scp.1 ssh-agent.1 ssh-keygen.1 sshd.8]
2704      Insert more missing .El directives. Our troff really should identify
2705      these and spit out a warning.
2706    - todd@cvs.openbsd.org    2000/07/06 21:55:04
2707      [auth-rsa.c auth2.c ssh-keygen.c]
2708      clean code is good code
2709    - deraadt@cvs.openbsd.org 2000/07/07 02:14:29
2710      [serverloop.c]
2711      sense of port forwarding flag test was backwards
2712    - provos@cvs.openbsd.org  2000/07/08 17:17:31
2713      [compat.c readconf.c]
2714      replace strtok with strsep; from David Young <dyoung@onthejob.net>
2715    - deraadt@cvs.openbsd.org 2000/07/08 19:21:15
2716      [auth.h]
2717      KNF
2718    - ho@cvs.openbsd.org      2000/07/08 19:27:33
2719      [compat.c readconf.c]
2720      Better conditions for strsep() ending.
2721    - ho@cvs.openbsd.org      2000/07/10 10:27:05
2722      [readconf.c]
2723      Get the correct message on errors. (niels@ ok)
2724    - ho@cvs.openbsd.org      2000/07/10 10:30:25
2725      [cipher.c kex.c servconf.c]
2726      strtok() --> strsep(). (niels@ ok)
2727  - (djm) Fix problem with debug mode and MaxStartups
2728  - (djm) Don't generate host keys when $(DESTDIR) is set (e.g. during RPM
2729    builds)
2730  - (djm) Add strsep function from OpenBSD libc for systems that lack it
2731
2732 20000709
2733  - (djm) Only enable PAM_TTY kludge for Linux. Problem report from
2734    Kevin Steves <stevesk@sweden.hp.com>
2735  - (djm) Match prototype and function declaration for rresvport_af.
2736    Problem report from Niklas Edmundsson <nikke@ing.umu.se>
2737  - (djm) Missing $(DESTDIR) on host-key target causing problems with RPM
2738    builds. Problem report from Gregory Leblanc <GLeblanc@cu-portland.edu>
2739  - (djm) Replace ut_name with ut_user. Patch from Jim Watt
2740    <jimw@peisj.pebio.com>
2741  - (djm) Fix pam sprintf fix
2742  - (djm) Cleanup entropy collection code a little more. Split initialisation
2743    from seeding, perform intialisation immediatly at start, be careful with
2744    uids. Based on problem report from Jim Watt <jimw@peisj.pebio.com>
2745  - (djm) More NeXT compatibility from Ben Lindstrom <mouring@pconline.com>
2746    Including sigaction() et al. replacements
2747  - (djm) AIX getuserattr() session initialisation from Tom Bertelson
2748    <tbert@abac.com>
2749
2750 20000708
2751  - (djm) Fix bad fprintf format handling in auth-pam.c. Patch from
2752    Aaron Hopkins <aaron@die.net>
2753  - (djm) Fix incorrect configure handling of --with-rsh-path option. Fix from
2754    Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
2755  - (djm) Fixed undefined variables for OSF SIA. Report from
2756    Baars, Henk <Hendrik.Baars@nl.origin-it.com>
2757  - (djm) Handle EWOULDBLOCK returns from read() and write() in atomicio.c
2758    Fix from Marquess, Steve Mr JMLFDC <Steve.Marquess@DET.AMEDD.ARMY.MIL>
2759  - (djm) Don't use inet_addr.
2760
2761 20000702
2762  - (djm) Fix brace mismatch from Corinna Vinschen <vinschen@cygnus.com>
2763  - (djm) Stop shadow expiry checking from preventing logins with NIS. Based
2764    on fix from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
2765  - (djm) Use standard OpenSSL functions in auth-skey.c. Patch from
2766    Chris, the Young One <cky@pobox.com>
2767  - (djm) Fix scp progress meter on really wide terminals. Based on patch
2768    from James H. Cloos Jr. <cloos@jhcloos.com>
2769
2770 20000701
2771  - (djm) Fix Tru64 SIA problems reported by John P Speno <speno@isc.upenn.edu>
2772  - (djm) Login fixes from Tom Bertelson <tbert@abac.com>
2773  - (djm) Replace "/bin/sh" with _PATH_BSHELL. Report from Corinna Vinschen
2774    <vinschen@cygnus.com>
2775  - (djm) Replace "/usr/bin/login" with LOGIN_PROGRAM
2776  - (djm) Added check for broken snprintf() functions which do not correctly
2777    terminate output string and attempt to use replacement.
2778  - (djm) Released 2.1.1p2
2779
2780 20000628
2781  - (djm) Fixes to lastlog code for Irix
2782  - (djm) Use atomicio in loginrec
2783  - (djm) Patch from Michael Stone <mstone@cs.loyola.edu> to add support for
2784    Irix 6.x array sessions, project id's, and system audit trail id.
2785  - (djm) Added 'distprep' make target to simplify packaging
2786  - (djm) Added patch from Chris Adams <cmadams@hiwaay.net> to add OSF SIA
2787    support. Enable using "USE_SIA=1 ./configure [options]"
2788
2789 20000627
2790  - (djm) Fixes to login code - not setting li->uid, cleanups
2791  - (djm) Formatting
2792
2793 20000626
2794  - (djm) Better fix to aclocal tests from Garrick James <garrick@james.net>
2795  - (djm) Account expiry support from Andreas Steinmetz <ast@domdv.de>
2796  - (djm) Added password expiry checking (no password change support)
2797  - (djm) Make EGD failures non-fatal if OpenSSL's entropy pool is still OK
2798    based on patch from Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
2799  - (djm) Fix fixed EGD code.
2800  - OpenBSD CVS update
2801    - provos@cvs.openbsd.org  2000/06/25 14:17:58
2802      [channels.c]
2803      correct check for bad channel ids; from Wei Dai <weidai@eskimo.com>
2804
2805 20000623
2806  - (djm) Use sa_family_t in prototype for rresvport_af. Patch from
2807    Svante Signell <svante.signell@telia.com>
2808  - (djm) Autoconf logic to define sa_family_t if it is missing
2809  - OpenBSD CVS Updates:
2810    - markus@cvs.openbsd.org  2000/06/22 10:32:27
2811      [sshd.c]
2812      missing atomicio; report from Steve.Marquess@DET.AMEDD.ARMY.MIL
2813    - djm@cvs.openbsd.org     2000/06/22 17:55:00
2814      [auth-krb4.c key.c radix.c uuencode.c]
2815      Missing CVS idents; ok markus
2816
2817 20000622
2818  - (djm) Automatically generate host key during "make install". Suggested
2819    by Gary E. Miller <gem@rellim.com>
2820  - (djm) Paranoia before kill() system call
2821  - OpenBSD CVS Updates:
2822    - markus@cvs.openbsd.org  2000/06/18 18:50:11
2823      [auth2.c compat.c compat.h sshconnect2.c]
2824      make userauth+pubkey interop with ssh.com-2.2.0
2825    - markus@cvs.openbsd.org  2000/06/18 20:56:17
2826      [dsa.c]
2827      mem leak + be more paranoid in dsa_verify.
2828    - markus@cvs.openbsd.org  2000/06/18 21:29:50
2829      [key.c]
2830      cleanup fingerprinting, less hardcoded sizes
2831    - markus@cvs.openbsd.org  2000/06/19 19:39:45
2832      [atomicio.c auth-options.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c]
2833      [auth-rsa.c auth-skey.c authfd.c authfd.h authfile.c bufaux.c bufaux.h]
2834      [buffer.c buffer.h canohost.c channels.c channels.h cipher.c cipher.h]
2835      [clientloop.c compat.c compat.h compress.c compress.h crc32.c crc32.h]
2836      [deattack.c dispatch.c dsa.c fingerprint.c fingerprint.h getput.h hmac.c]
2837      [kex.c log-client.c log-server.c login.c match.c mpaux.c mpaux.h nchan.c]
2838      [nchan.h packet.c packet.h pty.c pty.h readconf.c readconf.h readpass.c]
2839      [rsa.c rsa.h scp.c servconf.c servconf.h ssh-add.c ssh-keygen.c ssh.c]
2840      [ssh.h tildexpand.c ttymodes.c ttymodes.h uidswap.c xmalloc.c xmalloc.h]
2841      OpenBSD tag
2842    - markus@cvs.openbsd.org  2000/06/21 10:46:10
2843      sshconnect2.c missing free; nuke old comment
2844
2845 20000620
2846  - (djm) Replace use of '-o' and '-a' logical operators in configure tests
2847    with '||' and '&&'. As suggested by Jim Knoble <jmknoble@jmknoble.cx>
2848    to fix SCO Unixware problem reported by Gary E. Miller <gem@rellim.com>
2849  - (djm) Typo in loginrec.c
2850
2851 20000618
2852  - (djm) Add summary of configure options to end of ./configure run
2853  - (djm) Not all systems define RUSAGE_SELF & RUSAGE_CHILDREN. Report from
2854    Michael Stone <mstone@cs.loyola.edu>
2855  - (djm) rusage is a privileged operation on some Unices (incl.
2856    Solaris 2.5.1). Report from Paul D. Smith <pausmith@nortelnetworks.com>
2857  - (djm) Avoid PAM failures when running without a TTY. Report from
2858    Martin Petrak <petrak@spsknm.schools.sk>
2859  - (djm) Include sys/types.h when including netinet/in.h in configure tests.
2860    Patch from Jun-ichiro itojun Hagino <itojun@iijlab.net>
2861  - (djm) Started merge of Ben Lindstrom's <mouring@pconline.com> NeXT support
2862  - OpenBSD CVS updates:
2863    - deraadt@cvs.openbsd.org 2000/06/17 09:58:46
2864      [channels.c]
2865      everyone says "nix it" (remove protocol 2 debugging message)
2866    - markus@cvs.openbsd.org  2000/06/17 13:24:34
2867      [sshconnect.c]
2868      allow extended server banners
2869    - markus@cvs.openbsd.org  2000/06/17 14:30:10
2870      [sshconnect.c]
2871      missing atomicio, typo
2872    - jakob@cvs.openbsd.org   2000/06/17 16:52:34
2873      [servconf.c servconf.h session.c sshd.8 sshd_config]
2874      add support for ssh v2 subsystems. ok markus@.
2875    - deraadt@cvs.openbsd.org 2000/06/17 18:57:48
2876      [readconf.c servconf.c]
2877      include = in WHITESPACE; markus ok
2878    - markus@cvs.openbsd.org  2000/06/17 19:09:10
2879      [auth2.c]
2880      implement bug compatibility with ssh-2.0.13 pubkey, server side
2881    - markus@cvs.openbsd.org  2000/06/17 21:00:28
2882      [compat.c]
2883      initial support for ssh.com's 2.2.0
2884    - markus@cvs.openbsd.org  2000/06/17 21:16:09
2885      [scp.c]
2886      typo
2887    - markus@cvs.openbsd.org  2000/06/17 22:05:02
2888      [auth-rsa.c auth2.c serverloop.c session.c auth-options.c auth-options.h]
2889      split auth-rsa option parsing into auth-options
2890      add options support to authorized_keys2
2891    - markus@cvs.openbsd.org  2000/06/17 22:42:54
2892      [session.c]
2893      typo
2894
2895 20000613
2896  - (djm) Fixes from Andrew McGill <andrewm@datrix.co.za>:
2897   - Platform define for SCO 3.x which breaks on /dev/ptmx
2898   - Detect and try to fix missing MAXPATHLEN
2899  - (djm) Fix short copy in loginrec.c (based on patch from Phill Camp
2900    <P.S.S.Camp@ukc.ac.uk>
2901
2902 20000612
2903  - (djm) Glob manpages in RPM spec files to catch compressed files
2904  - (djm) Full license in auth-pam.c
2905  - (djm) Configure fixes from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
2906  - (andre) AIX, lastlog, configure fixes from Tom Bertelson <tbert@abac.com>:
2907   - Don't try to retrieve lastlog from wtmp/wtmpx if DISABLE_LASTLOG is
2908      def'd
2909   - Set AIX to use preformatted manpages
2910
2911 20000610
2912  - (djm) Minor doc tweaks
2913  - (djm) Fix for configure on bash2 from Jim Knoble <jmknoble@jmknoble.cx>
2914
2915 20000609
2916  - (djm) Patch from Kenji Miyake <kenji@miyake.org> to disable utmp usage
2917    (in favour of utmpx) on Solaris 8
2918
2919 20000606
2920  - (djm) Cleanup of entropy.c. Reorganised code, removed second pass through
2921    list of commands (by default). Removed verbose debugging (by default).
2922  - (djm) Increased command entropy estimates and default entropy collection
2923    timeout
2924  - (djm) Remove duplicate headers from loginrec.c
2925  - (djm) Don't add /usr/local/lib to library search path on Irix
2926  - (djm) Fix rsh path in RPMs. Report from Jason L Tibbitts III
2927    <tibbs@math.uh.edu>
2928  - (djm) Warn user if grabs fail in GNOME askpass. Patch from Zack Weinberg
2929    <zack@wolery.cumb.org>
2930  - (djm) OpenBSD CVS updates:
2931   - todd@cvs.openbsd.org
2932     [sshconnect2.c]
2933     teach protocol v2 to count login failures properly and also enable an
2934     explanation of why the password prompt comes up again like v1; this is NOT
2935     crypto
2936   - markus@cvs.openbsd.org
2937     [readconf.c readconf.h servconf.c servconf.h session.c ssh.1 ssh.c sshd.8]
2938     xauth_location support; pr 1234
2939     [readconf.c sshconnect2.c]
2940     typo, unused
2941     [session.c]
2942     allow use_login only for login sessions, otherwise remote commands are
2943     execed with uid==0
2944     [sshd.8]
2945     document UseLogin better
2946     [version.h]
2947     OpenSSH 2.1.1
2948     [auth-rsa.c]
2949     fix match_hostname() logic for auth-rsa: deny access if we have a
2950     negative match or no match at all
2951     [channels.c hostfile.c match.c]
2952     don't panic if mkdtemp fails for authfwd; jkb@yahoo-inc.com via
2953     kris@FreeBSD.org
2954
2955 20000606
2956  - (djm) Added --with-cflags, --with-ldflags and --with-libs options to
2957    configure.
2958
2959 20000604
2960  - Configure tweaking for new login code on Irix 5.3
2961  - (andre) login code changes based on djm feedback
2962
2963 20000603
2964  - (andre) New login code
2965     - Remove bsd-login.[ch] and all the OpenBSD-derived code in login.c
2966     - Add loginrec.[ch], logintest.c and autoconf code
2967
2968 20000531
2969  - Cleanup of auth.c, login.c and fake-*
2970  - Cleanup of auth-pam.c, save and print "account expired" error messages
2971  - Fix EGD read bug by IWAMURO Motonori <iwa@mmp.fujitsu.co.jp>
2972  - Rewrote bsd-login to use proper utmp API if available. Major cleanup
2973    of fallback DIY code.
2974
2975 20000530
2976  - Define atexit for old Solaris
2977  - Fix buffer overrun in login.c for systems which use syslen in utmpx.
2978    patch from YOSHIFUJI Hideaki <yoshfuji@cerberus.nemoto.ecei.tohoku.ac.jp>
2979  - OpenBSD CVS updates:
2980   - markus@cvs.openbsd.org
2981     [session.c]
2982     make x11-fwd work w/ localhost (xauth add host/unix:11)
2983     [cipher.c compat.c readconf.c servconf.c]
2984     check strtok() != NULL; ok niels@
2985     [key.c]
2986     fix key_read() for uuencoded keys w/o '='
2987     [serverloop.c]
2988     group ssh1 vs. ssh2 in serverloop
2989     [kex.c kex.h myproposal.h sshconnect2.c sshd.c]
2990     split kexinit/kexdh, factor out common code
2991     [readconf.c ssh.1 ssh.c]
2992     forwardagent defaults to no, add ssh -A
2993   - theo@cvs.openbsd.org
2994     [session.c]
2995     just some line shortening
2996  - Released 2.1.0p3
2997
2998 20000520
2999  - Xauth fix from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
3000  - Don't touch utmp if USE_UTMPX defined
3001  - SunOS 4.x support from Todd C. Miller <Todd.Miller@courtesan.com>
3002  - SIGCHLD fix for AIX and HPUX from Tom Bertelson <tbert@abac.com>
3003  - HPUX and Configure fixes from Lutz Jaenicke
3004    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
3005  - Use mkinstalldirs script to make directories instead of non-portable
3006    "install -d". Suggested by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
3007  - Doc cleanup
3008
3009 20000518
3010  - Include Andre Lucas' fixprogs script. Forgot to "cvs add" it yesterday
3011  - OpenBSD CVS updates:
3012   - markus@cvs.openbsd.org
3013     [sshconnect.c]
3014     copy only ai_addrlen bytes; misiek@pld.org.pl
3015     [auth.c]
3016     accept an empty shell in authentication; bug reported by
3017     chris@tinker.ucr.edu
3018     [serverloop.c]
3019     we don't have stderr for interactive terminal sessions (fcntl errors)
3020
3021 20000517
3022  - Fix from Andre Lucas <andre.lucas@dial.pipex.com>
3023   - Fixes command line printing segfaults (spotter: Bladt Norbert)
3024   - Fixes erroneous printing of debug messages to syslog
3025   - Fixes utmp for MacOS X (spotter: Aristedes Maniatis)
3026   - Gives useful error message if PRNG initialisation fails
3027   - Reduced ssh startup delay
3028   - Measures cumulative command time rather than the time between reads
3029     after select()
3030   - 'fixprogs' perl script to eliminate non-working entropy commands, and
3031     optionally run 'ent' to measure command entropy
3032  - Applied Tom Bertelson's <tbert@abac.com> AIX authentication fix
3033  - Avoid WCOREDUMP complation errors for systems that lack it
3034  - Avoid SIGCHLD warnings from entropy commands
3035  - Fix HAVE_PAM_GETENVLIST setting from Simon Wilkinson <sxw@dcs.ed.ac.uk>
3036  - OpenBSD CVS update:
3037   - markus@cvs.openbsd.org
3038     [ssh.c]
3039     fix usage()
3040     [ssh2.h]
3041     draft-ietf-secsh-architecture-05.txt
3042     [ssh.1]
3043     document ssh -T -N (ssh2 only)
3044     [channels.c serverloop.c ssh.h sshconnect.c sshd.c aux.c]
3045     enable nonblocking IO for sshd w/ proto 1, too; split out common code
3046     [aux.c]
3047     missing include
3048  - Several patches from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
3049   - INSTALL typo and URL fix
3050   - Makefile fix
3051   - Solaris fixes
3052  - Checking for ssize_t and memmove. Based on patch from SAKAI Kiyotaka
3053    <ksakai@kso.netwk.ntt-at.co.jp>
3054  - RSAless operation patch from kevin_oconnor@standardandpoors.com
3055  - Detect OpenSSL seperatly from RSA
3056  - Better test for RSA (more compatible with RSAref). Based on work by
3057    Ed Eden <ede370@stl.rural.usda.gov>
3058
3059 20000513
3060  - Fix for non-recognised DSA keys from Arkadiusz Miskiewicz
3061    <misiek@pld.org.pl>
3062
3063 20000511
3064  - Fix for prng_seed permissions checking from Lutz Jaenicke
3065    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
3066  - "make host-key" fix for Irix
3067
3068 20000509
3069  - OpenBSD CVS update
3070   - markus@cvs.openbsd.org
3071     [cipher.h myproposal.h readconf.c readconf.h servconf.c ssh.1 ssh.c]
3072     [ssh.h sshconnect1.c sshconnect2.c sshd.8]
3073     - complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only)
3074   - hugh@cvs.openbsd.org
3075     [ssh.1]
3076     - zap typo
3077     [ssh-keygen.1]
3078     - One last nit fix. (markus approved)
3079     [sshd.8]
3080     - some markus certified spelling adjustments
3081   - markus@cvs.openbsd.org
3082     [auth2.c channels.c clientloop.c compat compat.h dsa.c kex.c]
3083     [sshconnect2.c ]
3084     - bug compat w/ ssh-2.0.13 x11, split out bugs
3085     [nchan.c]
3086     - no drain if ibuf_empty, fixes x11fwd problems; tests by fries@
3087     [ssh-keygen.c]
3088     - handle escapes in real and original key format, ok millert@
3089     [version.h]
3090     - OpenSSH-2.1
3091  - Moved all the bsd-* and fake-* stuff into new libopenbsd-compat.a
3092  - Doc updates
3093  - Cleanup of bsd-base64 headers, bugfix definitions of __b64_*. Reported
3094    by Andre Lucas <andre.lucas@dial.pipex.com>
3095
3096 20000508
3097  - Makefile and RPM spec fixes
3098  - Generate DSA host keys during "make key" or RPM installs
3099  - OpenBSD CVS update
3100   - markus@cvs.openbsd.org
3101     [clientloop.c sshconnect2.c]
3102     - make x11-fwd interop w/ ssh-2.0.13
3103     [README.openssh2]
3104     - interop w/ SecureFX
3105  - Release 2.0.0beta2
3106
3107  - Configure caching and cleanup patch from Andre Lucas'
3108    <andre.lucas@dial.pipex.com>
3109
3110 20000507
3111  - Remove references to SSLeay.
3112  - Big OpenBSD CVS update
3113   - markus@cvs.openbsd.org
3114     [clientloop.c]
3115     - typo
3116     [session.c]
3117     - update proctitle on pty alloc/dealloc, e.g. w/ windows client
3118     [session.c]
3119     - update proctitle for proto 1, too
3120     [channels.h nchan.c serverloop.c session.c sshd.c]
3121     - use c-style comments
3122   - deraadt@cvs.openbsd.org
3123     [scp.c]
3124     - more atomicio
3125   - markus@cvs.openbsd.org
3126     [channels.c]
3127     - set O_NONBLOCK
3128     [ssh.1]
3129     - update AUTHOR
3130     [readconf.c ssh-keygen.c ssh.h]
3131     - default DSA key file ~/.ssh/id_dsa
3132     [clientloop.c]
3133     - typo, rm verbose debug
3134   - deraadt@cvs.openbsd.org
3135     [ssh-keygen.1]
3136     - document DSA use of ssh-keygen
3137     [sshd.8]
3138     - a start at describing what i understand of the DSA side
3139     [ssh-keygen.1]
3140     - document -X and -x
3141     [ssh-keygen.c]
3142     - simplify usage
3143   - markus@cvs.openbsd.org
3144     [sshd.8]
3145     - there is no rhosts_dsa
3146     [ssh-keygen.1]
3147     - document -y, update -X,-x
3148     [nchan.c]
3149     - fix close for non-open ssh1 channels
3150     [servconf.c servconf.h ssh.h sshd.8 sshd.c ]
3151     - s/DsaKey/HostDSAKey/, document option
3152     [sshconnect2.c]
3153     - respect number_of_password_prompts
3154     [channels.c channels.h servconf.c servconf.h session.c sshd.8]
3155     - GatewayPorts for sshd, ok deraadt@
3156     [ssh-add.1 ssh-agent.1 ssh.1]
3157     - more doc on: DSA, id_dsa, known_hosts2, authorized_keys2
3158     [ssh.1]
3159     - more info on proto 2
3160     [sshd.8]
3161     - sync AUTHOR w/ ssh.1
3162     [key.c key.h sshconnect.c]
3163     - print key type when talking about host keys
3164     [packet.c]
3165     - clear padding in ssh2
3166     [dsa.c key.c radix.c ssh.h sshconnect1.c uuencode.c uuencode.h]
3167     - replace broken uuencode w/ libc b64_ntop
3168     [auth2.c]
3169     - log failure before sending the reply
3170     [key.c radix.c uuencode.c]
3171     - remote trailing comments before calling __b64_pton
3172     [auth2.c readconf.c readconf.h servconf.c servconf.h ssh.1]
3173     [sshconnect2.c sshd.8]
3174     - add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8
3175  - Bring in b64_ntop and b64_pton from OpenBSD libc (bsd-base64.[ch])
3176
3177 20000502
3178  - OpenBSD CVS update
3179    [channels.c]
3180    - init all fds, close all fds.
3181    [sshconnect2.c]
3182    - check whether file exists before asking for passphrase
3183    [servconf.c servconf.h sshd.8 sshd.c]
3184    - PidFile, pr 1210
3185    [channels.c]
3186    - EINTR
3187    [channels.c]
3188    - unbreak, ok niels@
3189    [sshd.c]
3190    - unlink pid file, ok niels@
3191    [auth2.c]
3192    - Add missing #ifdefs; ok - markus
3193  - Add Andre Lucas' <andre.lucas@dial.pipex.com> patch to read entropy
3194    gathering commands from a text file
3195  - Release 2.0.0beta1
3196
3197 20000501
3198  - OpenBSD CVS update
3199    [packet.c]
3200    - send debug messages in SSH2 format
3201    [scp.c]
3202    - fix very rare EAGAIN/EINTR issues; based on work by djm
3203    [packet.c]
3204    - less debug, rm unused
3205    [auth2.c]
3206    - disable kerb,s/key in ssh2
3207    [sshd.8]
3208    - Minor tweaks and typo fixes.
3209    [ssh-keygen.c]
3210    - Put -d into usage and reorder. markus ok.
3211  - Include missing headers for OpenSSL tests. Fix from Phil Karn
3212    <karn@ka9q.ampr.org>
3213  - Fixed __progname symbol collisions reported by Andre Lucas
3214    <andre.lucas@dial.pipex.com>
3215  - Merged bsd-login ttyslot and AIX utmp patch from Gert Doering
3216    <gd@hilb1.medat.de>
3217  - Add some missing ifdefs to auth2.c
3218  - Deprecate perl-tk askpass.
3219  - Irix portability fixes - don't include netinet headers more than once
3220  - Make sure we don't save PRNG seed more than once
3221
3222 20000430
3223  - Merge HP-UX fixes and TCB support from Ged Lodder <lodder@yacc.com.au>
3224  - Integrate Andre Lucas' <andre.lucas@dial.pipex.com> entropy collection
3225    patch.
3226    - Adds timeout to entropy collection
3227    - Disables slow entropy sources
3228    - Load and save seed file
3229  - Changed entropy seed code to user per-user seeds only (server seed is
3230    saved in root's .ssh directory)
3231  - Use atexit() and fatal cleanups to save seed on exit
3232  - More OpenBSD updates:
3233    [session.c]
3234    - don't call chan_write_failed() if we are not writing
3235    [auth-rsa.c auth1.c authfd.c hostfile.c ssh-agent.c]
3236    - keysize warnings error() -> log()
3237
3238 20000429
3239  - Merge big update to OpenSSH-2.0 from OpenBSD CVS
3240    [README.openssh2]
3241    - interop w/ F-secure windows client
3242    - sync documentation
3243    - ssh_host_dsa_key not ssh_dsa_key
3244    [auth-rsa.c]
3245    - missing fclose
3246    [auth.c authfile.c compat.c dsa.c dsa.h hostfile.c key.c key.h radix.c]
3247    [readconf.c readconf.h ssh-add.c ssh-keygen.c ssh.c ssh.h sshconnect.c]
3248    [sshd.c uuencode.c uuencode.h authfile.h]
3249    - add DSA pubkey auth and other SSH2 fixes.  use ssh-keygen -[xX]
3250      for trading keys with the real and the original SSH, directly from the
3251      people who invented the SSH protocol.
3252    [auth.c auth.h authfile.c sshconnect.c auth1.c auth2.c sshconnect.h]
3253    [sshconnect1.c sshconnect2.c]
3254    - split auth/sshconnect in one file per protocol version
3255    [sshconnect2.c]
3256    - remove debug
3257    [uuencode.c]
3258    - add trailing =
3259    [version.h]
3260    - OpenSSH-2.0
3261    [ssh-keygen.1 ssh-keygen.c]
3262    - add -R flag: exit code indicates if RSA is alive
3263    [sshd.c]
3264    - remove unused
3265      silent if -Q is specified
3266    [ssh.h]
3267    - host key becomes /etc/ssh_host_dsa_key
3268    [readconf.c servconf.c ]
3269    - ssh/sshd default to proto 1 and 2
3270    [uuencode.c]
3271    - remove debug
3272    [auth2.c ssh-keygen.c sshconnect2.c sshd.c]
3273    - xfree DSA blobs
3274    [auth2.c serverloop.c session.c]
3275    - cleanup logging for sshd/2, respect PasswordAuth no
3276    [sshconnect2.c]
3277    - less debug, respect .ssh/config
3278    [README.openssh2 channels.c channels.h]
3279    - clientloop.c session.c ssh.c
3280    - support for x11-fwding, client+server
3281
3282 20000421
3283  - Merge fix from OpenBSD CVS
3284   [ssh-agent.c]
3285   - Fix memory leak per connection. Report from Andy Spiegl <Andy@Spiegl.de>
3286     via Debian bug #59926
3287  - Define __progname in session.c if libc doesn't
3288  - Remove indentation on autoconf #include statements to avoid bug in
3289    DEC Tru64 compiler. Report and fix from David Del Piero
3290    <David.DelPiero@qed.qld.gov.au>
3291
3292 20000420
3293  - Make fixpaths work with perl4, patch from Andre Lucas
3294    <andre.lucas@dial.pipex.com>
3295  - Sync with OpenBSD CVS:
3296   [clientloop.c login.c serverloop.c ssh-agent.c ssh.h sshconnect.c sshd.c]
3297   - pid_t
3298   [session.c]
3299   - remove bogus chan_read_failed. this could cause data
3300     corruption (missing data) at end of a SSH2 session.
3301  - Merge fixes from Debian patch from Phil Hands <phil@hands.com>
3302   - Allow setting of PAM service name through CFLAGS (SSHD_PAM_SERVICE)
3303   - Use vhangup to clean up Linux ttys
3304   - Force posix getopt processing on GNU libc systems
3305  - Debian bug #55910 - remove references to ssl(8) manpages
3306  - Debian bug #58031 - ssh_config lies about default cipher
3307
3308 20000419
3309  - OpenBSD CVS updates
3310    [channels.c]
3311    - fix pr 1196, listen_port and port_to_connect interchanged
3312    [scp.c]
3313    - after completion, replace the progress bar ETA counter with a final
3314      elapsed time; my idea, aaron wrote the patch
3315    [ssh_config sshd_config]
3316    - show 'Protocol' as an example, ok markus@
3317    [sshd.c]
3318    - missing xfree()
3319  - Add missing header to bsd-misc.c
3320
3321 20000416
3322  - Reduce diff against OpenBSD source
3323    - All OpenSSL includes are now unconditionally referenced as
3324      openssl/foo.h
3325    - Pick up formatting changes
3326    - Other minor changed (typecasts, etc) that I missed
3327
3328 20000415
3329  - OpenBSD CVS updates.
3330    [ssh.1 ssh.c]
3331    - ssh -2
3332    [auth.c channels.c clientloop.c packet.c packet.h serverloop.c]
3333    [session.c sshconnect.c]
3334    - check payload for (illegal) extra data
3335    [ALL]
3336    whitespace cleanup
3337
3338 20000413
3339  - INSTALL doc updates
3340  - Merged OpenBSD updates to include paths.
3341
3342 20000412
3343  - OpenBSD CVS updates:
3344    - [channels.c]
3345      repair x11-fwd
3346    - [sshconnect.c]
3347      fix passwd prompt for ssh2, less debugging output.
3348    - [clientloop.c compat.c dsa.c kex.c sshd.c]
3349      less debugging output
3350    - [kex.c kex.h sshconnect.c sshd.c]
3351      check for reasonable public DH values
3352    - [README.openssh2 cipher.c cipher.h compat.c compat.h readconf.c]
3353      [readconf.h servconf.c servconf.h ssh.c ssh.h sshconnect.c sshd.c]
3354      add Cipher and Protocol options to ssh/sshd, e.g.:
3355      ssh -o 'Protocol 1,2' if you prefer proto 1, ssh -o 'Ciphers
3356      arcfour,3des-cbc'
3357    - [sshd.c]
3358      print 1.99 only if server supports both
3359
3360 20000408
3361  - Avoid some compiler warnings in fake-get*.c
3362  - Add IPTOS macros for systems which lack them
3363  - Only set define entropy collection macros if they are found
3364  - More large OpenBSD CVS updates:
3365    - [auth.c auth.h servconf.c servconf.h serverloop.c session.c]
3366      [session.h ssh.h sshd.c README.openssh2]
3367      ssh2 server side, see README.openssh2; enable with 'sshd -2'
3368    - [channels.c]
3369      no adjust after close
3370    - [sshd.c compat.c ]
3371      interop w/ latest ssh.com windows client.
3372
3373 20000406
3374  - OpenBSD CVS update:
3375    - [channels.c]
3376      close efd on eof
3377    - [clientloop.c compat.c ssh.c sshconnect.c myproposal.h]
3378      ssh2 client implementation, interops w/ ssh.com and lsh servers.
3379    - [sshconnect.c]
3380      missing free.
3381    - [authfile.c cipher.c cipher.h packet.c sshconnect.c sshd.c]
3382      remove unused argument, split cipher_mask()
3383    - [clientloop.c]
3384      re-order: group ssh1 vs. ssh2
3385  - Make Redhat spec require openssl >= 0.9.5a
3386
3387 20000404
3388  - Add tests for RAND_add function when searching for OpenSSL
3389  - OpenBSD CVS update:
3390    - [packet.h packet.c]
3391      ssh2 packet format
3392    - [packet.h packet.c nchan2.ms nchan.h compat.h compat.c]
3393      [channels.h channels.c]
3394      channel layer support for ssh2
3395    - [kex.h kex.c hmac.h hmac.c dsa.c dsa.h]
3396      DSA, keyexchange, algorithm agreement for ssh2
3397  - Generate manpages before make install not at the end of make all
3398  - Don't seed the rng quite so often
3399  - Always reseed rng when requested
3400
3401 20000403
3402  - Wrote entropy collection routines for systems that lack /dev/random
3403    and EGD
3404  - Disable tests and typedefs for 64 bit types. They are currently unused.
3405
3406 20000401
3407  - Big OpenBSD CVS update (mainly beginnings of SSH2 infrastructure)
3408    - [auth.c session.c sshd.c auth.h]
3409      split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removal
3410    - [bufaux.c bufaux.h]
3411      support ssh2 bignums
3412    - [channels.c channels.h clientloop.c sshd.c nchan.c nchan.h packet.c]
3413      [readconf.c ssh.c ssh.h serverloop.c]
3414      replace big switch() with function tables (prepare for ssh2)
3415    - [ssh2.h]
3416      ssh2 message type codes
3417    - [sshd.8]
3418      reorder Xr to avoid cutting
3419    - [serverloop.c]
3420      close(fdin) if fdin != fdout, shutdown otherwise, ok theo@
3421    - [channels.c]
3422      missing close
3423      allow bigger packets
3424    - [cipher.c cipher.h]
3425      support ssh2 ciphers
3426    - [compress.c]
3427      cleanup, less code
3428    - [dispatch.c dispatch.h]
3429      function tables for different message types
3430    - [log-server.c]
3431      do not log() if debuggin to stderr
3432      rename a cpp symbol, to avoid param.h collision
3433    - [mpaux.c]
3434      KNF
3435    - [nchan.c]
3436      sync w/ channels.c
3437
3438 20000326
3439  - Better tests for OpenSSL w/ RSAref
3440  - Added replacement setenv() function from OpenBSD libc. Suggested by
3441    Ben Lindstrom <mouring@pconline.com>
3442  - OpenBSD CVS update
3443    - [auth-krb4.c]
3444      -Wall
3445    - [auth-rh-rsa.c auth-rsa.c hostfile.c hostfile.h key.c key.h match.c]
3446      [match.h ssh.c ssh.h sshconnect.c sshd.c]
3447      initial support for DSA keys. ok deraadt@, niels@
3448    - [cipher.c cipher.h]
3449      remove unused cipher_attack_detected code
3450    - [scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
3451      Fix some formatting problems I missed before.
3452    - [ssh.1 sshd.8]
3453      fix spelling errors, From: FreeBSD
3454    - [ssh.c]
3455      switch to raw mode only if he _get_ a pty (not if we _want_ a pty).
3456
3457 20000324
3458  - Released 1.2.3
3459
3460 20000317
3461  - Clarified --with-default-path option.
3462  - Added -blibpath handling for AIX to work around stupid runtime linking.
3463    Problem elucidated by gshapiro@SENDMAIL.ORG by way of Jim Knoble
3464    <jmknoble@jmknoble.cx>
3465  - Checks for 64 bit int types. Problem report from Mats Fredholm
3466    <matsf@init.se>
3467  - OpenBSD CVS updates:
3468    - [atomicio.c auth-krb4.c bufaux.c channels.c compress.c fingerprint.c]
3469      [packet.h radix.c rsa.c scp.c ssh-agent.c ssh-keygen.c sshconnect.c]
3470      [sshd.c]
3471      pedantic: signed vs. unsigned, void*-arithm, etc
3472    - [ssh.1 sshd.8]
3473      Various cleanups and standardizations.
3474  - Runtime error fix for HPUX from Otmar Stahl
3475    <O.Stahl@lsw.uni-heidelberg.de>
3476
3477 20000316
3478  - Fixed configure not passing LDFLAGS to Solaris. Report from David G.
3479    Hesprich <dghespri@sprintparanet.com>
3480  - Propogate LD through to Makefile
3481  - Doc cleanups
3482  - Added blurb about "scp: command not found" errors to UPGRADING
3483
3484 20000315
3485  - Fix broken CFLAGS handling during search for OpenSSL. Fixes va_list
3486    problems with gcc/Solaris.
3487  - Don't free argument to putenv() after use (in setenv() replacement).
3488    Report from Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp>
3489  - Created contrib/ subdirectory. Included helpers from Phil Hands'
3490    Debian package, README file and chroot patch from Ricardo Cerqueira
3491    <rmcc@clix.pt>
3492  - Moved gnome-ssh-askpass.c to contrib directory and removed config
3493    option.
3494  - Slight cleanup to doc files
3495  - Configure fix from Bratislav ILICH <bilic@zepter.ru>
3496
3497 20000314
3498  - Include macro for IN6_IS_ADDR_V4MAPPED. Report from
3499    peter@frontierflying.com
3500  - Include /usr/local/include and /usr/local/lib for systems that don't
3501    do it themselves
3502  - -R/usr/local/lib for Solaris
3503  - Fix RSAref detection
3504  - Fix IN6_IS_ADDR_V4MAPPED macro
3505
3506 20000311
3507  - Detect RSAref
3508  - OpenBSD CVS change
3509    [sshd.c]
3510     - disallow guessing of root password
3511  - More configure fixes
3512  - IPv6 workarounds from Hideaki YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp>
3513
3514 20000309
3515  - OpenBSD CVS updates to v1.2.3
3516    [ssh.h atomicio.c]
3517     - int atomicio -> ssize_t (for alpha). ok deraadt@
3518    [auth-rsa.c]
3519     - delay MD5 computation until client sends response, free() early, cleanup.
3520    [cipher.c]
3521     - void* -> unsigned char*, ok niels@
3522    [hostfile.c]
3523     - remove unused variable 'len'. fix comments.
3524     - remove unused variable
3525    [log-client.c log-server.c]
3526     - rename a cpp symbol, to avoid param.h collision
3527    [packet.c]
3528     - missing xfree()
3529     - getsockname() requires initialized tolen; andy@guildsoftware.com
3530     - use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
3531    from Holger.Trapp@Informatik.TU-Chemnitz.DE
3532    [pty.c pty.h]
3533     - register cleanup for pty earlier. move code for pty-owner handling to
3534       pty.c ok provos@, dugsong@
3535    [readconf.c]
3536     - turn off x11-fwd for the client, too.
3537    [rsa.c]
3538     - PKCS#1 padding
3539    [scp.c]
3540     - allow '.' in usernames; from jedgar@fxp.org
3541    [servconf.c]
3542     - typo: ignore_user_known_hosts int->flag; naddy@mips.rhein-neckar.de
3543     - sync with sshd_config
3544    [ssh-keygen.c]
3545     - enable ssh-keygen -l -f ~/.ssh/known_hosts, ok deraadt@
3546    [ssh.1]
3547     - Change invalid 'CHAT' loglevel to 'VERBOSE'
3548    [ssh.c]
3549     - suppress AAAA query host when '-4' is used; from shin@nd.net.fujitsu.co.jp
3550     - turn off x11-fwd for the client, too.
3551    [sshconnect.c]
3552     - missing xfree()
3553     - retry rresvport_af(), too. from sumikawa@ebina.hitachi.co.jp.
3554     - read error vs. "Connection closed by remote host"
3555    [sshd.8]
3556     - ie. -> i.e.,
3557     - do not link to a commercial page..
3558     - sync with sshd_config
3559    [sshd.c]
3560     - no need for poll.h; from bright@wintelcom.net
3561     - log with level log() not fatal() if peer behaves badly.
3562     - don't panic if client behaves strange. ok deraadt@
3563     - make no-port-forwarding for RSA keys deny both -L and -R style fwding
3564     - delay close() of pty until the pty has been chowned back to root
3565     - oops, fix comment, too.
3566     - missing xfree()
3567     - move XAUTHORITY to subdir. ok dugsong@. fixes debian bug #57907, too.
3568       (http://cgi.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=57907)
3569     - register cleanup for pty earlier. move code for pty-owner handling to
3570       pty.c ok provos@, dugsong@
3571     - create x11 cookie file
3572     - fix pr 1113, fclose() -> pclose(), todo: remote popen()
3573     - version 1.2.3
3574  - Cleaned up
3575  - Removed warning workaround for Linux and devpts filesystems (no longer
3576    required after OpenBSD updates)
3577
3578 20000308
3579  - Configure fix from Hiroshi Takekawa <takekawa@sr3.t.u-tokyo.ac.jp>
3580
3581 20000307
3582  - Released 1.2.2p1
3583
3584 20000305
3585  - Fix DEC compile fix
3586  - Explicitly seed OpenSSL's PRNG before checking rsa_alive()
3587  - Check for getpagesize in libucb.a if not found in libc. Fix for old
3588    Solaris from Andre Lucas <andre.lucas@dial.pipex.com>
3589  - Check for libwrap if --with-tcp-wrappers option specified. Suggestion
3590    Mate Wierdl <mw@moni.msci.memphis.edu>
3591
3592 20000303
3593  - Added "make host-key" target, Suggestion from Dominik Brettnacher
3594  <domi@saargate.de>
3595  - Don't permanently fail on bind() if getaddrinfo has more choices left for
3596    us. Needed to work around messy IPv6 on Linux. Patch from Arkadiusz
3597    Miskiewicz <misiek@pld.org.pl>
3598  - DEC Unix compile fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
3599  - Manpage fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
3600
3601 20000302
3602  - Big cleanup of autoconf code
3603    - Rearranged to be a little more logical
3604    - Added -R option for Solaris
3605    - Rewrote OpenSSL detection code. Now uses AC_TRY_RUN with a test program
3606      to detect library and header location _and_ ensure library has proper
3607      RSA support built in (this is a problem with OpenSSL 0.9.5).
3608  - Applied pty cleanup patch from markus.friedl@informatik.uni-erlangen.de
3609  - Avoid warning message with Unix98 ptys
3610  - Warning was valid - possible race condition on PTYs. Avoided using
3611    platform-specific code.
3612  - Document some common problems
3613  - Allow root access to any key. Patch from
3614    markus.friedl@informatik.uni-erlangen.de
3615
3616 20000207
3617  - Removed SOCKS code. Will support through a ProxyCommand.
3618
3619 20000203
3620  - Fixed SEGVs in authloop, fix from vbzoli@hbrt.hu
3621  - Add --with-ssl-dir option
3622
3623 20000202
3624  - Fix lastlog code for directory based lastlogs. Fix from Josh Durham
3625    <jmd@aoe.vt.edu>
3626  - Documentation fixes from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
3627  - Added URLs to Japanese translations of documents by HARUYAMA Seigo
3628    <haruyama@nt.phys.s.u-tokyo.ac.jp>
3629
3630 20000201
3631  - Use socket pairs by default (instead of pipes). Prevents race condition
3632    on several (buggy) OSs. Report and fix from tridge@linuxcare.com
3633
3634 20000127
3635  - Seed OpenSSL's random number generator before generating RSA keypairs
3636  - Split random collector into seperate file
3637  - Compile fix from Andre Lucas <andre.lucas@dial.pipex.com>
3638
3639 20000126
3640  - Released 1.2.2 stable
3641
3642  - NeXT keeps it lastlog in /usr/adm. Report from
3643    mouring@newton.pconline.com
3644  - Added note in UPGRADING re interop with commercial SSH using idea.
3645    Report from Jim Knoble <jmknoble@jmknoble.cx>
3646  - Fix linking order for Kerberos/AFS. Fix from Holget Trapp
3647    <Holger.Trapp@Informatik.TU-Chemnitz.DE>
3648
3649 20000125
3650  - Fix NULL pointer dereference in login.c. Fix from Andre Lucas
3651    <andre.lucas@dial.pipex.com>
3652  - Reorder PAM initialisation so it does not mess up lastlog. Reported
3653    by Andre Lucas <andre.lucas@dial.pipex.com>
3654  - Use preformatted manpages on SCO, report from Gary E. Miller
3655    <gem@rellim.com>
3656  - New URL for x11-ssh-askpass.
3657  - Fixpaths was missing /etc/ssh_known_hosts. Report from Jim Knoble
3658    <jmknoble@jmknoble.cx>
3659  - Added 'DESTDIR' option to Makefile to ease package building. Patch from
3660    Jim Knoble <jmknoble@jmknoble.cx>
3661  - Updated RPM spec files to use DESTDIR
3662
3663 20000124
3664  - Pick up version 1.2.2 from OpenBSD CVS (no changes, just version number
3665    increment)
3666
3667 20000123
3668  - OpenBSD CVS:
3669    - [packet.c]
3670      getsockname() requires initialized tolen; andy@guildsoftware.com
3671  - AIX patch from Matt Richards <v2matt@btv.ibm.com> and David Rankin
3672    <drankin@bohemians.lexington.ky.us>
3673  - Fix lastlog support, patch from Andre Lucas <andre.lucas@dial.pipex.com>
3674
3675 20000122
3676  - Fix compilation of bsd-snprintf.c on Solaris, fix from Ben Taylor
3677    <bent@clark.net>
3678  - Merge preformatted manpage patch from Andre Lucas
3679    <andre.lucas@dial.pipex.com>
3680  - Make IPv4 use the default in RPM packages
3681  - Irix uses preformatted manpages
3682  - Missing htons() in bsd-bindresvport.c, fix from Holger Trapp
3683    <Holger.Trapp@Informatik.TU-Chemnitz.DE>
3684  - OpenBSD CVS updates:
3685    - [packet.c]
3686      use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
3687      from Holger.Trapp@Informatik.TU-Chemnitz.DE
3688    - [sshd.c]
3689      log with level log() not fatal() if peer behaves badly.
3690    - [readpass.c]
3691      instead of blocking SIGINT, catch it ourselves, so that we can clean
3692      the tty modes up and kill ourselves -- instead of our process group
3693      leader (scp, cvs, ...) going away and leaving us in noecho mode.
3694      people with cbreak shells never even noticed..
3695    - [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
3696      ie. -> i.e.,
3697
3698 20000120
3699  - Don't use getaddrinfo on AIX
3700  - Update to latest OpenBSD CVS:
3701    - [auth-rsa.c]
3702      - fix user/1056, sshd keeps restrictions; dbt@meat.net
3703    - [sshconnect.c]
3704      - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
3705      - destroy keys earlier
3706      - split key exchange (kex) and user authentication (user-auth),
3707        ok: provos@
3708    - [sshd.c]
3709      - no need for poll.h; from bright@wintelcom.net
3710      - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
3711      - split key exchange (kex) and user authentication (user-auth),
3712        ok: provos@
3713  - Big manpage and config file cleanup from Andre Lucas
3714    <andre.lucas@dial.pipex.com>
3715    - Re-added latest (unmodified) OpenBSD manpages
3716  - Doc updates
3717  - NetBSD patch from David Rankin <drankin@bohemians.lexington.ky.us> and
3718    Christos Zoulas <christos@netbsd.org>
3719
3720 20000119
3721  - SCO compile fixes from Gary E. Miller <gem@rellim.com>
3722  - Compile fix from Darren_Hall@progressive.com
3723  - Linux/glibc-2.1.2 takes a *long* time to look up names for AF_UNSPEC
3724    addresses using getaddrinfo(). Added a configure switch to make the
3725    default lookup mode AF_INET
3726
3727 20000118
3728  - Fixed --with-pid-dir option
3729  - Makefile fix from Gary E. Miller <gem@rellim.com>
3730  - Compile fix for HPUX and Solaris from Andre Lucas
3731    <andre.lucas@dial.pipex.com>
3732
3733 20000117
3734  - Clean up bsd-bindresvport.c. Use arc4random() for picking initial
3735    port, ignore EINVAL errors (Linux) when searching for free port.
3736  - Revert __snprintf -> snprintf aliasing. Apparently Solaris
3737    __snprintf isn't. Report from Theo de Raadt <theo@cvs.openbsd.org>
3738  - Document location of Redhat PAM file in INSTALL.
3739  - Fixed X11 forwarding bug on Linux. libc advertises AF_INET6
3740    INADDR_ANY_INIT addresses via getaddrinfo, but may not be able to
3741    deliver (no IPv6 kernel support)
3742  - Released 1.2.1pre27
3743
3744  - Fix rresvport_af failure errors (logic error in bsd-bindresvport.c)
3745  - Fix --with-ipaddr-display option test. Fix from Jarno Huuskonen
3746    <jhuuskon@hytti.uku.fi>
3747  - Fix hang on logout if processes are still using the pty. Needs
3748    further testing.
3749  - Patch from Christos Zoulas <christos@zoulas.com>
3750    - Try $prefix first when looking for OpenSSL.
3751    - Include sys/types.h when including sys/socket.h in test programs
3752  - Substitute PID directory in sshd.8. Suggestion from Andrew
3753    Stribblehill <a.d.stribblehill@durham.ac.uk>
3754
3755 20000116
3756  - Renamed --with-xauth-path to --with-xauth
3757  - Added --with-pid-dir option
3758  - Released 1.2.1pre26
3759
3760  - Compilation fix from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
3761  - Fixed broken bugfix for /dev/ptmx on Linux systems which lack
3762    openpty(). Report from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
3763
3764 20000115
3765  - Add --with-xauth-path configure directive and explicit test for
3766    /usr/openwin/bin/xauth for Solaris systems. Report from Anders
3767    Nordby <anders@fix.no>
3768  - Fix incorrect detection of /dev/ptmx on Linux systems that lack
3769    openpty. Report from John Seifarth <john@waw.be>
3770  - Look for intXX_t and u_intXX_t in sys/bitypes.h if they are not in
3771    sys/types.h. Fixes problems on SCO, report from Gary E. Miller
3772    <gem@rellim.com>
3773  - Use __snprintf and __vnsprintf if they are found where snprintf and
3774    vnsprintf are lacking. Suggested by Ben Taylor <bent@shell.clark.net>
3775    and others.
3776
3777 20000114
3778  - Merged OpenBSD IPv6 patch:
3779    - [sshd.c sshd.8 sshconnect.c ssh.h ssh.c servconf.h servconf.c scp.1]
3780      [scp.c packet.h packet.c login.c log.c canohost.c channels.c]
3781      [hostfile.c sshd_config]
3782      ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new
3783      features: sshd allows multiple ListenAddress and Port options. note
3784      that libwrap is not IPv6-ready. (based on patches from
3785      fujiwara@rcac.tdi.co.jp)
3786    - [ssh.c canohost.c]
3787      more hints (hints.ai_socktype=SOCK_STREAM) for getaddrinfo,
3788      from itojun@
3789    - [channels.c]
3790      listen on _all_ interfaces for X11-Fwd (hints.ai_flags = AI_PASSIVE)
3791    - [packet.h]
3792      allow auth-kerberos for IPv4 only
3793    - [scp.1 sshd.8 servconf.h scp.c]
3794      document -4, -6, and 'ssh -L 2022/::1/22'
3795    - [ssh.c]
3796      'ssh @host' is illegal (null user name), from
3797      karsten@gedankenpolizei.de
3798    - [sshconnect.c]
3799      better error message
3800    - [sshd.c]
3801      allow auth-kerberos for IPv4 only
3802  - Big IPv6 merge:
3803    - Cleanup overrun in sockaddr copying on RHL 6.1
3804    - Replacements for getaddrinfo, getnameinfo, etc based on versions
3805      from patch from KIKUCHI Takahiro <kick@kyoto.wide.ad.jp>
3806    - Replacement for missing structures on systems that lack IPv6
3807    - record_login needed to know about AF_INET6 addresses
3808    - Borrowed more code from OpenBSD: rresvport_af and requisites
3809
3810 20000110
3811  - Fixes to auth-skey to enable it to use the standard OpenSSL libraries
3812
3813 20000107
3814  - New config.sub and config.guess to fix problems on SCO. Supplied
3815    by Gary E. Miller <gem@rellim.com>
3816  - SCO build fix from Gary E. Miller <gem@rellim.com>
3817  - Released 1.2.1pre25
3818
3819 20000106
3820  - Documentation update & cleanup
3821  - Better KrbIV / AFS detection, based on patch from:
3822    Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE>
3823
3824 20000105
3825  - Fixed annoying DES corruption problem. libcrypt has been
3826    overriding symbols in libcrypto. Removed libcrypt and crypt.h
3827    altogether (libcrypto includes its own crypt(1) replacement)
3828  - Added platform-specific rules for Irix 6.x. Included warning that
3829    they are untested.
3830
3831 20000103
3832  - Add explicit make rules for files proccessed by fixpaths.
3833  - Fix "make install" in RPM spec files. Report from Tenkou N. Hattori
3834    <tnh@kondara.org>
3835  - Removed "nullok" directive from default PAM configuration files.
3836    Added information on enabling EmptyPasswords on openssh+PAM in
3837    UPGRADING file.
3838  - OpenBSD CVS updates
3839    - [ssh-agent.c]
3840      cleanup_exit() for SIGTERM/SIGHUP, too. from fgsch@ and
3841      dgaudet@arctic.org
3842    - [sshconnect.c]
3843      compare correct version for 1.3 compat mode
3844
3845 20000102
3846  - Prevent multiple inclusion of config.h and defines.h. Suggested
3847    by Andre Lucas <andre.lucas@dial.pipex.com>
3848  - Properly clean up on exit of ssh-agent. Patch from Dean Gaudet
3849    <dgaudet@arctic.org>
3850
3851 19991231
3852  - Fix password support on systems with a mixture of shadowed and
3853    non-shadowed passwords (e.g. NIS). Report and fix from
3854    HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
3855  - Fix broken autoconf typedef detection. Report from Marc G.
3856    Fournier <marc.fournier@acadiau.ca>
3857  - Fix occasional crash on LinuxPPC. Patch from Franz Sirl
3858    <Franz.Sirl-kernel@lauterbach.com>
3859  - Prevent typedefs from being compiled more than once. Report from
3860    Marc G. Fournier <marc.fournier@acadiau.ca>
3861  - Fill in ut_utaddr utmp field. Report from Benjamin Charron
3862    <iretd@bigfoot.com>
3863  - Really fix broken default path. Fix from Jim Knoble
3864    <jmknoble@jmknoble.cx>
3865  - Remove test for quad_t. No longer needed.
3866  - Released 1.2.1pre24
3867
3868  - Added support for directory-based lastlogs
3869  - Really fix typedefs, patch from Ben Taylor <bent@clark.net>
3870
3871 19991230
3872  - OpenBSD CVS updates:
3873    - [auth-passwd.c]
3874      check for NULL 1st
3875  - Removed most of the pam code into its own file auth-pam.[ch]. This
3876    cleaned up sshd.c up significantly.
3877  - PAM authentication was incorrectly interpreting
3878    "PermitRootLogin without-password". Report from Matthias Andree
3879    <ma@dt.e-technik.uni-dortmund.de
3880  - Several other cleanups
3881  - Merged Dante SOCKS support patch from David Rankin
3882   <drankin@bohemians.lexington.ky.us>
3883  - Updated documentation with ./configure options
3884  - Released 1.2.1pre23
3885
3886 19991229
3887  - Applied another NetBSD portability patch from David Rankin
3888    <drankin@bohemians.lexington.ky.us>
3889  - Fix --with-default-path option.
3890  - Autodetect perl, patch from David Rankin
3891    <drankin@bohemians.lexington.ky.us>
3892  - Print whether OpenSSH was compiled with RSARef, patch from
3893    Nalin Dahyabhai <nalin@thermo.stat.ncsu.edu>
3894  - Calls to pam_setcred, patch from Nalin Dahyabhai
3895    <nalin@thermo.stat.ncsu.edu>
3896  - Detect missing size_t and typedef it.
3897  - Rename helper.[ch] to (more appropriate) bsd-misc.[ch]
3898  - Minor Makefile cleaning
3899
3900 19991228
3901  - Replacement for getpagesize() for systems which lack it
3902  - NetBSD login.c compile fix from David Rankin
3903   <drankin@bohemians.lexington.ky.us>
3904  - Fully set ut_tv if present in utmp or utmpx
3905  - Portability fixes for Irix 5.3 (now compiles OK!)
3906  - autoconf and other misc cleanups
3907  - Merged AIX patch from Darren Hall <dhall@virage.org>
3908  - Cleaned up defines.h
3909  - Released 1.2.1pre22
3910
3911 19991227
3912  - Automatically correct paths in manpages and configuration files. Patch
3913    and script from Andre Lucas <andre.lucas@dial.pipex.com>
3914  - Removed credits from README to CREDITS file, updated.
3915  - Added --with-default-path to specify custom path for server
3916  - Removed #ifdef trickery from acconfig.h into defines.h
3917  - PAM bugfix. PermitEmptyPassword was being ignored.
3918  - Fixed PAM config files to allow empty passwords if server does.
3919  - Explained spurious PAM auth warning workaround in UPGRADING
3920  - Use last few chars of tty line as ut_id
3921  - New SuSE RPM spec file from Chris Saia <csaia@wtower.com>
3922  - OpenBSD CVS updates:
3923    - [packet.h auth-rhosts.c]
3924      check format string for packet_disconnect and packet_send_debug, too
3925    - [channels.c]
3926      use packet_get_maxsize for channels. consistence.
3927
3928 19991226
3929  - Enabled utmpx support by default for Solaris
3930  - Cleanup sshd.c PAM a little more
3931  - Revised RPM package to include Jim Knoble's <jmknoble@jmknoble.cx>
3932    X11 ssh-askpass program.
3933  - Disable logging of PAM success and failures, PAM is verbose enough.
3934    Unfortunatly there is currently no way to disable auth failure
3935    messages. Mention this in UPGRADING file and sent message to PAM
3936    developers
3937  - OpenBSD CVS update:
3938    - [ssh-keygen.1 ssh.1]
3939      remove ref to .ssh/random_seed, mention .ssh/environment in
3940      .Sh FILES, too
3941  - Released 1.2.1pre21
3942  - Fixed implicit '.' in default path, report from Jim Knoble
3943    <jmknoble@jmknoble.cx>
3944  - Redhat RPM spec fixes from Jim Knoble <jmknoble@jmknoble.cx>
3945
3946 19991225
3947  - More fixes from Andre Lucas <andre.lucas@dial.pipex.com>
3948  - Cleanup of auth-passwd.c for shadow and MD5 passwords
3949  - Cleanup and bugfix of PAM authentication code
3950  - Released 1.2.1pre20
3951
3952  - Merged fixes from Ben Taylor <bent@clark.net>
3953  - Fixed configure support for PAM. Reported by Naz <96na@eng.cam.ac.uk>
3954  - Disabled logging of PAM password authentication failures when password
3955    is empty. (e.g start of authentication loop). Reported by Naz
3956    <96na@eng.cam.ac.uk>)
3957
3958 19991223
3959  - Merged later HPUX patch from Andre Lucas
3960    <andre.lucas@dial.pipex.com>
3961  - Above patch included better utmpx support from Ben Taylor
3962    <bent@clark.net>
3963
3964 19991222
3965  - Fix undefined fd_set type in ssh.h from Povl H. Pedersen
3966    <pope@netguide.dk>
3967  - Fix login.c breakage on systems which lack ut_host in struct
3968    utmp. Reported by Willard Dawson <willard.dawson@sbs.siemens.com>
3969
3970 19991221
3971  - Integration of large HPUX patch from Andre Lucas
3972    <andre.lucas@dial.pipex.com>. Integrating it had a few other
3973    benefits:
3974    - Ability to disable shadow passwords at configure time
3975    - Ability to disable lastlog support at configure time
3976    - Support for IP address in $DISPLAY
3977  - OpenBSD CVS update:
3978    - [sshconnect.c]
3979    say "REMOTE HOST IDENTIFICATION HAS CHANGED"
3980  - Fix DISABLE_SHADOW support
3981  - Allow MD5 passwords even if shadow passwords are disabled
3982  - Release 1.2.1pre19
3983
3984 19991218
3985  - Redhat init script patch from Chun-Chung Chen
3986    <cjj@u.washington.edu>
3987  - Avoid breakage on systems without IPv6 headers
3988
3989 19991216
3990  - Makefile changes for Solaris from Peter Kocks
3991    <peter.kocks@baygate.com>
3992  - Minor updates to docs
3993  - Merged OpenBSD CVS changes:
3994    - [authfd.c ssh-agent.c]
3995      keysize warnings talk about identity files
3996    - [packet.c]
3997      "Connection closed by x.x.x.x": fatal() -> log()
3998  - Correctly handle empty passwords in shadow file. Patch from:
3999    "Chris, the Young One" <cky@pobox.com>
4000  - Released 1.2.1pre18
4001
4002 19991215
4003  - Integrated patchs from Juergen Keil <jk@tools.de>
4004    - Avoid void* pointer arithmatic
4005    - Use LDFLAGS correctly
4006    - Fix SIGIO error in scp
4007    - Simplify status line printing in scp
4008  - Added better test for inline functions compiler support from
4009    Darren_Hall@progressive.com
4010
4011 19991214
4012  - OpenBSD CVS Changes
4013    - [canohost.c]
4014      fix get_remote_port() and friends for sshd -i;
4015      Holger.Trapp@Informatik.TU-Chemnitz.DE
4016    - [mpaux.c]
4017      make code simpler. no need for memcpy. niels@ ok
4018    - [pty.c]
4019      namebuflen not sizeof namebuflen; bnd@ep-ag.com via djm@mindrot.org
4020      fix proto; markus
4021    - [ssh.1]
4022       typo; mark.baushke@solipsa.com
4023    - [channels.c ssh.c ssh.h sshd.c]
4024      type conflict for 'extern Type *options' in channels.c; dot@dotat.at
4025    - [sshconnect.c]
4026      move checking of hostkey into own function.
4027    - [version.h]
4028      OpenSSH-1.2.1
4029  - Clean up broken includes in pty.c
4030  - Some older systems don't have poll.h, they use sys/poll.h instead
4031  - Doc updates
4032
4033 19991211
4034  - Fix compilation on systems with AFS. Reported by
4035    aloomis@glue.umd.edu
4036  - Fix installation on Solaris. Reported by
4037    Gordon Rowell <gordonr@gormand.com.au>
4038  - Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com,
4039    patch from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
4040  - Auto-locate xauth. Patch from David Agraz <dagraz@jahoopa.com>
4041  - Compile fix from David Agraz <dagraz@jahoopa.com>
4042  - Avoid compiler warning in bsd-snprintf.c
4043  - Added pam_limits.so to default PAM config. Suggested by
4044    Jim Knoble <jmknoble@jmknoble.cx>
4045
4046 19991209
4047  - Import of patch from Ben Taylor <bent@clark.net>:
4048    - Improved PAM support
4049    - "uninstall" rule for Makefile
4050    - utmpx support
4051    - Should fix PAM problems on Solaris
4052  - OpenBSD CVS updates:
4053    - [readpass.c]
4054      avoid stdio; based on work by markus, millert, and I
4055    - [sshd.c]
4056      make sure the client selects a supported cipher
4057    - [sshd.c]
4058      fix sighup handling.  accept would just restart and daemon handled
4059      sighup only after the next connection was accepted. use poll on
4060      listen sock now.
4061    - [sshd.c]
4062      make that a fatal
4063  - Applied patch from David Rankin <drankin@bohemians.lexington.ky.us>
4064    to fix libwrap support on NetBSD
4065  - Released 1.2pre17
4066
4067 19991208
4068  - Compile fix for Solaris with /dev/ptmx from
4069    David Agraz <dagraz@jahoopa.com>
4070
4071 19991207
4072  - sshd Redhat init script patch from Jim Knoble <jmknoble@jmknoble.cx>
4073    fixes compatability with 4.x and 5.x
4074  - Fixed default SSH_ASKPASS
4075  - Fix PAM account and session being called multiple times. Problem
4076    reported by Adrian Baugh <adrian@merlin.keble.ox.ac.uk>
4077  - Merged more OpenBSD changes:
4078    - [atomicio.c authfd.c scp.c serverloop.c ssh.h sshconnect.c sshd.c]
4079      move atomicio into it's own file.  wrap all socket write()s which
4080      were doing write(sock, buf, len) != len, with atomicio() calls.
4081    - [auth-skey.c]
4082      fd leak
4083    - [authfile.c]
4084      properly name fd variable
4085    - [channels.c]
4086      display great hatred towards strcpy
4087    - [pty.c pty.h sshd.c]
4088      use openpty() if it exists (it does on BSD4_4)
4089    - [tildexpand.c]
4090      check for ~ expansion past MAXPATHLEN
4091  - Modified helper.c to use new atomicio function.
4092  - Reformat Makefile a little
4093  - Moved RC4 routines from rc4.[ch] into helper.c
4094  - Added autoconf code to detect /dev/ptmx (Solaris) and /dev/ptc (AIX)
4095  - Updated SuSE spec from Chris Saia <csaia@wtower.com>
4096  - Tweaked Redhat spec
4097  - Clean up bad imports of a few files (forgot -kb)
4098  - Released 1.2pre16
4099
4100 19991204
4101  - Small cleanup of PAM code in sshd.c
4102  - Merged OpenBSD CVS changes:
4103    - [auth-krb4.c auth-passwd.c auth-skey.c ssh.h]
4104      move skey-auth from auth-passwd.c to auth-skey.c, same for krb4
4105    - [auth-rsa.c]
4106      warn only about mismatch if key is _used_
4107      warn about keysize-mismatch with log() not error()
4108      channels.c readconf.c readconf.h ssh.c ssh.h sshconnect.c
4109      ports are u_short
4110    - [hostfile.c]
4111      indent, shorter warning
4112    - [nchan.c]
4113      use error() for internal errors
4114    - [packet.c]
4115      set loglevel for SSH_MSG_DISCONNECT to log(), not fatal()
4116      serverloop.c
4117      indent
4118    - [ssh-add.1 ssh-add.c ssh.h]
4119      document $SSH_ASKPASS, reasonable default
4120    - [ssh.1]
4121      CheckHostIP is not available for connects via proxy command
4122    - [sshconnect.c]
4123      typo
4124      easier to read client code for passwd and skey auth
4125      turn of checkhostip for proxy connects, since we don't know the remote ip
4126
4127 19991126
4128  - Add definition for __P()
4129  - Added [v]snprintf() replacement for systems that lack it
4130
4131 19991125
4132  - More reformatting merged from OpenBSD CVS
4133  - Merged OpenBSD CVS changes:
4134    - [channels.c]
4135      fix packet_integrity_check() for !have_hostname_in_open.
4136      report from mrwizard@psu.edu via djm@ibs.com.au
4137    - [channels.c]
4138      set SO_REUSEADDR and SO_LINGER for forwarded ports.
4139      chip@valinux.com via damien@ibs.com.au
4140    - [nchan.c]
4141      it's not an error() if shutdown_write failes in nchan.
4142    - [readconf.c]
4143      remove dead #ifdef-0-code
4144    - [readconf.c servconf.c]
4145      strcasecmp instead of tolower
4146    - [scp.c]
4147      progress meter overflow fix from damien@ibs.com.au
4148    - [ssh-add.1 ssh-add.c]
4149      SSH_ASKPASS support
4150    - [ssh.1 ssh.c]
4151      postpone fork_after_authentication until command execution,
4152      request/patch from jahakala@cc.jyu.fi via damien@ibs.com.au
4153      plus: use daemon() for backgrounding
4154  - Added BSD compatible install program and autoconf test, thanks to
4155    Niels Kristian Bech Jensen <nkbj@image.dk>
4156  - Solaris fixing, thanks to Ben Taylor <bent@clark.net>
4157  - Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com>
4158  - Release 1.2pre15
4159
4160 19991124
4161  - Merged very large OpenBSD source code reformat
4162  - OpenBSD CVS updates
4163    - [channels.c cipher.c compat.c log-client.c scp.c serverloop.c]
4164      [ssh.h sshd.8 sshd.c]
4165      syslog changes:
4166      * Unified Logmessage for all auth-types, for success and for failed
4167      * Standard connections get only ONE line in the LOG when level==LOG:
4168        Auth-attempts are logged only, if authentication is:
4169           a) successfull or
4170           b) with passwd or
4171           c) we had more than AUTH_FAIL_LOG failues
4172      * many log() became verbose()
4173      * old behaviour with level=VERBOSE
4174    - [readconf.c readconf.h ssh.1 ssh.h sshconnect.c sshd.c]
4175      tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE
4176      messages. allows use of s/key in windows (ttssh, securecrt) and
4177      ssh-1.2.27 clients without 'ssh -v', ok: niels@
4178    - [sshd.8]
4179      -V, for fallback to openssh in SSH2 compatibility mode
4180    - [sshd.c]
4181      fix sigchld race; cjc5@po.cwru.edu
4182
4183 19991123
4184  - Added SuSE package files from Chris Saia <csaia@wtower.com>
4185  - Restructured package-related files under packages/*
4186  - Added generic PAM config
4187  - Numerous little Solaris fixes
4188  - Add recommendation to use GNU make to INSTALL document
4189
4190 19991122
4191  - Make <enter> close gnome-ssh-askpass (Debian bug #50299)
4192  - OpenBSD CVS Changes
4193    - [ssh-keygen.c]
4194      don't create ~/.ssh only if the user wants to store the private
4195      key there. show fingerprint instead of public-key after
4196      keygeneration. ok niels@
4197  - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.h
4198  - Added timersub() macro
4199  - Tidy RCSIDs of bsd-*.c
4200  - Added autoconf test and macro to deal with old PAM libraries
4201    pam_strerror definition (one arg vs two).
4202  - Fix EGD problems (Thanks to Ben Taylor <bent@clark.net>)
4203  - Retry /dev/urandom reads interrupted by signal (report from
4204    Robert Hardy <rhardy@webcon.net>)
4205  - Added a setenv replacement for systems which lack it
4206  - Only display public key comment when presenting ssh-askpass dialog
4207  - Released 1.2pre14
4208
4209  - Configure, Make and changelog corrections from Tudor Bosman
4210    <tudorb@jm.nu> and Niels Kristian Bech Jensen <nkbj@image.dk>
4211
4212 19991121
4213  - OpenBSD CVS Changes:
4214    - [channels.c]
4215      make this compile, bad markus
4216    - [log.c readconf.c servconf.c ssh.h]
4217      bugfix: loglevels are per host in clientconfig,
4218      factor out common log-level parsing code.
4219    - [servconf.c]
4220      remove unused index (-Wall)
4221    - [ssh-agent.c]
4222      only one 'extern char *__progname'
4223    - [sshd.8]
4224      document SIGHUP, -Q to synopsis
4225    - [sshconnect.c serverloop.c sshd.c packet.c packet.h]
4226      [channels.c clientloop.c]
4227      SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@
4228      [hope this time my ISP stays alive during commit]
4229    - [OVERVIEW README] typos; green@freebsd
4230    - [ssh-keygen.c]
4231      replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me)
4232      exit if writing the key fails (no infinit loop)
4233      print usage() everytime we get bad options
4234    - [ssh-keygen.c] overflow, djm@mindrot.org
4235    - [sshd.c] fix sigchld race; cjc5@po.cwru.edu
4236
4237 19991120
4238  - Merged more Solaris support from Marc G. Fournier
4239    <marc.fournier@acadiau.ca>
4240  - Wrote autoconf tests for integer bit-types
4241  - Fixed enabling kerberos support
4242  - Fix segfault in ssh-keygen caused by buffer overrun in filename
4243    handling.
4244
4245 19991119
4246  - Merged PAM buffer overrun patch from Chip Salzenberg <chip@valinux.com>
4247  - Merged OpenBSD CVS changes
4248    - [auth-rhosts.c auth-rsa.c ssh-agent.c sshconnect.c sshd.c]
4249      more %d vs. %s in fmt-strings
4250    - [authfd.c]
4251      Integers should not be printed with %s
4252  - EGD uses a socket, not a named pipe. Duh.
4253  - Fix includes in fingerprint.c
4254  - Fix scp progress bar bug again.
4255  - Move ssh-askpass from ${libdir}/ssh to ${libexecdir}/ssh at request of
4256    David Rankin <drankin@bohemians.lexington.ky.us>
4257  - Added autoconf option to enable Kerberos 4 support (untested)
4258  - Added autoconf option to enable AFS support (untested)
4259  - Added autoconf option to enable S/Key support (untested)
4260  - Added autoconf option to enable TCP wrappers support (compiles OK)
4261  - Renamed BSD helper function files to bsd-*
4262  - Added tests for login and daemon and enable OpenBSD replacements for
4263    when they are absent.
4264  - Added non-PAM MD5 password support patch from Tudor Bosman <tudorb@jm.nu>
4265
4266 19991118
4267  - Merged OpenBSD CVS changes
4268    - [scp.c] foregroundproc() in scp
4269    - [sshconnect.h] include fingerprint.h
4270    - [sshd.c] bugfix: the log() for passwd-auth escaped during logging
4271      changes.
4272    - [ssh.1] Spell my name right.
4273  - Added openssh.com info to README
4274
4275 19991117
4276  - Merged OpenBSD CVS changes
4277    - [ChangeLog.Ylonen] noone needs this anymore
4278    - [authfd.c] close-on-exec for auth-socket, ok deraadt
4279    - [hostfile.c]
4280      in known_hosts key lookup the entry for the bits does not need
4281      to match, all the information is contained in n and e. This
4282      solves the problem with buggy servers announcing the wrong
4283      modulus length.  markus and me.
4284    - [serverloop.c]
4285      bugfix: check for space if child has terminated, from:
4286      iedowse@maths.tcd.ie
4287    - [ssh-add.1 ssh-add.c ssh-keygen.1 ssh-keygen.c sshconnect.c]
4288      [fingerprint.c fingerprint.h]
4289      rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>
4290    - [ssh-agent.1] typo
4291    - [ssh.1] add OpenSSH information to AUTHOR section. okay markus@
4292    - [sshd.c]
4293      force logging to stderr while loading private key file
4294      (lost while converting to new log-levels)
4295
4296 19991116
4297  - Fix some Linux libc5 problems reported by Miles Wilson <mw@mctitle.com>
4298  - Merged OpenBSD CVS changes:
4299    - [auth-rh-rsa.c auth-rsa.c authfd.c authfd.h hostfile.c mpaux.c]
4300      [mpaux.h ssh-add.c ssh-agent.c ssh.h ssh.c sshd.c]
4301      the keysize of rsa-parameter 'n' is passed implizit,
4302      a few more checks and warnings about 'pretended' keysizes.
4303    - [cipher.c cipher.h packet.c packet.h sshd.c]
4304      remove support for cipher RC4
4305    - [ssh.c]
4306      a note for legay systems about secuity issues with permanently_set_uid(),
4307      the private hostkey and ptrace()
4308    - [sshconnect.c]
4309      more detailed messages about adding and checking hostkeys
4310
4311 19991115
4312  - Merged OpenBSD CVS changes:
4313    - [ssh-add.c] change passphrase loop logic and remove ref to
4314      $DISPLAY, ok niels
4315  - Changed to ssh-add.c broke askpass support. Revised it to be a little more
4316    modular.
4317  - Revised autoconf support for enabling/disabling askpass support.
4318  - Merged more OpenBSD CVS changes:
4319    [auth-krb4.c]
4320      - disconnect if getpeername() fails
4321      - missing xfree(*client)
4322    [canohost.c]
4323      - disconnect if getpeername() fails
4324      - fix comment: we _do_ disconnect if ip-options are set
4325    [sshd.c]
4326      - disconnect if getpeername() fails
4327      - move checking of remote port to central place
4328    [auth-rhosts.c] move checking of remote port to central place
4329    [log-server.c] avoid extra fd per sshd, from millert@
4330    [readconf.c] print _all_ bad config-options in ssh(1), too
4331    [readconf.h] print _all_ bad config-options in ssh(1), too
4332    [ssh.c] print _all_ bad config-options in ssh(1), too
4333    [sshconnect.c] disconnect if getpeername() fails
4334  - OpenBSD's changes to sshd.c broke the PAM stuff, re-merged it.
4335  - Various small cleanups to bring diff (against OpenBSD) size down.
4336  - Merged more Solaris compability from Marc G. Fournier
4337    <marc.fournier@acadiau.ca>
4338  - Wrote autoconf tests for __progname symbol
4339  - RPM spec file fixes from Jim Knoble <jmknoble@jmknoble.cx>
4340  - Released 1.2pre12
4341
4342  - Another OpenBSD CVS update:
4343    - [ssh-keygen.1] fix .Xr
4344
4345 19991114
4346  - Solaris compilation fixes (still imcomplete)
4347
4348 19991113
4349  - Build patch from Niels Kristian Bech Jensen <nkbj@image.dk>
4350    - Don't install config files if they already exist
4351    - Fix inclusion of additional preprocessor directives from acconfig.h
4352  - Removed redundant inclusions of config.h
4353  - Added 'Obsoletes' lines to RPM spec file
4354  - Merged OpenBSD CVS changes:
4355    - [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels
4356    - [scp.c] fix overflow reported by damien@ibs.com.au: off_t
4357      totalsize, ok niels,aaron
4358  - Delay fork (-f option) in ssh until after port forwarded connections
4359    have been initialised. Patch from Jani Hakala <jahakala@cc.jyu.fi>
4360  - Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de>
4361  - Added ifdefs to auth-passwd.c to exclude it when PAM is enabled
4362  - Tidied default config file some more
4363  - Revised Redhat initscript to fix bug: sshd (re)start would fail
4364    if executed from inside a ssh login.
4365
4366 19991112
4367  - Merged changes from OpenBSD CVS
4368    - [sshd.c] session_key_int may be zero
4369    - [auth-rh-rsa.c servconf.c servconf.h ssh.h sshd.8 sshd.c sshd_config]
4370      IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok
4371      deraadt,millert
4372  - Brought default sshd_config more in line with OpenBSD's
4373  - Grab server in gnome-ssh-askpass (Debian bug #49872)
4374  - Released 1.2pre10
4375
4376  - Added INSTALL documentation
4377  - Merged yet more changes from OpenBSD CVS
4378    - [auth-rh-rsa.c auth-rhosts.c auth-rsa.c channels.c clientloop.c]
4379      [ssh.c ssh.h sshconnect.c sshd.c]
4380      make all access to options via 'extern Options options'
4381      and 'extern ServerOptions options' respectively;
4382      options are no longer passed as arguments:
4383       * make options handling more consistent
4384       * remove #include "readconf.h" from ssh.h
4385       * readconf.h is only included if necessary
4386    - [mpaux.c] clear temp buffer
4387    - [servconf.c] print _all_ bad options found in configfile
4388  - Make ssh-askpass support optional through autoconf
4389  - Fix nasty division-by-zero error in scp.c
4390  - Released 1.2pre11
4391
4392 19991111
4393  - Added (untested) Entropy Gathering Daemon (EGD) support
4394  - Fixed /dev/urandom fd leak (Debian bug #49722)
4395  - Merged OpenBSD CVS changes:
4396    - [auth-rh-rsa.c] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
4397    - [ssh.1] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
4398    - [sshd.8] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
4399  - Fix integer overflow which was messing up scp's progress bar for large
4400    file transfers. Fix submitted to OpenBSD developers. Report and fix
4401    from Kees Cook <cook@cpoint.net>
4402  - Merged more OpenBSD CVS changes:
4403    - [auth-krb4.c auth-passwd.c] remove x11- and krb-cleanup from fatal()
4404      + krb-cleanup cleanup
4405    - [clientloop.c log-client.c log-server.c ]
4406      [readconf.c readconf.h servconf.c servconf.h ]
4407      [ssh.1 ssh.c ssh.h sshd.8]
4408      add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,
4409      obsoletes QuietMode and FascistLogging in sshd.
4410    - [sshd.c] fix fatal/assert() bug reported by damien@ibs.com.au:
4411      allow session_key_int != sizeof(session_key)
4412      [this should fix the pre-assert-removal-core-files]
4413  - Updated default config file to use new LogLevel option and to improve
4414    readability
4415
4416 19991110
4417  - Merged several minor fixes:
4418    - ssh-agent commandline parsing
4419    - RPM spec file now installs ssh setuid root
4420    - Makefile creates libdir
4421    - Merged beginnings of Solaris compability from Marc G. Fournier
4422      <marc.fournier@acadiau.ca>
4423
4424 19991109
4425  - Autodetection of SSL/Crypto library location via autoconf
4426  - Fixed location of ssh-askpass to follow autoconf
4427  - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
4428  - Autodetection of RSAref library for US users
4429  - Minor doc updates
4430  - Merged OpenBSD CVS changes:
4431    - [rsa.c] bugfix: use correct size for memset()
4432    - [sshconnect.c] warn if announced size of modulus 'n' != real size
4433  - Added GNOME passphrase requestor (use --with-gnome-askpass)
4434  - RPM build now creates subpackages
4435  - Released 1.2pre9
4436
4437 19991108
4438  - Removed debian/ directory. This is now being maintained separately.
4439  - Added symlinks for slogin in RPM spec file
4440  - Fixed permissions on manpages in RPM spec file
4441  - Added references to required libraries in README file
4442  - Removed config.h.in from CVS
4443  - Removed pwdb support (better pluggable auth is provided by glibc)
4444  - Made PAM and requisite libdl optional
4445  - Removed lots of unnecessary checks from autoconf
4446  - Added support and autoconf test for openpty() function (Unix98 pty support)
4447  - Fix for scp not finding ssh if not installed as /usr/bin/ssh
4448  - Added TODO file
4449  - Merged parts of Debian patch From Phil Hands <phil@hands.com>:
4450    - Added ssh-askpass program
4451    - Added ssh-askpass support to ssh-add.c
4452    - Create symlinks for slogin on install
4453    - Fix "distclean" target in makefile
4454    - Added example for ssh-agent to manpage
4455    - Added support for PAM_TEXT_INFO messages
4456    - Disable internal /etc/nologin support if PAM enabled
4457  - Merged latest OpenBSD CVS changes:
4458    - [all] replace assert() with error, fatal or packet_disconnect
4459    - [sshd.c] don't send fail-msg but disconnect if too many authentication
4460      failures
4461    - [sshd.c] remove unused argument. ok dugsong
4462    - [sshd.c] typo
4463    - [rsa.c] clear buffers used for encryption. ok: niels
4464    - [rsa.c] replace assert() with error, fatal or packet_disconnect
4465    - [auth-krb4.c] remove unused argument. ok dugsong
4466  - Fixed coredump after merge of OpenBSD rsa.c patch
4467  - Released 1.2pre8
4468
4469 19991102
4470  - Merged change from OpenBSD CVS
4471   - One-line cleanup in sshd.c
4472
4473 19991030
4474  - Integrated debian package support from Dan Brosemer <odin@linuxfreak.com>
4475  - Merged latest updates for OpenBSD CVS:
4476    - channels.[ch] - remove broken x11 fix and document istate/ostate
4477    - ssh-agent.c - call setsid() regardless of argv[]
4478    - ssh.c - save a few lines when disabling rhosts-{rsa-}auth
4479  - Documentation cleanups
4480  - Renamed README -> README.Ylonen
4481  - Renamed README.openssh ->README
4482
4483 19991029
4484  - Renamed openssh* back to ssh* at request of Theo de Raadt
4485  - Incorporated latest changes from OpenBSD's CVS
4486  - Integrated Makefile patch from  Niels Kristian Bech Jensen <nkbj@image.dk>
4487  - Integrated PAM env patch from Nalin Dahyabhai <nalin.dahyabhai@pobox.com>
4488  - Make distclean now removed configure script
4489  - Improved PAM logging
4490  - Added some debug() calls for PAM
4491  - Removed redundant subdirectories
4492  - Integrated part of a patch from Dan Brosemer <odin@linuxfreak.com> for
4493    building on Debian.
4494  - Fixed off-by-one error in PAM env patch
4495  - Released 1.2pre6
4496
4497 19991028
4498  - Further PAM enhancements.
4499    - Much cleaner
4500    - Now uses account and session modules for all logins.
4501  - Integrated patch from Dan Brosemer <odin@linuxfreak.com>
4502    - Build fixes
4503    - Autoconf
4504    - Change binary names to open*
4505  - Fixed autoconf script to detect PAM on RH6.1
4506  - Added tests for libpwdb, and OpenBSD functions to autoconf
4507  - Released 1.2pre4
4508
4509  - Imported latest OpenBSD CVS code
4510  - Updated README.openssh
4511  - Released 1.2pre5
4512
4513 19991027
4514  - Adapted PAM patch.
4515  - Released 1.0pre2
4516
4517  - Excised my buggy replacements for strlcpy and mkdtemp
4518  - Imported correct OpenBSD strlcpy and mkdtemp routines.
4519  - Reduced arc4random_stir entropy read to 32 bytes (256 bits)
4520  - Picked up correct version number from OpenBSD
4521  - Added sshd.pam PAM configuration file
4522  - Added sshd.init Redhat init script
4523  - Added openssh.spec RPM spec file
4524  - Released 1.2pre3
4525
4526 19991026
4527  - Fixed include paths of OpenSSL functions
4528  - Use OpenSSL MD5 routines
4529  - Imported RC4 code from nanocrypt
4530  - Wrote replacements for OpenBSD arc4random* functions
4531  - Wrote replacements for strlcpy and mkdtemp
4532  - Released 1.0pre1
4533
4534 $Id$
This page took 0.472658 seconds and 5 git commands to generate.