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