]> git.ipfire.org Git - thirdparty/openssh-portable.git/log
thirdparty/openssh-portable.git
25 years agoprepare for 1.2pre14 V_1_2_PRE14
Damien Miller [Mon, 22 Nov 1999 07:13:13 +0000 (18:13 +1100)] 
prepare for 1.2pre14

25 years agoOnly display comment for ssh-askpass
Damien Miller [Mon, 22 Nov 1999 07:11:23 +0000 (18:11 +1100)] 
Only display comment for ssh-askpass

25 years agoDoc updates
Damien Miller [Mon, 22 Nov 1999 05:12:31 +0000 (16:12 +1100)] 
Doc updates

25 years ago - Added a setenv replacement for systems which lack it
Damien Miller [Mon, 22 Nov 1999 05:11:05 +0000 (16:11 +1100)] 
 - Added a setenv replacement for systems which lack it

25 years ago - Fix EGD problems (Thanks to Ben Taylor <bent@clark.net>)
Damien Miller [Mon, 22 Nov 1999 04:24:34 +0000 (15:24 +1100)] 
 - Fix EGD problems (Thanks to Ben Taylor <bent@clark.net>)
 - Retry /dev/urandom reads interrupted by signal (report from
   Robert Hardy <rhardy@webcon.net>)

25 years ago - Added autoconf test and macro to deal with old PAM libraries
Damien Miller [Mon, 22 Nov 1999 03:27:24 +0000 (14:27 +1100)] 
 - Added autoconf test and macro to deal with old PAM libraries
   pam_strerror definition (one arg vs two).

25 years ago - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.h
Damien Miller [Mon, 22 Nov 1999 02:57:07 +0000 (13:57 +1100)] 
 - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.h
 - Added timersum() macro
 - Tidy RCSIDs of bsd-*.c

25 years agoerror message fix
Damien Miller [Mon, 22 Nov 1999 02:55:36 +0000 (13:55 +1100)] 
error message fix

25 years ago - OpenBSD CVS Changes
Damien Miller [Mon, 22 Nov 1999 02:22:29 +0000 (13:22 +1100)] 
 - OpenBSD CVS Changes
   - [ssh-keygen.c]
     don't create ~/.ssh only if the user wants to store the private
     key there. show fingerprint instead of public-key after
     keygeneration. ok niels@

