Commit Graph

3184 Commits

Author SHA1 Message Date
Damien Miller 68cb7570ad Merged latest OpenBSD CVS changes:
- remove unused argument. ok dugsong
1999-11-08 15:49:41 +11:00
Damien Miller 024c1ab1c3 Fix path typo 1999-11-08 15:34:56 +11:00
Damien Miller 356a0b004a Lots of changes:
- 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-08 15:30:59 +11:00
Damien Miller 0aa8e5395c Merged one line cleanup from OBSD CVS 1999-11-02 19:05:02 +11:00
Damien Miller e2db1e1cc5 Renamed README 1999-10-30 14:50:37 +10:00
Damien Miller ccdfb8ca05 remove redundant file 1999-10-30 14:45:52 +10:00
Damien Miller 1e4772c32c Merged latest OpenBSD changes:
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-30 11:39:56 +10:00
Damien Miller 5ffa64478a Renamed README -> README.Ylonen
Renamed README.openssh -> README

Minor updated to new README
1999-10-30 11:30:35 +10:00
Damien Miller 2bbb9d0c99 Updated COPYING file with usage of RC4
Renamed sshd.init to sshd.init.redhat
1999-10-30 09:46:20 +10:00
Damien Miller 744da802bb - Integrated debian package support from Dan Brosemer <odin@linuxfreak.com> 1999-10-30 09:12:25 +10:00
Damien Miller d0562b3cdc Fix off by one error in PAM env patch
Tidy changelog
1999-10-29 13:09:40 +10:00
Damien Miller 65b3c13132 - Removed redundant subdirectories
- Integrated part of a patch from Dan Brosemer <odin@linuxfreak.com> for
   building on Debian.
1999-10-29 12:37:01 +10:00
Damien Miller 3c5cb3857b - Remove autoconf generated Makefile from CVS
- Stripped subdirectories from CVS server
 - Fixed makefile to suit
1999-10-29 12:06:53 +10:00
Damien Miller 07a826d854 - Make distclean now removed configure script
- Improved PAM logging
 - Added some debug() calls for PAM
1999-10-29 11:49:20 +10:00
Damien Miller 070f7a1fd0 Doc updates 1999-10-29 10:29:29 +10:00
Damien Miller 5eeedae9fe make install patch
Picked up lost bit of OpenBSD update to ssh.h

Fix compile warning in new pam_env stuff
1999-10-29 10:21:15 +10:00
Damien Miller 9438816a5c Integrated PAM environment patch from Nalin Dahyabhai <nalin@thermo.stat.ncsu.edu>
Integrated make install patch from Niels Kristian Bech Jensen <nkbj@image.dk>
1999-10-29 09:57:31 +10:00
Damien Miller 792c5113f1 Update to OpenBSD ssh-19991029
Renamed init script and PAM config
1999-10-29 09:47:09 +10:00
Damien Miller a37010e466 Renamed open* -> * at request of Theo de Raadt <deraadt@cvs.openbsd.org> 1999-10-29 09:18:29 +10:00
Damien Miller f1d9a30b4f Path fix /etc -> /etc/ssh 1999-10-29 09:17:36 +10:00
Damien Miller 32aa144d70 Re-imported OpenBSD manpages 1999-10-29 09:15:49 +10:00
Damien Miller 34d0b614b3 Prepare for 1.2pre5 1999-10-28 17:51:40 +10:00
Damien Miller 29b5a590f2 Doc updates 1999-10-28 15:46:27 +10:00
Damien Miller 01ab4a25c8 Merged latest OpenBSD changes. 1999-10-28 15:23:30 +10:00
Damien Miller 29d685212f Rename PID file
Add symlinks back to ssh in RPM spec file
1999-10-28 14:34:49 +10:00
Damien Miller 92986dd9ba Re-added old changelog 1999-10-28 14:19:25 +10:00
Damien Miller eff18d6aaa Changelog update before test builds 1999-10-28 14:14:38 +10:00
Damien Miller e413cba972 Disabled code based on autoconf tests 1999-10-28 14:12:54 +10:00
Damien Miller 062307657e Big rename ssh* -> openssh* 1999-10-28 14:03:14 +10:00
Damien Miller 7f6ea0264d - Integrated patch from Dan Brosemer <odin@linuxfreak.com>
- 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-28 13:25:17 +10:00
Damien Miller 3d112efc67 Big PAM cleanup
Added header for arc4random to mktemp.c

Fixed return type of arc4random
1999-10-28 13:20:30 +10:00
Damien Miller 332e67fde2 Attempt to clean up PAM code
Use PWDB getpw* functions if HAVE_PWDB defined

Minor other tidyups
1999-10-27 23:42:05 +10:00
Damien Miller 726a5b3be1 Added compatibility macros 1999-10-27 18:00:50 +10:00
Damien Miller d4a8b7e34d Initial revision 1999-10-27 13:42:43 +10:00