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