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