]> andersk Git - openssh.git/log
openssh.git
24 years ago - OpenBSD CVS Changes
damien [Mon, 13 Dec 1999 23:47:15 +0000 (23:47 +0000)] 
 - OpenBSD CVS Changes
   - [canohost.c]
     fix get_remote_port() and friends for sshd -i;
     Holger.Trapp@Informatik.TU-Chemnitz.DE
   - [mpaux.c]
     make code simpler. no need for memcpy. niels@ ok
   - [pty.c]
     namebuflen not sizeof namebuflen; bnd@ep-ag.com via djm@mindrot.org
     fix proto; markus
   - [ssh.1]
      typo; mark.baushke@solipsa.com
   - [channels.c ssh.c ssh.h sshd.c]
     type conflict for 'extern Type *options' in channels.c; dot@dotat.at
   - [sshconnect.c]
     move checking of hostkey into own function.
   - [version.h]
     OpenSSH-1.2.1

24 years ago - Fix compilation on systems with AFS. Reported by
damien [Sun, 12 Dec 1999 21:27:33 +0000 (21:27 +0000)] 
 - Fix compilation on systems with AFS. Reported by
   aloomis@glue.umd.edu
 - Fix installation on Solaris. Reported by
   Gordon Rowell <gordonr@gormand.com.au>
 - Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com,
   patch from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
 - Auto-locate xauth. Patch from David Agraz <dagraz@jahoopa.com>
 - Compile fix from David Agraz <dagraz@jahoopa.com>
 - Avoid compiler warning in bsd-snprintf.c
 - Added pam_limits.so to default PAM config. Suggested by
   Jim Knoble <jmknoble@pobox.com>

24 years agoWhitespace
damien [Wed, 8 Dec 1999 23:57:00 +0000 (23:57 +0000)] 
Whitespace

24 years ago - Applied patch from David Rankin <drankin@bohemians.lexington.ky.us> V_1_2PRE17
damien [Wed, 8 Dec 1999 23:48:58 +0000 (23:48 +0000)] 
 - Applied patch from David Rankin <drankin@bohemians.lexington.ky.us>
   to fix libwrap support on NetBSD

24 years agoPrepare for 1.2pre17
damien [Wed, 8 Dec 1999 23:42:10 +0000 (23:42 +0000)] 
Prepare for 1.2pre17

24 years ago - OpenBSD CVS updates:
damien [Wed, 8 Dec 1999 23:31:37 +0000 (23:31 +0000)] 
 - OpenBSD CVS updates:
   - [readpass.c]
     avoid stdio; based on work by markus, millert, and I
   - [sshd.c]
     make sure the client selects a supported cipher
   - [sshd.c]
     fix sighup handling.  accept would just restart and daemon handled
     sighup only after the next connection was accepted. use poll on
     listen sock now.
   - [sshd.c]
     make that a fatal

24 years ago - Import of patch from Ben Taylor <bent@clark.net>:
damien [Wed, 8 Dec 1999 23:16:54 +0000 (23:16 +0000)] 
 - Import of patch from Ben Taylor <bent@clark.net>:
   - Improved PAM support
   - "uninstall" rule for Makefile
   - utmpx support
   - Should fix PAM problems on Solaris

24 years ago - Compile fix for Solaris with /dev/ptmx from
damien [Tue, 7 Dec 1999 21:53:52 +0000 (21:53 +0000)] 
 - Compile fix for Solaris with /dev/ptmx from
   David Agraz <dagraz@jahoopa.com>

24 years agoThird time lucky V_1_2_PRE16
damien [Tue, 7 Dec 1999 06:03:33 +0000 (06:03 +0000)] 
Third time lucky

24 years agoThird time lucky
damien [Tue, 7 Dec 1999 06:02:57 +0000 (06:02 +0000)] 
Third time lucky

24 years agoundone silly changes
damien [Tue, 7 Dec 1999 06:01:13 +0000 (06:01 +0000)] 
undone silly changes

24 years agoVicarious (sp?) changes to try to fix -k option
damien [Tue, 7 Dec 1999 06:00:20 +0000 (06:00 +0000)] 
Vicarious (sp?) changes to try to fix -k option

24 years agodoc
damien [Tue, 7 Dec 1999 05:55:04 +0000 (05:55 +0000)] 
doc

