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