Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1999-11-09 | bugfix | Damien Miller | |
1999-11-09 | Dumb typo | Damien Miller | |
1999-11-09 | 1st attempt at RPM subpackages | Damien Miller | |
1999-11-09 | Build fixes | Damien Miller | |
1999-11-09 | Build fixes | Damien Miller | |
1999-11-09 | Minor updates | Damien Miller | |
1999-11-09 | Added GNOME passphrase requester support | Damien Miller | |
1999-11-09 | Added GNOME passphrase requester | Damien Miller | |
1999-11-09 | - Merged OpenBSD CVS changes: | Damien Miller | |
- [rsa.c] bugfix: use correct size for memset() - [sshconnect.c] warn if announced size of modulus 'n' != real size | |||
1999-11-09 | - Autodetection of SSL/Crypto library location via autoconf | Damien Miller | |
- Fixed location of ssh-askpass to follow autoconf - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk> - Autodetection of RSAref library for US users - Minor doc updates | |||
1999-11-08 | Doc fixes | Damien Miller | |
1999-11-08 | Merged OpenBSD CVS changes that go away | Damien Miller | |
1999-11-08 | *** empty log message *** | Damien Miller | |
1999-11-08 | Merged latest OpenBSD CVS changes: | Damien Miller | |
- remove unused argument. ok dugsong |