24 years agoforgot -kb when imported
damien [Tue, 7 Dec 1999 05:51:32 +0000 (05:51 +0000)] 
forgot -kb when imported

24 years agoForgot -kb
damien [Tue, 7 Dec 1999 05:47:28 +0000 (05:47 +0000)] 
Forgot -kb

24 years agoReimport with -kb set
damien [Tue, 7 Dec 1999 05:45:20 +0000 (05:45 +0000)] 
Reimport with -kb set

24 years agoForgot -kb when checking in
damien [Tue, 7 Dec 1999 05:45:00 +0000 (05:45 +0000)] 
Forgot -kb when checking in

24 years agoQuiet untar
damien [Tue, 7 Dec 1999 05:32:10 +0000 (05:32 +0000)] 
Quiet untar

24 years agoAdd buildprereq
damien [Tue, 7 Dec 1999 05:31:18 +0000 (05:31 +0000)] 
Add buildprereq

24 years ago*** empty log message ***
damien [Tue, 7 Dec 1999 05:21:40 +0000 (05:21 +0000)] 
*** empty log message ***

24 years agoTweak
damien [Tue, 7 Dec 1999 05:21:32 +0000 (05:21 +0000)] 
Tweak

24 years agoUpdated spec
damien [Tue, 7 Dec 1999 05:20:49 +0000 (05:20 +0000)] 
Updated spec

24 years ago - Merged more OpenBSD changes:
damien [Tue, 7 Dec 1999 04:38:31 +0000 (04:38 +0000)] 
 - Merged more OpenBSD changes:
   - [atomicio.c authfd.c scp.c serverloop.c ssh.h sshconnect.c sshd.c]
     move atomicio into it's own file.  wrap all socket write()s which
     were doing write(sock, buf, len) != len, with atomicio() calls.
   - [auth-skey.c]
     fd leak
   - [authfile.c]
     properly name fd variable
   - [channels.c]
     display great hatred towards strcpy
   - [pty.c pty.h sshd.c]
     use openpty() if it exists (it does on BSD4_4)
   - [tildexpand.c]
     check for ~ expansion past MAXPATHLEN
 - Modified helper.c to use new atomicio function.
 - Reformat Makefile a little
 - Moved RC4 routines from rc4.[ch] into helper.c
 - Added autoconf code to detect /dev/ptmx (Solaris) and /dev/ptc (AIX)

24 years ago - Fix PAM account and session being called multiple times. Problem
damien [Tue, 7 Dec 1999 03:56:27 +0000 (03:56 +0000)] 
 - Fix PAM account and session being called multiple times. Problem
   reported by Adrian Baugh <adrian@merlin.keble.ox.ac.uk>

24 years agoFixed default SSH_ASKPASS
damien [Tue, 7 Dec 1999 03:54:53 +0000 (03:54 +0000)] 
Fixed default SSH_ASKPASS

24 years ago - sshd Redhat init script patch from Jim Knoble <jmknoble@pobox.com>
damien [Tue, 7 Dec 1999 03:53:57 +0000 (03:53 +0000)] 
 - sshd Redhat init script patch from Jim Knoble <jmknoble@pobox.com>
   fixes compatability with 4.x and 5.x

