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