Age | Commit message (Collapse) | Author |
|
cleaned up sshd.c up significantly.
- Several other cleanups
|
|
- [auth-passwd.c]
check for NULL 1st
|
|
- Minor Makefile cleaning
|
|
|
|
|
|
<nalin@thermo.stat.ncsu.edu>
|
|
Nalin Dahyabhai <nalin@thermo.stat.ncsu.edu>
|
|
<drankin@bohemians.lexington.ky.us>
|
|
<drankin@bohemians.lexington.ky.us>
- Fix --with-default-path option.
|
|
- Cleaned up defines.h
|
|
- autoconf and other misc cleanups
|
|
<drankin@bohemians.lexington.ky.us>
- Fully set ut_tv if present in utmp or utmpx
|
|
|
|
- [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.
|
|
|
|
|
|
- Fixed PAM config files to allow empty passwords if server does.
- Explained spurious PAM auth warning workaround in UPGRADING
|
|
- Removed #ifdef trickery from acconfig.h into defines.h
|
|
and script from Andre Lucas <andre.lucas@dial.pipex.com>
- Removed credits from README to CREDITS file, updated.
|
|
|
|
<jmknoble@pobox.com>
|
|
- [ssh-keygen.1 ssh.1]
remove ref to .ssh/random_seed, mention .ssh/environment in
.Sh FILES, too
|
|
Unfortunatly there is currently no way to disable auth failure
messages. Mention this in UPGRADING file and sent message to PAM
developers
|
|
|
|
X11 ssh-askpass program.
- Revised RPM package to use conditional building of gnome and X11
askpass packages.
|
|
- 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>)
|
|
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>:
|
|
utmp. Reported by Willard Dawson <willard.dawson@sbs.siemens.com>
|
|
<pope@netguide.dk>
|
|
|
|
- Allow MD5 passwords even if shadow passwords are disabled
|
|
- [sshconnect.c]
say "REMOTE HOST IDENTIFICATION HAS CHANGED"
|
|
<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
|
|
|
|
<cjj@u.washington.edu>
|
|
"Chris, the Young One" <cky@pobox.com>
|
|
- [authfd.c ssh-agent.c]
keysize warnings talk about identity files
- [packet.c]
"Connection closed by x.x.x.x": fatal() -> log()
|
|
|
|
|
|
- Fix SIGIO error in scp
- Simplify status line printing in scp
|
|
Darren_Hall@progressive.com
|
|
- Avoid void* pointer arithmatic
- Use LDFLAGS correctly
|
|
- Doc updates
|
|
|
|
- [canohost.c]
fix get_remote_port() and friends for sshd -i;
Holger.Trapp@Informatik.TU-Chemnitz.DE
- [mpaux.c]
make code simpler. no need for memcpy. niels@ ok
- [pty.c]
namebuflen not sizeof namebuflen; bnd@ep-ag.com via djm@mindrot.org
fix proto; markus
- [ssh.1]
typo; mark.baushke@solipsa.com
- [channels.c ssh.c ssh.h sshd.c]
type conflict for 'extern Type *options' in channels.c; dot@dotat.at
- [sshconnect.c]
move checking of hostkey into own function.
- [version.h]
OpenSSH-1.2.1
|
|
aloomis@glue.umd.edu
- Fix installation on Solaris. Reported by
Gordon Rowell <gordonr@gormand.com.au>
- Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com,
patch from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
- Auto-locate xauth. Patch from David Agraz <dagraz@jahoopa.com>
- Compile fix from David Agraz <dagraz@jahoopa.com>
- Avoid compiler warning in bsd-snprintf.c
- Added pam_limits.so to default PAM config. Suggested by
Jim Knoble <jmknoble@pobox.com>
|
|
to fix libwrap support on NetBSD
|
|
|
|
- [readpass.c]
avoid stdio; based on work by markus, millert, and I
- [sshd.c]
make sure the client selects a supported cipher
- [sshd.c]
fix sighup handling. accept would just restart and daemon handled
sighup only after the next connection was accepted. use poll on
listen sock now.
- [sshd.c]
make that a fatal
|
|
- Improved PAM support
- "uninstall" rule for Makefile
- utmpx support
- Should fix PAM problems on Solaris
|