24 years ago - Merged OpenBSD CVS changes:
damien [Mon, 6 Dec 1999 00:47:28 +0000 (00:47 +0000)] 
 - Merged OpenBSD CVS changes:
   - [auth-krb4.c auth-passwd.c auth-skey.c ssh.
     move skey-auth from auth-passwd.c to auth-s
   - [auth-rsa.c]
     warn only about mismatch if key is _used_
     warn about keysize-mismatch with log() not
     channels.c readconf.c readconf.h ssh.c ssh.
     ports are u_short
   - [hostfile.c]
     indent, shorter warning
   - [nchan.c]
     use error() for internal errors
   - [packet.c]
     set loglevel for SSH_MSG_DISCONNECT to log(
     serverloop.c
     indent
   - [ssh-add.1 ssh-add.c ssh.h]
     document , reasonable default
   - [ssh.1]
     CheckHostIP is not available for connects v
   - [sshconnect.c]
     typo
     easier to read client code for passwd and s
     turn of checkhostip for proxy connects, sin

24 years agoSmall cleanup of PAM code
damien [Sat, 4 Dec 1999 09:24:48 +0000 (09:24 +0000)] 
Small cleanup of PAM code

24 years agoFix symlinks on Solaris
damien [Mon, 29 Nov 1999 22:47:52 +0000 (22:47 +0000)] 
Fix symlinks on Solaris

24 years ago - Add definition for __P()
damien [Fri, 26 Nov 1999 01:21:24 +0000 (01:21 +0000)] 
 - Add definition for __P()
 - Added [v]snprintf() replacement for systems that lack it

24 years agoDoc updates V_1_2_PRE15
damien [Thu, 25 Nov 1999 02:50:10 +0000 (02:50 +0000)] 
Doc updates

24 years agodisable buildprereqs for Suse RPM
damien [Thu, 25 Nov 1999 02:41:09 +0000 (02:41 +0000)] 
disable buildprereqs for Suse RPM

24 years agoinstall fix
damien [Thu, 25 Nov 1999 02:40:22 +0000 (02:40 +0000)] 
install fix

24 years agoinstall cleanup
damien [Thu, 25 Nov 1999 02:36:42 +0000 (02:36 +0000)] 
install cleanup

24 years agoInstall correct askpass
damien [Thu, 25 Nov 1999 02:32:34 +0000 (02:32 +0000)] 
Install correct askpass

24 years agoDon't need to #define ASKPASS_PROGRAM any more
damien [Thu, 25 Nov 1999 02:26:36 +0000 (02:26 +0000)] 
Don't need to #define ASKPASS_PROGRAM any more

24 years agoUpdate SPEC files
damien [Thu, 25 Nov 1999 02:24:58 +0000 (02:24 +0000)] 
Update SPEC files

24 years agoRemoved old with-askpass option
damien [Thu, 25 Nov 1999 02:19:55 +0000 (02:19 +0000)] 
Removed old with-askpass option

24 years ago - Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com>
damien [Thu, 25 Nov 1999 02:08:31 +0000 (02:08 +0000)] 
 - Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com>

24 years ago - Added BSD compatible install program and autoconf test, thanks to
damien [Thu, 25 Nov 1999 01:31:26 +0000 (01:31 +0000)] 
 - Added BSD compatible install program and autoconf test, thanks to
   Niels Kristian Bech Jensen <nkbj@image.dk>
 - Solaris fixing, thanks to Ben Taylor <bent@clark.net>

24 years ago - More reformatting merged from OpenBSD CVS
damien [Thu, 25 Nov 1999 00:55:45 +0000 (00:55 +0000)] 
 - More reformatting merged from OpenBSD CVS
 - Merged OpenBSD CVS changes:
   - [channels.c]
     fix packet_integrity_check() for !have_hostname_in_open.
     report from mrwizard@psu.edu via djm@ibs.com.au
   - [channels.c]
     set SO_REUSEADDR and SO_LINGER for forwarded ports.
     chip@valinux.com via damien@ibs.com.au
   - [nchan.c]
     it's not an error() if shutdown_write failes in nchan.
   - [readconf.c]
     remove dead #ifdef-0-code
   - [readconf.c servconf.c]
     strcasecmp instead of tolower
   - [scp.c]
     progress meter overflow fix from damien@ibs.com.au
   - [ssh-add.1 ssh-add.c]
     SSH_ASKPASS support
   - [ssh.1 ssh.c]
     postpone fork_after_authentication until command execution,
     request/patch from jahakala@cc.jyu.fi via damien@ibs.com.au
     plus: use daemon() for backgrounding

24 years ago - More reformatting merged from OpenBSD CVS
damien [Thu, 25 Nov 1999 00:54:57 +0000 (00:54 +0000)] 
 - More reformatting merged from OpenBSD CVS
 - Merged OpenBSD CVS changes:
   - [channels.c]
     report from mrwizard@psu.edu via djm@ibs.com.au
   - [channels.c]
     set SO_REUSEADDR and SO_LINGER for forwarded ports.
     chip@valinux.com via damien@ibs.com.au
   - [nchan.c]
     it's not an error() if shutdown_write failes in nchan.
   - [readconf.c]
     remove dead #ifdef-0-code
   - [readconf.c servconf.c]
     strcasecmp instead of tolower
   - [scp.c]
     progress meter overflow fix from damien@ibs.com.au
   - [ssh-add.1 ssh-add.c]
     SSH_ASKPASS support
   - [ssh.1 ssh.c]
     postpone fork_after_authentication until command execution,
     request/patch from jahakala@cc.jyu.fi via damien@ibs.com.au
     plus: use daemon() for backgrounding

24 years ago*** empty log message ***
damien [Wed, 24 Nov 1999 23:42:08 +0000 (23:42 +0000)] 
*** empty log message ***

24 years ago - Merged very large OpenBSD source code reformat
damien [Wed, 24 Nov 1999 13:26:21 +0000 (13:26 +0000)] 
 - Merged very large OpenBSD source code reformat
 - OpenBSD CVS updates
   - [channels.c cipher.c compat.c log-client.c scp.c serverloop.c]
     [ssh.h sshd.8 sshd.c]
     syslog changes:
     * Unified Logmessage for all auth-types, for success and for failed
     * Standard connections get only ONE line in the LOG when level==LOG:
       Auth-attempts are logged only, if authentication is:
          a) successfull or
          b) with passwd or
          c) we had more than AUTH_FAIL_LOG failues
     * many log() became verbose()
     * old behaviour with level=VERBOSE
   - [readconf.c readconf.h ssh.1 ssh.h sshconnect.c sshd.c]
     tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE
     messages. allows use of s/key in windows (ttssh, securecrt) and
     ssh-1.2.27 clients without 'ssh -v', ok: niels@
   - [sshd.8]
     -V, for fallback to openssh in SSH2 compatibility mode
   - [sshd.c]
     fix sigchld race; cjc5@po.cwru.edu

