Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-11-15 | - Merged more Solaris compability from Marc G. Fournier | Damien Miller | |
<marc.fournier@acadiau.ca> - Wrote autoconf tests for __progname symbol | |||
1999-11-15 | Fixed spello | Damien Miller | |
1999-11-15 | - Various small cleanups to bring diff (against OpenBSD) size down. | Damien Miller | |
1999-11-15 | - Merged more OpenBSD CVS changes: | Damien Miller | |
[auth-krb4.c] - disconnect if getpeername() fails - missing xfree(*client) [canohost.c] - disconnect if getpeername() fails - fix comment: we _do_ disconnect if ip-options are set [sshd.c] - disconnect if getpeername() fails - move checking of remote port to central place [auth-rhosts.c] move checking of remote port to central place [log-server.c] avoid extra fd per sshd, from millert@ [readconf.c] print _all_ bad config-options in ssh(1), too [readconf.h] print _all_ bad config-options in ssh(1), too [ssh.c] print _all_ bad config-options in ssh(1), too [sshconnect.c] disconnect if getpeername() fails - OpenBSD's changes to sshd.c broke the PAM stuff, re-merged it. | |||
1999-11-15 | Further cleanup of askpass autoconf support, enable GNOME askpass option | Damien Miller | |
only if askpass has first been enabled. | |||
1999-11-15 | - Merged OpenBSD CVS changes: | Damien Miller | |
- [ssh-add.c] change passphrase loop logic and remove ref to $DISPLAY, ok niels - Changed to ssh-add.c broke askpass support. Revised it to be a little more modular. - Revised autoconf support for enabling/disabling askpass support. | |||
1999-11-15 | Thinko | Damien Miller | |
1999-11-15 | Solaris compile fixes | Damien Miller | |
1999-11-15 | typo | Damien Miller | |
1999-11-13 | - Tidied default config file some more | Damien Miller | |
- Revised Redhat initscript to fix bug: sshd (re)start would fail if executed from inside a ssh login. | |||
1999-11-13 | - Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de> | Damien Miller | |
- Added ifdefs to auth-passwd.c to exclude it when PAM is enabled | |||
1999-11-13 | updated | Damien Miller | |
1999-11-13 | - Delay fork (-f option) in ssh until after port forwarded connections | Damien Miller | |
have been initialised. Patch from Jani Hakala <jahakala@cc.jyu.fi> | |||
1999-11-13 | - Merged OpenBSD CVS changes: | Damien Miller | |
- [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels - [scp.c] fix overflow reported by damien@ibs.com.au: off_t totalsize, ok niels,aaron | |||
1999-11-13 | Added obseletes lines to spec | Damien Miller | |
1999-11-13 | Remove redundant inclusion of config.h | Damien Miller | |
1999-11-13 | Remove redundant inclusion of config.h | Damien Miller | |
1999-11-13 | Fix inclusion of additional preprocessor directives from acconfig.h | Damien Miller | |
1999-11-13 | Don't install config files if they already exist | Damien Miller | |
1999-11-12 | askpass install fix | Damien Miller | |
1999-11-12 | Makefile fix | Damien Miller | |
1999-11-12 | prepare for pre11 | Damien Miller | |
1999-11-12 | Fix division-by-zero error | Damien Miller | |
1999-11-12 | Documentation updates | Damien Miller | |
1999-11-12 | - Make ssh-askpass support optional through autoconf | Damien Miller | |
1999-11-12 | - Merged yet more changes from OpenBSD CVS | Damien Miller | |
- [auth-rh-rsa.c auth-rhosts.c auth-rsa.c channels.c clientloop.c] [ssh.c ssh.h sshconnect.c sshd.c] make all access to options via 'extern Options options' and 'extern ServerOptions options' respectively; options are no longer passed as arguments: * make options handling more consistent * remove #include "readconf.h" from ssh.h * readconf.h is only included if necessary - [mpaux.c] clear temp buffer - [servconf.c] print _all_ bad options found in configfile | |||
1999-11-12 | Added INSTALL documentation | Damien Miller | |
Minor other doc updates | |||
1999-11-12 | Added mailing list info | Damien Miller | |
1999-11-12 | *** empty log message *** | Damien Miller | |
1999-11-12 | Removed obselete logging directive | Damien Miller | |
1999-11-12 | - Grab server in gnome-ssh-askpass (Debian bug #49872) | Damien Miller | |
1999-11-12 | - Merged changes from OpenBSD CVS | Damien Miller | |
- [sshd.c] session_key_int may be zero - [auth-rh-rsa.c servconf.c servconf.h ssh.h sshd.8 sshd.c sshd_config] IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok deraadt,millert - Brought default sshd_config more in line with OpenBSDs | |||
1999-11-12 | - Merged changes from OpenBSD CVS | Damien Miller | |
- [sshd.c] session_key_int may be zero | |||
1999-11-11 | Fix compile warning | Damien Miller | |
1999-11-11 | Cleanup of default config for new LogLevel option and better readability | Damien Miller | |
1999-11-11 | Merged sshd connection failure patch from Markus Friedl <markus@cvs.openbsd.org> | Damien Miller | |
1999-11-11 | - Merged more OpenBSD CVS changes: | Damien Miller | |
- [auth-krb4.c auth-passwd.c] remove x11- and krb-cleanup from fatal() + krb-cleanup cleanup - [clientloop.c log-client.c log-server.c ] [readconf.c readconf.h servconf.c servconf.h ] [ssh.1 ssh.c ssh.h sshd.8] add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd, obsoletes QuietMode and FascistLogging in sshd. | |||
1999-11-11 | Changed name of directory in tarball | Damien Miller | |
1999-11-11 | Doc updates | Damien Miller | |
1999-11-11 | Fixed interger overflow in progress meter for large files | Damien Miller | |
1999-11-11 | - [auth-rh-rsa.c] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too | Damien Miller | |
- [ssh.1] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too - [sshd.8] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too | |||
1999-11-11 | Doc | Damien Miller | |
1999-11-11 | Error message when SSL libs not found | Damien Miller | |
Fix RANDOM_POOL | |||
1999-11-11 | Doc and spec updates | Damien Miller | |
1999-11-11 | - Added (untested) Entropy Gathering Daemon (EGD) support | Damien Miller | |
- Merged several minor fixed: - ssh-agent commandline parsing - RPM spec file now installs ssh setuid root - Makefile creates libdir - Merged beginnings of Solaris compability from Marc G. Fournier <marc.fournier@acadiau.ca> | |||
1999-11-10 | - Merged several minor fixed: | Damien Miller | |
- ssh-agent commandline parsing - RPM spec file now installs ssh setuid root - Makefile creates libdir | |||
1999-11-09 | doc updates | Damien Miller | |
1999-11-09 | Doc updates | Damien Miller | |
1999-11-09 | bugfix | Damien Miller | |
1999-11-09 | bugfix | Damien Miller | |