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