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