X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/5a7794be20b63315caac51c27ee3d115dd668a8f..a5c9cd3122a00c434e3d019e4f4c7c443c233d23:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 7ce91f30..66d77b0a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,36 @@ +19991230 + - OpenBSD CVS updates: + - [auth-passwd.c] + check for NULL 1st + - Removed most of the pam code into its own file auth-pam.[ch]. This + cleaned up sshd.c up significantly. + - Several other cleanups + +19991229 + - Applied another NetBSD portability patch from David Rankin + + - Fix --with-default-path option. + - Autodetect perl, patch from David Rankin + + - Print whether OpenSSH was compiled with RSARef, patch from + Nalin Dahyabhai + - Calls to pam_setcred, patch from Nalin Dahyabhai + + - Detect missing size_t and typedef it. + - Rename helper.[ch] to (more appropriate) bsd-misc.[ch] + - Minor Makefile cleaning + +19991228 + - Replacement for getpagesize() for systems which lack it + - NetBSD login.c compile fix from David Rankin + + - Fully set ut_tv if present in utmp or utmpx + - Portability fixes for Irix 5.3 (now compiles OK!) + - autoconf and other misc cleanups + - Merged AIX patch from Darren Hall + - Cleaned up defines.h + - Released 1.2.1pre22 + 19991227 - Automatically correct paths in manpages and configuration files. Patch and script from Andre Lucas @@ -9,6 +42,11 @@ - Explained spurious PAM auth warning workaround in UPGRADING - Use last few chars of tty line as ut_id - New SuSE RPM spec file from Chris Saia + - OpenBSD CVS updates: + - [packet.h auth-rhosts.c] + check format string for packet_disconnect and packet_send_debug, too + - [channels.c] + use packet_get_maxsize for channels. consistence. 19991226 - Enabled utmpx support by default for Solaris