]> git.ipfire.org Git - thirdparty/openssh-portable.git/log
thirdparty/openssh-portable.git
25 years agoremove debugging junk V_1_2_3_TEST1
Damien Miller [Mon, 3 Apr 2000 05:07:32 +0000 (15:07 +1000)] 
remove debugging junk

25 years ago - Wrote entropy collection routines for systems that lack /dev/random
Damien Miller [Mon, 3 Apr 2000 04:50:43 +0000 (14:50 +1000)] 
 - Wrote entropy collection routines for systems that lack /dev/random
   and EGD

25 years ago - Big OpenBSD CVS update (mainly beginnings of SSH2 infrastructure)
Damien Miller [Sat, 1 Apr 2000 01:09:21 +0000 (11:09 +1000)] 
 - Big OpenBSD CVS update (mainly beginnings of SSH2 infrastructure)
   - [auth.c session.c sshd.c auth.h]
     split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removal
   - [bufaux.c bufaux.h]
     support ssh2 bignums
   - [channels.c channels.h clientloop.c sshd.c nchan.c nchan.h packet.c]
     [readconf.c ssh.c ssh.h serverloop.c]
     replace big switch() with function tables (prepare for ssh2)
   - [ssh2.h]
     ssh2 message type codes
   - [sshd.8]
     reorder Xr to avoid cutting
   - [serverloop.c]
     close(fdin) if fdin != fdout, shutdown otherwise, ok theo@
   - [channels.c]
     missing close
     allow bigger packets
   - [cipher.c cipher.h]
     support ssh2 ciphers
   - [compress.c]
     cleanup, less code
   - [dispatch.c dispatch.h]
     function tables for different message types
   - [log-server.c]
     do not log() if debuggin to stderr
     rename a cpp symbol, to avoid param.h collision
   - [mpaux.c]
     KNF
   - [nchan.c]
     sync w/ channels.c

