Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-12-31 | - Fill in ut_utaddr utmp field. Report from Benjamin Charron | Damien Miller | |
<iretd@bigfoot.com> | |||
1999-12-31 | - Prevent typedefs from being compiled more than once. Report from | Damien Miller | |
Marc G. Fournier <marc.fournier@acadiau.ca> | |||
1999-12-31 | - Fix occasional crash on LinuxPPC. Patch from Franz Sirl | Damien 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 and | Damien 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 Rankin | Damien 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]. This | Damien 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 Dahyabhai | Damien Miller | |
<nalin@thermo.stat.ncsu.edu> | |||
1999-12-29 | - Print whether OpenSSH was compiled with RSARef, patch from | Damien Miller | |
Nalin Dahyabhai <nalin@thermo.stat.ncsu.edu> | |||
1999-12-29 | - Autodetect perl, patch from David Rankin | Damien Miller | |
<drankin@bohemians.lexington.ky.us> | |||
1999-12-29 | - Applied another NetBSD portability patch from David Rankin | Damien 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 Rankin | Damien 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 it | Damien 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_id | Damien 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 server | Damien Miller | |
- Removed #ifdef trickery from acconfig.h into defines.h | |||
1999-12-27 | - Automatically correct paths in manpages and configuration files. Patch | Damien 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 Knoble | Damien 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-26 | Doh! RPM doesn't support conditional building | Damien 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-26 | 19991226 | Damien 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.1pre20 | Damien 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 struct | Damien 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. Pedersen | Damien Miller | |
<pope@netguide.dk> | |||
1999-12-21 | Prepare for 1.2.1pre19 | Damien Miller | |
1999-12-21 | - Fix DISABLE_SHADOW support | Damien 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 Lucas | Damien 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-18 | Avoid breakage on systems lacking IPv6 headers | Damien Miller | |
1999-12-18 | - Redhat init script patch from Chun-Chung Chen | Damien Miller | |
<cjj@u.washington.edu> | |||
1999-12-16 | - Correctly handle empty passwords in shadow file. Patch from: | Damien Miller | |
"Chris, the Young One" <cky@pobox.com> | |||
1999-12-16 | - Merged OpenBSD CVS changes: | Damien Miller | |
- [authfd.c ssh-agent.c] keysize warnings talk about identity files - [packet.c] "Connection closed by x.x.x.x": fatal() -> log() | |||
1999-12-16 | Doc updates | Damien Miller | |
1999-12-15 | Prepare for 1.2.1pre18 | Damien Miller | |
1999-12-15 | - Integrated patchs from Juergen Keil <jk@tools.de> | Damien Miller | |
- Fix SIGIO error in scp - Simplify status line printing in scp | |||
1999-12-15 | - Added better test for inline functions compiler support from | Damien Miller | |
Darren_Hall@progressive.com | |||
1999-12-15 | - Integrated patchs from Juergen Keil <jk@tools.de> | Damien Miller | |
- Avoid void* pointer arithmatic - Use LDFLAGS correctly | |||
1999-12-14 | - Some older systems don't have poll.h, they use sys/poll.h instead | Damien Miller | |
- Doc updates | |||
1999-12-14 | - Clean up broken includes in pty.c | Damien Miller | |