24 years ago - Add recommendation to use GNU make to INSTALL document
damien [Tue, 23 Nov 1999 01:36:29 +0000 (01:36 +0000)] 
 - Add recommendation to use GNU make to INSTALL document

24 years ago - Numerous little Solaris fixes
damien [Tue, 23 Nov 1999 00:24:32 +0000 (00:24 +0000)] 
 - Numerous little Solaris fixes

24 years ago - Added SuSE package files from Chris Saia <csaia@wtower.com>
damien [Mon, 22 Nov 1999 23:11:29 +0000 (23:11 +0000)] 
 - Added SuSE package files from Chris Saia <csaia@wtower.com>
 - Restructured package-related files under packages/
 - Added generic PAM config

24 years agoUse puts instead of printf
damien [Mon, 22 Nov 1999 11:42:17 +0000 (11:42 +0000)] 
Use puts instead of printf

24 years ago - Configure, Make and changelog corrections from Tudor Bosman
damien [Mon, 22 Nov 1999 11:31:49 +0000 (11:31 +0000)] 
 - Configure, Make and changelog corrections from Tudor Bosman
   <tudorb@jm.nu> and Niels Kristian Bech Jensen <nkbj@image.dk>

24 years agoprepare for 1.2pre14 V_1_2_PRE14
damien [Mon, 22 Nov 1999 07:13:13 +0000 (07:13 +0000)] 
prepare for 1.2pre14

24 years agoOnly display comment for ssh-askpass
damien [Mon, 22 Nov 1999 07:11:23 +0000 (07:11 +0000)] 
Only display comment for ssh-askpass

24 years agoDoc updates
damien [Mon, 22 Nov 1999 05:12:31 +0000 (05:12 +0000)] 
Doc updates

24 years ago - Added a setenv replacement for systems which lack it
damien [Mon, 22 Nov 1999 05:11:05 +0000 (05:11 +0000)] 
 - Added a setenv replacement for systems which lack it

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

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

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

24 years agoerror message fix
damien [Mon, 22 Nov 1999 02:55:36 +0000 (02:55 +0000)] 
error message fix

24 years ago - OpenBSD CVS Changes
damien [Mon, 22 Nov 1999 02:22:29 +0000 (02:22 +0000)] 
 - 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@

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

24 years ago - [OVERVIEW README] typos; green@freebsd
damien [Sun, 21 Nov 1999 07:31:57 +0000 (07:31 +0000)] 
- [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

24 years ago - OpenBSD CVS Changes
damien [Sun, 21 Nov 1999 02:23:52 +0000 (02:23 +0000)] 
  - 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]

