]> git.ipfire.org Git - thirdparty/openssh-portable.git/log
thirdparty/openssh-portable.git
25 years ago - Merged OpenBSD CVS changes:
Damien Miller [Sat, 13 Nov 1999 02:22:46 +0000 (13:22 +1100)] 
 - Merged OpenBSD CVS changes:
   - [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels
   - [scp.c] fix overflow reported by damien@ibs.com.au: off_t
     totalsize, ok niels,aaron

25 years agoAdded obseletes lines to spec
Damien Miller [Sat, 13 Nov 1999 02:09:31 +0000 (13:09 +1100)] 
Added obseletes lines to spec

25 years agoRemove redundant inclusion of config.h
Damien Miller [Sat, 13 Nov 1999 02:07:45 +0000 (13:07 +1100)] 
Remove redundant inclusion of config.h

25 years agoRemove redundant inclusion of config.h
Damien Miller [Fri, 12 Nov 1999 23:51:58 +0000 (10:51 +1100)] 
Remove redundant inclusion of config.h

25 years agoFix inclusion of additional preprocessor directives from acconfig.h
Damien Miller [Fri, 12 Nov 1999 23:49:55 +0000 (10:49 +1100)] 
Fix inclusion of additional preprocessor directives from acconfig.h

25 years agoDon't install config files if they already exist
Damien Miller [Fri, 12 Nov 1999 23:48:51 +0000 (10:48 +1100)] 
Don't install config files if they already exist

25 years agoaskpass install fix V_1_2_PRE11
Damien Miller [Fri, 12 Nov 1999 05:36:21 +0000 (16:36 +1100)] 
askpass install fix

25 years agoMakefile fix
Damien Miller [Fri, 12 Nov 1999 05:32:17 +0000 (16:32 +1100)] 
Makefile fix

25 years agoprepare for pre11
Damien Miller [Fri, 12 Nov 1999 05:28:13 +0000 (16:28 +1100)] 
prepare for pre11

25 years agoFix division-by-zero error
Damien Miller [Fri, 12 Nov 1999 05:28:02 +0000 (16:28 +1100)] 
Fix division-by-zero error

25 years agoDocumentation updates
Damien Miller [Fri, 12 Nov 1999 05:06:47 +0000 (16:06 +1100)] 
Documentation updates

25 years ago - Make ssh-askpass support optional through autoconf
Damien Miller [Fri, 12 Nov 1999 04:46:08 +0000 (15:46 +1100)] 
 - Make ssh-askpass support optional through autoconf

25 years ago - Merged yet more changes from OpenBSD CVS
Damien Miller [Fri, 12 Nov 1999 04:19:27 +0000 (15:19 +1100)] 
 - Merged yet more changes from OpenBSD CVS
   - [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

25 years agoAdded INSTALL documentation
Damien Miller [Fri, 12 Nov 1999 03:35:58 +0000 (14:35 +1100)] 
Added INSTALL documentation

Minor other doc updates

25 years agoAdded mailing list info
Damien Miller [Fri, 12 Nov 1999 03:11:10 +0000 (14:11 +1100)] 
Added mailing list info

25 years ago*** empty log message *** V_1_2_PRE10
Damien Miller [Fri, 12 Nov 1999 01:22:31 +0000 (12:22 +1100)] 
*** empty log message ***

25 years agoRemoved obselete logging directive
Damien Miller [Fri, 12 Nov 1999 01:17:52 +0000 (12:17 +1100)] 
Removed obselete logging directive

25 years ago - Grab server in gnome-ssh-askpass (Debian bug #49872)
Damien Miller [Fri, 12 Nov 1999 01:09:36 +0000 (12:09 +1100)] 
 - Grab server in gnome-ssh-askpass (Debian bug #49872)

25 years ago - Merged changes from OpenBSD CVS
Damien Miller [Fri, 12 Nov 1999 00:33:04 +0000 (11:33 +1100)] 
 - Merged changes from OpenBSD CVS
   - [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

25 years ago- Merged changes from OpenBSD CVS
Damien Miller [Thu, 11 Nov 1999 21:49:09 +0000 (08:49 +1100)] 
- Merged changes from OpenBSD CVS
  - [sshd.c] session_key_int may be zero

25 years agoFix compile warning
Damien Miller [Thu, 11 Nov 1999 10:39:50 +0000 (21:39 +1100)] 
Fix compile warning

25 years agoCleanup of default config for new LogLevel option and better readability
Damien Miller [Thu, 11 Nov 1999 10:07:00 +0000 (21:07 +1100)] 
Cleanup of default config for new LogLevel option and better readability

25 years agoMerged sshd connection failure patch from Markus Friedl <markus@cvs.openbsd.org>
Damien Miller [Thu, 11 Nov 1999 09:44:05 +0000 (20:44 +1100)] 
Merged sshd connection failure patch from Markus Friedl <markus@cvs.openbsd.org>

25 years ago - Merged more OpenBSD CVS changes:
Damien Miller [Thu, 11 Nov 1999 06:57:39 +0000 (17:57 +1100)] 
 - Merged more OpenBSD CVS changes:
   - [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.

25 years agoChanged name of directory in tarball
Damien Miller [Thu, 11 Nov 1999 01:55:45 +0000 (12:55 +1100)] 
Changed name of directory in tarball

25 years agoDoc updates
Damien Miller [Thu, 11 Nov 1999 01:48:35 +0000 (12:48 +1100)] 
Doc updates

25 years agoFixed interger overflow in progress meter for large files
Damien Miller [Thu, 11 Nov 1999 01:25:14 +0000 (12:25 +1100)] 
Fixed interger overflow in progress meter for large files

25 years ago - [auth-rh-rsa.c] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
Damien Miller [Thu, 11 Nov 1999 00:43:13 +0000 (11:43 +1100)] 
   - [auth-rh-rsa.c] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
   - [ssh.1] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
   - [sshd.8] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too

25 years agoDoc
Damien Miller [Thu, 11 Nov 1999 00:30:22 +0000 (11:30 +1100)] 
Doc

25 years agoError message when SSL libs not found
Damien Miller [Thu, 11 Nov 1999 00:04:17 +0000 (11:04 +1100)] 
Error message when SSL libs not found

Fix RANDOM_POOL

25 years agoDoc and spec updates
Damien Miller [Wed, 10 Nov 1999 23:50:04 +0000 (10:50 +1100)] 
Doc and spec updates

25 years ago - Added (untested) Entropy Gathering Daemon (EGD) support
Damien Miller [Wed, 10 Nov 1999 23:40:23 +0000 (10:40 +1100)] 
 - Added (untested) Entropy Gathering Daemon (EGD) support
 - 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>

25 years ago - Merged several minor fixed:
Damien Miller [Wed, 10 Nov 1999 01:48:08 +0000 (12:48 +1100)] 
 - Merged several minor fixed:
   - ssh-agent commandline parsing
   - RPM spec file now installs ssh setuid root
   - Makefile creates libdir

25 years agodoc updates V_1_2_PRE9
Damien Miller [Tue, 9 Nov 1999 04:05:11 +0000 (15:05 +1100)] 
doc updates

25 years agoDoc updates
Damien Miller [Tue, 9 Nov 1999 04:03:01 +0000 (15:03 +1100)] 
Doc updates

25 years agobugfix
Damien Miller [Tue, 9 Nov 1999 03:54:14 +0000 (14:54 +1100)] 
bugfix

25 years agobugfix
Damien Miller [Tue, 9 Nov 1999 03:52:31 +0000 (14:52 +1100)] 
bugfix

25 years agobugfix
Damien Miller [Tue, 9 Nov 1999 03:50:10 +0000 (14:50 +1100)] 
bugfix

25 years agoDumb typo
Damien Miller [Tue, 9 Nov 1999 03:48:48 +0000 (14:48 +1100)] 
Dumb typo

25 years ago1st attempt at RPM subpackages
Damien Miller [Tue, 9 Nov 1999 03:46:02 +0000 (14:46 +1100)] 
1st attempt at RPM subpackages

25 years agoBuild fixes
Damien Miller [Tue, 9 Nov 1999 03:34:31 +0000 (14:34 +1100)] 
Build fixes

25 years agoBuild fixes
Damien Miller [Tue, 9 Nov 1999 03:31:49 +0000 (14:31 +1100)] 
Build fixes

25 years agoMinor updates
Damien Miller [Tue, 9 Nov 1999 03:28:26 +0000 (14:28 +1100)] 
Minor updates

25 years agoAdded GNOME passphrase requester support
Damien Miller [Tue, 9 Nov 1999 03:23:45 +0000 (14:23 +1100)] 
Added GNOME passphrase requester support

25 years agoAdded GNOME passphrase requester
Damien Miller [Tue, 9 Nov 1999 02:52:33 +0000 (13:52 +1100)] 
Added GNOME passphrase requester

25 years ago - Merged OpenBSD CVS changes:
Damien Miller [Mon, 8 Nov 1999 23:35:52 +0000 (10:35 +1100)] 
 - Merged OpenBSD CVS changes:
   - [rsa.c] bugfix: use correct size for memset()
   - [sshconnect.c] warn if announced size of modulus 'n' != real size

25 years ago - Autodetection of SSL/Crypto library location via autoconf
Damien Miller [Mon, 8 Nov 1999 23:28:04 +0000 (10:28 +1100)] 
 - Autodetection of SSL/Crypto library location via autoconf
 - 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

26 years agoDoc fixes
Damien Miller [Mon, 8 Nov 1999 07:09:57 +0000 (18:09 +1100)] 
Doc fixes

26 years agoMerged OpenBSD CVS changes that go away V_1_2_PRE8
Damien Miller [Mon, 8 Nov 1999 05:15:55 +0000 (16:15 +1100)] 
Merged OpenBSD CVS changes that go away

26 years ago*** empty log message ***
Damien Miller [Mon, 8 Nov 1999 04:50:14 +0000 (15:50 +1100)] 
*** empty log message ***

26 years agoMerged latest OpenBSD CVS changes:
Damien Miller [Mon, 8 Nov 1999 04:49:41 +0000 (15:49 +1100)] 
Merged latest OpenBSD CVS changes:
 - remove unused argument. ok dugsong

26 years agoFix path typo
Damien Miller [Mon, 8 Nov 1999 04:34:56 +0000 (15:34 +1100)] 
Fix path typo

26 years agoLots of changes:
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

26 years agoMerged one line cleanup from OBSD CVS
Damien Miller [Tue, 2 Nov 1999 08:05:02 +0000 (19:05 +1100)] 
Merged one line cleanup from OBSD CVS

26 years agoRenamed README V_1_2_PRE7
Damien Miller [Sat, 30 Oct 1999 04:50:37 +0000 (14:50 +1000)] 
Renamed README

26 years agoremove redundant file
Damien Miller [Sat, 30 Oct 1999 04:45:52 +0000 (14:45 +1000)] 
remove redundant file

26 years agoMerged latest OpenBSD changes:
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

26 years agoRenamed README -> README.Ylonen
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

26 years agoUpdated COPYING file with usage of RC4
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

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

26 years agoFix off by one error in PAM env patch V_1_2_PRE6
Damien Miller [Fri, 29 Oct 1999 03:09:40 +0000 (13:09 +1000)] 
Fix off by one error in PAM env patch

Tidy changelog

26 years ago - Removed redundant subdirectories
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.

26 years ago - Remove autoconf generated Makefile from CVS
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

26 years ago - Make distclean now removed configure script
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

26 years agoDoc updates
Damien Miller [Fri, 29 Oct 1999 00:29:29 +0000 (10:29 +1000)] 
Doc updates

26 years agomake install patch
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

26 years agoIntegrated PAM environment patch from Nalin Dahyabhai <nalin@thermo.stat.ncsu.edu>
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>

26 years agoUpdate to OpenBSD ssh-19991029
Damien Miller [Thu, 28 Oct 1999 23:47:09 +0000 (09:47 +1000)] 
Update to OpenBSD ssh-19991029

Renamed init script and PAM config

26 years agoRenamed open* -> * at request of Theo de Raadt <deraadt@cvs.openbsd.org>
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>

26 years agoPath fix /etc -> /etc/ssh
Damien Miller [Thu, 28 Oct 1999 23:17:36 +0000 (09:17 +1000)] 
Path fix /etc -> /etc/ssh

26 years agoRe-imported OpenBSD manpages
Damien Miller [Thu, 28 Oct 1999 23:15:49 +0000 (09:15 +1000)] 
Re-imported OpenBSD manpages

26 years agoPrepare for 1.2pre5 V_1_2_PRE5
Damien Miller [Thu, 28 Oct 1999 07:51:40 +0000 (17:51 +1000)] 
Prepare for 1.2pre5

26 years agoDoc updates
Damien Miller [Thu, 28 Oct 1999 05:46:27 +0000 (15:46 +1000)] 
Doc updates

26 years agoMerged latest OpenBSD changes.
Damien Miller [Thu, 28 Oct 1999 05:23:30 +0000 (15:23 +1000)] 
Merged latest OpenBSD changes.

26 years agoRename PID file V_1_2_PRE4
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

26 years agoRe-added old changelog
Damien Miller [Thu, 28 Oct 1999 04:19:25 +0000 (14:19 +1000)] 
Re-added old changelog

26 years agoChangelog update before test builds
Damien Miller [Thu, 28 Oct 1999 04:14:38 +0000 (14:14 +1000)] 
Changelog update before test builds

26 years agoDisabled code based on autoconf tests
Damien Miller [Thu, 28 Oct 1999 04:12:54 +0000 (14:12 +1000)] 
Disabled code based on autoconf tests

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

26 years ago - Integrated patch from Dan Brosemer <odin@linuxfreak.com>
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)

26 years agoBig PAM cleanup PRE_DAN_PATCH_MERGE
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

26 years agoAttempt to clean up PAM code
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

26 years agoAdded compatibility macros
Damien Miller [Wed, 27 Oct 1999 08:00:50 +0000 (18:00 +1000)] 
Added compatibility macros

26 years agoInitial revision
Damien Miller [Wed, 27 Oct 1999 03:42:43 +0000 (13:42 +1000)] 
Initial revision