summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)Author
2000-01-06 - Fixed annoying DES corruption problem. libcrypt has beenDamien Miller
overriding symbols in libcrypto. Removed libcrypt and crypt.h altogether (libcrypto includes its own crypt(1) replacement) - Added platform-specific rules for Irix 6.x. Included warning that they are untested.
2000-01-03 - OpenBSD CVS updatesDamien Miller
- [ssh-agent.c] cleanup_exit() for SIGTERM/SIGHUP, too. from fgsch@ and dgaudet@arctic.org - [sshconnect.c] compare correct version for 1.3 compat mode
2000-01-03 - Removed "nullok" directive from default PAM configuration files.Damien Miller
Added information on enabling EmptyPasswords on openssh+PAM in UPGRADING file.
2000-01-03 - Add explicit make rules for files proccessed by fixpaths.Damien Miller
- Fix "make install" in RPM spec files. Report from Tenkou N. Hattori <tnh@kondara.org>
2000-01-02 - Run fixpaths before install. (Andre Lucas)Damien Miller
2000-01-02 - Properly clean up on exit of ssh-agent. Patch from Dean GaudetDamien Miller
<dgaudet@arctic.org>
2000-01-02 - Added support for directory-based lastlogsDamien Miller
- Really fix typedefs, patch from Ben Taylor <bent@clark.net> - Prevent multiple inclusion of config.h and defines.h. Suggested by Andre Lucas <andre.lucas@dial.pipex.com>
1999-12-31 - Remove test for quad_t. No longer needed.Damien Miller
1999-12-31 - Really fix broken default path. Fix from Jim KnobleDamien Miller
<jmknoble@pobox.com>
1999-12-31 - Fill in ut_utaddr utmp field. Report from Benjamin CharronDamien Miller
<iretd@bigfoot.com>
1999-12-31 - Prevent typedefs from being compiled more than once. Report fromDamien Miller
Marc G. Fournier <marc.fournier@acadiau.ca>
1999-12-31 - Fix occasional crash on LinuxPPC. Patch from Franz SirlDamien Miller
<Franz.Sirl-kernel@lauterbach.com>
1999-12-31 - Fix broken autoconf typedef detection. Report from Marc G.Damien Miller
Fournier <marc.fournier@acadiau.ca>
1999-12-31 - Fix password support on systems with a mixture of shadowed andDamien Miller
non-shadowed passwords (e.g. NIS). Report and fix from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
1999-12-30 - Merged Dante SOCKS support patch from David RankinDamien Miller
<drankin@bohemians.lexington.ky.us> - Updated documentation with ./configure options
1999-12-30 - Removed most of the pam code into its own file auth-pam.[ch]. ThisDamien Miller
cleaned up sshd.c up significantly. - Several other cleanups
1999-12-30 - OpenBSD CVS updates:Damien Miller
- [auth-passwd.c] check for NULL 1st
1999-12-29 - Rename helper.[ch] to (more appropriate) bsd-misc.[ch]Damien Miller
- Minor Makefile cleaning
1999-12-29*** empty log message ***Damien Miller
1999-12-29 - Detect missing size_t and typedef it.Damien Miller
1999-12-29 - Calls to pam_setcred, patch from Nalin DahyabhaiDamien Miller
<nalin@thermo.stat.ncsu.edu>
1999-12-29 - Print whether OpenSSH was compiled with RSARef, patch fromDamien Miller
Nalin Dahyabhai <nalin@thermo.stat.ncsu.edu>
1999-12-29 - Autodetect perl, patch from David RankinDamien Miller
<drankin@bohemians.lexington.ky.us>
1999-12-29 - Applied another NetBSD portability patch from David RankinDamien Miller
<drankin@bohemians.lexington.ky.us> - Fix --with-default-path option.
1999-12-29 - Merged AIX patch from Darren Hall <dhall@virage.org>Damien Miller
- Cleaned up defines.h
1999-12-28 - Portability fixes for Irix 5.3 (now compiles OK!)Damien Miller
- autoconf and other misc cleanups
1999-12-28 - NetBSD login.c compile fix from David RankinDamien Miller
<drankin@bohemians.lexington.ky.us> - Fully set ut_tv if present in utmp or utmpx
1999-12-28 - Replacement for getpagesize() for systems which lack itDamien Miller
1999-12-27 - OpenBSD CVS updates:Damien Miller
- [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.
1999-12-27*** empty log message ***Damien Miller
1999-12-27 - Use last few chars of tty line as ut_idDamien Miller
1999-12-27 - PAM bugfix. PermitEmptyPassword was being ignored.Damien Miller
- Fixed PAM config files to allow empty passwords if server does. - Explained spurious PAM auth warning workaround in UPGRADING
1999-12-27 - Added --with-default-path to specify custom path for serverDamien Miller
- Removed #ifdef trickery from acconfig.h into defines.h
1999-12-27 - Automatically correct paths in manpages and configuration files. PatchDamien Miller
and script from Andre Lucas <andre.lucas@dial.pipex.com> - Removed credits from README to CREDITS file, updated.
1999-12-26 - Redhat RPM spec fixes from Jim Knoble <jmknoble@pobox.com>Damien Miller
1999-12-26 - Fixed implicit '.' in default path, report from Jim KnobleDamien Miller
<jmknoble@pobox.com>
1999-12-26 - OpenBSD CVS update:Damien Miller
- [ssh-keygen.1 ssh.1] remove ref to .ssh/random_seed, mention .ssh/environment in .Sh FILES, too
1999-12-26 - Disable logging of PAM success and failures, PAM is verbose enough.Damien Miller
Unfortunatly there is currently no way to disable auth failure messages. Mention this in UPGRADING file and sent message to PAM developers
1999-12-26Doh! RPM doesn't support conditional buildingDamien Miller
1999-12-26 - Revised RPM package to include Jim Knoble's <jmknoble@pobox.com>Damien Miller
X11 ssh-askpass program. - Revised RPM package to use conditional building of gnome and X11 askpass packages.
1999-12-2619991226Damien Miller
- Enabled utmpx support by default for Solaris - Cleanup sshd.c PAM a little more 19991225 - Merged fixes from Ben Taylor <bent@clark.net> - Fixed configure support for PAM. Reported by Naz <96na@eng.cam.ac.uk> - Disabled logging of PAM password authentication failures when password is empty. (e.g start of authentication loop). Reported by Naz <96na@eng.cam.ac.uk>)
1999-12-25- Prepare for 1.2.1pre20Damien Miller
19991225 - More fixes from Andre Lucas <andre.lucas@dial.pipex.com> - Cleanup of auth-passwd.c for shadow and MD5 passwords - Cleanup and bugfix of PAM authentication code 19991223 - Merged later HPUX patch from Andre Lucas <andre.lucas@dial.pipex.com> - Above patch included better utmpx support from Ben Taylor <bent@clark.net>:
1999-12-22 - Fix login.c breakage on systems which lack ut_host in structDamien Miller
utmp. Reported by Willard Dawson <willard.dawson@sbs.siemens.com>
1999-12-22 - Fix undefined fd_set type in ssh.h from Povl H. PedersenDamien Miller
<pope@netguide.dk>
1999-12-21Prepare for 1.2.1pre19Damien Miller
1999-12-21 - Fix DISABLE_SHADOW supportDamien Miller
- Allow MD5 passwords even if shadow passwords are disabled
1999-12-21 - OpenBSD CVS update:Damien Miller
- [sshconnect.c] say "REMOTE HOST IDENTIFICATION HAS CHANGED"
1999-12-21 - Integration of large HPUX patch from Andre LucasDamien Miller
<andre.lucas@dial.pipex.com>. Integrating it had a few other benefits: - Ability to disable shadow passwords at configure time - Ability to disable lastlog support at configure time - Support for IP address in $DISPLAY
1999-12-18Avoid breakage on systems lacking IPv6 headersDamien Miller
1999-12-18 - Redhat init script patch from Chun-Chung ChenDamien Miller
<cjj@u.washington.edu>