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