]> andersk Git - openssh.git/blobdiff - ChangeLog
- Merged more OpenBSD CVS changes:
[openssh.git] / ChangeLog
index 0b6f494fc8df7316985406823b02a92a73793abc..d1c75cce8cf67f49c02de1d727ea40940f7e4576 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,49 @@
+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
+ - Build patch from Niels Kristian Bech Jensen <nkbj@image.dk>
+   - 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:
+   - [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels
+   - [scp.c] fix overflow reported by damien@ibs.com.au: off_t 
+     totalsize, ok niels,aaron
+ - Delay fork (-f option) in ssh until after port forwarded connections 
+   have been initialised. Patch from Jani Hakala <jahakala@cc.jyu.fi>
+ - Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de>
+ - 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
    - [sshd.c] session_key_int may be zero
@@ -8,9 +54,25 @@
  - Grab server in gnome-ssh-askpass (Debian bug #49872)
  - Released 1.2pre10
 
+ - Added INSTALL documentation
+ - Merged yet more changes from OpenBSD CVS
+   - [auth-rh-rsa.c auth-rhosts.c auth-rsa.c channels.c clientloop.c]
+     [ssh.c ssh.h sshconnect.c sshd.c]
+     make all access to options via 'extern Options options'
+     and 'extern ServerOptions options' respectively;
+     options are no longer passed as arguments:
+      * make options handling more consistent
+      * remove #include "readconf.h" from ssh.h
+      * readconf.h is only included if necessary
+   - [mpaux.c] clear temp buffer
+   - [servconf.c] print _all_ bad options found in configfile
+ - Make ssh-askpass support optional through autoconf
+ - Fix nasty division-by-zero error in scp.c
+ - Released 1.2pre11
+
 19991111
  - Added (untested) Entropy Gathering Daemon (EGD) support
- - Fixed fd leak
+ - Fixed /dev/urandom fd leak (Debian bug #49722)
  - Merged OpenBSD CVS changes:
    - [auth-rh-rsa.c] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
    - [ssh.1] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
@@ -32,7 +94,7 @@
    readability
 
 19991110
- - Merged several minor fixed:
+ - Merged several minor fixes:
    - ssh-agent commandline parsing
    - RPM spec file now installs ssh setuid root
    - Makefile creates libdir
This page took 0.112602 seconds and 4 git commands to generate.