25 years ago - OpenBSD CVS update
Damien Miller [Sun, 26 Mar 2000 03:04:51 +0000 (13:04 +1000)] 
 - OpenBSD CVS update
   - [auth-krb4.c]
     -Wall
   - [auth-rh-rsa.c auth-rsa.c hostfile.c hostfile.h key.c key.h match.c]
     [match.h ssh.c ssh.h sshconnect.c sshd.c]
     initial support for DSA keys. ok deraadt@, niels@
   - [cipher.c cipher.h]
     remove unused cipher_attack_detected code
   - [scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
     Fix some formatting problems I missed before.
   - [ssh.1 sshd.8]
     fix spelling errors, From: FreeBSD
   - [ssh.c]
     switch to raw mode only if he _get_ a pty (not if we _want_ a pty).

25 years ago - Better tests for OpenSSL w/ RSAref
Damien Miller [Sun, 26 Mar 2000 02:12:34 +0000 (12:12 +1000)] 
 - Better tests for OpenSSL w/ RSAref
 - Added replacement setenv() function from OpenBSD libc. Suggested by
   Ben Lindstrom <mouring@pconline.com>

25 years agoTest RSA_private_decrypt when searching for OpenSSL
Damien Miller [Sun, 26 Mar 2000 02:07:15 +0000 (12:07 +1000)] 
Test RSA_private_decrypt when searching for OpenSSL

25 years agoversion V_1_2_3
Damien Miller [Thu, 23 Mar 2000 22:24:33 +0000 (09:24 +1100)] 
version

25 years agover V_1_2_3_PRE5
Damien Miller [Fri, 17 Mar 2000 13:21:41 +0000 (00:21 +1100)] 
ver

25 years ago - Runtime error fix for HPUX from Otmar Stahl
Damien Miller [Fri, 17 Mar 2000 12:58:59 +0000 (23:58 +1100)] 
 - Runtime error fix for HPUX from Otmar Stahl
   <O.Stahl@lsw.uni-heidelberg.de>

25 years ago - OpenBSD CVS updates:
Damien Miller [Fri, 17 Mar 2000 12:40:15 +0000 (23:40 +1100)] 
 - OpenBSD CVS updates:
   - [atomicio.c auth-krb4.c bufaux.c channels.c compress.c fingerprint.c]
     [packet.h radix.c rsa.c scp.c ssh-agent.c ssh-keygen.c sshconnect.c]
     [sshd.c]
     pedantic: signed vs. unsigned, void*-arithm, etc
   - [ssh.1 sshd.8]
     Various cleanups and standardizations.

25 years ago - Checks for 64 bit int types. Problem report from Mats Fredholm
Damien Miller [Fri, 17 Mar 2000 12:26:46 +0000 (23:26 +1100)] 
 - Checks for 64 bit int types. Problem report from Mats Fredholm
   <matsf@init.se>

25 years ago - Clarified --with-default-path option.
Damien Miller [Thu, 16 Mar 2000 23:54:15 +0000 (10:54 +1100)] 
 - Clarified --with-default-path option.
 - Added -blibpath handling for AIX to work around stupid runtime linking.
   Problem elucidated by gshapiro@SENDMAIL.ORG by way of Jim Knoble
   <jmknoble@pobox.com>

25 years agoPrepare for final test release V_1_2_3_PRE4
Damien Miller [Thu, 16 Mar 2000 01:45:17 +0000 (12:45 +1100)] 
Prepare for final test release

25 years ago - Added blurb about "scp: command not found" errors to UPGRADING
Damien Miller [Thu, 16 Mar 2000 01:23:13 +0000 (12:23 +1100)] 
 - Added blurb about "scp: command not found" errors to UPGRADING

25 years agospello
Damien Miller [Thu, 16 Mar 2000 01:07:43 +0000 (12:07 +1100)] 
spello

25 years ago - Doc cleanups
Damien Miller [Thu, 16 Mar 2000 00:51:09 +0000 (11:51 +1100)] 
 - Doc cleanups

25 years agoMoved to contrib/
Damien Miller [Thu, 16 Mar 2000 00:35:02 +0000 (11:35 +1100)] 
Moved to contrib/

25 years ago - Propogate LD through to Makefile
Damien Miller [Wed, 15 Mar 2000 23:48:25 +0000 (10:48 +1100)] 
 - Propogate LD through to Makefile

25 years ago - Fixed configure not passing LDFLAGS to Solaris. Report from David G.
Damien Miller [Wed, 15 Mar 2000 20:52:29 +0000 (07:52 +1100)] 
 - Fixed configure not passing LDFLAGS to Solaris. Report from David G.
   Hesprich <dghespri@sprintparanet.com>

25 years ago - Configure fix from Bratislav ILICH <bilic@zepter.ru>
Damien Miller [Wed, 15 Mar 2000 10:18:10 +0000 (21:18 +1100)] 
 - Configure fix from Bratislav ILICH <bilic@zepter.ru>

25 years agofix doh V_1_2_3_PRE3
Damien Miller [Wed, 15 Mar 2000 01:55:52 +0000 (12:55 +1100)] 
fix doh

25 years agofix doh
Damien Miller [Wed, 15 Mar 2000 01:38:13 +0000 (12:38 +1100)] 
fix doh

25 years agoUpdated spec file for new version and locations
Damien Miller [Wed, 15 Mar 2000 01:31:18 +0000 (12:31 +1100)] 
Updated spec file for new version and locations

25 years agoMoved package files to contrib/
Damien Miller [Wed, 15 Mar 2000 01:25:06 +0000 (12:25 +1100)] 
Moved package files to contrib/

Added FreeBSD PAM config

25 years ago - Created contrib/ subdirectory. Included helpers from Phil Hands'
Damien Miller [Wed, 15 Mar 2000 01:13:01 +0000 (12:13 +1100)] 
 - Created contrib/ subdirectory. Included helpers from Phil Hands'
   Debian package, README file and chroot patch from Ricardo Cerqueira
   <rmcc@clix.pt>
 - Moved gnome-ssh-askpass.c to contrib directory and reomved config
   option.
 - Slight cleanup to doc files

25 years ago - Don't free argument to putenv() after use (in setenv() replacement).
Damien Miller [Wed, 15 Mar 2000 00:23:48 +0000 (11:23 +1100)] 
 - Don't free argument to putenv() after use (in setenv() replacement).
   Report from Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp>

25 years ago - Fix broken CFLAGS handling during search for OpenSSL. Fixes va_list
Damien Miller [Tue, 14 Mar 2000 23:04:54 +0000 (10:04 +1100)] 
 - Fix broken CFLAGS handling during search for OpenSSL. Fixes va_list
   problems with gcc/Solaris.

25 years ago*** empty log message ***
Damien Miller [Tue, 14 Mar 2000 03:52:19 +0000 (14:52 +1100)] 
*** empty log message ***

25 years ago - Include /usr/local/include and /usr/local/lib for systems that don't
Damien Miller [Tue, 14 Mar 2000 02:44:01 +0000 (13:44 +1100)] 
 - Include /usr/local/include and /usr/local/lib for systems that don't
   do it themselves
 - -R/usr/local/lib for Solaris
 - Fix RSAref detection
 - Fix IN6_IS_ADDR_V4MAPPED macro

25 years ago - Include macro for IN6_IS_ADDR_V4MAPPED. Report from
Damien Miller [Mon, 13 Mar 2000 23:16:34 +0000 (10:16 +1100)] 
 - Include macro for IN6_IS_ADDR_V4MAPPED. Report from
   peter@frontierflying.com

25 years ago*** empty log message ***
Damien Miller [Mon, 13 Mar 2000 23:13:04 +0000 (10:13 +1100)] 
*** empty log message ***

25 years ago*** empty log message ***
Damien Miller [Mon, 13 Mar 2000 04:41:24 +0000 (15:41 +1100)] 
*** empty log message ***

25 years agoPrepare for pre2 V_1_2_3_PRE2
Damien Miller [Sat, 11 Mar 2000 09:47:17 +0000 (20:47 +1100)] 
Prepare for pre2

25 years ago - IPv6 workarounds from Hideaki YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp>
Damien Miller [Sat, 11 Mar 2000 09:45:40 +0000 (20:45 +1100)] 
 - IPv6 workarounds from Hideaki YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp>

25 years agoMore config fixes
Damien Miller [Sat, 11 Mar 2000 09:05:11 +0000 (20:05 +1100)] 
More config fixes

25 years ago - OpenBSD CVS change V_1_2_3_PRE1
Damien Miller [Sat, 11 Mar 2000 00:58:28 +0000 (11:58 +1100)] 
 - OpenBSD CVS change
   [sshd.c]
    - disallow guessing of root password

25 years agodoh
Damien Miller [Sat, 11 Mar 2000 00:42:13 +0000 (11:42 +1100)] 
doh

25 years agoPrepare for 1.2.3pre release
Damien Miller [Sat, 11 Mar 2000 00:38:35 +0000 (11:38 +1100)] 
Prepare for 1.2.3pre release

25 years ago - Detect RSAref
Damien Miller [Sat, 11 Mar 2000 00:37:00 +0000 (11:37 +1100)] 
 - Detect RSAref

25 years ago - Removed warning workaround for Linux and devpts filesystems (no longer
Damien Miller [Thu, 9 Mar 2000 11:31:13 +0000 (22:31 +1100)] 
 - Removed warning workaround for Linux and devpts filesystems (no longer
   required after OpenBSD updates)

25 years ago - OpenBSD CVS updates to v1.2.3
Damien Miller [Thu, 9 Mar 2000 10:27:49 +0000 (21:27 +1100)] 
 - OpenBSD CVS updates to v1.2.3
[ssh.h atomicio.c]
 - int atomicio -> ssize_t (for alpha). ok deraadt@
[auth-rsa.c]
 - delay MD5 computation until client sends response, free() early, cleanup.
[cipher.c]
 - void* -> unsigned char*, ok niels@
[hostfile.c]
 - remove unused variable 'len'. fix comments.
 - remove unused variable
[log-client.c log-server.c]
 - rename a cpp symbol, to avoid param.h collision
[packet.c]
 - missing xfree()
 - getsockname() requires initialized tolen; andy@guildsoftware.com
 - use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
from Holger.Trapp@Informatik.TU-Chemnitz.DE
[pty.c pty.h]
 - register cleanup for pty earlier. move code for pty-owner handling to
    pty.c ok provos@, dugsong@
[readconf.c]
 - turn off x11-fwd for the client, too.
[rsa.c]
 - PKCS#1 padding
[scp.c]
 - allow '.' in usernames; from jedgar@fxp.org
[servconf.c]
 - typo: ignore_user_known_hosts int->flag; naddy@mips.rhein-neckar.de
 - sync with sshd_config
[ssh-keygen.c]
 - enable ssh-keygen -l -f ~/.ssh/known_hosts, ok deraadt@
[ssh.1]
 - Change invalid 'CHAT' loglevel to 'VERBOSE'
[ssh.c]
 - suppress AAAA query host when '-4' is used; from shin@nd.net.fujitsu.co.jp
 - turn off x11-fwd for the client, too.
[sshconnect.c]
 - missing xfree()
 - retry rresvport_af(), too. from sumikawa@ebina.hitachi.co.jp.
 - read error vs. "Connection closed by remote host"
[sshd.8]
 - ie. -> i.e.,
 - do not link to a commercial page..
 - sync with sshd_config
[sshd.c]
 - no need for poll.h; from bright@wintelcom.net
 - log with level log() not fatal() if peer behaves badly.
 - don't panic if client behaves strange. ok deraadt@
 - make no-port-forwarding for RSA keys deny both -L and -R style fwding
 - delay close() of pty until the pty has been chowned back to root
 - oops, fix comment, too.
 - missing xfree()
 - move XAUTHORITY to subdir. ok dugsong@. fixes debian bug #57907, too.
    (http://cgi.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=57907)
 - register cleanup for pty earlier. move code for pty-owner handling to
      pty.c ok provos@, dugsong@
 - create x11 cookie file
 - fix pr 1113, fclose() -> pclose(), todo: remote popen()
 - version 1.2.3
 - Cleaned up

25 years ago - Configure fix from Hiroshi Takekawa <takekawa@sr3.t.u-tokyo.ac.jp>
Damien Miller [Tue, 7 Mar 2000 22:03:44 +0000 (09:03 +1100)] 
 - Configure fix from Hiroshi Takekawa <takekawa@sr3.t.u-tokyo.ac.jp>

25 years agoadd warning
Damien Miller [Tue, 7 Mar 2000 11:40:57 +0000 (22:40 +1100)] 
add warning

25 years agoUpdate version V_1_2_2_P1
Damien Miller [Mon, 6 Mar 2000 22:37:07 +0000 (09:37 +1100)] 
Update version

25 years agoAvoid compiler warnings
Damien Miller [Sun, 5 Mar 2000 06:14:38 +0000 (17:14 +1100)] 
Avoid compiler warnings

25 years ago - Check for libwrap if --with-tcp-wrappers option specified. Suggestion
Damien Miller [Sun, 5 Mar 2000 06:02:45 +0000 (17:02 +1100)] 
 - Check for libwrap if --with-tcp-wrappers option specified. Suggestion
   Mate Wierdl <mw@moni.msci.memphis.edu>

25 years ago - Check for getpagesize in libucb.a if not found in libc. Fix for old
Damien Miller [Sun, 5 Mar 2000 05:22:59 +0000 (16:22 +1100)] 
 - Check for getpagesize in libucb.a if not found in libc. Fix for old
   Solaris from Andre Lucas <andre.lucas@dial.pipex.com>

25 years ago - Explicitly seed OpenSSL's PRNG before checking rsa_alive()
Damien Miller [Sun, 5 Mar 2000 05:10:45 +0000 (16:10 +1100)] 
 - Explicitly seed OpenSSL's PRNG before checking rsa_alive()

25 years ago - Fix DEC compile fix
Damien Miller [Sun, 5 Mar 2000 05:10:03 +0000 (16:10 +1100)] 
 - Fix DEC compile fix

25 years ago - DEC Unix compile fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
Damien Miller [Fri, 3 Mar 2000 11:48:49 +0000 (22:48 +1100)] 
 - DEC Unix compile fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
 - Manpage fix from David Del Piero <David.DelPiero@qed.qld.gov.au>

25 years ago - Don't permanently fail on bind() if getaddrinfo has more choices left for
Damien Miller [Fri, 3 Mar 2000 11:35:33 +0000 (22:35 +1100)] 
 - Don't permanently fail on bind() if getaddrinfo has more choices left for
   us. Needed to work around messy IPv6 on Linux. Patch from Arkadiusz
   Miskiewicz <misiek@pld.org.pl>

25 years ago- Added "make host-key" target, Suggestion from Dominik Brettnacher
Damien Miller [Fri, 3 Mar 2000 11:13:52 +0000 (22:13 +1100)] 
- Added "make host-key" target, Suggestion from Dominik Brettnacher
 <domi@saargate.de>

25 years ago - Allow root access to any key. Patch from
Damien Miller [Thu, 2 Mar 2000 12:57:18 +0000 (23:57 +1100)] 
 - Allow root access to any key. Patch from
   markus.friedl@informatik.uni-erlangen.de

25 years ago - Warning was valid - possible race condition on PTYs. Avoided using
Damien Miller [Thu, 2 Mar 2000 12:56:12 +0000 (23:56 +1100)] 
 - Warning was valid - possible race condition on PTYs. Avoided using
   platform-specific code.
 - Document some common problems

25 years ago - Avoid warning message with Unix98 ptys
Damien Miller [Thu, 2 Mar 2000 12:31:50 +0000 (23:31 +1100)] 
 - Avoid warning message with Unix98 ptys

25 years ago - Applied pty cleanup patch from markus.friedl@informatik.uni-erlangen.de
Damien Miller [Thu, 2 Mar 2000 12:30:53 +0000 (23:30 +1100)] 
 - Applied pty cleanup patch from markus.friedl@informatik.uni-erlangen.de

25 years ago - Big cleanup of autoconf code
Damien Miller [Thu, 2 Mar 2000 12:09:20 +0000 (23:09 +1100)] 
 - Big cleanup of autoconf code
   - Rearranged to be a little more logical
   - Added -R option for Solaris
   - Rewrote OpenSSL detection code. Now uses AC_TRY_RUN with a test program
     to detect library and header location _and_ ensure library has proper
     RSA support built in (this is a problem with OpenSSL 0.9.5).

25 years ago - Removed SOCKS code. Will support through a ProxyCommand.
Damien Miller [Mon, 7 Feb 2000 02:20:26 +0000 (13:20 +1100)] 
 - Removed SOCKS code. Will support through a ProxyCommand.

25 years agoImport of spilt-off random collection code
Damien Miller [Thu, 3 Feb 2000 03:04:50 +0000 (14:04 +1100)] 
Import of spilt-off random collection code

25 years agoAdd apology
Damien Miller [Thu, 3 Feb 2000 03:00:17 +0000 (14:00 +1100)] 
Add apology

25 years ago - Add --with-ssl-dir option
Damien Miller [Thu, 3 Feb 2000 02:58:51 +0000 (13:58 +1100)] 
 - Add --with-ssl-dir option

25 years ago - Fixed SEGVs in authloop, fix from vbzoli@hbrt.hu
Damien Miller [Wed, 2 Feb 2000 14:07:07 +0000 (01:07 +1100)] 
 - Fixed SEGVs in authloop, fix from vbzoli@hbrt.hu

25 years ago - Documentation fixes from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
Damien Miller [Wed, 2 Feb 2000 09:56:20 +0000 (20:56 +1100)] 
 - Documentation fixes from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
 - Added URLs to Japanese translations of documents by HARUYAMA Seigo
   <haruyama@nt.phys.s.u-tokyo.ac.jp>

25 years ago - Fix lastlog code for directory based lastlogs. Fix from Josh Durham
Damien Miller [Wed, 2 Feb 2000 08:17:40 +0000 (19:17 +1100)] 
 - Fix lastlog code for directory based lastlogs. Fix from Josh Durham
   <jmd@aoe.vt.edu>

25 years ago - Use socket pairs by default (instead of pipes). Prevents race condition
Damien Miller [Tue, 1 Feb 2000 12:05:30 +0000 (23:05 +1100)] 
 - Use socket pairs by default (instead of pipes). Prevents race condition
   on several (buggy) OSs. Report and fix from tridge@linuxcare.com

25 years ago - Compile fix from Andre Lucas <andre.lucas@dial.pipex.com>
Damien Miller [Sat, 29 Jan 2000 09:55:09 +0000 (20:55 +1100)] 
 - Compile fix from Andre Lucas <andre.lucas@dial.pipex.com>

25 years ago - Seed OpenSSL's random number generator before generating RSA keypairs
Damien Miller [Sat, 29 Jan 2000 09:40:22 +0000 (20:40 +1100)] 
 - Seed OpenSSL's random number generator before generating RSA keypairs
 - Split random collector into seperate file

25 years agofix comment
Damien Miller [Sat, 29 Jan 2000 09:13:40 +0000 (20:13 +1100)] 
fix comment

25 years ago - Added note in UPGRADING re interop with commercial SSH using idea.
Damien Miller [Fri, 28 Jan 2000 23:20:21 +0000 (10:20 +1100)] 
 - Added note in UPGRADING re interop with commercial SSH using idea.
   Report from Jim Knoble <jmknoble@pobox.com>
 - Fix linking order for Kerberos/AFS. Fix from Holget Trapp
   <Holger.Trapp@Informatik.TU-Chemnitz.DE>

25 years ago - NeXT keeps it lastlog in /usr/adm. Report from
Damien Miller [Thu, 27 Jan 2000 07:22:13 +0000 (18:22 +1100)] 
 - NeXT keeps it lastlog in /usr/adm. Report from
   mouring@newton.pconline.com

25 years agossh should be setuid V_1_2_2
Damien Miller [Thu, 27 Jan 2000 03:15:48 +0000 (14:15 +1100)] 
ssh should be setuid

25 years agoAdd const to suppress compiler warning
Damien Miller [Wed, 26 Jan 2000 23:55:38 +0000 (10:55 +1100)] 
Add const to suppress compiler warning

25 years ago - Added 'DESTDIR' option to Makefile to ease package building. Patch from V_1_2_2_PRE29
Damien Miller [Wed, 26 Jan 2000 03:37:48 +0000 (14:37 +1100)] 
 - Added 'DESTDIR' option to Makefile to ease package building. Patch from
   Jim Knoble <jmknoble@pobox.com>
 - Updated RPM spec files to use DESTDIR

25 years ago - Fixpaths was missing /etc/ssh_known_hosts. Report from Jim Knoble
Damien Miller [Wed, 26 Jan 2000 01:17:50 +0000 (12:17 +1100)] 
 - Fixpaths was missing /etc/ssh_known_hosts. Report from Jim Knoble
   <jmknoble@pobox.com>

25 years ago - Use preformatted manpages on SCO, report from Gary E. Miller
Damien Miller [Wed, 26 Jan 2000 01:15:30 +0000 (12:15 +1100)] 
 - Use preformatted manpages on SCO, report from Gary E. Miller
   <gem@rellim.com>
 - New URL for x11-ssh-askpass.

25 years ago - Reorder PAM initialisation so it does not mess up lastlog. Reported
Damien Miller [Wed, 26 Jan 2000 00:07:22 +0000 (11:07 +1100)] 
 - Reorder PAM initialisation so it does not mess up lastlog. Reported
   by Andre Lucas <andre.lucas@dial.pipex.com>

25 years ago - Fix NULL pointer dereference in login.c. Fix from Andre Lucas
Damien Miller [Wed, 26 Jan 2000 00:04:48 +0000 (11:04 +1100)] 
 - Fix NULL pointer dereference in login.c. Fix from Andre Lucas
   <andre.lucas@dial.pipex.com>

25 years ago - Pick up version 1.2.2 from OpenBSD CVS (no changes, just version number V_1_2_2_PRE28
Damien Miller [Mon, 24 Jan 2000 06:02:27 +0000 (17:02 +1100)] 
 - Pick up version 1.2.2 from OpenBSD CVS (no changes, just version number
   increment)

25 years ago - Fix lastlog support, patch from Andre Lucas <andre.lucas@dial.pipex.com>
Damien Miller [Sun, 23 Jan 2000 09:18:35 +0000 (20:18 +1100)] 
 - Fix lastlog support, patch from Andre Lucas <andre.lucas@dial.pipex.com>

25 years agoPrepare for 1.2.2
Damien Miller [Sun, 23 Jan 2000 00:04:25 +0000 (11:04 +1100)] 
Prepare for 1.2.2

25 years ago - AIX patch from Matt Richards <v2matt@btv.ibm.com> and David Rankin
Damien Miller [Sat, 22 Jan 2000 23:32:03 +0000 (10:32 +1100)] 
 - AIX patch from Matt Richards <v2matt@btv.ibm.com> and David Rankin
   <drankin@bohemians.lexington.ky.us>

25 years ago - OpenBSD CVS:
Damien Miller [Sat, 22 Jan 2000 22:38:00 +0000 (09:38 +1100)] 
 - OpenBSD CVS:
   - [packet.c]
     getsockname() requires initialized tolen; andy@guildsoftware.com

25 years ago - OpenBSD CVS updates:
Damien Miller [Sat, 22 Jan 2000 08:57:40 +0000 (19:57 +1100)] 
 - OpenBSD CVS updates:
   - [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
     ie. -> i.e.,

25 years ago - OpenBSD CVS updates:
Damien Miller [Sat, 22 Jan 2000 08:47:21 +0000 (19:47 +1100)] 
 - OpenBSD CVS updates:
   - [packet.c]
     use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
     from Holger.Trapp@Informatik.TU-Chemnitz.DE
   - [sshd.c]
     log with level log() not fatal() if peer behaves badly.
   - [readpass.c]
     instead of blocking SIGINT, catch it ourselves, so that we can clean
     the tty modes up and kill ourselves -- instead of our process group
     leader (scp, cvs, ...) going away and leaving us in noecho mode.
     people with cbreak shells never even noticed..

25 years ago - Missing htons() in bsd-bindresvport.c, fix from Holger Trapp
Damien Miller [Sat, 22 Jan 2000 07:17:42 +0000 (18:17 +1100)] 
 - Missing htons() in bsd-bindresvport.c, fix from Holger Trapp
   <Holger.Trapp@Informatik.TU-Chemnitz.DE>

25 years ago - Make IPv4 use the default in RPM packages
Damien Miller [Sat, 22 Jan 2000 03:05:37 +0000 (14:05 +1100)] 
 - Make IPv4 use the default in RPM packages
 - Irix uses preformatted manpages

25 years ago - Merge preformatted manpage patch from Andre Lucas
Damien Miller [Sat, 22 Jan 2000 02:53:11 +0000 (13:53 +1100)] 
 - Merge preformatted manpage patch from Andre Lucas
   <andre.lucas@dial.pipex.com>

25 years ago - Fix compilation of bsd-snprintf.c on Solaris, fix from Ben Taylor
Damien Miller [Sat, 22 Jan 2000 02:25:13 +0000 (13:25 +1100)] 
 - Fix compilation of bsd-snprintf.c on Solaris, fix from Ben Taylor
   <bent@clark.net>

25 years ago - NetBSD patch from David Rankin <drankin@bohemians.lexington.ky.us> and
Damien Miller [Thu, 20 Jan 2000 13:18:15 +0000 (00:18 +1100)] 
 - NetBSD patch from David Rankin <drankin@bohemians.lexington.ky.us> and
   Christos Zoulas <christos@netbsd.org>

25 years ago - Doc updates
Damien Miller [Thu, 20 Jan 2000 12:58:22 +0000 (23:58 +1100)] 
 - Doc updates

25 years ago - Big manpage and config file cleanup from Andre Lucas
Damien Miller [Thu, 20 Jan 2000 12:13:36 +0000 (23:13 +1100)] 
 - Big manpage and config file cleanup from Andre Lucas
   <andre.lucas@dial.pipex.com>
   - Re-added latest (unmodified) OpenBSD manpages

25 years ago - Big manpage and config file cleanup from Andre Lucas
Damien Miller [Thu, 20 Jan 2000 12:13:35 +0000 (23:13 +1100)] 
 - Big manpage and config file cleanup from Andre Lucas
   <andre.lucas@dial.pipex.com>
   - Re-added latest (unmodified) OpenBSD manpages

25 years ago - Update to latest OpenBSD CVS:
Damien Miller [Thu, 20 Jan 2000 11:44:08 +0000 (22:44 +1100)] 
 - Update to latest OpenBSD CVS:
   - [auth-rsa.c]
     - fix user/1056, sshd keeps restrictions; dbt@meat.net
   - [sshconnect.c]
     - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
     - destroy keys earlier
     - split key exchange (kex) and user authentication (user-auth), ok: provos@
   - [sshd.c]
     - no need for poll.h; from bright@wintelcom.net
     - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
     - split key exchange (kex) and user authentication (user-auth), ok: provos@

25 years ago - Don't use getaddrinfo on AIX
Damien Miller [Thu, 20 Jan 2000 11:38:27 +0000 (22:38 +1100)] 
 - Don't use getaddrinfo on AIX

25 years ago - Linux/glibc-2.1.2 takes a *long* time to look up names for AF_UNSPEC
Damien Miller [Wed, 19 Jan 2000 03:36:49 +0000 (14:36 +1100)] 
 - Linux/glibc-2.1.2 takes a *long* time to look up names for AF_UNSPEC
   addresses using getaddrinfo(). Added a configure switch to make the
   default lookup mode AF_INET

25 years ago - SCO compile fixes from Gary E. Miller <gem@rellim.com>
Damien Miller [Wed, 19 Jan 2000 02:45:07 +0000 (13:45 +1100)] 
 - SCO compile fixes from Gary E. Miller <gem@rellim.com>

25 years ago - Compile fix from Darren_Hall@progressive.com
Damien Miller [Tue, 18 Jan 2000 23:41:23 +0000 (10:41 +1100)] 
 - Compile fix from Darren_Hall@progressive.com

25 years ago - Compile fix for HPUX and Solaris from Andre Lucas
Damien Miller [Mon, 17 Jan 2000 22:12:06 +0000 (09:12 +1100)] 
 - Compile fix for HPUX and Solaris from Andre Lucas
   <andre.lucas@dial.pipex.com>

25 years ago - Makefile fix from Gary E. Miller <gem@rellim.com>
Damien Miller [Mon, 17 Jan 2000 22:01:27 +0000 (09:01 +1100)] 
 - Makefile fix from Gary E. Miller <gem@rellim.com>

25 years ago - Fixed --with-pid-dir option
Damien Miller [Mon, 17 Jan 2000 21:57:14 +0000 (08:57 +1100)] 
 - Fixed --with-pid-dir option