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