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