]> andersk Git - openssh.git/blob - ChangeLog
- (djm) Fix broken inet_ntoa check and ut_user/ut_name confusion, report
[openssh.git] / ChangeLog
1 20000711
2  - (djm) Fixup for AIX getuserattr() support from Tom Bertelson
3    <tbert@abac.com>
4  - (djm) ReliantUNIX support from Udo Schweigert <ust@cert.siemens.de>
5  - (djm) NeXT: dirent structures to get scp working from Ben Lindstrom 
6    <mouring@pconline.com>
7  - (djm) Fix broken inet_ntoa check and ut_user/ut_name confusion, report 
8    from Jim Watt <jimw@peisj.pebio.com>
9
10 20000709
11  - (djm) Only enable PAM_TTY kludge for Linux. Problem report from
12    Kevin Steves <stevesk@sweden.hp.com>
13  - (djm) Match prototype and function declaration for rresvport_af.
14    Problem report from Niklas Edmundsson <nikke@ing.umu.se>
15  - (djm) Missing $(DESTDIR) on host-key target causing problems with RPM 
16    builds. Problem report from Gregory Leblanc <GLeblanc@cu-portland.edu>
17  - (djm) Replace ut_name with ut_user. Patch from Jim Watt
18    <jimw@peisj.pebio.com>
19  - (djm) Fix pam sprintf fix
20  - (djm) Cleanup entropy collection code a little more. Split initialisation
21    from seeding, perform intialisation immediatly at start, be careful with
22    uids. Based on problem report from Jim Watt <jimw@peisj.pebio.com>
23  - (djm) More NeXT compatibility from Ben Lindstrom <mouring@pconline.com>
24    Including sigaction() et al. replacements
25  - (djm) AIX getuserattr() session initialisation from Tom Bertelson 
26    <tbert@abac.com>
27
28 20000708
29  - (djm) Fix bad fprintf format handling in auth-pam.c. Patch from 
30    Aaron Hopkins <aaron@die.net>
31  - (djm) Fix incorrect configure handling of --with-rsh-path option. Fix from
32    Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
33  - (djm) Fixed undefined variables for OSF SIA. Report from 
34    Baars, Henk <Hendrik.Baars@nl.origin-it.com>
35  - (djm) Handle EWOULDBLOCK returns from read() and write() in atomicio.c 
36    Fix from Marquess, Steve Mr JMLFDC <Steve.Marquess@DET.AMEDD.ARMY.MIL>
37  - (djm) Don't use inet_addr. 
38
39 20000702
40  - (djm) Fix brace mismatch from Corinna Vinschen <vinschen@cygnus.com>
41  - (djm) Stop shadow expiry checking from preventing logins with NIS. Based
42    on fix from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
43  - (djm) Use standard OpenSSL functions in auth-skey.c. Patch from
44    Chris, the Young One <cky@pobox.com>
45  - (djm) Fix scp progress meter on really wide terminals. Based on patch 
46    from James H. Cloos Jr. <cloos@jhcloos.com>
47
48 20000701
49  - (djm) Fix Tru64 SIA problems reported by John P Speno <speno@isc.upenn.edu>
50  - (djm) Login fixes from Tom Bertelson <tbert@abac.com>
51  - (djm) Replace "/bin/sh" with _PATH_BSHELL. Report from Corinna Vinschen
52    <vinschen@cygnus.com>
53  - (djm) Replace "/usr/bin/login" with LOGIN_PROGRAM
54  - (djm) Added check for broken snprintf() functions which do not correctly
55    terminate output string and attempt to use replacement.
56  - (djm) Released 2.1.1p2
57
58 20000628
59  - (djm) Fixes to lastlog code for Irix
60  - (djm) Use atomicio in loginrec
61  - (djm) Patch from Michael Stone <mstone@cs.loyola.edu> to add support for
62    Irix 6.x array sessions, project id's, and system audit trail id.
63  - (djm) Added 'distprep' make target to simplify packaging
64  - (djm) Added patch from Chris Adams <cmadams@hiwaay.net> to add OSF SIA 
65    support. Enable using "USE_SIA=1 ./configure [options]"
66    
67 20000627
68  - (djm) Fixes to login code - not setting li->uid, cleanups
69  - (djm) Formatting
70
71 20000626
72  - (djm) Better fix to aclocal tests from Garrick James <garrick@james.net>
73  - (djm) Account expiry support from Andreas Steinmetz <ast@domdv.de>
74  - (djm) Added password expiry checking (no password change support)
75  - (djm) Make EGD failures non-fatal if OpenSSL's entropy pool is still OK
76    based on patch from Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
77  - (djm) Fix fixed EGD code.
78  - OpenBSD CVS update
79    - provos@cvs.openbsd.org  2000/06/25 14:17:58
80      [channels.c]
81      correct check for bad channel ids; from Wei Dai <weidai@eskimo.com>
82
83 20000623
84  - (djm) Use sa_family_t in prototype for rresvport_af. Patch from 
85    Svante Signell <svante.signell@telia.com>
86  - (djm) Autoconf logic to define sa_family_t if it is missing
87  - OpenBSD CVS Updates:
88    - markus@cvs.openbsd.org  2000/06/22 10:32:27
89      [sshd.c]
90      missing atomicio; report from Steve.Marquess@DET.AMEDD.ARMY.MIL
91    - djm@cvs.openbsd.org     2000/06/22 17:55:00
92      [auth-krb4.c key.c radix.c uuencode.c]
93      Missing CVS idents; ok markus
94
95 20000622
96  - (djm) Automatically generate host key during "make install". Suggested
97    by Gary E. Miller <gem@rellim.com>
98  - (djm) Paranoia before kill() system call
99  - OpenBSD CVS Updates:
100    - markus@cvs.openbsd.org  2000/06/18 18:50:11
101      [auth2.c compat.c compat.h sshconnect2.c]
102      make userauth+pubkey interop with ssh.com-2.2.0
103    - markus@cvs.openbsd.org  2000/06/18 20:56:17
104      [dsa.c]
105      mem leak + be more paranoid in dsa_verify.
106    - markus@cvs.openbsd.org  2000/06/18 21:29:50
107      [key.c]
108      cleanup fingerprinting, less hardcoded sizes
109    - markus@cvs.openbsd.org  2000/06/19 19:39:45
110      [atomicio.c auth-options.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c]
111      [auth-rsa.c auth-skey.c authfd.c authfd.h authfile.c bufaux.c bufaux.h]
112      [buffer.c buffer.h canohost.c channels.c channels.h cipher.c cipher.h] 
113      [clientloop.c compat.c compat.h compress.c compress.h crc32.c crc32.h]
114      [deattack.c dispatch.c dsa.c fingerprint.c fingerprint.h getput.h hmac.c]
115      [kex.c log-client.c log-server.c login.c match.c mpaux.c mpaux.h nchan.c] 
116      [nchan.h packet.c packet.h pty.c pty.h readconf.c readconf.h readpass.c] 
117      [rsa.c rsa.h scp.c servconf.c servconf.h ssh-add.c ssh-keygen.c ssh.c]
118      [ssh.h tildexpand.c ttymodes.c ttymodes.h uidswap.c xmalloc.c xmalloc.h]
119      OpenBSD tag
120    - markus@cvs.openbsd.org  2000/06/21 10:46:10
121      sshconnect2.c missing free; nuke old comment
122
123 20000620
124  - (djm) Replace use of '-o' and '-a' logical operators in configure tests
125    with '||' and '&&'. As suggested by Jim Knoble <jmknoble@pint-stowp.cx> 
126    to fix SCO Unixware problem reported by Gary E. Miller <gem@rellim.com>
127  - (djm) Typo in loginrec.c
128
129 20000618
130  - (djm) Add summary of configure options to end of ./configure run
131  - (djm) Not all systems define RUSAGE_SELF & RUSAGE_CHILDREN. Report from 
132    Michael Stone <mstone@cs.loyola.edu>
133  - (djm) rusage is a privileged operation on some Unices (incl. 
134    Solaris 2.5.1). Report from Paul D. Smith <pausmith@nortelnetworks.com>
135  - (djm) Avoid PAM failures when running without a TTY. Report from 
136    Martin Petrak <petrak@spsknm.schools.sk>
137  - (djm) Include sys/types.h when including netinet/in.h in configure tests.
138    Patch from Jun-ichiro itojun Hagino <itojun@iijlab.net>
139  - (djm) Started merge of Ben Lindstrom's <mouring@pconline.com> NeXT support
140  - OpenBSD CVS updates:
141    - deraadt@cvs.openbsd.org 2000/06/17 09:58:46
142      [channels.c]
143      everyone says "nix it" (remove protocol 2 debugging message)
144    - markus@cvs.openbsd.org  2000/06/17 13:24:34
145      [sshconnect.c]
146      allow extended server banners
147    - markus@cvs.openbsd.org  2000/06/17 14:30:10
148      [sshconnect.c]
149      missing atomicio, typo
150    - jakob@cvs.openbsd.org   2000/06/17 16:52:34
151      [servconf.c servconf.h session.c sshd.8 sshd_config]
152      add support for ssh v2 subsystems. ok markus@.
153    - deraadt@cvs.openbsd.org 2000/06/17 18:57:48
154      [readconf.c servconf.c]
155      include = in WHITESPACE; markus ok
156    - markus@cvs.openbsd.org  2000/06/17 19:09:10
157      [auth2.c]
158      implement bug compatibility with ssh-2.0.13 pubkey, server side
159    - markus@cvs.openbsd.org  2000/06/17 21:00:28
160      [compat.c]
161      initial support for ssh.com's 2.2.0
162    - markus@cvs.openbsd.org  2000/06/17 21:16:09
163      [scp.c]
164      typo
165    - markus@cvs.openbsd.org  2000/06/17 22:05:02
166      [auth-rsa.c auth2.c serverloop.c session.c auth-options.c auth-options.h]
167      split auth-rsa option parsing into auth-options
168      add options support to authorized_keys2
169    - markus@cvs.openbsd.org  2000/06/17 22:42:54
170      [session.c]
171      typo
172
173 20000613
174  - (djm) Fixes from Andrew McGill <andrewm@datrix.co.za>:
175   - Platform define for SCO 3.x which breaks on /dev/ptmx
176   - Detect and try to fix missing MAXPATHLEN
177  - (djm) Fix short copy in loginrec.c (based on patch from Phill Camp
178    <P.S.S.Camp@ukc.ac.uk>
179
180 20000612
181  - (djm) Glob manpages in RPM spec files to catch compressed files
182  - (djm) Full license in auth-pam.c
183  - (djm) Configure fixes from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
184  - (andre) AIX, lastlog, configure fixes from Tom Bertelson <tbert@abac.com>:
185   - Don't try to retrieve lastlog from wtmp/wtmpx if DISABLE_LASTLOG is
186      def'd
187   - Set AIX to use preformatted manpages
188         
189 20000610
190  - (djm) Minor doc tweaks
191  - (djm) Fix for configure on bash2 from Jim Knoble <jmknoble@jmknoble.cx>
192
193 20000609
194  - (djm) Patch from Kenji Miyake <kenji@miyake.org> to disable utmp usage
195    (in favour of utmpx) on Solaris 8
196
197 20000606
198  - (djm) Cleanup of entropy.c. Reorganised code, removed second pass through
199    list of commands (by default). Removed verbose debugging (by default).
200  - (djm) Increased command entropy estimates and default entropy collection 
201    timeout
202  - (djm) Remove duplicate headers from loginrec.c
203  - (djm) Don't add /usr/local/lib to library search path on Irix
204  - (djm) Fix rsh path in RPMs. Report from Jason L Tibbitts III 
205    <tibbs@math.uh.edu>
206  - (djm) Warn user if grabs fail in GNOME askpass. Patch from Zack Weinberg
207    <zack@wolery.cumb.org>
208  - (djm) OpenBSD CVS updates:
209   - todd@cvs.openbsd.org
210     [sshconnect2.c]
211     teach protocol v2 to count login failures properly and also enable an
212     explanation of why the password prompt comes up again like v1; this is NOT
213     crypto
214   - markus@cvs.openbsd.org  
215     [readconf.c readconf.h servconf.c servconf.h session.c ssh.1 ssh.c sshd.8]
216     xauth_location support; pr 1234
217     [readconf.c sshconnect2.c]
218     typo, unused
219     [session.c]
220     allow use_login only for login sessions, otherwise remote commands are
221     execed with uid==0
222     [sshd.8]
223     document UseLogin better
224     [version.h]
225     OpenSSH 2.1.1
226     [auth-rsa.c]
227     fix match_hostname() logic for auth-rsa: deny access if we have a 
228     negative match or no match at all
229     [channels.c hostfile.c match.c]
230     don't panic if mkdtemp fails for authfwd; jkb@yahoo-inc.com via 
231     kris@FreeBSD.org
232
233 20000606
234  - (djm) Added --with-cflags, --with-ldflags and --with-libs options to 
235    configure.
236
237 20000604
238  - Configure tweaking for new login code on Irix 5.3
239  - (andre) login code changes based on djm feedback
240
241 20000603
242  - (andre) New login code
243     - Remove bsd-login.[ch] and all the OpenBSD-derived code in login.c
244     - Add loginrec.[ch], logintest.c and autoconf code
245         
246 20000531
247  - Cleanup of auth.c, login.c and fake-*
248  - Cleanup of auth-pam.c, save and print "account expired" error messages
249  - Fix EGD read bug by IWAMURO Motonori <iwa@mmp.fujitsu.co.jp>
250  - Rewrote bsd-login to use proper utmp API if available. Major cleanup
251    of fallback DIY code.
252
253 20000530
254  - Define atexit for old Solaris
255  - Fix buffer overrun in login.c for systems which use syslen in utmpx.
256    patch from YOSHIFUJI Hideaki <yoshfuji@cerberus.nemoto.ecei.tohoku.ac.jp>
257  - OpenBSD CVS updates:
258   - markus@cvs.openbsd.org
259     [session.c]
260     make x11-fwd work w/ localhost (xauth add host/unix:11)
261     [cipher.c compat.c readconf.c servconf.c]
262     check strtok() != NULL; ok niels@
263     [key.c]
264     fix key_read() for uuencoded keys w/o '='
265     [serverloop.c]
266     group ssh1 vs. ssh2 in serverloop
267     [kex.c kex.h myproposal.h sshconnect2.c sshd.c]
268     split kexinit/kexdh, factor out common code
269     [readconf.c ssh.1 ssh.c]
270     forwardagent defaults to no, add ssh -A
271   - theo@cvs.openbsd.org
272     [session.c]
273     just some line shortening
274  - Released 2.1.0p3
275
276 20000520
277  - Xauth fix from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
278  - Don't touch utmp if USE_UTMPX defined
279  - SunOS 4.x support from Todd C. Miller <Todd.Miller@courtesan.com>
280  - SIGCHLD fix for AIX and HPUX from Tom Bertelson <tbert@abac.com>
281  - HPUX and Configure fixes from Lutz Jaenicke 
282    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
283  - Use mkinstalldirs script to make directories instead of non-portable 
284    "install -d". Suggested by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
285  - Doc cleanup
286
287 20000518
288  - Include Andre Lucas' fixprogs script. Forgot to "cvs add" it yesterday
289  - OpenBSD CVS updates:
290   - markus@cvs.openbsd.org
291     [sshconnect.c]
292     copy only ai_addrlen bytes; misiek@pld.org.pl
293     [auth.c]
294     accept an empty shell in authentication; bug reported by 
295     chris@tinker.ucr.edu
296     [serverloop.c]
297     we don't have stderr for interactive terminal sessions (fcntl errors)
298
299 20000517
300  - Fix from Andre Lucas <andre.lucas@dial.pipex.com>
301   - Fixes command line printing segfaults (spotter: Bladt Norbert)
302   - Fixes erroneous printing of debug messages to syslog
303   - Fixes utmp for MacOS X (spotter: Aristedes Maniatis)
304   - Gives useful error message if PRNG initialisation fails
305   - Reduced ssh startup delay
306   - Measures cumulative command time rather than the time between reads
307          after select()
308   - 'fixprogs' perl script to eliminate non-working entropy commands, and
309          optionally run 'ent' to measure command entropy
310  - Applied Tom Bertelson's <tbert@abac.com> AIX authentication fix
311  - Avoid WCOREDUMP complation errors for systems that lack it
312  - Avoid SIGCHLD warnings from entropy commands 
313  - Fix HAVE_PAM_GETENVLIST setting from Simon Wilkinson <sxw@dcs.ed.ac.uk>
314  - OpenBSD CVS update:
315   - markus@cvs.openbsd.org 
316     [ssh.c]
317     fix usage()
318     [ssh2.h]
319     draft-ietf-secsh-architecture-05.txt
320     [ssh.1]
321     document ssh -T -N (ssh2 only)
322     [channels.c serverloop.c ssh.h sshconnect.c sshd.c aux.c]
323     enable nonblocking IO for sshd w/ proto 1, too; split out common code
324     [aux.c]
325     missing include
326  - Several patches from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
327   - INSTALL typo and URL fix
328   - Makefile fix
329   - Solaris fixes
330  - Checking for ssize_t and memmove. Based on patch from SAKAI Kiyotaka 
331    <ksakai@kso.netwk.ntt-at.co.jp>
332  - RSAless operation patch from kevin_oconnor@standardandpoors.com
333  - Detect OpenSSL seperatly from RSA
334  - Better test for RSA (more compatible with RSAref). Based on work by 
335    Ed Eden <ede370@stl.rural.usda.gov>
336
337 20000513
338  - Fix for non-recognised DSA keys from Arkadiusz Miskiewicz 
339    <misiek@pld.org.pl>
340
341 20000511
342  - Fix for prng_seed permissions checking from Lutz Jaenicke 
343    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
344  - "make host-key" fix for Irix
345
346 20000509
347  - OpenBSD CVS update
348   - markus@cvs.openbsd.org
349     [cipher.h myproposal.h readconf.c readconf.h servconf.c ssh.1 ssh.c]
350     [ssh.h sshconnect1.c sshconnect2.c sshd.8]
351     - complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only)
352   - hugh@cvs.openbsd.org
353     [ssh.1]
354     - zap typo
355     [ssh-keygen.1]
356     - One last nit fix. (markus approved)
357     [sshd.8]
358     - some markus certified spelling adjustments
359   - markus@cvs.openbsd.org
360     [auth2.c channels.c clientloop.c compat compat.h dsa.c kex.c]
361     [sshconnect2.c ]
362     - bug compat w/ ssh-2.0.13 x11, split out bugs
363     [nchan.c]
364     - no drain if ibuf_empty, fixes x11fwd problems; tests by fries@
365     [ssh-keygen.c]
366     - handle escapes in real and original key format, ok millert@
367     [version.h]
368     - OpenSSH-2.1
369  - Moved all the bsd-* and fake-* stuff into new libopenbsd-compat.a
370  - Doc updates
371  - Cleanup of bsd-base64 headers, bugfix definitions of __b64_*. Reported 
372    by Andre Lucas <andre.lucas@dial.pipex.com>
373
374 20000508
375  - Makefile and RPM spec fixes
376  - Generate DSA host keys during "make key" or RPM installs
377  - OpenBSD CVS update
378   - markus@cvs.openbsd.org
379     [clientloop.c sshconnect2.c]
380     - make x11-fwd interop w/ ssh-2.0.13
381     [README.openssh2]
382     - interop w/ SecureFX
383  - Release 2.0.0beta2
384
385  - Configure caching and cleanup patch from Andre Lucas' 
386    <andre.lucas@dial.pipex.com>
387
388 20000507
389  - Remove references to SSLeay.
390  - Big OpenBSD CVS update
391   - markus@cvs.openbsd.org
392     [clientloop.c]
393     - typo
394     [session.c]
395     - update proctitle on pty alloc/dealloc, e.g. w/ windows client
396     [session.c]
397     - update proctitle for proto 1, too
398     [channels.h nchan.c serverloop.c session.c sshd.c]
399     - use c-style comments
400   - deraadt@cvs.openbsd.org
401     [scp.c]
402     - more atomicio
403   - markus@cvs.openbsd.org 
404     [channels.c]
405     - set O_NONBLOCK
406     [ssh.1]
407     - update AUTHOR
408     [readconf.c ssh-keygen.c ssh.h]
409     - default DSA key file ~/.ssh/id_dsa
410     [clientloop.c]
411     - typo, rm verbose debug
412   - deraadt@cvs.openbsd.org
413     [ssh-keygen.1]
414     - document DSA use of ssh-keygen
415     [sshd.8]
416     - a start at describing what i understand of the DSA side
417     [ssh-keygen.1]
418     - document -X and -x
419     [ssh-keygen.c]
420     - simplify usage
421   - markus@cvs.openbsd.org 
422     [sshd.8]
423     - there is no rhosts_dsa
424     [ssh-keygen.1]
425     - document -y, update -X,-x
426     [nchan.c]
427     - fix close for non-open ssh1 channels
428     [servconf.c servconf.h ssh.h sshd.8 sshd.c ]
429     - s/DsaKey/HostDSAKey/, document option
430     [sshconnect2.c]
431     - respect number_of_password_prompts
432     [channels.c channels.h servconf.c servconf.h session.c sshd.8]
433     - GatewayPorts for sshd, ok deraadt@
434     [ssh-add.1 ssh-agent.1 ssh.1]
435     - more doc on: DSA, id_dsa, known_hosts2, authorized_keys2
436     [ssh.1]
437     - more info on proto 2
438     [sshd.8]
439     - sync AUTHOR w/ ssh.1
440     [key.c key.h sshconnect.c]
441     - print key type when talking about host keys
442     [packet.c]
443     - clear padding in ssh2
444     [dsa.c key.c radix.c ssh.h sshconnect1.c uuencode.c uuencode.h]
445     - replace broken uuencode w/ libc b64_ntop
446     [auth2.c]
447     - log failure before sending the reply
448     [key.c radix.c uuencode.c]
449     - remote trailing comments before calling __b64_pton
450     [auth2.c readconf.c readconf.h servconf.c servconf.h ssh.1]
451     [sshconnect2.c sshd.8]
452     - add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8
453  - Bring in b64_ntop and b64_pton from OpenBSD libc (bsd-base64.[ch])
454
455 20000502
456  - OpenBSD CVS update
457    [channels.c]
458    - init all fds, close all fds.
459    [sshconnect2.c]
460    - check whether file exists before asking for passphrase
461    [servconf.c servconf.h sshd.8 sshd.c]
462    - PidFile, pr 1210
463    [channels.c]
464    - EINTR
465    [channels.c]
466    - unbreak, ok niels@
467    [sshd.c]
468    - unlink pid file, ok niels@
469    [auth2.c]
470    - Add missing #ifdefs; ok - markus
471  - Add Andre Lucas' <andre.lucas@dial.pipex.com> patch to read entropy 
472    gathering commands from a text file
473  - Release 2.0.0beta1
474
475 20000501
476  - OpenBSD CVS update
477    [packet.c]
478    - send debug messages in SSH2 format
479    [scp.c]
480    - fix very rare EAGAIN/EINTR issues; based on work by djm
481    [packet.c]
482    - less debug, rm unused
483    [auth2.c]
484    - disable kerb,s/key in ssh2
485    [sshd.8]
486    - Minor tweaks and typo fixes.
487    [ssh-keygen.c]
488    - Put -d into usage and reorder. markus ok.
489  - Include missing headers for OpenSSL tests. Fix from Phil Karn 
490    <karn@ka9q.ampr.org>
491  - Fixed __progname symbol collisions reported by Andre Lucas 
492    <andre.lucas@dial.pipex.com>
493  - Merged bsd-login ttyslot and AIX utmp patch from Gert Doering
494    <gd@hilb1.medat.de>
495  - Add some missing ifdefs to auth2.c
496  - Deprecate perl-tk askpass.
497  - Irix portability fixes - don't include netinet headers more than once
498  - Make sure we don't save PRNG seed more than once
499
500 20000430
501  - Merge HP-UX fixes and TCB support from Ged Lodder <lodder@yacc.com.au>
502  - Integrate Andre Lucas' <andre.lucas@dial.pipex.com> entropy collection
503    patch.
504    - Adds timeout to entropy collection
505    - Disables slow entropy sources
506    - Load and save seed file
507  - Changed entropy seed code to user per-user seeds only (server seed is 
508    saved in root's .ssh directory)
509  - Use atexit() and fatal cleanups to save seed on exit
510  - More OpenBSD updates:
511    [session.c]
512    - don't call chan_write_failed() if we are not writing
513    [auth-rsa.c auth1.c authfd.c hostfile.c ssh-agent.c]
514    - keysize warnings error() -> log()
515
516 20000429
517  - Merge big update to OpenSSH-2.0 from OpenBSD CVS
518    [README.openssh2]
519    - interop w/ F-secure windows client
520    - sync documentation
521    - ssh_host_dsa_key not ssh_dsa_key
522    [auth-rsa.c]
523    - missing fclose
524    [auth.c authfile.c compat.c dsa.c dsa.h hostfile.c key.c key.h radix.c]
525    [readconf.c readconf.h ssh-add.c ssh-keygen.c ssh.c ssh.h sshconnect.c]
526    [sshd.c uuencode.c uuencode.h authfile.h]
527    - add DSA pubkey auth and other SSH2 fixes.  use ssh-keygen -[xX]
528      for trading keys with the real and the original SSH, directly from the
529      people who invented the SSH protocol.
530    [auth.c auth.h authfile.c sshconnect.c auth1.c auth2.c sshconnect.h]
531    [sshconnect1.c sshconnect2.c]
532    - split auth/sshconnect in one file per protocol version
533    [sshconnect2.c]
534    - remove debug
535    [uuencode.c]
536    - add trailing =
537    [version.h]
538    - OpenSSH-2.0
539    [ssh-keygen.1 ssh-keygen.c]
540    - add -R flag: exit code indicates if RSA is alive
541    [sshd.c]
542    - remove unused
543      silent if -Q is specified
544    [ssh.h]
545    - host key becomes /etc/ssh_host_dsa_key
546    [readconf.c servconf.c ]
547    - ssh/sshd default to proto 1 and 2
548    [uuencode.c]
549    - remove debug
550    [auth2.c ssh-keygen.c sshconnect2.c sshd.c]
551    - xfree DSA blobs
552    [auth2.c serverloop.c session.c]
553    - cleanup logging for sshd/2, respect PasswordAuth no
554    [sshconnect2.c]
555    - less debug, respect .ssh/config
556    [README.openssh2 channels.c channels.h]
557    - clientloop.c session.c ssh.c 
558    - support for x11-fwding, client+server
559
560 20000421
561  - Merge fix from OpenBSD CVS
562   [ssh-agent.c]
563   - Fix memory leak per connection. Report from Andy Spiegl <Andy@Spiegl.de>
564     via Debian bug #59926
565  - Define __progname in session.c if libc doesn't
566  - Remove indentation on autoconf #include statements to avoid bug in
567    DEC Tru64 compiler. Report and fix from David Del Piero 
568    <David.DelPiero@qed.qld.gov.au>
569
570 20000420
571  - Make fixpaths work with perl4, patch from Andre Lucas 
572    <andre.lucas@dial.pipex.com>
573  - Sync with OpenBSD CVS:
574   [clientloop.c login.c serverloop.c ssh-agent.c ssh.h sshconnect.c sshd.c]
575   - pid_t
576   [session.c]
577   - remove bogus chan_read_failed. this could cause data
578     corruption (missing data) at end of a SSH2 session.
579  - Merge fixes from Debian patch from Phil Hands <phil@hands.com>
580   - Allow setting of PAM service name through CFLAGS (SSHD_PAM_SERVICE)
581   - Use vhangup to clean up Linux ttys
582   - Force posix getopt processing on GNU libc systems
583  - Debian bug #55910 - remove references to ssl(8) manpages
584  - Debian bug #58031 - ssh_config lies about default cipher
585
586 20000419
587  - OpenBSD CVS updates
588    [channels.c]
589    - fix pr 1196, listen_port and port_to_connect interchanged
590    [scp.c]
591    - after completion, replace the progress bar ETA counter with a final 
592      elapsed time; my idea, aaron wrote the patch
593    [ssh_config sshd_config]
594    - show 'Protocol' as an example, ok markus@
595    [sshd.c]
596    - missing xfree()
597  - Add missing header to bsd-misc.c
598
599 20000416
600  - Reduce diff against OpenBSD source
601    - All OpenSSL includes are now unconditionally referenced as 
602      openssl/foo.h
603    - Pick up formatting changes
604    - Other minor changed (typecasts, etc) that I missed
605
606 20000415
607  - OpenBSD CVS updates.
608    [ssh.1 ssh.c]
609    - ssh -2
610    [auth.c channels.c clientloop.c packet.c packet.h serverloop.c]
611    [session.c sshconnect.c]
612    - check payload for (illegal) extra data
613    [ALL]
614    whitespace cleanup
615
616 20000413
617  - INSTALL doc updates
618  - Merged OpenBSD updates to include paths.
619  
620 20000412
621  - OpenBSD CVS updates:
622    - [channels.c]
623      repair x11-fwd
624    - [sshconnect.c]
625      fix passwd prompt for ssh2, less debugging output.
626    - [clientloop.c compat.c dsa.c kex.c sshd.c]
627      less debugging output
628    - [kex.c kex.h sshconnect.c sshd.c]
629      check for reasonable public DH values
630    - [README.openssh2 cipher.c cipher.h compat.c compat.h readconf.c]
631      [readconf.h servconf.c servconf.h ssh.c ssh.h sshconnect.c sshd.c]
632      add Cipher and Protocol options to ssh/sshd, e.g.:
633      ssh -o 'Protocol 1,2' if you prefer proto 1, ssh -o 'Ciphers
634      arcfour,3des-cbc'
635    - [sshd.c]
636      print 1.99 only if server supports both
637
638 20000408
639  - Avoid some compiler warnings in fake-get*.c
640  - Add IPTOS macros for systems which lack them
641  - Only set define entropy collection macros if they are found
642  - More large OpenBSD CVS updates:
643    - [auth.c auth.h servconf.c servconf.h serverloop.c session.c]
644      [session.h ssh.h sshd.c README.openssh2]
645      ssh2 server side, see README.openssh2; enable with 'sshd -2'
646    - [channels.c]
647      no adjust after close
648    - [sshd.c compat.c ]
649      interop w/ latest ssh.com windows client.
650   
651 20000406
652  - OpenBSD CVS update:
653    - [channels.c]
654      close efd on eof
655    - [clientloop.c compat.c ssh.c sshconnect.c myproposal.h]
656      ssh2 client implementation, interops w/ ssh.com and lsh servers.
657    - [sshconnect.c]
658      missing free.
659    - [authfile.c cipher.c cipher.h packet.c sshconnect.c sshd.c]
660      remove unused argument, split cipher_mask()
661    - [clientloop.c]
662      re-order: group ssh1 vs. ssh2
663  - Make Redhat spec require openssl >= 0.9.5a
664
665 20000404
666  - Add tests for RAND_add function when searching for OpenSSL
667  - OpenBSD CVS update:
668    - [packet.h packet.c]
669      ssh2 packet format
670    - [packet.h packet.c nchan2.ms nchan.h compat.h compat.c]
671      [channels.h channels.c]
672      channel layer support for ssh2
673    - [kex.h kex.c hmac.h hmac.c dsa.c dsa.h]
674      DSA, keyexchange, algorithm agreement for ssh2
675  - Generate manpages before make install not at the end of make all
676  - Don't seed the rng quite so often
677  - Always reseed rng when requested
678
679 20000403
680  - Wrote entropy collection routines for systems that lack /dev/random
681    and EGD
682  - Disable tests and typedefs for 64 bit types. They are currently unused.
683
684 20000401
685  - Big OpenBSD CVS update (mainly beginnings of SSH2 infrastructure)
686    - [auth.c session.c sshd.c auth.h]
687      split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removal
688    - [bufaux.c bufaux.h]
689      support ssh2 bignums
690    - [channels.c channels.h clientloop.c sshd.c nchan.c nchan.h packet.c]
691      [readconf.c ssh.c ssh.h serverloop.c]
692      replace big switch() with function tables (prepare for ssh2)
693    - [ssh2.h]
694      ssh2 message type codes
695    - [sshd.8]
696      reorder Xr to avoid cutting
697    - [serverloop.c]
698      close(fdin) if fdin != fdout, shutdown otherwise, ok theo@
699    - [channels.c]
700      missing close
701      allow bigger packets
702    - [cipher.c cipher.h]
703      support ssh2 ciphers
704    - [compress.c]
705      cleanup, less code
706    - [dispatch.c dispatch.h]
707      function tables for different message types
708    - [log-server.c]
709      do not log() if debuggin to stderr
710      rename a cpp symbol, to avoid param.h collision
711    - [mpaux.c]
712      KNF
713    - [nchan.c]
714      sync w/ channels.c
715
716 20000326
717  - Better tests for OpenSSL w/ RSAref
718  - Added replacement setenv() function from OpenBSD libc. Suggested by 
719    Ben Lindstrom <mouring@pconline.com>
720  - OpenBSD CVS update
721    - [auth-krb4.c]
722      -Wall
723    - [auth-rh-rsa.c auth-rsa.c hostfile.c hostfile.h key.c key.h match.c]
724      [match.h ssh.c ssh.h sshconnect.c sshd.c]
725      initial support for DSA keys. ok deraadt@, niels@
726    - [cipher.c cipher.h]
727      remove unused cipher_attack_detected code
728    - [scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
729      Fix some formatting problems I missed before.
730    - [ssh.1 sshd.8]
731      fix spelling errors, From: FreeBSD
732    - [ssh.c]
733      switch to raw mode only if he _get_ a pty (not if we _want_ a pty).
734
735 20000324
736  - Released 1.2.3
737
738 20000317
739  - Clarified --with-default-path option.
740  - Added -blibpath handling for AIX to work around stupid runtime linking.
741    Problem elucidated by gshapiro@SENDMAIL.ORG by way of Jim Knoble
742    <jmknoble@pobox.com>
743  - Checks for 64 bit int types. Problem report from Mats Fredholm
744    <matsf@init.se>
745  - OpenBSD CVS updates:
746    - [atomicio.c auth-krb4.c bufaux.c channels.c compress.c fingerprint.c] 
747      [packet.h radix.c rsa.c scp.c ssh-agent.c ssh-keygen.c sshconnect.c]
748      [sshd.c]
749      pedantic: signed vs. unsigned, void*-arithm, etc
750    - [ssh.1 sshd.8]
751      Various cleanups and standardizations.
752  - Runtime error fix for HPUX from Otmar Stahl 
753    <O.Stahl@lsw.uni-heidelberg.de>
754
755 20000316
756  - Fixed configure not passing LDFLAGS to Solaris. Report from David G. 
757    Hesprich <dghespri@sprintparanet.com>
758  - Propogate LD through to Makefile
759  - Doc cleanups
760  - Added blurb about "scp: command not found" errors to UPGRADING
761
762 20000315
763  - Fix broken CFLAGS handling during search for OpenSSL. Fixes va_list
764    problems with gcc/Solaris.
765  - Don't free argument to putenv() after use (in setenv() replacement). 
766    Report from Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp>
767  - Created contrib/ subdirectory. Included helpers from Phil Hands' 
768    Debian package, README file and chroot patch from Ricardo Cerqueira
769    <rmcc@clix.pt>
770  - Moved gnome-ssh-askpass.c to contrib directory and removed config 
771    option.
772  - Slight cleanup to doc files
773  - Configure fix from Bratislav ILICH <bilic@zepter.ru>
774
775 20000314
776  - Include macro for IN6_IS_ADDR_V4MAPPED. Report from 
777    peter@frontierflying.com
778  - Include /usr/local/include and /usr/local/lib for systems that don't
779    do it themselves
780  - -R/usr/local/lib for Solaris
781  - Fix RSAref detection
782  - Fix IN6_IS_ADDR_V4MAPPED macro
783
784 20000311
785  - Detect RSAref
786  - OpenBSD CVS change
787    [sshd.c]
788     - disallow guessing of root password
789  - More configure fixes
790  - IPv6 workarounds from Hideaki YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp>
791
792 20000309
793  - OpenBSD CVS updates to v1.2.3
794         [ssh.h atomicio.c]
795          - int atomicio -> ssize_t (for alpha). ok deraadt@
796         [auth-rsa.c]
797          - delay MD5 computation until client sends response, free() early, cleanup.
798         [cipher.c]
799          - void* -> unsigned char*, ok niels@
800         [hostfile.c]
801          - remove unused variable 'len'. fix comments.
802          - remove unused variable
803         [log-client.c log-server.c]
804          - rename a cpp symbol, to avoid param.h collision
805         [packet.c]
806          - missing xfree()
807          - getsockname() requires initialized tolen; andy@guildsoftware.com
808          - use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
809         from Holger.Trapp@Informatik.TU-Chemnitz.DE
810         [pty.c pty.h]
811          - register cleanup for pty earlier. move code for pty-owner handling to 
812         pty.c ok provos@, dugsong@
813         [readconf.c]
814          - turn off x11-fwd for the client, too.
815         [rsa.c]
816          - PKCS#1 padding
817         [scp.c]
818          - allow '.' in usernames; from jedgar@fxp.org
819         [servconf.c]
820          - typo: ignore_user_known_hosts int->flag; naddy@mips.rhein-neckar.de
821          - sync with sshd_config
822         [ssh-keygen.c]
823          - enable ssh-keygen -l -f ~/.ssh/known_hosts, ok deraadt@
824         [ssh.1]
825          - Change invalid 'CHAT' loglevel to 'VERBOSE'
826         [ssh.c]
827          - suppress AAAA query host when '-4' is used; from shin@nd.net.fujitsu.co.jp
828          - turn off x11-fwd for the client, too.
829         [sshconnect.c]
830          - missing xfree()
831          - retry rresvport_af(), too. from sumikawa@ebina.hitachi.co.jp.
832          - read error vs. "Connection closed by remote host"
833         [sshd.8]
834          - ie. -> i.e.,
835          - do not link to a commercial page..
836          - sync with sshd_config
837         [sshd.c]
838          - no need for poll.h; from bright@wintelcom.net
839          - log with level log() not fatal() if peer behaves badly.
840          - don't panic if client behaves strange. ok deraadt@
841          - make no-port-forwarding for RSA keys deny both -L and -R style fwding
842          - delay close() of pty until the pty has been chowned back to root
843          - oops, fix comment, too.
844          - missing xfree()
845          - move XAUTHORITY to subdir. ok dugsong@. fixes debian bug #57907, too.
846         (http://cgi.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=57907)
847          - register cleanup for pty earlier. move code for pty-owner handling to 
848       pty.c ok provos@, dugsong@
849          - create x11 cookie file
850          - fix pr 1113, fclose() -> pclose(), todo: remote popen()
851          - version 1.2.3
852  - Cleaned up
853  - Removed warning workaround for Linux and devpts filesystems (no longer 
854    required after OpenBSD updates)
855
856 20000308
857  - Configure fix from Hiroshi Takekawa <takekawa@sr3.t.u-tokyo.ac.jp>
858
859 20000307
860  - Released 1.2.2p1
861
862 20000305
863  - Fix DEC compile fix
864  - Explicitly seed OpenSSL's PRNG before checking rsa_alive()
865  - Check for getpagesize in libucb.a if not found in libc. Fix for old
866    Solaris from Andre Lucas <andre.lucas@dial.pipex.com>
867  - Check for libwrap if --with-tcp-wrappers option specified. Suggestion 
868    Mate Wierdl <mw@moni.msci.memphis.edu>
869
870 20000303
871  - Added "make host-key" target, Suggestion from Dominik Brettnacher
872  <domi@saargate.de>
873  - Don't permanently fail on bind() if getaddrinfo has more choices left for 
874    us. Needed to work around messy IPv6 on Linux. Patch from Arkadiusz
875    Miskiewicz <misiek@pld.org.pl>
876  - DEC Unix compile fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
877  - Manpage fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
878
879 20000302
880  - Big cleanup of autoconf code
881    - Rearranged to be a little more logical
882    - Added -R option for Solaris
883    - Rewrote OpenSSL detection code. Now uses AC_TRY_RUN with a test program
884      to detect library and header location _and_ ensure library has proper
885      RSA support built in (this is a problem with OpenSSL 0.9.5).
886  - Applied pty cleanup patch from markus.friedl@informatik.uni-erlangen.de
887  - Avoid warning message with Unix98 ptys
888  - Warning was valid - possible race condition on PTYs. Avoided using 
889    platform-specific code.
890  - Document some common problems
891  - Allow root access to any key. Patch from 
892    markus.friedl@informatik.uni-erlangen.de
893
894 20000207
895  - Removed SOCKS code. Will support through a ProxyCommand.
896
897 20000203
898  - Fixed SEGVs in authloop, fix from vbzoli@hbrt.hu
899  - Add --with-ssl-dir option
900
901 20000202
902  - Fix lastlog code for directory based lastlogs. Fix from Josh Durham 
903    <jmd@aoe.vt.edu>
904  - Documentation fixes from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
905  - Added URLs to Japanese translations of documents by HARUYAMA Seigo 
906    <haruyama@nt.phys.s.u-tokyo.ac.jp>
907
908 20000201
909  - Use socket pairs by default (instead of pipes). Prevents race condition
910    on several (buggy) OSs. Report and fix from tridge@linuxcare.com
911
912 20000127
913  - Seed OpenSSL's random number generator before generating RSA keypairs
914  - Split random collector into seperate file
915  - Compile fix from Andre Lucas <andre.lucas@dial.pipex.com>
916
917 20000126
918  - Released 1.2.2 stable
919
920  - NeXT keeps it lastlog in /usr/adm. Report from 
921    mouring@newton.pconline.com
922  - Added note in UPGRADING re interop with commercial SSH using idea. 
923    Report from Jim Knoble <jmknoble@pobox.com>
924  - Fix linking order for Kerberos/AFS. Fix from Holget Trapp
925    <Holger.Trapp@Informatik.TU-Chemnitz.DE>
926
927 20000125
928  - Fix NULL pointer dereference in login.c. Fix from Andre Lucas 
929    <andre.lucas@dial.pipex.com>
930  - Reorder PAM initialisation so it does not mess up lastlog. Reported
931    by Andre Lucas <andre.lucas@dial.pipex.com>
932  - Use preformatted manpages on SCO, report from Gary E. Miller 
933    <gem@rellim.com>
934  - New URL for x11-ssh-askpass.
935  - Fixpaths was missing /etc/ssh_known_hosts. Report from Jim Knoble 
936    <jmknoble@pobox.com>
937  - Added 'DESTDIR' option to Makefile to ease package building. Patch from 
938    Jim Knoble <jmknoble@pobox.com>
939  - Updated RPM spec files to use DESTDIR
940
941 20000124
942  - Pick up version 1.2.2 from OpenBSD CVS (no changes, just version number
943    increment)
944
945 20000123
946  - OpenBSD CVS:
947    - [packet.c]
948      getsockname() requires initialized tolen; andy@guildsoftware.com
949  - AIX patch from Matt Richards <v2matt@btv.ibm.com> and David Rankin 
950    <drankin@bohemians.lexington.ky.us>
951  - Fix lastlog support, patch from Andre Lucas <andre.lucas@dial.pipex.com>
952
953 20000122
954  - Fix compilation of bsd-snprintf.c on Solaris, fix from Ben Taylor
955    <bent@clark.net>
956  - Merge preformatted manpage patch from Andre Lucas
957    <andre.lucas@dial.pipex.com>
958  - Make IPv4 use the default in RPM packages
959  - Irix uses preformatted manpages
960  - Missing htons() in bsd-bindresvport.c, fix from Holger Trapp
961    <Holger.Trapp@Informatik.TU-Chemnitz.DE>
962  - OpenBSD CVS updates:
963    - [packet.c]
964      use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
965      from Holger.Trapp@Informatik.TU-Chemnitz.DE
966    - [sshd.c]
967      log with level log() not fatal() if peer behaves badly.
968    - [readpass.c]
969      instead of blocking SIGINT, catch it ourselves, so that we can clean 
970      the tty modes up and kill ourselves -- instead of our process group 
971      leader (scp, cvs, ...) going away and leaving us in noecho mode.  
972      people with cbreak shells never even noticed..
973    - [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
974      ie. -> i.e.,
975
976 20000120
977  - Don't use getaddrinfo on AIX
978  - Update to latest OpenBSD CVS:
979    - [auth-rsa.c]
980      - fix user/1056, sshd keeps restrictions; dbt@meat.net
981    - [sshconnect.c]
982      - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
983      - destroy keys earlier
984      - split key exchange (kex) and user authentication (user-auth), 
985        ok: provos@
986    - [sshd.c]
987      - no need for poll.h; from bright@wintelcom.net
988      - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
989      - split key exchange (kex) and user authentication (user-auth), 
990        ok: provos@
991  - Big manpage and config file cleanup from Andre Lucas
992    <andre.lucas@dial.pipex.com>
993    - Re-added latest (unmodified) OpenBSD manpages
994  - Doc updates
995  - NetBSD patch from David Rankin <drankin@bohemians.lexington.ky.us> and
996    Christos Zoulas <christos@netbsd.org>
997
998 20000119
999  - SCO compile fixes from Gary E. Miller <gem@rellim.com>
1000  - Compile fix from Darren_Hall@progressive.com
1001  - Linux/glibc-2.1.2 takes a *long* time to look up names for AF_UNSPEC
1002    addresses using getaddrinfo(). Added a configure switch to make the
1003    default lookup mode AF_INET
1004
1005 20000118
1006  - Fixed --with-pid-dir option
1007  - Makefile fix from Gary E. Miller <gem@rellim.com>
1008  - Compile fix for HPUX and Solaris from Andre Lucas    
1009    <andre.lucas@dial.pipex.com>
1010
1011 20000117
1012  - Clean up bsd-bindresvport.c. Use arc4random() for picking initial
1013    port, ignore EINVAL errors (Linux) when searching for free port.
1014  - Revert __snprintf -> snprintf aliasing. Apparently Solaris 
1015    __snprintf isn't. Report from Theo de Raadt <theo@cvs.openbsd.org>
1016  - Document location of Redhat PAM file in INSTALL.
1017  - Fixed X11 forwarding bug on Linux. libc advertises AF_INET6 
1018    INADDR_ANY_INIT addresses via getaddrinfo, but may not be able to 
1019    deliver (no IPv6 kernel support)
1020  - Released 1.2.1pre27
1021
1022  - Fix rresvport_af failure errors (logic error in bsd-bindresvport.c)
1023  - Fix --with-ipaddr-display option test. Fix from Jarno Huuskonen 
1024    <jhuuskon@hytti.uku.fi>
1025  - Fix hang on logout if processes are still using the pty. Needs 
1026    further testing.
1027  - Patch from Christos Zoulas <christos@zoulas.com>
1028    - Try $prefix first when looking for OpenSSL.
1029    - Include sys/types.h when including sys/socket.h in test programs
1030  - Substitute PID directory in sshd.8. Suggestion from Andrew 
1031    Stribblehill <a.d.stribblehill@durham.ac.uk>
1032
1033 20000116
1034  - Renamed --with-xauth-path to --with-xauth
1035  - Added --with-pid-dir option
1036  - Released 1.2.1pre26
1037
1038  - Compilation fix from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
1039  - Fixed broken bugfix for /dev/ptmx on Linux systems which lack 
1040    openpty(). Report from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
1041
1042 20000115
1043  - Add --with-xauth-path configure directive and explicit test for
1044    /usr/openwin/bin/xauth for Solaris systems. Report from Anders 
1045    Nordby <anders@fix.no>
1046  - Fix incorrect detection of /dev/ptmx on Linux systems that lack 
1047    openpty. Report from John Seifarth <john@waw.be>
1048  - Look for intXX_t and u_intXX_t in sys/bitypes.h if they are not in
1049    sys/types.h. Fixes problems on SCO, report from Gary E. Miller 
1050    <gem@rellim.com>
1051  - Use __snprintf and __vnsprintf if they are found where snprintf and
1052    vnsprintf are lacking. Suggested by Ben Taylor <bent@shell.clark.net>
1053    and others.
1054
1055 20000114
1056  - Merged OpenBSD IPv6 patch:
1057    - [sshd.c sshd.8 sshconnect.c ssh.h ssh.c servconf.h servconf.c scp.1]
1058      [scp.c packet.h packet.c login.c log.c canohost.c channels.c]
1059      [hostfile.c sshd_config]
1060      ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new
1061      features: sshd allows multiple ListenAddress and Port options. note 
1062      that libwrap is not IPv6-ready. (based on patches from 
1063      fujiwara@rcac.tdi.co.jp)
1064    - [ssh.c canohost.c]
1065      more hints (hints.ai_socktype=SOCK_STREAM) for getaddrinfo, 
1066      from itojun@
1067    - [channels.c]
1068      listen on _all_ interfaces for X11-Fwd (hints.ai_flags = AI_PASSIVE)
1069    - [packet.h]
1070      allow auth-kerberos for IPv4 only
1071    - [scp.1 sshd.8 servconf.h scp.c]
1072      document -4, -6, and 'ssh -L 2022/::1/22'
1073    - [ssh.c]
1074      'ssh @host' is illegal (null user name), from 
1075      karsten@gedankenpolizei.de
1076    - [sshconnect.c]
1077      better error message
1078    - [sshd.c]
1079      allow auth-kerberos for IPv4 only
1080  - Big IPv6 merge:
1081    - Cleanup overrun in sockaddr copying on RHL 6.1
1082    - Replacements for getaddrinfo, getnameinfo, etc based on versions
1083      from patch from KIKUCHI Takahiro <kick@kyoto.wide.ad.jp>
1084    - Replacement for missing structures on systems that lack IPv6
1085    - record_login needed to know about AF_INET6 addresses
1086    - Borrowed more code from OpenBSD: rresvport_af and requisites
1087
1088 20000110
1089  - Fixes to auth-skey to enable it to use the standard OpenSSL libraries
1090
1091 20000107
1092  - New config.sub and config.guess to fix problems on SCO. Supplied
1093    by Gary E. Miller <gem@rellim.com>
1094  - SCO build fix from Gary E. Miller <gem@rellim.com>
1095  - Released 1.2.1pre25
1096
1097 20000106
1098  - Documentation update & cleanup
1099  - Better KrbIV / AFS detection, based on patch from:
1100    Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE>
1101
1102 20000105
1103  - Fixed annoying DES corruption problem. libcrypt has been 
1104    overriding symbols in libcrypto. Removed libcrypt and crypt.h
1105    altogether (libcrypto includes its own crypt(1) replacement)
1106  - Added platform-specific rules for Irix 6.x. Included warning that
1107    they are untested.
1108
1109 20000103
1110  - Add explicit make rules for files proccessed by fixpaths.
1111  - Fix "make install" in RPM spec files. Report from Tenkou N. Hattori  
1112    <tnh@kondara.org>
1113  - Removed "nullok" directive from default PAM configuration files. 
1114    Added information on enabling EmptyPasswords on openssh+PAM in 
1115    UPGRADING file.
1116  - OpenBSD CVS updates
1117    - [ssh-agent.c]
1118      cleanup_exit() for SIGTERM/SIGHUP, too. from fgsch@ and 
1119      dgaudet@arctic.org
1120    - [sshconnect.c]
1121      compare correct version for 1.3 compat mode
1122
1123 20000102
1124  - Prevent multiple inclusion of config.h and defines.h. Suggested
1125    by Andre Lucas <andre.lucas@dial.pipex.com>
1126  - Properly clean up on exit of ssh-agent. Patch from Dean Gaudet
1127    <dgaudet@arctic.org>
1128
1129 19991231
1130  - Fix password support on systems with a mixture of shadowed and 
1131    non-shadowed passwords (e.g. NIS). Report and fix from 
1132    HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
1133  - Fix broken autoconf typedef detection. Report from Marc G. 
1134    Fournier <marc.fournier@acadiau.ca>
1135  - Fix occasional crash on LinuxPPC. Patch from Franz Sirl
1136    <Franz.Sirl-kernel@lauterbach.com>
1137  - Prevent typedefs from being compiled more than once. Report from 
1138    Marc G. Fournier <marc.fournier@acadiau.ca>
1139  - Fill in ut_utaddr utmp field. Report from Benjamin Charron
1140    <iretd@bigfoot.com>
1141  - Really fix broken default path. Fix from Jim Knoble 
1142    <jmknoble@pobox.com>
1143  - Remove test for quad_t. No longer needed.
1144  - Released 1.2.1pre24
1145
1146  - Added support for directory-based lastlogs
1147  - Really fix typedefs, patch from Ben Taylor <bent@clark.net>
1148
1149 19991230
1150  - OpenBSD CVS updates:
1151    - [auth-passwd.c]
1152      check for NULL 1st
1153  - Removed most of the pam code into its own file auth-pam.[ch]. This 
1154    cleaned up sshd.c up significantly.
1155  - PAM authentication was incorrectly interpreting 
1156    "PermitRootLogin without-password". Report from Matthias Andree
1157    <ma@dt.e-technik.uni-dortmund.de
1158  - Several other cleanups
1159  - Merged Dante SOCKS support patch from David Rankin
1160   <drankin@bohemians.lexington.ky.us>
1161  - Updated documentation with ./configure options
1162  - Released 1.2.1pre23
1163
1164 19991229
1165  - Applied another NetBSD portability patch from David Rankin 
1166    <drankin@bohemians.lexington.ky.us>
1167  - Fix --with-default-path option.
1168  - Autodetect perl, patch from David Rankin 
1169    <drankin@bohemians.lexington.ky.us>
1170  - Print whether OpenSSH was compiled with RSARef, patch from 
1171    Nalin Dahyabhai <nalin@thermo.stat.ncsu.edu>
1172  - Calls to pam_setcred, patch from Nalin Dahyabhai 
1173    <nalin@thermo.stat.ncsu.edu>
1174  - Detect missing size_t and typedef it.
1175  - Rename helper.[ch] to (more appropriate) bsd-misc.[ch]
1176  - Minor Makefile cleaning
1177
1178 19991228
1179  - Replacement for getpagesize() for systems which lack it
1180  - NetBSD login.c compile fix from David Rankin 
1181   <drankin@bohemians.lexington.ky.us>
1182  - Fully set ut_tv if present in utmp or utmpx
1183  - Portability fixes for Irix 5.3 (now compiles OK!)
1184  - autoconf and other misc cleanups
1185  - Merged AIX patch from Darren Hall <dhall@virage.org>
1186  - Cleaned up defines.h
1187  - Released 1.2.1pre22
1188
1189 19991227
1190  - Automatically correct paths in manpages and configuration files. Patch
1191    and script from Andre Lucas <andre.lucas@dial.pipex.com>
1192  - Removed credits from README to CREDITS file, updated.
1193  - Added --with-default-path to specify custom path for server
1194  - Removed #ifdef trickery from acconfig.h into defines.h
1195  - PAM bugfix. PermitEmptyPassword was being ignored.
1196  - Fixed PAM config files to allow empty passwords if server does.
1197  - Explained spurious PAM auth warning workaround in UPGRADING
1198  - Use last few chars of tty line as ut_id
1199  - New SuSE RPM spec file from Chris Saia <csaia@wtower.com>
1200  - OpenBSD CVS updates:
1201    - [packet.h auth-rhosts.c]
1202      check format string for packet_disconnect and packet_send_debug, too
1203    - [channels.c]
1204      use packet_get_maxsize for channels. consistence.
1205
1206 19991226
1207  - Enabled utmpx support by default for Solaris
1208  - Cleanup sshd.c PAM a little more
1209  - Revised RPM package to include Jim Knoble's <jmknoble@pobox.com>
1210    X11 ssh-askpass program.
1211  - Disable logging of PAM success and failures, PAM is verbose enough.
1212    Unfortunatly there is currently no way to disable auth failure 
1213    messages. Mention this in UPGRADING file and sent message to PAM 
1214    developers
1215  - OpenBSD CVS update:
1216    - [ssh-keygen.1 ssh.1]
1217      remove ref to .ssh/random_seed, mention .ssh/environment in 
1218      .Sh FILES, too
1219  - Released 1.2.1pre21
1220  - Fixed implicit '.' in default path, report from Jim Knoble 
1221    <jmknoble@pobox.com>
1222  - Redhat RPM spec fixes from Jim Knoble <jmknoble@pobox.com>
1223
1224 19991225
1225  - More fixes from Andre Lucas <andre.lucas@dial.pipex.com>
1226  - Cleanup of auth-passwd.c for shadow and MD5 passwords
1227  - Cleanup and bugfix of PAM authentication code
1228  - Released 1.2.1pre20
1229
1230  - Merged fixes from Ben Taylor <bent@clark.net>
1231  - Fixed configure support for PAM. Reported by Naz <96na@eng.cam.ac.uk>
1232  - Disabled logging of PAM password authentication failures when password
1233    is empty. (e.g start of authentication loop). Reported by Naz
1234    <96na@eng.cam.ac.uk>)
1235
1236 19991223
1237  - Merged later HPUX patch from Andre Lucas 
1238    <andre.lucas@dial.pipex.com>
1239  - Above patch included better utmpx support from Ben Taylor
1240    <bent@clark.net>
1241
1242 19991222
1243  - Fix undefined fd_set type in ssh.h from Povl H. Pedersen 
1244    <pope@netguide.dk>
1245  - Fix login.c breakage on systems which lack ut_host in struct
1246    utmp. Reported by Willard Dawson <willard.dawson@sbs.siemens.com>
1247
1248 19991221
1249  - Integration of large HPUX patch from Andre Lucas 
1250    <andre.lucas@dial.pipex.com>. Integrating it had a few other 
1251    benefits:
1252    - Ability to disable shadow passwords at configure time
1253    - Ability to disable lastlog support at configure time
1254    - Support for IP address in $DISPLAY
1255  - OpenBSD CVS update:
1256    - [sshconnect.c]
1257    say "REMOTE HOST IDENTIFICATION HAS CHANGED"
1258  - Fix DISABLE_SHADOW support
1259  - Allow MD5 passwords even if shadow passwords are disabled
1260  - Release 1.2.1pre19
1261
1262 19991218
1263  - Redhat init script patch from Chun-Chung Chen 
1264    <cjj@u.washington.edu>
1265  - Avoid breakage on systems without IPv6 headers
1266
1267 19991216
1268  - Makefile changes for Solaris from Peter Kocks 
1269    <peter.kocks@baygate.com>
1270  - Minor updates to docs
1271  - Merged OpenBSD CVS changes:
1272    - [authfd.c ssh-agent.c]
1273      keysize warnings talk about identity files
1274    - [packet.c]
1275      "Connection closed by x.x.x.x": fatal() -> log()
1276  - Correctly handle empty passwords in shadow file. Patch from: 
1277    "Chris, the Young One" <cky@pobox.com>
1278  - Released 1.2.1pre18
1279
1280 19991215
1281  - Integrated patchs from Juergen Keil <jk@tools.de>
1282    - Avoid void* pointer arithmatic
1283    - Use LDFLAGS correctly
1284    - Fix SIGIO error in scp
1285    - Simplify status line printing in scp
1286  - Added better test for inline functions compiler support from  
1287    Darren_Hall@progressive.com
1288
1289 19991214
1290  - OpenBSD CVS Changes
1291    - [canohost.c]
1292      fix get_remote_port() and friends for sshd -i; 
1293      Holger.Trapp@Informatik.TU-Chemnitz.DE
1294    - [mpaux.c]
1295      make code simpler. no need for memcpy. niels@ ok
1296    - [pty.c]
1297      namebuflen not sizeof namebuflen; bnd@ep-ag.com via djm@mindrot.org
1298      fix proto; markus
1299    - [ssh.1]
1300       typo; mark.baushke@solipsa.com
1301    - [channels.c ssh.c ssh.h sshd.c]
1302      type conflict for 'extern Type *options' in channels.c; dot@dotat.at
1303    - [sshconnect.c]
1304      move checking of hostkey into own function.
1305    - [version.h]
1306      OpenSSH-1.2.1
1307  - Clean up broken includes in pty.c
1308  - Some older systems don't have poll.h, they use sys/poll.h instead
1309  - Doc updates
1310
1311 19991211
1312  - Fix compilation on systems with AFS. Reported by 
1313    aloomis@glue.umd.edu
1314  - Fix installation on Solaris. Reported by 
1315    Gordon Rowell <gordonr@gormand.com.au>
1316  - Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com,
1317    patch from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
1318  - Auto-locate xauth. Patch from David Agraz <dagraz@jahoopa.com>
1319  - Compile fix from David Agraz <dagraz@jahoopa.com>
1320  - Avoid compiler warning in bsd-snprintf.c
1321  - Added pam_limits.so to default PAM config. Suggested by 
1322    Jim Knoble <jmknoble@pobox.com>
1323
1324 19991209
1325  - Import of patch from Ben Taylor <bent@clark.net>:
1326    - Improved PAM support
1327    - "uninstall" rule for Makefile
1328    - utmpx support
1329    - Should fix PAM problems on Solaris
1330  - OpenBSD CVS updates:
1331    - [readpass.c]
1332      avoid stdio; based on work by markus, millert, and I
1333    - [sshd.c]
1334      make sure the client selects a supported cipher
1335    - [sshd.c]
1336      fix sighup handling.  accept would just restart and daemon handled 
1337      sighup only after the next connection was accepted. use poll on 
1338      listen sock now.
1339    - [sshd.c]
1340      make that a fatal
1341  - Applied patch from David Rankin <drankin@bohemians.lexington.ky.us>
1342    to fix libwrap support on NetBSD
1343  - Released 1.2pre17
1344
1345 19991208
1346  - Compile fix for Solaris with /dev/ptmx from 
1347    David Agraz <dagraz@jahoopa.com>
1348
1349 19991207
1350  - sshd Redhat init script patch from Jim Knoble <jmknoble@pobox.com>
1351    fixes compatability with 4.x and 5.x
1352  - Fixed default SSH_ASKPASS
1353  - Fix PAM account and session being called multiple times. Problem 
1354    reported by Adrian Baugh <adrian@merlin.keble.ox.ac.uk>
1355  - Merged more OpenBSD changes:
1356    - [atomicio.c authfd.c scp.c serverloop.c ssh.h sshconnect.c sshd.c]
1357      move atomicio into it's own file.  wrap all socket write()s which 
1358      were doing write(sock, buf, len) != len, with atomicio() calls.
1359    - [auth-skey.c]
1360      fd leak
1361    - [authfile.c]
1362      properly name fd variable
1363    - [channels.c]
1364      display great hatred towards strcpy
1365    - [pty.c pty.h sshd.c]
1366      use openpty() if it exists (it does on BSD4_4)
1367    - [tildexpand.c]
1368      check for ~ expansion past MAXPATHLEN
1369  - Modified helper.c to use new atomicio function.
1370  - Reformat Makefile a little
1371  - Moved RC4 routines from rc4.[ch] into helper.c
1372  - Added autoconf code to detect /dev/ptmx (Solaris) and /dev/ptc (AIX)
1373  - Updated SuSE spec from Chris Saia <csaia@wtower.com>
1374  - Tweaked Redhat spec
1375  - Clean up bad imports of a few files (forgot -kb)
1376  - Released 1.2pre16
1377
1378 19991204
1379  - Small cleanup of PAM code in sshd.c
1380  - Merged OpenBSD CVS changes:
1381    - [auth-krb4.c auth-passwd.c auth-skey.c ssh.h]
1382      move skey-auth from auth-passwd.c to auth-skey.c, same for krb4
1383    - [auth-rsa.c]
1384      warn only about mismatch if key is _used_
1385      warn about keysize-mismatch with log() not error()
1386      channels.c readconf.c readconf.h ssh.c ssh.h sshconnect.c
1387      ports are u_short
1388    - [hostfile.c]
1389      indent, shorter warning
1390    - [nchan.c]
1391      use error() for internal errors
1392    - [packet.c]
1393      set loglevel for SSH_MSG_DISCONNECT to log(), not fatal()
1394      serverloop.c
1395      indent
1396    - [ssh-add.1 ssh-add.c ssh.h]
1397      document $SSH_ASKPASS, reasonable default
1398    - [ssh.1]
1399      CheckHostIP is not available for connects via proxy command
1400    - [sshconnect.c]
1401      typo
1402      easier to read client code for passwd and skey auth
1403      turn of checkhostip for proxy connects, since we don't know the remote ip
1404
1405 19991126
1406  - Add definition for __P()
1407  - Added [v]snprintf() replacement for systems that lack it
1408
1409 19991125
1410  - More reformatting merged from OpenBSD CVS
1411  - Merged OpenBSD CVS changes:
1412    - [channels.c]
1413      fix packet_integrity_check() for !have_hostname_in_open.
1414      report from mrwizard@psu.edu via djm@ibs.com.au
1415    - [channels.c]
1416      set SO_REUSEADDR and SO_LINGER for forwarded ports.
1417      chip@valinux.com via damien@ibs.com.au
1418    - [nchan.c]
1419      it's not an error() if shutdown_write failes in nchan.
1420    - [readconf.c]
1421      remove dead #ifdef-0-code
1422    - [readconf.c servconf.c]
1423      strcasecmp instead of tolower
1424    - [scp.c]
1425      progress meter overflow fix from damien@ibs.com.au
1426    - [ssh-add.1 ssh-add.c]
1427      SSH_ASKPASS support
1428    - [ssh.1 ssh.c]
1429      postpone fork_after_authentication until command execution,
1430      request/patch from jahakala@cc.jyu.fi via damien@ibs.com.au
1431      plus: use daemon() for backgrounding
1432  - Added BSD compatible install program and autoconf test, thanks to
1433    Niels Kristian Bech Jensen <nkbj@image.dk>
1434  - Solaris fixing, thanks to Ben Taylor <bent@clark.net>
1435  - Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com>
1436  - Release 1.2pre15
1437
1438 19991124
1439  - Merged very large OpenBSD source code reformat
1440  - OpenBSD CVS updates
1441    - [channels.c cipher.c compat.c log-client.c scp.c serverloop.c]
1442      [ssh.h sshd.8 sshd.c]
1443      syslog changes:
1444      * Unified Logmessage for all auth-types, for success and for failed
1445      * Standard connections get only ONE line in the LOG when level==LOG:
1446        Auth-attempts are logged only, if authentication is:
1447           a) successfull or
1448           b) with passwd or
1449           c) we had more than AUTH_FAIL_LOG failues
1450      * many log() became verbose()
1451      * old behaviour with level=VERBOSE
1452    - [readconf.c readconf.h ssh.1 ssh.h sshconnect.c sshd.c]
1453      tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE
1454      messages. allows use of s/key in windows (ttssh, securecrt) and
1455      ssh-1.2.27 clients without 'ssh -v', ok: niels@
1456    - [sshd.8]
1457      -V, for fallback to openssh in SSH2 compatibility mode
1458    - [sshd.c]
1459      fix sigchld race; cjc5@po.cwru.edu
1460
1461 19991123
1462  - Added SuSE package files from Chris Saia <csaia@wtower.com>
1463  - Restructured package-related files under packages/*
1464  - Added generic PAM config
1465  - Numerous little Solaris fixes
1466  - Add recommendation to use GNU make to INSTALL document
1467
1468 19991122
1469  - Make <enter> close gnome-ssh-askpass (Debian bug #50299)
1470  - OpenBSD CVS Changes
1471    - [ssh-keygen.c] 
1472      don't create ~/.ssh only if the user wants to store the private 
1473      key there. show fingerprint instead of public-key after 
1474      keygeneration. ok niels@
1475  - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.h
1476  - Added timersub() macro
1477  - Tidy RCSIDs of bsd-*.c
1478  - Added autoconf test and macro to deal with old PAM libraries 
1479    pam_strerror definition (one arg vs two).
1480  - Fix EGD problems (Thanks to Ben Taylor <bent@clark.net>)
1481  - Retry /dev/urandom reads interrupted by signal (report from 
1482    Robert Hardy <rhardy@webcon.net>)
1483  - Added a setenv replacement for systems which lack it
1484  - Only display public key comment when presenting ssh-askpass dialog
1485  - Released 1.2pre14
1486
1487  - Configure, Make and changelog corrections from Tudor Bosman 
1488    <tudorb@jm.nu> and Niels Kristian Bech Jensen <nkbj@image.dk>
1489
1490 19991121
1491  - OpenBSD CVS Changes:
1492    - [channels.c]
1493      make this compile, bad markus
1494    - [log.c readconf.c servconf.c ssh.h]
1495      bugfix: loglevels are per host in clientconfig,
1496      factor out common log-level parsing code.
1497    - [servconf.c]
1498      remove unused index (-Wall)
1499    - [ssh-agent.c]
1500      only one 'extern char *__progname'
1501    - [sshd.8]
1502      document SIGHUP, -Q to synopsis
1503    - [sshconnect.c serverloop.c sshd.c packet.c packet.h]
1504      [channels.c clientloop.c]
1505      SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@
1506      [hope this time my ISP stays alive during commit]
1507    - [OVERVIEW README] typos; green@freebsd
1508    - [ssh-keygen.c]
1509      replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me)
1510      exit if writing the key fails (no infinit loop)
1511      print usage() everytime we get bad options
1512    - [ssh-keygen.c] overflow, djm@mindrot.org
1513    - [sshd.c] fix sigchld race; cjc5@po.cwru.edu
1514      
1515 19991120
1516  - Merged more Solaris support from Marc G. Fournier 
1517    <marc.fournier@acadiau.ca>
1518  - Wrote autoconf tests for integer bit-types
1519  - Fixed enabling kerberos support
1520  - Fix segfault in ssh-keygen caused by buffer overrun in filename 
1521    handling.
1522
1523 19991119
1524  - Merged PAM buffer overrun patch from Chip Salzenberg <chip@valinux.com>
1525  - Merged OpenBSD CVS changes
1526    - [auth-rhosts.c auth-rsa.c ssh-agent.c sshconnect.c sshd.c]
1527      more %d vs. %s in fmt-strings
1528    - [authfd.c]
1529      Integers should not be printed with %s
1530  - EGD uses a socket, not a named pipe. Duh.
1531  - Fix includes in fingerprint.c
1532  - Fix scp progress bar bug again.
1533  - Move ssh-askpass from ${libdir}/ssh to ${libexecdir}/ssh at request of 
1534    David Rankin <drankin@bohemians.lexington.ky.us>
1535  - Added autoconf option to enable Kerberos 4 support (untested)
1536  - Added autoconf option to enable AFS support (untested)
1537  - Added autoconf option to enable S/Key support (untested)
1538  - Added autoconf option to enable TCP wrappers support (compiles OK)
1539  - Renamed BSD helper function files to bsd-*
1540  - Added tests for login and daemon and enable OpenBSD replacements for 
1541    when they are absent.
1542  - Added non-PAM MD5 password support patch from Tudor Bosman <tudorb@jm.nu>
1543
1544 19991118
1545  - Merged OpenBSD CVS changes
1546    - [scp.c] foregroundproc() in scp
1547    - [sshconnect.h] include fingerprint.h
1548    - [sshd.c] bugfix: the log() for passwd-auth escaped during logging 
1549      changes.
1550    - [ssh.1] Spell my name right.
1551  - Added openssh.com info to README
1552
1553 19991117
1554  - Merged OpenBSD CVS changes
1555    - [ChangeLog.Ylonen] noone needs this anymore
1556    - [authfd.c] close-on-exec for auth-socket, ok deraadt
1557    - [hostfile.c] 
1558      in known_hosts key lookup the entry for the bits does not need 
1559      to match, all the information is contained in n and e. This 
1560      solves the problem with buggy servers announcing the wrong 
1561      modulus length.  markus and me.
1562    - [serverloop.c] 
1563      bugfix: check for space if child has terminated, from: 
1564      iedowse@maths.tcd.ie
1565    - [ssh-add.1 ssh-add.c ssh-keygen.1 ssh-keygen.c sshconnect.c]
1566      [fingerprint.c fingerprint.h]
1567      rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>
1568    - [ssh-agent.1] typo
1569    - [ssh.1] add OpenSSH information to AUTHOR section. okay markus@
1570    - [sshd.c] 
1571      force logging to stderr while loading private key file
1572      (lost while converting to new log-levels)
1573
1574 19991116
1575  - Fix some Linux libc5 problems reported by Miles Wilson <mw@mctitle.com>
1576  - Merged OpenBSD CVS changes:
1577    - [auth-rh-rsa.c auth-rsa.c authfd.c authfd.h hostfile.c mpaux.c]
1578      [mpaux.h ssh-add.c ssh-agent.c ssh.h ssh.c sshd.c]
1579      the keysize of rsa-parameter 'n' is passed implizit,
1580      a few more checks and warnings about 'pretended' keysizes.
1581    - [cipher.c cipher.h packet.c packet.h sshd.c]
1582      remove support for cipher RC4
1583    - [ssh.c]
1584      a note for legay systems about secuity issues with permanently_set_uid(),
1585      the private hostkey and ptrace()
1586    - [sshconnect.c]
1587      more detailed messages about adding and checking hostkeys
1588
1589 19991115
1590  - Merged OpenBSD CVS changes:
1591    - [ssh-add.c] change passphrase loop logic and remove ref to 
1592      $DISPLAY, ok niels
1593  - Changed to ssh-add.c broke askpass support. Revised it to be a little more
1594    modular. 
1595  - Revised autoconf support for enabling/disabling askpass support.
1596  - Merged more OpenBSD CVS changes:
1597         [auth-krb4.c]
1598           - disconnect if getpeername() fails
1599           - missing xfree(*client)
1600         [canohost.c]
1601           - disconnect if getpeername() fails
1602           - fix comment: we _do_ disconnect if ip-options are set
1603         [sshd.c]
1604           - disconnect if getpeername() fails
1605           - move checking of remote port to central place
1606         [auth-rhosts.c] move checking of remote port to central place
1607         [log-server.c] avoid extra fd per sshd, from millert@
1608         [readconf.c] print _all_ bad config-options in ssh(1), too
1609         [readconf.h] print _all_ bad config-options in ssh(1), too
1610         [ssh.c] print _all_ bad config-options in ssh(1), too
1611         [sshconnect.c] disconnect if getpeername() fails
1612  - OpenBSD's changes to sshd.c broke the PAM stuff, re-merged it.
1613  - Various small cleanups to bring diff (against OpenBSD) size down.
1614  - Merged more Solaris compability from Marc G. Fournier
1615    <marc.fournier@acadiau.ca>
1616  - Wrote autoconf tests for __progname symbol
1617  - RPM spec file fixes from Jim Knoble <jmknoble@pobox.com>
1618  - Released 1.2pre12
1619
1620  - Another OpenBSD CVS update:
1621    - [ssh-keygen.1] fix .Xr
1622
1623 19991114
1624  - Solaris compilation fixes (still imcomplete)
1625
1626 19991113
1627  - Build patch from Niels Kristian Bech Jensen <nkbj@image.dk>
1628    - Don't install config files if they already exist
1629    - Fix inclusion of additional preprocessor directives from acconfig.h
1630  - Removed redundant inclusions of config.h
1631  - Added 'Obsoletes' lines to RPM spec file
1632  - Merged OpenBSD CVS changes:
1633    - [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels
1634    - [scp.c] fix overflow reported by damien@ibs.com.au: off_t 
1635      totalsize, ok niels,aaron
1636  - Delay fork (-f option) in ssh until after port forwarded connections 
1637    have been initialised. Patch from Jani Hakala <jahakala@cc.jyu.fi>
1638  - Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de>
1639  - Added ifdefs to auth-passwd.c to exclude it when PAM is enabled
1640  - Tidied default config file some more
1641  - Revised Redhat initscript to fix bug: sshd (re)start would fail
1642    if executed from inside a ssh login.
1643
1644 19991112
1645  - Merged changes from OpenBSD CVS
1646    - [sshd.c] session_key_int may be zero
1647    - [auth-rh-rsa.c servconf.c servconf.h ssh.h sshd.8 sshd.c sshd_config]
1648      IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok 
1649      deraadt,millert
1650  - Brought default sshd_config more in line with OpenBSD's
1651  - Grab server in gnome-ssh-askpass (Debian bug #49872)
1652  - Released 1.2pre10
1653
1654  - Added INSTALL documentation
1655  - Merged yet more changes from OpenBSD CVS
1656    - [auth-rh-rsa.c auth-rhosts.c auth-rsa.c channels.c clientloop.c]
1657      [ssh.c ssh.h sshconnect.c sshd.c]
1658      make all access to options via 'extern Options options'
1659      and 'extern ServerOptions options' respectively;
1660      options are no longer passed as arguments:
1661       * make options handling more consistent
1662       * remove #include "readconf.h" from ssh.h
1663       * readconf.h is only included if necessary
1664    - [mpaux.c] clear temp buffer
1665    - [servconf.c] print _all_ bad options found in configfile
1666  - Make ssh-askpass support optional through autoconf
1667  - Fix nasty division-by-zero error in scp.c
1668  - Released 1.2pre11
1669
1670 19991111
1671  - Added (untested) Entropy Gathering Daemon (EGD) support
1672  - Fixed /dev/urandom fd leak (Debian bug #49722)
1673  - Merged OpenBSD CVS changes:
1674    - [auth-rh-rsa.c] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
1675    - [ssh.1] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
1676    - [sshd.8] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
1677  - Fix integer overflow which was messing up scp's progress bar for large 
1678    file transfers. Fix submitted to OpenBSD developers. Report and fix
1679    from Kees Cook <cook@cpoint.net>
1680  - Merged more OpenBSD CVS changes:
1681    - [auth-krb4.c auth-passwd.c] remove x11- and krb-cleanup from fatal() 
1682      + krb-cleanup cleanup
1683    - [clientloop.c log-client.c log-server.c ]
1684      [readconf.c readconf.h servconf.c servconf.h ]
1685      [ssh.1 ssh.c ssh.h sshd.8]
1686      add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,
1687      obsoletes QuietMode and FascistLogging in sshd.
1688    - [sshd.c] fix fatal/assert() bug reported by damien@ibs.com.au:
1689      allow session_key_int != sizeof(session_key)
1690      [this should fix the pre-assert-removal-core-files]
1691  - Updated default config file to use new LogLevel option and to improve
1692    readability
1693
1694 19991110
1695  - Merged several minor fixes:
1696    - ssh-agent commandline parsing
1697    - RPM spec file now installs ssh setuid root
1698    - Makefile creates libdir
1699    - Merged beginnings of Solaris compability from Marc G. Fournier
1700      <marc.fournier@acadiau.ca>
1701
1702 19991109
1703  - Autodetection of SSL/Crypto library location via autoconf
1704  - Fixed location of ssh-askpass to follow autoconf
1705  - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
1706  - Autodetection of RSAref library for US users
1707  - Minor doc updates
1708  - Merged OpenBSD CVS changes:
1709    - [rsa.c] bugfix: use correct size for memset()
1710    - [sshconnect.c] warn if announced size of modulus 'n' != real size
1711  - Added GNOME passphrase requestor (use --with-gnome-askpass)
1712  - RPM build now creates subpackages
1713  - Released 1.2pre9
1714
1715 19991108
1716  - Removed debian/ directory. This is now being maintained separately.
1717  - Added symlinks for slogin in RPM spec file
1718  - Fixed permissions on manpages in RPM spec file
1719  - Added references to required libraries in README file
1720  - Removed config.h.in from CVS
1721  - Removed pwdb support (better pluggable auth is provided by glibc)
1722  - Made PAM and requisite libdl optional
1723  - Removed lots of unnecessary checks from autoconf
1724  - Added support and autoconf test for openpty() function (Unix98 pty support)
1725  - Fix for scp not finding ssh if not installed as /usr/bin/ssh
1726  - Added TODO file
1727  - Merged parts of Debian patch From Phil Hands <phil@hands.com>:
1728    - Added ssh-askpass program
1729    - Added ssh-askpass support to ssh-add.c
1730    - Create symlinks for slogin on install
1731    - Fix "distclean" target in makefile
1732    - Added example for ssh-agent to manpage
1733    - Added support for PAM_TEXT_INFO messages
1734    - Disable internal /etc/nologin support if PAM enabled
1735  - Merged latest OpenBSD CVS changes:
1736    - [all] replace assert() with error, fatal or packet_disconnect
1737    - [sshd.c] don't send fail-msg but disconnect if too many authentication
1738      failures
1739    - [sshd.c] remove unused argument. ok dugsong
1740    - [sshd.c] typo
1741    - [rsa.c] clear buffers used for encryption. ok: niels
1742    - [rsa.c] replace assert() with error, fatal or packet_disconnect
1743    - [auth-krb4.c] remove unused argument. ok dugsong
1744  - Fixed coredump after merge of OpenBSD rsa.c patch
1745  - Released 1.2pre8
1746
1747 19991102
1748  - Merged change from OpenBSD CVS
1749   - One-line cleanup in sshd.c
1750
1751 19991030
1752  - Integrated debian package support from Dan Brosemer <odin@linuxfreak.com>
1753  - Merged latest updates for OpenBSD CVS:
1754    - channels.[ch] - remove broken x11 fix and document istate/ostate
1755    - ssh-agent.c - call setsid() regardless of argv[]
1756    - ssh.c - save a few lines when disabling rhosts-{rsa-}auth
1757  - Documentation cleanups
1758  - Renamed README -> README.Ylonen
1759  - Renamed README.openssh ->README
1760
1761 19991029
1762  - Renamed openssh* back to ssh* at request of Theo de Raadt
1763  - Incorporated latest changes from OpenBSD's CVS
1764  - Integrated Makefile patch from  Niels Kristian Bech Jensen <nkbj@image.dk>
1765  - Integrated PAM env patch from Nalin Dahyabhai <nalin.dahyabhai@pobox.com>
1766  - Make distclean now removed configure script
1767  - Improved PAM logging
1768  - Added some debug() calls for PAM
1769  - Removed redundant subdirectories
1770  - Integrated part of a patch from Dan Brosemer <odin@linuxfreak.com> for 
1771    building on Debian.
1772  - Fixed off-by-one error in PAM env patch
1773  - Released 1.2pre6
1774
1775 19991028
1776  - Further PAM enhancements.
1777    - Much cleaner
1778    - Now uses account and session modules for all logins.
1779  - Integrated patch from Dan Brosemer <odin@linuxfreak.com>
1780    - Build fixes
1781    - Autoconf
1782    - Change binary names to open*
1783  - Fixed autoconf script to detect PAM on RH6.1
1784  - Added tests for libpwdb, and OpenBSD functions to autoconf
1785  - Released 1.2pre4
1786
1787  - Imported latest OpenBSD CVS code
1788  - Updated README.openssh
1789  - Released 1.2pre5
1790
1791 19991027
1792  - Adapted PAM patch.
1793  - Released 1.0pre2
1794
1795  - Excised my buggy replacements for strlcpy and mkdtemp
1796  - Imported correct OpenBSD strlcpy and mkdtemp routines.
1797  - Reduced arc4random_stir entropy read to 32 bytes (256 bits)
1798  - Picked up correct version number from OpenBSD
1799  - Added sshd.pam PAM configuration file
1800  - Added sshd.init Redhat init script
1801  - Added openssh.spec RPM spec file
1802  - Released 1.2pre3
1803
1804 19991026
1805  - Fixed include paths of OpenSSL functions
1806  - Use OpenSSL MD5 routines
1807  - Imported RC4 code from nanocrypt
1808  - Wrote replacements for OpenBSD arc4random* functions
1809  - Wrote replacements for strlcpy and mkdtemp
1810  - Released 1.0pre1
This page took 0.188212 seconds and 5 git commands to generate.