summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
1999-11-09Added GNOME passphrase requesterDamien 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 autoconfDamien 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-08Doc fixesDamien Miller
1999-11-08Merged OpenBSD CVS changes that go awayDamien Miller
1999-11-08*** empty log message ***Damien Miller
1999-11-08Merged latest OpenBSD CVS changes:Damien Miller
- remove unused argument. ok dugsong
1999-11-08Fix path typoDamien Miller
1999-11-08Lots of changes:Damien Miller
- Removed lots of unnecessary checks from autoconf - Added support and autoconf test for openpty() function (Unix98 pty support) - Fix for scp not finding ssh if not installed as /usr/bin/ssh - Added TODO file - Merged parts of Debian patch From Phil Hands <phil@hands.com>: - Added ssh-askpass program - Added ssh-askpass support to ssh-add.c - Create symlinks for slogin on install - Fix "distclean" target in makefile - Added example for ssh-agent to manpage - Added support for PAM_TEXT_INFO messages - Disable internal /etc/nologin support if PAM enabled - Merged latest OpenBSD CVS changes: - [sshd.c] don't send fail-msg but disconnect if too many authentication failures - [sshd.c] replace assert() with error, fatal or packet_disconnect - [sshd.c] remove unused argument. ok dugsong - [sshd.c] typo - [rsa.c] clear buffers used for encryption. ok: niels - [rsa.c] replace assert() with error, fatal or packet_disconnect - Fixed coredump after merge of OpenBSD rsa.c patch