]> andersk Git - openssh.git/blob - ChangeLog
- Added support for directory-based lastlogs
[openssh.git] / ChangeLog
1 19991231
2  - Fix password support on systems with a mixture of shadowed and 
3    non-shadowed passwords (e.g. NIS). Report and fix from 
4    HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
5  - Fix broken autoconf typedef detection. Report from Marc G. 
6    Fournier <marc.fournier@acadiau.ca>
7  - Fix occasional crash on LinuxPPC. Patch from Franz Sirl
8    <Franz.Sirl-kernel@lauterbach.com>
9  - Prevent typedefs from being compiled more than once. Report from 
10    Marc G. Fournier <marc.fournier@acadiau.ca>
11  - Fill in ut_utaddr utmp field. Report from Benjamin Charron
12    <iretd@bigfoot.com>
13  - Really fix broken default path. Fix from Jim Knoble 
14    <jmknoble@pobox.com>
15  - Remove test for quad_t. No longer needed.
16  - Released 1.2.1pre24
17
18  - Added support for directory-based lastlogs
19  - Really fix typedefs, patch from Ben Taylor <bent@clark.net>
20  - Prevent multiple inclusion of config.h and defines.h. Suggested
21    by Andre Lucas <andre.lucas@dial.pipex.com>
22
23 19991230
24  - OpenBSD CVS updates:
25    - [auth-passwd.c]
26      check for NULL 1st
27  - Removed most of the pam code into its own file auth-pam.[ch]. This 
28    cleaned up sshd.c up significantly.
29  - PAM authentication was incorrectly interpreting 
30    "PermitRootLogin without-password". Report from Matthias Andree
31    <ma@dt.e-technik.uni-dortmund.de
32  - Several other cleanups
33  - Merged Dante SOCKS support patch from David Rankin
34   <drankin@bohemians.lexington.ky.us>
35  - Updated documentation with ./configure options
36  - Released 1.2.1pre23
37
38 19991229
39  - Applied another NetBSD portability patch from David Rankin 
40    <drankin@bohemians.lexington.ky.us>
41  - Fix --with-default-path option.
42  - Autodetect perl, patch from David Rankin 
43    <drankin@bohemians.lexington.ky.us>
44  - Print whether OpenSSH was compiled with RSARef, patch from 
45    Nalin Dahyabhai <nalin@thermo.stat.ncsu.edu>
46  - Calls to pam_setcred, patch from Nalin Dahyabhai 
47    <nalin@thermo.stat.ncsu.edu>
48  - Detect missing size_t and typedef it.
49  - Rename helper.[ch] to (more appropriate) bsd-misc.[ch]
50  - Minor Makefile cleaning
51
52 19991228
53  - Replacement for getpagesize() for systems which lack it
54  - NetBSD login.c compile fix from David Rankin 
55   <drankin@bohemians.lexington.ky.us>
56  - Fully set ut_tv if present in utmp or utmpx
57  - Portability fixes for Irix 5.3 (now compiles OK!)
58  - autoconf and other misc cleanups
59  - Merged AIX patch from Darren Hall <dhall@virage.org>
60  - Cleaned up defines.h
61  - Released 1.2.1pre22
62
63 19991227
64  - Automatically correct paths in manpages and configuration files. Patch
65    and script from Andre Lucas <andre.lucas@dial.pipex.com>
66  - Removed credits from README to CREDITS file, updated.
67  - Added --with-default-path to specify custom path for server
68  - Removed #ifdef trickery from acconfig.h into defines.h
69  - PAM bugfix. PermitEmptyPassword was being ignored.
70  - Fixed PAM config files to allow empty passwords if server does.
71  - Explained spurious PAM auth warning workaround in UPGRADING
72  - Use last few chars of tty line as ut_id
73  - New SuSE RPM spec file from Chris Saia <csaia@wtower.com>
74  - OpenBSD CVS updates:
75    - [packet.h auth-rhosts.c]
76      check format string for packet_disconnect and packet_send_debug, too
77    - [channels.c]
78      use packet_get_maxsize for channels. consistence.
79
80 19991226
81  - Enabled utmpx support by default for Solaris
82  - Cleanup sshd.c PAM a little more
83  - Revised RPM package to include Jim Knoble's <jmknoble@pobox.com>
84    X11 ssh-askpass program.
85  - Disable logging of PAM success and failures, PAM is verbose enough.
86    Unfortunatly there is currently no way to disable auth failure 
87    messages. Mention this in UPGRADING file and sent message to PAM 
88    developers
89  - OpenBSD CVS update:
90    - [ssh-keygen.1 ssh.1]
91      remove ref to .ssh/random_seed, mention .ssh/environment in 
92      .Sh FILES, too
93  - Released 1.2.1pre21
94  - Fixed implicit '.' in default path, report from Jim Knoble 
95    <jmknoble@pobox.com>
96  - Redhat RPM spec fixes from Jim Knoble <jmknoble@pobox.com>
97
98 19991225
99  - More fixes from Andre Lucas <andre.lucas@dial.pipex.com>
100  - Cleanup of auth-passwd.c for shadow and MD5 passwords
101  - Cleanup and bugfix of PAM authentication code
102  - Released 1.2.1pre20
103
104  - Merged fixes from Ben Taylor <bent@clark.net>
105  - Fixed configure support for PAM. Reported by Naz <96na@eng.cam.ac.uk>
106  - Disabled logging of PAM password authentication failures when password
107    is empty. (e.g start of authentication loop). Reported by Naz
108    <96na@eng.cam.ac.uk>)
109
110 19991223
111  - Merged later HPUX patch from Andre Lucas 
112    <andre.lucas@dial.pipex.com>
113  - Above patch included better utmpx support from Ben Taylor
114    <bent@clark.net>
115
116 19991222
117  - Fix undefined fd_set type in ssh.h from Povl H. Pedersen 
118    <pope@netguide.dk>
119  - Fix login.c breakage on systems which lack ut_host in struct
120    utmp. Reported by Willard Dawson <willard.dawson@sbs.siemens.com>
121
122 19991221
123  - Integration of large HPUX patch from Andre Lucas 
124    <andre.lucas@dial.pipex.com>. Integrating it had a few other 
125    benefits:
126    - Ability to disable shadow passwords at configure time
127    - Ability to disable lastlog support at configure time
128    - Support for IP address in $DISPLAY
129  - OpenBSD CVS update:
130    - [sshconnect.c]
131    say "REMOTE HOST IDENTIFICATION HAS CHANGED"
132  - Fix DISABLE_SHADOW support
133  - Allow MD5 passwords even if shadow passwords are disabled
134  - Release 1.2.1pre19
135
136 19991218
137  - Redhat init script patch from Chun-Chung Chen 
138    <cjj@u.washington.edu>
139  - Avoid breakage on systems without IPv6 headers
140
141 19991216
142  - Makefile changes for Solaris from Peter Kocks 
143    <peter.kocks@baygate.com>
144  - Minor updates to docs
145  - Merged OpenBSD CVS changes:
146    - [authfd.c ssh-agent.c]
147      keysize warnings talk about identity files
148    - [packet.c]
149      "Connection closed by x.x.x.x": fatal() -> log()
150  - Correctly handle empty passwords in shadow file. Patch from: 
151    "Chris, the Young One" <cky@pobox.com>
152  - Released 1.2.1pre18
153
154 19991215
155  - Integrated patchs from Juergen Keil <jk@tools.de>
156    - Avoid void* pointer arithmatic
157    - Use LDFLAGS correctly
158    - Fix SIGIO error in scp
159    - Simplify status line printing in scp
160  - Added better test for inline functions compiler support from  
161    Darren_Hall@progressive.com
162
163 19991214
164  - OpenBSD CVS Changes
165    - [canohost.c]
166      fix get_remote_port() and friends for sshd -i; 
167      Holger.Trapp@Informatik.TU-Chemnitz.DE
168    - [mpaux.c]
169      make code simpler. no need for memcpy. niels@ ok
170    - [pty.c]
171      namebuflen not sizeof namebuflen; bnd@ep-ag.com via djm@mindrot.org
172      fix proto; markus
173    - [ssh.1]
174       typo; mark.baushke@solipsa.com
175    - [channels.c ssh.c ssh.h sshd.c]
176      type conflict for 'extern Type *options' in channels.c; dot@dotat.at
177    - [sshconnect.c]
178      move checking of hostkey into own function.
179    - [version.h]
180      OpenSSH-1.2.1
181  - Clean up broken includes in pty.c
182  - Some older systems don't have poll.h, they use sys/poll.h instead
183  - Doc updates
184
185 19991211
186  - Fix compilation on systems with AFS. Reported by 
187    aloomis@glue.umd.edu
188  - Fix installation on Solaris. Reported by 
189    Gordon Rowell <gordonr@gormand.com.au>
190  - Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com,
191    patch from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
192  - Auto-locate xauth. Patch from David Agraz <dagraz@jahoopa.com>
193  - Compile fix from David Agraz <dagraz@jahoopa.com>
194  - Avoid compiler warning in bsd-snprintf.c
195  - Added pam_limits.so to default PAM config. Suggested by 
196    Jim Knoble <jmknoble@pobox.com>
197
198 19991209
199  - Import of patch from Ben Taylor <bent@clark.net>:
200    - Improved PAM support
201    - "uninstall" rule for Makefile
202    - utmpx support
203    - Should fix PAM problems on Solaris
204  - OpenBSD CVS updates:
205    - [readpass.c]
206      avoid stdio; based on work by markus, millert, and I
207    - [sshd.c]
208      make sure the client selects a supported cipher
209    - [sshd.c]
210      fix sighup handling.  accept would just restart and daemon handled 
211      sighup only after the next connection was accepted. use poll on 
212      listen sock now.
213    - [sshd.c]
214      make that a fatal
215  - Applied patch from David Rankin <drankin@bohemians.lexington.ky.us>
216    to fix libwrap support on NetBSD
217  - Released 1.2pre17
218
219 19991208
220  - Compile fix for Solaris with /dev/ptmx from 
221    David Agraz <dagraz@jahoopa.com>
222
223 19991207
224  - sshd Redhat init script patch from Jim Knoble <jmknoble@pobox.com>
225    fixes compatability with 4.x and 5.x
226  - Fixed default SSH_ASKPASS
227  - Fix PAM account and session being called multiple times. Problem 
228    reported by Adrian Baugh <adrian@merlin.keble.ox.ac.uk>
229  - Merged more OpenBSD changes:
230    - [atomicio.c authfd.c scp.c serverloop.c ssh.h sshconnect.c sshd.c]
231      move atomicio into it's own file.  wrap all socket write()s which 
232      were doing write(sock, buf, len) != len, with atomicio() calls.
233    - [auth-skey.c]
234      fd leak
235    - [authfile.c]
236      properly name fd variable
237    - [channels.c]
238      display great hatred towards strcpy
239    - [pty.c pty.h sshd.c]
240      use openpty() if it exists (it does on BSD4_4)
241    - [tildexpand.c]
242      check for ~ expansion past MAXPATHLEN
243  - Modified helper.c to use new atomicio function.
244  - Reformat Makefile a little
245  - Moved RC4 routines from rc4.[ch] into helper.c
246  - Added autoconf code to detect /dev/ptmx (Solaris) and /dev/ptc (AIX)
247  - Updated SuSE spec from Chris Saia <csaia@wtower.com>
248  - Tweaked Redhat spec
249  - Clean up bad imports of a few files (forgot -kb)
250  - Released 1.2pre16
251
252 19991204
253  - Small cleanup of PAM code in sshd.c
254  - Merged OpenBSD CVS changes:
255    - [auth-krb4.c auth-passwd.c auth-skey.c ssh.h]
256      move skey-auth from auth-passwd.c to auth-skey.c, same for krb4
257    - [auth-rsa.c]
258      warn only about mismatch if key is _used_
259      warn about keysize-mismatch with log() not error()
260      channels.c readconf.c readconf.h ssh.c ssh.h sshconnect.c
261      ports are u_short
262    - [hostfile.c]
263      indent, shorter warning
264    - [nchan.c]
265      use error() for internal errors
266    - [packet.c]
267      set loglevel for SSH_MSG_DISCONNECT to log(), not fatal()
268      serverloop.c
269      indent
270    - [ssh-add.1 ssh-add.c ssh.h]
271      document $SSH_ASKPASS, reasonable default
272    - [ssh.1]
273      CheckHostIP is not available for connects via proxy command
274    - [sshconnect.c]
275      typo
276      easier to read client code for passwd and skey auth
277      turn of checkhostip for proxy connects, since we don't know the remote ip
278
279 19991126
280  - Add definition for __P()
281  - Added [v]snprintf() replacement for systems that lack it
282
283 19991125
284  - More reformatting merged from OpenBSD CVS
285  - Merged OpenBSD CVS changes:
286    - [channels.c]
287      fix packet_integrity_check() for !have_hostname_in_open.
288      report from mrwizard@psu.edu via djm@ibs.com.au
289    - [channels.c]
290      set SO_REUSEADDR and SO_LINGER for forwarded ports.
291      chip@valinux.com via damien@ibs.com.au
292    - [nchan.c]
293      it's not an error() if shutdown_write failes in nchan.
294    - [readconf.c]
295      remove dead #ifdef-0-code
296    - [readconf.c servconf.c]
297      strcasecmp instead of tolower
298    - [scp.c]
299      progress meter overflow fix from damien@ibs.com.au
300    - [ssh-add.1 ssh-add.c]
301      SSH_ASKPASS support
302    - [ssh.1 ssh.c]
303      postpone fork_after_authentication until command execution,
304      request/patch from jahakala@cc.jyu.fi via damien@ibs.com.au
305      plus: use daemon() for backgrounding
306  - Added BSD compatible install program and autoconf test, thanks to
307    Niels Kristian Bech Jensen <nkbj@image.dk>
308  - Solaris fixing, thanks to Ben Taylor <bent@clark.net>
309  - Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com>
310  - Release 1.2pre15
311
312 19991124
313  - Merged very large OpenBSD source code reformat
314  - OpenBSD CVS updates
315    - [channels.c cipher.c compat.c log-client.c scp.c serverloop.c]
316      [ssh.h sshd.8 sshd.c]
317      syslog changes:
318      * Unified Logmessage for all auth-types, for success and for failed
319      * Standard connections get only ONE line in the LOG when level==LOG:
320        Auth-attempts are logged only, if authentication is:
321           a) successfull or
322           b) with passwd or
323           c) we had more than AUTH_FAIL_LOG failues
324      * many log() became verbose()
325      * old behaviour with level=VERBOSE
326    - [readconf.c readconf.h ssh.1 ssh.h sshconnect.c sshd.c]
327      tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE
328      messages. allows use of s/key in windows (ttssh, securecrt) and
329      ssh-1.2.27 clients without 'ssh -v', ok: niels@
330    - [sshd.8]
331      -V, for fallback to openssh in SSH2 compatibility mode
332    - [sshd.c]
333      fix sigchld race; cjc5@po.cwru.edu
334
335 19991123
336  - Added SuSE package files from Chris Saia <csaia@wtower.com>
337  - Restructured package-related files under packages/*
338  - Added generic PAM config
339  - Numerous little Solaris fixes
340  - Add recommendation to use GNU make to INSTALL document
341
342 19991122
343  - Make <enter> close gnome-ssh-askpass (Debian bug #50299)
344  - OpenBSD CVS Changes
345    - [ssh-keygen.c] 
346      don't create ~/.ssh only if the user wants to store the private 
347      key there. show fingerprint instead of public-key after 
348      keygeneration. ok niels@
349  - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.h
350  - Added timersub() macro
351  - Tidy RCSIDs of bsd-*.c
352  - Added autoconf test and macro to deal with old PAM libraries 
353    pam_strerror definition (one arg vs two).
354  - Fix EGD problems (Thanks to Ben Taylor <bent@clark.net>)
355  - Retry /dev/urandom reads interrupted by signal (report from 
356    Robert Hardy <rhardy@webcon.net>)
357  - Added a setenv replacement for systems which lack it
358  - Only display public key comment when presenting ssh-askpass dialog
359  - Released 1.2pre14
360
361  - Configure, Make and changelog corrections from Tudor Bosman 
362    <tudorb@jm.nu> and Niels Kristian Bech Jensen <nkbj@image.dk>
363
364 19991121
365  - OpenBSD CVS Changes:
366    - [channels.c]
367      make this compile, bad markus
368    - [log.c readconf.c servconf.c ssh.h]
369      bugfix: loglevels are per host in clientconfig,
370      factor out common log-level parsing code.
371    - [servconf.c]
372      remove unused index (-Wall)
373    - [ssh-agent.c]
374      only one 'extern char *__progname'
375    - [sshd.8]
376      document SIGHUP, -Q to synopsis
377    - [sshconnect.c serverloop.c sshd.c packet.c packet.h]
378      [channels.c clientloop.c]
379      SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@
380      [hope this time my ISP stays alive during commit]
381    - [OVERVIEW README] typos; green@freebsd
382    - [ssh-keygen.c]
383      replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me)
384      exit if writing the key fails (no infinit loop)
385      print usage() everytime we get bad options
386    - [ssh-keygen.c] overflow, djm@mindrot.org
387    - [sshd.c] fix sigchld race; cjc5@po.cwru.edu
388      
389 19991120
390  - Merged more Solaris support from Marc G. Fournier 
391    <marc.fournier@acadiau.ca>
392  - Wrote autoconf tests for integer bit-types
393  - Fixed enabling kerberos support
394  - Fix segfault in ssh-keygen caused by buffer overrun in filename 
395    handling.
396
397 19991119
398  - Merged PAM buffer overrun patch from Chip Salzenberg <chip@valinux.com>
399  - Merged OpenBSD CVS changes
400    - [auth-rhosts.c auth-rsa.c ssh-agent.c sshconnect.c sshd.c]
401      more %d vs. %s in fmt-strings
402    - [authfd.c]
403      Integers should not be printed with %s
404  - EGD uses a socket, not a named pipe. Duh.
405  - Fix includes in fingerprint.c
406  - Fix scp progress bar bug again.
407  - Move ssh-askpass from ${libdir}/ssh to ${libexecdir}/ssh at request of 
408    David Rankin <drankin@bohemians.lexington.ky.us>
409  - Added autoconf option to enable Kerberos 4 support (untested)
410  - Added autoconf option to enable AFS support (untested)
411  - Added autoconf option to enable S/Key support (untested)
412  - Added autoconf option to enable TCP wrappers support (compiles OK)
413  - Renamed BSD helper function files to bsd-*
414  - Added tests for login and daemon and enable OpenBSD replacements for 
415    when they are absent.
416  - Added non-PAM MD5 password support patch from Tudor Bosman <tudorb@jm.nu>
417
418 19991118
419  - Merged OpenBSD CVS changes
420    - [scp.c] foregroundproc() in scp
421    - [sshconnect.h] include fingerprint.h
422    - [sshd.c] bugfix: the log() for passwd-auth escaped during logging 
423      changes.
424    - [ssh.1] Spell my name right.
425  - Added openssh.com info to README
426
427 19991117
428  - Merged OpenBSD CVS changes
429    - [ChangeLog.Ylonen] noone needs this anymore
430    - [authfd.c] close-on-exec for auth-socket, ok deraadt
431    - [hostfile.c] 
432      in known_hosts key lookup the entry for the bits does not need 
433      to match, all the information is contained in n and e. This 
434      solves the problem with buggy servers announcing the wrong 
435      modulus length.  markus and me.
436    - [serverloop.c] 
437      bugfix: check for space if child has terminated, from: 
438      iedowse@maths.tcd.ie
439    - [ssh-add.1 ssh-add.c ssh-keygen.1 ssh-keygen.c sshconnect.c]
440      [fingerprint.c fingerprint.h]
441      rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>
442    - [ssh-agent.1] typo
443    - [ssh.1] add OpenSSH information to AUTHOR section. okay markus@
444    - [sshd.c] 
445      force logging to stderr while loading private key file
446      (lost while converting to new log-levels)
447
448 19991116
449  - Fix some Linux libc5 problems reported by Miles Wilson <mw@mctitle.com>
450  - Merged OpenBSD CVS changes:
451    - [auth-rh-rsa.c auth-rsa.c authfd.c authfd.h hostfile.c mpaux.c]
452      [mpaux.h ssh-add.c ssh-agent.c ssh.h ssh.c sshd.c]
453      the keysize of rsa-parameter 'n' is passed implizit,
454      a few more checks and warnings about 'pretended' keysizes.
455    - [cipher.c cipher.h packet.c packet.h sshd.c]
456      remove support for cipher RC4
457    - [ssh.c]
458      a note for legay systems about secuity issues with permanently_set_uid(),
459      the private hostkey and ptrace()
460    - [sshconnect.c]
461      more detailed messages about adding and checking hostkeys
462
463 19991115
464  - Merged OpenBSD CVS changes:
465    - [ssh-add.c] change passphrase loop logic and remove ref to 
466      $DISPLAY, ok niels
467  - Changed to ssh-add.c broke askpass support. Revised it to be a little more
468    modular. 
469  - Revised autoconf support for enabling/disabling askpass support.
470  - Merged more OpenBSD CVS changes:
471         [auth-krb4.c]
472           - disconnect if getpeername() fails
473           - missing xfree(*client)
474         [canohost.c]
475           - disconnect if getpeername() fails
476           - fix comment: we _do_ disconnect if ip-options are set
477         [sshd.c]
478           - disconnect if getpeername() fails
479           - move checking of remote port to central place
480         [auth-rhosts.c] move checking of remote port to central place
481         [log-server.c] avoid extra fd per sshd, from millert@
482         [readconf.c] print _all_ bad config-options in ssh(1), too
483         [readconf.h] print _all_ bad config-options in ssh(1), too
484         [ssh.c] print _all_ bad config-options in ssh(1), too
485         [sshconnect.c] disconnect if getpeername() fails
486  - OpenBSD's changes to sshd.c broke the PAM stuff, re-merged it.
487  - Various small cleanups to bring diff (against OpenBSD) size down.
488  - Merged more Solaris compability from Marc G. Fournier
489    <marc.fournier@acadiau.ca>
490  - Wrote autoconf tests for __progname symbol
491  - RPM spec file fixes from Jim Knoble <jmknoble@pobox.com>
492  - Released 1.2pre12
493
494  - Another OpenBSD CVS update:
495    - [ssh-keygen.1] fix .Xr
496
497 19991114
498  - Solaris compilation fixes (still imcomplete)
499
500 19991113
501  - Build patch from Niels Kristian Bech Jensen <nkbj@image.dk>
502    - Don't install config files if they already exist
503    - Fix inclusion of additional preprocessor directives from acconfig.h
504  - Removed redundant inclusions of config.h
505  - Added 'Obsoletes' lines to RPM spec file
506  - Merged OpenBSD CVS changes:
507    - [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels
508    - [scp.c] fix overflow reported by damien@ibs.com.au: off_t 
509      totalsize, ok niels,aaron
510  - Delay fork (-f option) in ssh until after port forwarded connections 
511    have been initialised. Patch from Jani Hakala <jahakala@cc.jyu.fi>
512  - Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de>
513  - Added ifdefs to auth-passwd.c to exclude it when PAM is enabled
514  - Tidied default config file some more
515  - Revised Redhat initscript to fix bug: sshd (re)start would fail
516    if executed from inside a ssh login.
517
518 19991112
519  - Merged changes from OpenBSD CVS
520    - [sshd.c] session_key_int may be zero
521    - [auth-rh-rsa.c servconf.c servconf.h ssh.h sshd.8 sshd.c sshd_config]
522      IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok 
523      deraadt,millert
524  - Brought default sshd_config more in line with OpenBSD's
525  - Grab server in gnome-ssh-askpass (Debian bug #49872)
526  - Released 1.2pre10
527
528  - Added INSTALL documentation
529  - Merged yet more changes from OpenBSD CVS
530    - [auth-rh-rsa.c auth-rhosts.c auth-rsa.c channels.c clientloop.c]
531      [ssh.c ssh.h sshconnect.c sshd.c]
532      make all access to options via 'extern Options options'
533      and 'extern ServerOptions options' respectively;
534      options are no longer passed as arguments:
535       * make options handling more consistent
536       * remove #include "readconf.h" from ssh.h
537       * readconf.h is only included if necessary
538    - [mpaux.c] clear temp buffer
539    - [servconf.c] print _all_ bad options found in configfile
540  - Make ssh-askpass support optional through autoconf
541  - Fix nasty division-by-zero error in scp.c
542  - Released 1.2pre11
543
544 19991111
545  - Added (untested) Entropy Gathering Daemon (EGD) support
546  - Fixed /dev/urandom fd leak (Debian bug #49722)
547  - Merged OpenBSD CVS changes:
548    - [auth-rh-rsa.c] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
549    - [ssh.1] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
550    - [sshd.8] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
551  - Fix integer overflow which was messing up scp's progress bar for large 
552    file transfers. Fix submitted to OpenBSD developers. Report and fix
553    from Kees Cook <cook@cpoint.net>
554  - Merged more OpenBSD CVS changes:
555    - [auth-krb4.c auth-passwd.c] remove x11- and krb-cleanup from fatal() 
556      + krb-cleanup cleanup
557    - [clientloop.c log-client.c log-server.c ]
558      [readconf.c readconf.h servconf.c servconf.h ]
559      [ssh.1 ssh.c ssh.h sshd.8]
560      add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,
561      obsoletes QuietMode and FascistLogging in sshd.
562    - [sshd.c] fix fatal/assert() bug reported by damien@ibs.com.au:
563      allow session_key_int != sizeof(session_key)
564      [this should fix the pre-assert-removal-core-files]
565  - Updated default config file to use new LogLevel option and to improve
566    readability
567
568 19991110
569  - Merged several minor fixes:
570    - ssh-agent commandline parsing
571    - RPM spec file now installs ssh setuid root
572    - Makefile creates libdir
573    - Merged beginnings of Solaris compability from Marc G. Fournier
574      <marc.fournier@acadiau.ca>
575
576 19991109
577  - Autodetection of SSL/Crypto library location via autoconf
578  - Fixed location of ssh-askpass to follow autoconf
579  - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
580  - Autodetection of RSAref library for US users
581  - Minor doc updates
582  - Merged OpenBSD CVS changes:
583    - [rsa.c] bugfix: use correct size for memset()
584    - [sshconnect.c] warn if announced size of modulus 'n' != real size
585  - Added GNOME passphrase requestor (use --with-gnome-askpass)
586  - RPM build now creates subpackages
587  - Released 1.2pre9
588
589 19991108
590  - Removed debian/ directory. This is now being maintained separately.
591  - Added symlinks for slogin in RPM spec file
592  - Fixed permissions on manpages in RPM spec file
593  - Added references to required libraries in README file
594  - Removed config.h.in from CVS
595  - Removed pwdb support (better pluggable auth is provided by glibc)
596  - Made PAM and requisite libdl optional
597  - Removed lots of unnecessary checks from autoconf
598  - Added support and autoconf test for openpty() function (Unix98 pty support)
599  - Fix for scp not finding ssh if not installed as /usr/bin/ssh
600  - Added TODO file
601  - Merged parts of Debian patch From Phil Hands <phil@hands.com>:
602    - Added ssh-askpass program
603    - Added ssh-askpass support to ssh-add.c
604    - Create symlinks for slogin on install
605    - Fix "distclean" target in makefile
606    - Added example for ssh-agent to manpage
607    - Added support for PAM_TEXT_INFO messages
608    - Disable internal /etc/nologin support if PAM enabled
609  - Merged latest OpenBSD CVS changes:
610    - [all] replace assert() with error, fatal or packet_disconnect
611    - [sshd.c] don't send fail-msg but disconnect if too many authentication
612      failures
613    - [sshd.c] remove unused argument. ok dugsong
614    - [sshd.c] typo
615    - [rsa.c] clear buffers used for encryption. ok: niels
616    - [rsa.c] replace assert() with error, fatal or packet_disconnect
617    - [auth-krb4.c] remove unused argument. ok dugsong
618  - Fixed coredump after merge of OpenBSD rsa.c patch
619  - Released 1.2pre8
620
621 19991102
622  - Merged change from OpenBSD CVS
623   - One-line cleanup in sshd.c
624
625 19991030
626  - Integrated debian package support from Dan Brosemer <odin@linuxfreak.com>
627  - Merged latest updates for OpenBSD CVS:
628    - channels.[ch] - remove broken x11 fix and document istate/ostate
629    - ssh-agent.c - call setsid() regardless of argv[]
630    - ssh.c - save a few lines when disabling rhosts-{rsa-}auth
631  - Documentation cleanups
632  - Renamed README -> README.Ylonen
633  - Renamed README.openssh ->README
634
635 19991029
636  - Renamed openssh* back to ssh* at request of Theo de Raadt
637  - Incorporated latest changes from OpenBSD's CVS
638  - Integrated Makefile patch from  Niels Kristian Bech Jensen <nkbj@image.dk>
639  - Integrated PAM env patch from Nalin Dahyabhai <nalin.dahyabhai@pobox.com>
640  - Make distclean now removed configure script
641  - Improved PAM logging
642  - Added some debug() calls for PAM
643  - Removed redundant subdirectories
644  - Integrated part of a patch from Dan Brosemer <odin@linuxfreak.com> for 
645    building on Debian.
646  - Fixed off-by-one error in PAM env patch
647  - Released 1.2pre6
648
649 19991028
650  - Further PAM enhancements.
651    - Much cleaner
652    - Now uses account and session modules for all logins.
653  - Integrated patch from Dan Brosemer <odin@linuxfreak.com>
654    - Build fixes
655    - Autoconf
656    - Change binary names to open*
657  - Fixed autoconf script to detect PAM on RH6.1
658  - Added tests for libpwdb, and OpenBSD functions to autoconf
659  - Released 1.2pre4
660
661  - Imported latest OpenBSD CVS code
662  - Updated README.openssh
663  - Released 1.2pre5
664
665 19991027
666  - Adapted PAM patch.
667  - Released 1.0pre2
668
669  - Excised my buggy replacements for strlcpy and mkdtemp
670  - Imported correct OpenBSD strlcpy and mkdtemp routines.
671  - Reduced arc4random_stir entropy read to 32 bytes (256 bits)
672  - Picked up correct version number from OpenBSD
673  - Added sshd.pam PAM configuration file
674  - Added sshd.init Redhat init script
675  - Added openssh.spec RPM spec file
676  - Released 1.2pre3
677
678 19991026
679  - Fixed include paths of OpenSSL functions
680  - Use OpenSSL MD5 routines
681  - Imported RC4 code from nanocrypt
682  - Wrote replacements for OpenBSD arc4random* functions
683  - Wrote replacements for strlcpy and mkdtemp
684  - Released 1.0pre1
This page took 0.112504 seconds and 5 git commands to generate.