]>
git.ipfire.org Git - thirdparty/openssh-portable.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Damien Miller [Mon, 8 Nov 1999 04:50:14 +0000 (15:50 +1100)]
*** empty log message ***
Damien Miller [Mon, 8 Nov 1999 04:49:41 +0000 (15:49 +1100)]
Merged latest OpenBSD CVS changes:
- remove unused argument. ok dugsong
Damien Miller [Mon, 8 Nov 1999 04:34:56 +0000 (15:34 +1100)]
Fix path typo
Damien Miller [Mon, 8 Nov 1999 04:30:59 +0000 (15:30 +1100)]
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
Damien Miller [Tue, 2 Nov 1999 08:05:02 +0000 (19:05 +1100)]
Merged one line cleanup from OBSD CVS
Damien Miller [Sat, 30 Oct 1999 04:50:37 +0000 (14:50 +1000)]
Renamed README
Damien Miller [Sat, 30 Oct 1999 04:45:52 +0000 (14:45 +1000)]
remove redundant file
Damien Miller [Sat, 30 Oct 1999 01:39:56 +0000 (11:39 +1000)]
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
Damien Miller [Sat, 30 Oct 1999 01:30:35 +0000 (11:30 +1000)]
Renamed README -> README.Ylonen
Renamed README.openssh -> README
Minor updated to new README
Damien Miller [Fri, 29 Oct 1999 23:46:20 +0000 (09:46 +1000)]
Updated COPYING file with usage of RC4
Renamed sshd.init to sshd.init.redhat
Damien Miller [Fri, 29 Oct 1999 23:12:25 +0000 (09:12 +1000)]
- Integrated debian package support from Dan Brosemer <odin@linuxfreak.com>
Damien Miller [Fri, 29 Oct 1999 03:09:40 +0000 (13:09 +1000)]
Fix off by one error in PAM env patch
Tidy changelog
Damien Miller [Fri, 29 Oct 1999 02:37:01 +0000 (12:37 +1000)]
- Removed redundant subdirectories
- Integrated part of a patch from Dan Brosemer <odin@linuxfreak.com> for
building on Debian.
Damien Miller [Fri, 29 Oct 1999 02:06:53 +0000 (12:06 +1000)]
- Remove autoconf generated Makefile from CVS
- Stripped subdirectories from CVS server
- Fixed makefile to suit
Damien Miller [Fri, 29 Oct 1999 01:49:20 +0000 (11:49 +1000)]
- Make distclean now removed configure script
- Improved PAM logging
- Added some debug() calls for PAM
Damien Miller [Fri, 29 Oct 1999 00:29:29 +0000 (10:29 +1000)]
Doc updates
Damien Miller [Fri, 29 Oct 1999 00:21:15 +0000 (10:21 +1000)]
make install patch
Picked up lost bit of OpenBSD update to ssh.h
Fix compile warning in new pam_env stuff
Damien Miller [Thu, 28 Oct 1999 23:57:31 +0000 (09:57 +1000)]
Integrated PAM environment patch from Nalin Dahyabhai <nalin@thermo.stat.ncsu.edu>
Integrated make install patch from Niels Kristian Bech Jensen <nkbj@image.dk>
Damien Miller [Thu, 28 Oct 1999 23:47:09 +0000 (09:47 +1000)]
Update to OpenBSD ssh-
19991029
Renamed init script and PAM config
Damien Miller [Thu, 28 Oct 1999 23:18:29 +0000 (09:18 +1000)]
Renamed open* -> * at request of Theo de Raadt <deraadt@cvs.openbsd.org>
Damien Miller [Thu, 28 Oct 1999 23:17:36 +0000 (09:17 +1000)]
Path fix /etc -> /etc/ssh
Damien Miller [Thu, 28 Oct 1999 23:15:49 +0000 (09:15 +1000)]
Re-imported OpenBSD manpages
Damien Miller [Thu, 28 Oct 1999 07:51:40 +0000 (17:51 +1000)]
Prepare for 1.2pre5
Damien Miller [Thu, 28 Oct 1999 05:46:27 +0000 (15:46 +1000)]
Doc updates
Damien Miller [Thu, 28 Oct 1999 05:23:30 +0000 (15:23 +1000)]
Merged latest OpenBSD changes.
Damien Miller [Thu, 28 Oct 1999 04:34:49 +0000 (14:34 +1000)]
Rename PID file
Add symlinks back to ssh in RPM spec file
Damien Miller [Thu, 28 Oct 1999 04:19:25 +0000 (14:19 +1000)]
Re-added old changelog
Damien Miller [Thu, 28 Oct 1999 04:14:38 +0000 (14:14 +1000)]
Changelog update before test builds
Damien Miller [Thu, 28 Oct 1999 04:12:54 +0000 (14:12 +1000)]
Disabled code based on autoconf tests
Damien Miller [Thu, 28 Oct 1999 04:03:14 +0000 (14:03 +1000)]
Big rename ssh* -> openssh*
Damien Miller [Thu, 28 Oct 1999 03:25:17 +0000 (13:25 +1000)]
- 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)
Damien Miller [Thu, 28 Oct 1999 03:20:30 +0000 (13:20 +1000)]
Big PAM cleanup
Added header for arc4random to mktemp.c
Fixed return type of arc4random
Damien Miller [Wed, 27 Oct 1999 13:42:05 +0000 (23:42 +1000)]
Attempt to clean up PAM code
Use PWDB getpw* functions if HAVE_PWDB defined
Minor other tidyups
Damien Miller [Wed, 27 Oct 1999 08:00:50 +0000 (18:00 +1000)]
Added compatibility macros
Damien Miller [Wed, 27 Oct 1999 03:42:43 +0000 (13:42 +1000)]
Initial revision