summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
1999-11-02Merged one line cleanup from OBSD CVSDamien Miller
1999-10-30Renamed READMEDamien Miller
1999-10-30remove redundant fileDamien Miller
1999-10-30Merged latest OpenBSD changes:Damien Miller
nchan.ms -\ channels.[ch] - remove broken x11 fix and document istate/ostate ssh-agent.c - call setsid() regardless of argv[] ssh.c - save a few lines when disabling rhosts-{rsa-}auth
1999-10-30Renamed README -> README.YlonenDamien Miller
Renamed README.openssh -> README Minor updated to new README
1999-10-30Updated COPYING file with usage of RC4Damien Miller
Renamed sshd.init to sshd.init.redhat
1999-10-30 - Integrated debian package support from Dan Brosemer <odin@linuxfreak.com>Damien Miller
1999-10-29Fix off by one error in PAM env patchDamien Miller
Tidy changelog
1999-10-29 - Removed redundant subdirectoriesDamien Miller
- Integrated part of a patch from Dan Brosemer <odin@linuxfreak.com> for building on Debian.
1999-10-29 - Remove autoconf generated Makefile from CVSDamien Miller
- Stripped subdirectories from CVS server - Fixed makefile to suit
1999-10-29 - Make distclean now removed configure scriptDamien Miller
- Improved PAM logging - Added some debug() calls for PAM
1999-10-29Doc updatesDamien Miller
1999-10-29make install patchDamien Miller
Picked up lost bit of OpenBSD update to ssh.h Fix compile warning in new pam_env stuff
1999-10-29Integrated PAM environment patch from Nalin Dahyabhai ↵Damien Miller
<nalin@thermo.stat.ncsu.edu> Integrated make install patch from Niels Kristian Bech Jensen <nkbj@image.dk>
1999-10-29Update to OpenBSD ssh-19991029Damien Miller
Renamed init script and PAM config
1999-10-29Renamed open* -> * at request of Theo de Raadt <deraadt@cvs.openbsd.org>Damien Miller
1999-10-29Path fix /etc -> /etc/sshDamien Miller
1999-10-29Re-imported OpenBSD manpagesDamien Miller
1999-10-28Prepare for 1.2pre5Damien Miller
1999-10-28Doc updatesDamien Miller
1999-10-28Merged latest OpenBSD changes.Damien Miller
1999-10-28Rename PID fileDamien Miller
Add symlinks back to ssh in RPM spec file
1999-10-28Re-added old changelogDamien Miller
1999-10-28Changelog update before test buildsDamien Miller
1999-10-28Disabled code based on autoconf testsDamien Miller
1999-10-28Big rename ssh* -> openssh*Damien Miller
1999-10-28 - Integrated patch from Dan Brosemer <odin@linuxfreak.com>Damien Miller
- Build fixes - Autoconf - Change binary names to open* - Fixed autoconf script to detect PAM on RH6.1 - Added tests for libpwdb, and OpenBSD functions to autoconf (not used yet)
1999-10-28Big PAM cleanupDamien Miller
Added header for arc4random to mktemp.c Fixed return type of arc4random
1999-10-27Attempt to clean up PAM codeDamien Miller
Use PWDB getpw* functions if HAVE_PWDB defined Minor other tidyups
1999-10-27Added compatibility macrosDamien Miller