summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-11-15Solaris compile fixesDamien Miller
1999-11-15typoDamien Miller
1999-11-13 - Tidied default config file some moreDamien 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-13updatedDamien Miller
1999-11-13 - Delay fork (-f option) in ssh until after port forwarded connectionsDamien 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-13Added obseletes lines to specDamien Miller
1999-11-13Remove redundant inclusion of config.hDamien Miller
1999-11-13Remove redundant inclusion of config.hDamien Miller
1999-11-13Fix inclusion of additional preprocessor directives from acconfig.hDamien Miller
1999-11-13Don't install config files if they already existDamien Miller
1999-11-12askpass install fixDamien Miller
1999-11-12Makefile fixDamien Miller
1999-11-12prepare for pre11Damien Miller
1999-11-12Fix division-by-zero errorDamien Miller
1999-11-12Documentation updatesDamien Miller
1999-11-12 - Make ssh-askpass support optional through autoconfDamien Miller
1999-11-12 - Merged yet more changes from OpenBSD CVSDamien 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-12Added INSTALL documentationDamien Miller
Minor other doc updates
1999-11-12Added mailing list infoDamien Miller
1999-11-12*** empty log message ***Damien Miller
1999-11-12Removed obselete logging directiveDamien Miller
1999-11-12 - Grab server in gnome-ssh-askpass (Debian bug #49872)Damien Miller
1999-11-12 - Merged changes from OpenBSD CVSDamien 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 CVSDamien Miller
- [sshd.c] session_key_int may be zero
1999-11-11Fix compile warningDamien Miller
1999-11-11Cleanup of default config for new LogLevel option and better readabilityDamien Miller
1999-11-11Merged 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-11Changed name of directory in tarballDamien Miller
1999-11-11Doc updatesDamien Miller
1999-11-11Fixed interger overflow in progress meter for large filesDamien Miller
1999-11-11 - [auth-rh-rsa.c] user/958: check ~/.ssh/known_hosts for rhosts-rsa, tooDamien 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-11DocDamien Miller
1999-11-11Error message when SSL libs not foundDamien Miller
Fix RANDOM_POOL
1999-11-11Doc and spec updatesDamien Miller
1999-11-11 - Added (untested) Entropy Gathering Daemon (EGD) supportDamien 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-09doc updatesDamien Miller
1999-11-09Doc updatesDamien Miller
1999-11-09bugfixDamien Miller
1999-11-09bugfixDamien Miller
1999-11-09bugfixDamien Miller
1999-11-09Dumb typoDamien Miller
1999-11-091st attempt at RPM subpackagesDamien Miller
1999-11-09Build fixesDamien Miller
1999-11-09Build fixesDamien Miller
1999-11-09Minor updatesDamien Miller
1999-11-09Added GNOME passphrase requester supportDamien Miller