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