24 years agoFix segfault
damien [Sat, 20 Nov 1999 06:02:56 +0000 (06:02 +0000)] 
Fix segfault

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

24 years agoDie if lastlog not found V_1_2_PRE13
damien [Fri, 19 Nov 1999 08:14:04 +0000 (08:14 +0000)] 
Die if lastlog not found

24 years agoFix doc files
damien [Fri, 19 Nov 1999 06:25:16 +0000 (06:25 +0000)] 
Fix doc files

24 years agoFix askapss files
damien [Fri, 19 Nov 1999 06:23:50 +0000 (06:23 +0000)] 
Fix askapss files

24 years agoFix doc files
damien [Fri, 19 Nov 1999 06:21:35 +0000 (06:21 +0000)] 
Fix doc files

24 years agoFix libexecdir
damien [Fri, 19 Nov 1999 06:18:57 +0000 (06:18 +0000)] 
Fix libexecdir

24 years agoPrepare for pre13
damien [Fri, 19 Nov 1999 06:14:16 +0000 (06:14 +0000)] 
Prepare for pre13

24 years agoDoc updates
damien [Fri, 19 Nov 1999 04:53:50 +0000 (04:53 +0000)] 
Doc updates

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

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

24 years ago - Added autoconf option to enable Kerberos 4 support (untested)
damien [Fri, 19 Nov 1999 02:03:25 +0000 (02:03 +0000)] 
 - 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)

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

24 years ago Fix progress bar bug
damien [Fri, 19 Nov 1999 01:34:14 +0000 (01:34 +0000)] 
 Fix progress bar bug

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

24 years ago - Merged OpenBSD CVS changes
damien [Thu, 18 Nov 1999 21:25:48 +0000 (21:25 +0000)] 
 - 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

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

24 years agoTypo
damien [Thu, 18 Nov 1999 00:35:13 +0000 (00:35 +0000)] 
Typo

24 years ago - Merged OpenBSD CVS changes
damien [Wed, 17 Nov 1999 22:28:11 +0000 (22:28 +0000)] 
 - 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

24 years ago - Merged OpenBSD CVS changes
damien [Wed, 17 Nov 1999 06:29:08 +0000 (06:29 +0000)] 
 - 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)

24 years agoClarify mailing list details
damien [Tue, 16 Nov 1999 02:45:26 +0000 (02:45 +0000)] 
Clarify mailing list details

24 years ago - Merged OpenBSD CVS changes:
damien [Tue, 16 Nov 1999 02:37:16 +0000 (02:37 +0000)] 
 - 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

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

24 years agoAdded upgrade instructions
damien [Mon, 15 Nov 1999 21:02:27 +0000 (21:02 +0000)] 
Added upgrade instructions

24 years agoDoc updates
damien [Mon, 15 Nov 1999 12:34:11 +0000 (12:34 +0000)] 
Doc updates

24 years agoOpenBSD CVS: fix .Xr
damien [Mon, 15 Nov 1999 12:33:56 +0000 (12:33 +0000)] 
OpenBSD CVS: fix .Xr

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

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

24 years agoFixed spello
damien [Mon, 15 Nov 1999 05:01:07 +0000 (05:01 +0000)] 
Fixed spello

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

24 years ago - Merged more OpenBSD CVS changes:
damien [Mon, 15 Nov 1999 04:25:10 +0000 (04:25 +0000)] 
 - 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.

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

24 years ago - Merged OpenBSD CVS changes:
damien [Mon, 15 Nov 1999 03:25:30 +0000 (03:25 +0000)] 
 - 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.

24 years agoThinko
damien [Sun, 14 Nov 1999 23:04:28 +0000 (23:04 +0000)] 
Thinko

24 years agoSolaris compile fixes
damien [Sun, 14 Nov 1999 22:56:06 +0000 (22:56 +0000)] 
Solaris compile fixes

24 years agotypo
damien [Sun, 14 Nov 1999 22:25:59 +0000 (22:25 +0000)] 
typo

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

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

24 years agoupdated
damien [Sat, 13 Nov 1999 02:30:28 +0000 (02:30 +0000)] 
updated

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