]> andersk Git - openssh.git/log
openssh.git
24 years agoMerged latest OpenBSD changes:
damien [Sat, 30 Oct 1999 01:39:56 +0000 (01:39 +0000)] 
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

24 years agoRenamed README -> README.Ylonen
damien [Sat, 30 Oct 1999 01:30:35 +0000 (01:30 +0000)] 
Renamed README -> README.Ylonen
Renamed README.openssh -> README

Minor updated to new README

24 years agoUpdated COPYING file with usage of RC4
damien [Fri, 29 Oct 1999 23:46:20 +0000 (23:46 +0000)] 
Updated COPYING file with usage of RC4

Renamed sshd.init to sshd.init.redhat

24 years ago - Integrated debian package support from Dan Brosemer <odin@linuxfreak.com>
damien [Fri, 29 Oct 1999 23:12:25 +0000 (23:12 +0000)] 
 - Integrated debian package support from Dan Brosemer <odin@linuxfreak.com>

24 years agoFix off by one error in PAM env patch V_1_2_PRE6
damien [Fri, 29 Oct 1999 03:09:40 +0000 (03:09 +0000)] 
Fix off by one error in PAM env patch

Tidy changelog

24 years ago - Removed redundant subdirectories
damien [Fri, 29 Oct 1999 02:37:01 +0000 (02:37 +0000)] 
 - Removed redundant subdirectories
 - Integrated part of a patch from Dan Brosemer <odin@linuxfreak.com> for
   building on Debian.

24 years ago - Remove autoconf generated Makefile from CVS
damien [Fri, 29 Oct 1999 02:06:53 +0000 (02:06 +0000)] 
 - Remove autoconf generated Makefile from CVS
 - Stripped subdirectories from CVS server
 - Fixed makefile to suit

24 years ago - Make distclean now removed configure script
damien [Fri, 29 Oct 1999 01:49:20 +0000 (01:49 +0000)] 
 - Make distclean now removed configure script
 - Improved PAM logging
 - Added some debug() calls for PAM

24 years agoDoc updates
damien [Fri, 29 Oct 1999 00:29:29 +0000 (00:29 +0000)] 
Doc updates

24 years agomake install patch
damien [Fri, 29 Oct 1999 00:21:15 +0000 (00:21 +0000)] 
make install patch

Picked up lost bit of OpenBSD update to ssh.h

Fix compile warning in new pam_env stuff

24 years agoIntegrated PAM environment patch from Nalin Dahyabhai <nalin@thermo.stat.ncsu.edu>
damien [Thu, 28 Oct 1999 23:57:31 +0000 (23:57 +0000)] 
Integrated PAM environment patch from Nalin Dahyabhai <nalin@thermo.stat.ncsu.edu>

Integrated make install patch from Niels Kristian Bech Jensen <nkbj@image.dk>

24 years agoUpdate to OpenBSD ssh-19991029
damien [Thu, 28 Oct 1999 23:47:09 +0000 (23:47 +0000)] 
Update to OpenBSD ssh-19991029

Renamed init script and PAM config

24 years agoRenamed open* -> * at request of Theo de Raadt <deraadt@cvs.openbsd.org>
damien [Thu, 28 Oct 1999 23:18:29 +0000 (23:18 +0000)] 
Renamed open* -> * at request of Theo de Raadt <deraadt@cvs.openbsd.org>

24 years agoPath fix /etc -> /etc/ssh
damien [Thu, 28 Oct 1999 23:17:36 +0000 (23:17 +0000)] 
Path fix /etc -> /etc/ssh

24 years agoRe-imported OpenBSD manpages
damien [Thu, 28 Oct 1999 23:15:49 +0000 (23:15 +0000)] 
Re-imported OpenBSD manpages

24 years agoPrepare for 1.2pre5 V_1_2_PRE5
damien [Thu, 28 Oct 1999 07:51:40 +0000 (07:51 +0000)] 
Prepare for 1.2pre5

24 years agoDoc updates
damien [Thu, 28 Oct 1999 05:46:27 +0000 (05:46 +0000)] 
Doc updates

24 years agoMerged latest OpenBSD changes.
damien [Thu, 28 Oct 1999 05:23:30 +0000 (05:23 +0000)] 
Merged latest OpenBSD changes.

24 years agoRename PID file V_1_2_PRE4
damien [Thu, 28 Oct 1999 04:34:49 +0000 (04:34 +0000)] 
Rename PID file

Add symlinks back to ssh in RPM spec file

24 years agoRe-added old changelog
damien [Thu, 28 Oct 1999 04:19:25 +0000 (04:19 +0000)] 
Re-added old changelog

24 years agoChangelog update before test builds
damien [Thu, 28 Oct 1999 04:14:38 +0000 (04:14 +0000)] 
Changelog update before test builds

24 years agoDisabled code based on autoconf tests
damien [Thu, 28 Oct 1999 04:12:54 +0000 (04:12 +0000)] 
Disabled code based on autoconf tests

24 years agoBig rename ssh* -> openssh*
damien [Thu, 28 Oct 1999 04:03:14 +0000 (04:03 +0000)] 
Big rename ssh* -> openssh*

24 years ago - Integrated patch from Dan Brosemer <odin@linuxfreak.com>
damien [Thu, 28 Oct 1999 03:25:17 +0000 (03:25 +0000)] 
 - 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)

24 years agoBig PAM cleanup PRE_DAN_PATCH_MERGE
damien [Thu, 28 Oct 1999 03:20:30 +0000 (03:20 +0000)] 
Big PAM cleanup

Added header for arc4random to mktemp.c

Fixed return type of arc4random

24 years agoAttempt to clean up PAM code
damien [Wed, 27 Oct 1999 13:42:05 +0000 (13:42 +0000)] 
Attempt to clean up PAM code

Use PWDB getpw* functions if HAVE_PWDB defined

Minor other tidyups

24 years agoAdded compatibility macros
damien [Wed, 27 Oct 1999 08:00:50 +0000 (08:00 +0000)] 
Added compatibility macros

24 years agoInitial revision
damien [Wed, 27 Oct 1999 03:42:43 +0000 (03:42 +0000)] 
Initial revision

This page took 0.046672 seconds and 4 git commands to generate.