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