25 years ago - Make <enter> close gnome-ssh-askpass (Debian bug #50299)
Damien Miller [Mon, 22 Nov 1999 01:51:42 +0000 (12:51 +1100)] 
 - Make <enter> close gnome-ssh-askpass (Debian bug #50299)

25 years ago - [OVERVIEW README] typos; green@freebsd
Damien Miller [Sun, 21 Nov 1999 07:31:57 +0000 (18:31 +1100)] 
- [OVERVIEW README] typos; green@freebsd
    - [ssh-keygen.c]
      replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me)
      exit if writing the key fails (no infinit loop)
      print usage() everytime we get bad options
    - [ssh-keygen.c] overflow, djm@mindrot.org
    - [sshd.c] fix sigchld race; cjc5@po.cwru.edu

25 years ago - OpenBSD CVS Changes
Damien Miller [Sun, 21 Nov 1999 02:23:52 +0000 (13:23 +1100)] 
  - OpenBSD CVS Changes
    - [channels.c]
      make this compile, bad markus
    - [log.c readconf.c servconf.c ssh.h]
      bugfix: loglevels are per host in clientconfig,
      factor out common log-level parsing code.
    - [servconf.c]
      remove unused index (-Wall)
    - [ssh-agent.c]
      only one 'extern char *__progname'
    - [sshd.8]
      document SIGHUP, -Q to synopsis
    - [sshconnect.c serverloop.c sshd.c packet.c packet.h]
      [channels.c clientloop.c]
      SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@
      [hope this time my ISP stays alive during commit]

25 years agoFix segfault
Damien Miller [Sat, 20 Nov 1999 06:02:56 +0000 (17:02 +1100)] 
Fix segfault

25 years ago - Merged more Solaris support from Marc G. Fournier
Damien Miller [Sat, 20 Nov 1999 01:18:40 +0000 (12:18 +1100)] 
 - Merged more Solaris support from Marc G. Fournier
   <marc.fournier@acadiau.ca>
 - Wrote autoconf tests for integer bit-types
 - Fixed enabling kerberos support

25 years agoDie if lastlog not found V_1_2_PRE13
Damien Miller [Fri, 19 Nov 1999 08:14:04 +0000 (19:14 +1100)] 
Die if lastlog not found

25 years agoFix doc files
Damien Miller [Fri, 19 Nov 1999 06:25:16 +0000 (17:25 +1100)] 
Fix doc files

25 years agoFix askapss files
Damien Miller [Fri, 19 Nov 1999 06:23:50 +0000 (17:23 +1100)] 
Fix askapss files

25 years agoFix doc files
Damien Miller [Fri, 19 Nov 1999 06:21:35 +0000 (17:21 +1100)] 
Fix doc files

25 years agoFix libexecdir
Damien Miller [Fri, 19 Nov 1999 06:18:57 +0000 (17:18 +1100)] 
Fix libexecdir

25 years agoPrepare for pre13
Damien Miller [Fri, 19 Nov 1999 06:14:16 +0000 (17:14 +1100)] 
Prepare for pre13

25 years agoDoc updates
Damien Miller [Fri, 19 Nov 1999 04:53:50 +0000 (15:53 +1100)] 
Doc updates

25 years ago- Added non-PAM MD5 password support patch from Tudor Bosman <tudorb@jm.nu>
Damien Miller [Fri, 19 Nov 1999 04:53:20 +0000 (15:53 +1100)] 
- Added non-PAM MD5 password support patch from Tudor Bosman <tudorb@jm.nu>

25 years ago - Renamed BSD helper function files to bsd-*
Damien Miller [Fri, 19 Nov 1999 04:32:34 +0000 (15:32 +1100)] 
 - Renamed BSD helper function files to bsd-*
 - Added tests for login and daemon and OpenBSD replacements for when they
   are absent.

25 years ago - Added autoconf option to enable Kerberos 4 support (untested)
Damien Miller [Fri, 19 Nov 1999 02:03:25 +0000 (13:03 +1100)] 
 - Added autoconf option to enable Kerberos 4 support (untested)
 - Added autoconf option to enable AFS support (untested)
 - Added autoconf option to enable S/Key support (untested)
 - Added autoconf option to enable TCP wrappers support (compiles OK)

25 years ago- Move scp from ${libdir}/ssh to ${libexecdir}/ssh at request of
Damien Miller [Fri, 19 Nov 1999 01:43:19 +0000 (12:43 +1100)] 
- Move scp from ${libdir}/ssh to ${libexecdir}/ssh at request of
  David Rankin <drankin@bohemians.lexington.ky.us>

25 years ago Fix progress bar bug
Damien Miller [Fri, 19 Nov 1999 01:34:14 +0000 (12:34 +1100)] 
 Fix progress bar bug

25 years ago - EGD uses a socket, not a named pipe. Duh.
Damien Miller [Fri, 19 Nov 1999 01:05:01 +0000 (12:05 +1100)] 
 - EGD uses a socket, not a named pipe. Duh.
 - Fix includes in fingerprint.c

25 years ago - Merged OpenBSD CVS changes
Damien Miller [Thu, 18 Nov 1999 21:25:48 +0000 (08:25 +1100)] 
 - Merged OpenBSD CVS changes
   - [auth-rhosts.c auth-rsa.c ssh-agent.c sshconnect.c sshd.c]
     more %d vs. %s in fmt-strings
   - [authfd.c]
     Integers should not be printed with %s

25 years ago - Merged PAM buffer overrun patch from Chip Salzenberg <chip@valinux.com>
Damien Miller [Thu, 18 Nov 1999 20:56:21 +0000 (07:56 +1100)] 
 - Merged PAM buffer overrun patch from Chip Salzenberg <chip@valinux.com>

25 years agoTypo
Damien Miller [Thu, 18 Nov 1999 00:35:13 +0000 (11:35 +1100)] 
Typo

25 years ago - Merged OpenBSD CVS changes
Damien Miller [Wed, 17 Nov 1999 22:28:11 +0000 (09:28 +1100)] 
 - Merged OpenBSD CVS changes
   - [scp.c] foregroundproc() in scp
   - [sshconnect.h] include fingerprint.h
   - [sshd.c] bugfix: the log() for passwd-auth escaped during logging
     changes.
 - Added openssh.com info to README

25 years ago - Merged OpenBSD CVS changes
Damien Miller [Wed, 17 Nov 1999 06:29:08 +0000 (17:29 +1100)] 
 - Merged OpenBSD CVS changes
   - [ChangeLog.Ylonen] noone needs this anymore
   - [authfd.c] close-on-exec for auth-socket, ok deraadt
   - [hostfile.c]
     in known_hosts key lookup the entry for the bits does not need
     to match, all the information is contained in n and e. This
     solves the problem with buggy servers announcing the wrong
     modulus length.  markus and me.
   - [serverloop.c]
     bugfix: check for space if child has terminated, from:
     iedowse@maths.tcd.ie
   - [ssh-add.1 ssh-add.c ssh-keygen.1 ssh-keygen.c sshconnect.c]
     [fingerprint.c fingerprint.h]
     rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>
   - [ssh-agent.1] typo
   - [ssh.1] add OpenSSH information to AUTHOR section. okay markus@
   - [sshd.c]
     force logging to stderr while loading private key file
     (lost while converting to new log-levels)

25 years agoClarify mailing list details
Damien Miller [Tue, 16 Nov 1999 02:45:26 +0000 (13:45 +1100)] 
Clarify mailing list details

25 years ago - Merged OpenBSD CVS changes:
Damien Miller [Tue, 16 Nov 1999 02:37:16 +0000 (13:37 +1100)] 
 - Merged OpenBSD CVS changes:
   - [auth-rh-rsa.c auth-rsa.c authfd.c authfd.h hostfile.c mpaux.c]
     [mpaux.h ssh-add.c ssh-agent.c ssh.h ssh.c sshd.c]
     the keysize of rsa-parameter 'n' is passed implizit,
     a few more checks and warnings about 'pretended' keysizes.
   - [cipher.c cipher.h packet.c packet.h sshd.c]
     remove support for cipher RC4
   - [ssh.c]
     a note for legay systems about secuity issues with permanently_set_uid(),
     the private hostkey and ptrace()
   - [sshconnect.c]
     more detailed messages about adding and checking hostkeys

25 years ago - Fix some Linux libc5 problems reported by Miles Wilson <mw@mctitle.com>
Damien Miller [Tue, 16 Nov 1999 02:29:26 +0000 (13:29 +1100)] 
 - Fix some Linux libc5 problems reported by Miles Wilson <mw@mctitle.com>

25 years agoAdded upgrade instructions
Damien Miller [Mon, 15 Nov 1999 21:02:27 +0000 (08:02 +1100)] 
Added upgrade instructions

25 years agoDoc updates
Damien Miller [Mon, 15 Nov 1999 12:34:11 +0000 (23:34 +1100)] 
Doc updates

25 years agoOpenBSD CVS: fix .Xr
Damien Miller [Mon, 15 Nov 1999 12:33:56 +0000 (23:33 +1100)] 
OpenBSD CVS: fix .Xr

25 years ago- Split subpackages further based on patch from jim knoble <jmknoble@pobox.com> V_1_2_PRE12
Damien Miller [Mon, 15 Nov 1999 06:19:24 +0000 (17:19 +1100)] 
- Split subpackages further based on patch from jim knoble <jmknoble@pobox.com>

25 years ago - Merged more Solaris compability from Marc G. Fournier
Damien Miller [Mon, 15 Nov 1999 06:10:57 +0000 (17:10 +1100)] 
 - Merged more Solaris compability from Marc G. Fournier
   <marc.fournier@acadiau.ca>
 - Wrote autoconf tests for __progname symbol

25 years agoFixed spello
Damien Miller [Mon, 15 Nov 1999 05:01:07 +0000 (16:01 +1100)] 
Fixed spello

25 years ago - Various small cleanups to bring diff (against OpenBSD) size down.
Damien Miller [Mon, 15 Nov 1999 04:40:55 +0000 (15:40 +1100)] 
 - Various small cleanups to bring diff (against OpenBSD) size down.

25 years ago - Merged more OpenBSD CVS changes:
Damien Miller [Mon, 15 Nov 1999 04:25:10 +0000 (15:25 +1100)] 
 - Merged more OpenBSD CVS changes:
        [auth-krb4.c]
          - disconnect if getpeername() fails
          - missing xfree(*client)
        [canohost.c]
          - disconnect if getpeername() fails
          - fix comment: we _do_ disconnect if ip-options are set
        [sshd.c]
          - disconnect if getpeername() fails
          - move checking of remote port to central place
        [auth-rhosts.c] move checking of remote port to central place
        [log-server.c] avoid extra fd per sshd, from millert@
        [readconf.c] print _all_ bad config-options in ssh(1), too
        [readconf.h] print _all_ bad config-options in ssh(1), too
        [ssh.c] print _all_ bad config-options in ssh(1), too
        [sshconnect.c] disconnect if getpeername() fails
 - OpenBSD's changes to sshd.c broke the PAM stuff, re-merged it.

25 years agoFurther cleanup of askpass autoconf support, enable GNOME askpass option
Damien Miller [Mon, 15 Nov 1999 03:36:53 +0000 (14:36 +1100)] 
Further cleanup of askpass autoconf support, enable GNOME askpass option
only if askpass has first been enabled.

25 years ago - Merged OpenBSD CVS changes:
Damien Miller [Mon, 15 Nov 1999 03:25:30 +0000 (14:25 +1100)] 
 - Merged OpenBSD CVS changes:
   - [ssh-add.c] change passphrase loop logic and remove ref to
     $DISPLAY, ok niels
 - Changed to ssh-add.c broke askpass support. Revised it to be a little more
   modular.
 - Revised autoconf support for enabling/disabling askpass support.

25 years agoThinko
Damien Miller [Sun, 14 Nov 1999 23:04:28 +0000 (10:04 +1100)] 
Thinko

25 years agoSolaris compile fixes
Damien Miller [Sun, 14 Nov 1999 22:56:06 +0000 (09:56 +1100)] 
Solaris compile fixes

25 years agotypo
Damien Miller [Sun, 14 Nov 1999 22:25:59 +0000 (09:25 +1100)] 
typo

25 years ago - Tidied default config file some more
Damien Miller [Sat, 13 Nov 1999 12:56:35 +0000 (23:56 +1100)] 
 - Tidied default config file some more
 - Revised Redhat initscript to fix bug: sshd (re)start would fail
   if executed from inside a ssh login.

25 years ago - Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de>
Damien Miller [Sat, 13 Nov 1999 04:40:10 +0000 (15:40 +1100)] 
 - Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de>
 - Added ifdefs to auth-passwd.c to exclude it when PAM is enabled

25 years agoupdated
Damien Miller [Sat, 13 Nov 1999 02:30:28 +0000 (13:30 +1100)] 
updated

25 years ago - Delay fork (-f option) in ssh until after port forwarded connections
Damien Miller [Sat, 13 Nov 1999 02:28:45 +0000 (13:28 +1100)] 
 - Delay fork (-f option) in ssh until after port forwarded connections
   have been initialised. Patch from Jani Hakala <jahakala@cc.jyu.fi>

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

26 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

26 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