summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-12-30 - Merged Dante SOCKS support patch from David RankinDamien Miller
<drankin@bohemians.lexington.ky.us> - Updated documentation with ./configure options
1999-12-30Prepare for 1.2.1pre23Damien Miller
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-30 - Rename helper.[ch] to (more appropriate) bsd-misc.[ch]Damien Miller
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-28Spec file tweaksDamien Miller
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-27Populate ut_id with last few chars of tty lineDamien Miller
1999-12-27 - Use last few chars of tty line as ut_idDamien Miller
1999-12-27Doc updateDamien Miller
1999-12-27typoDamien 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-26Doc and Doh! fixesDamien Miller
1999-12-26Better fix for PAM loggingDamien Miller
1999-12-26Fix typo in PAM configDamien Miller
1999-12-26Added docs files and app defaults to askpassDamien Miller
1999-12-26TyposDamien Miller
1999-12-26TyposDamien Miller
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-21Fix broken macrosDamien Miller
1999-12-21Make ready 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-21Made utmpx optionalDamien Miller
1999-12-18Avoid breakage on systems lacking IPv6 headersDamien Miller