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