X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/94f7bb9ebfe00894f3c37e7a11aeecf6a7e6f4cb..e7c0f9d591754e0c5512aa3cb5543dbb4e45605b:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 242b29d9..d1c75cce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,35 @@ +19991115 + - Merged OpenBSD CVS changes: + - [ssh-add.c] change passphrase loop logic and remove ref to + $DISPLAY, ok niels + - Changed to ssh-add.c broke askpass support. Revised it to be a little more + modular. + - Revised autoconf support for enabling/disabling askpass support. + - Merged more OpenBSD CVS changes: + [auth-krb4.c] + - disconnect if getpeername() fails + - missing xfree(*client) + [canohost.c] + - disconnect if getpeername() fails + - fix comment: we _do_ disconnect if ip-options are set + [sshd.c] + - disconnect if getpeername() fails + - move checking of remote port to central place + [auth-rhosts.c] move checking of remote port to central place + [log-server.c] avoid extra fd per sshd, from millert@ + [readconf.c] print _all_ bad config-options in ssh(1), too + [readconf.h] print _all_ bad config-options in ssh(1), too + [ssh.c] print _all_ bad config-options in ssh(1), too + [sshconnect.c] disconnect if getpeername() fails + - OpenBSD's changes to sshd.c broke the PAM stuff, re-merged it. + +19991114 + - Solaris compilation fixes (still imcomplete) + 19991113 - - Don't install config files if they already exist - - Fix inclusion of additional preprocessor directives from acconfig.h + - Build patch from Niels Kristian Bech Jensen + - Don't install config files if they already exist + - Fix inclusion of additional preprocessor directives from acconfig.h - Removed redundant inclusions of config.h - Added 'Obseletes' lines to RPM spec file - Merged OpenBSD CVS changes: @@ -9,6 +38,11 @@ totalsize, ok niels,aaron - Delay fork (-f option) in ssh until after port forwarded connections have been initialised. Patch from Jani Hakala + - Added shadow password patch from Thomas Neumann + - Added ifdefs to auth-passwd.c to exclude it when PAM is enabled + - Tidied default config file some more + - Revised Redhat initscript to fix bug: sshd (re)start would fail + if executed from inside a ssh login. 19991112 - Merged changes from OpenBSD CVS