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