]> andersk Git - openssh.git/log
openssh.git
24 years agoadd warning
damien [Tue, 7 Mar 2000 11:40:57 +0000 (11:40 +0000)] 
add warning

24 years agoUpdate version V_1_2_2_P1
damien [Mon, 6 Mar 2000 22:37:07 +0000 (22:37 +0000)] 
Update version

24 years agoAvoid compiler warnings
damien [Sun, 5 Mar 2000 06:14:38 +0000 (06:14 +0000)] 
Avoid compiler warnings

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

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

24 years ago - Explicitly seed OpenSSL's PRNG before checking rsa_alive()
damien [Sun, 5 Mar 2000 05:10:45 +0000 (05:10 +0000)] 
 - Explicitly seed OpenSSL's PRNG before checking rsa_alive()

24 years ago - Fix DEC compile fix
damien [Sun, 5 Mar 2000 05:10:03 +0000 (05:10 +0000)] 
 - Fix DEC compile fix

24 years ago - DEC Unix compile fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
damien [Fri, 3 Mar 2000 11:48:49 +0000 (11:48 +0000)] 
 - 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>

24 years ago - Don't permanently fail on bind() if getaddrinfo has more choices left for
damien [Fri, 3 Mar 2000 11:35:33 +0000 (11:35 +0000)] 
 - 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>

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

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

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

24 years ago - Avoid warning message with Unix98 ptys
damien [Thu, 2 Mar 2000 12:31:50 +0000 (12:31 +0000)] 
 - Avoid warning message with Unix98 ptys

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

24 years ago - Big cleanup of autoconf code
damien [Thu, 2 Mar 2000 12:09:20 +0000 (12:09 +0000)] 
 - 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).

24 years ago - Removed SOCKS code. Will support through a ProxyCommand.
damien [Mon, 7 Feb 2000 02:20:26 +0000 (02:20 +0000)] 
 - Removed SOCKS code. Will support through a ProxyCommand.

24 years agoImport of spilt-off random collection code
damien [Thu, 3 Feb 2000 03:04:50 +0000 (03:04 +0000)] 
Import of spilt-off random collection code

24 years agoAdd apology
damien [Thu, 3 Feb 2000 03:00:17 +0000 (03:00 +0000)] 
Add apology

24 years ago - Add --with-ssl-dir option
damien [Thu, 3 Feb 2000 02:58:51 +0000 (02:58 +0000)] 
 - Add --with-ssl-dir option

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

24 years ago - Documentation fixes from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
damien [Wed, 2 Feb 2000 09:56:20 +0000 (09:56 +0000)] 
 - 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>

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

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

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

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

24 years agofix comment
damien [Sat, 29 Jan 2000 09:13:40 +0000 (09:13 +0000)] 
fix comment

24 years ago - Added note in UPGRADING re interop with commercial SSH using idea.
damien [Fri, 28 Jan 2000 23:20:21 +0000 (23:20 +0000)] 
 - 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>

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

24 years agossh should be setuid V_1_2_2
damien [Thu, 27 Jan 2000 03:15:48 +0000 (03:15 +0000)] 
ssh should be setuid

24 years agoAdd const to suppress compiler warning
damien [Wed, 26 Jan 2000 23:55:38 +0000 (23:55 +0000)] 
Add const to suppress compiler warning

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

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

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

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

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

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

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

24 years agoPrepare for 1.2.2
damien [Sun, 23 Jan 2000 00:04:25 +0000 (00:04 +0000)] 
Prepare for 1.2.2

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

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

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

24 years ago - OpenBSD CVS updates:
damien [Sat, 22 Jan 2000 08:47:21 +0000 (08:47 +0000)] 
 - 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..

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

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

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

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

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

24 years ago - Doc updates
damien [Thu, 20 Jan 2000 12:58:22 +0000 (12:58 +0000)] 
 - Doc updates

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

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

24 years ago - Update to latest OpenBSD CVS:
damien [Thu, 20 Jan 2000 11:44:08 +0000 (11:44 +0000)] 
 - 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@

24 years ago - Don't use getaddrinfo on AIX
damien [Thu, 20 Jan 2000 11:38:27 +0000 (11:38 +0000)] 
 - Don't use getaddrinfo on AIX

24 years ago - Linux/glibc-2.1.2 takes a *long* time to look up names for AF_UNSPEC
damien [Wed, 19 Jan 2000 03:36:49 +0000 (03:36 +0000)] 
 - 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

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

24 years ago - Compile fix from Darren_Hall@progressive.com
damien [Tue, 18 Jan 2000 23:41:23 +0000 (23:41 +0000)] 
 - Compile fix from Darren_Hall@progressive.com

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

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

24 years ago - Fixed --with-pid-dir option
damien [Mon, 17 Jan 2000 21:57:14 +0000 (21:57 +0000)] 
 - Fixed --with-pid-dir option

24 years ago - Substitute PID directory in sshd.8. Suggestion from Andrew
damien [Mon, 17 Jan 2000 11:02:17 +0000 (11:02 +0000)] 
 - Substitute PID directory in sshd.8. Suggestion from Andrew
   Stribblehill <a.d.stribblehill@durham.ac.uk>

24 years ago - Patch from Christos Zoulas <christos@zoulas.com>
damien [Mon, 17 Jan 2000 10:40:06 +0000 (10:40 +0000)] 
 - Patch from Christos Zoulas <christos@zoulas.com>
   - Try $prefix first when looking for OpenSSL.
   - Include sys/types.h when including sys/socket.h in test programs

24 years ago - Fix hang on logout if processes are still using the pty. Needs
damien [Mon, 17 Jan 2000 09:55:18 +0000 (09:55 +0000)] 
 - Fix hang on logout if processes are still using the pty. Needs
   further testing.

24 years ago - Fix --with-ipaddr-display option test. Fix from Jarno Huuskonen
damien [Mon, 17 Jan 2000 08:22:36 +0000 (08:22 +0000)] 
 - Fix --with-ipaddr-display option test. Fix from Jarno Huuskonen
   <jhuuskon@hytti.uku.fi>

24 years ago - Fix rresvport_af failure errors (logic error in bsd-bindresvport.c)
damien [Mon, 17 Jan 2000 04:23:01 +0000 (04:23 +0000)] 
 - Fix rresvport_af failure errors (logic error in bsd-bindresvport.c)

24 years ago - Fixed X11 forwarding bug on Linux. libc advertises AF_INET6 V_1_2_1_PRE27
damien [Mon, 17 Jan 2000 02:22:55 +0000 (02:22 +0000)] 
 - Fixed X11 forwarding bug on Linux. libc advertises AF_INET6
   INADDR_ANY_INIT addresses via getaddrinfo, but may not be able to
   deliver (no IPv6 kernel kernel support)
 - Released 1.2.1pre27

24 years agoPrepare for pre27
damien [Mon, 17 Jan 2000 00:57:39 +0000 (00:57 +0000)] 
Prepare for pre27

24 years ago - Document location of Redhat PAM file in INSTALL.
damien [Mon, 17 Jan 2000 00:56:27 +0000 (00:56 +0000)] 
 - Document location of Redhat PAM file in INSTALL.

24 years ago - Revert __snprintf -> snprintf aliasing. Apparently Solaris
damien [Sun, 16 Jan 2000 22:59:41 +0000 (22:59 +0000)] 
 - Revert __snprintf -> snprintf aliasing. Apparently Solaris
   __snprintf isn't. Report from Theo de Raadt <theo@cvs.openbsd.org>

24 years ago - Clean up bsd-bindresvport.c. Use arc4random() for picking initial
damien [Sun, 16 Jan 2000 22:52:46 +0000 (22:52 +0000)] 
 - Clean up bsd-bindresvport.c. Use arc4random() for picking initial
   port, ignore EINVAL errors (Linux) when searching for free port.

24 years ago - Compilation fix from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
damien [Sun, 16 Jan 2000 12:03:56 +0000 (12:03 +0000)] 
 - Compilation fix from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
 - Fixed broken bugfix for /dev/ptmx on Linux systems which lack
   openpty(). Report from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>

24 years ago - Compilation fix from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
damien [Sun, 16 Jan 2000 07:19:25 +0000 (07:19 +0000)] 
 - Compilation fix from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>

24 years ago - Renamed --with-xauth-path to --with-xauth V_1_2_1_PRE26
damien [Sun, 16 Jan 2000 01:05:18 +0000 (01:05 +0000)] 
 - Renamed --with-xauth-path to --with-xauth
 - Added --with-pid-dir option
 - Released 1.2.1pre26

24 years agoAdded PreReq lines
damien [Sat, 15 Jan 2000 23:17:52 +0000 (23:17 +0000)] 
Added PreReq lines

24 years agoPrepare spec files for pre26
damien [Sat, 15 Jan 2000 03:16:10 +0000 (03:16 +0000)] 
Prepare spec files for pre26

24 years ago - Add --with-xauth-path configure directive and explicit test for
damien [Sat, 15 Jan 2000 03:12:03 +0000 (03:12 +0000)] 
 - Add --with-xauth-path configure directive and explicit test for
   /usr/openwin/bin/xauth for Solaris systems. Report from Anders
   Nordby <anders@fix.no>
 - Fix incorrect detection of /dev/ptmx on Linux systems that lack
   openpty. Report from John Seifarth <john@waw.be>
 - Look for intXX_t and u_intXX_t in sys/bitypes.h if they are not in
   sys/types.h. Fixes problems on SCO, report from Gary E. Miller
   <gem@rellim.com>
 - Use __snprintf and __vnsprintf if they are found where snprintf and
   vnsprintf are lacking. Suggested by Ben Taylor <bent@shell.clark.net>
   and others.

24 years ago - Merged OpenBSD IPv6 patch:
damien [Fri, 14 Jan 2000 04:45:46 +0000 (04:45 +0000)] 
 - Merged OpenBSD IPv6 patch:
   - [sshd.c sshd.8 sshconnect.c ssh.h ssh.c servconf.h servconf.c scp.1]
     [scp.c packet.h packet.c login.c log.c canohost.c channels.c]
     [hostfile.c sshd_config]
     ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new
     features: sshd allows multiple ListenAddress and Port options. note
     that libwrap is not IPv6-ready. (based on patches from
     fujiwara@rcac.tdi.co.jp)
   - [ssh.c canohost.c]
     more hints (hints.ai_socktype=SOCK_STREAM) for getaddrinfo,
     from itojun@
   - [channels.c]
     listen on _all_ interfaces for X11-Fwd (hints.ai_flags = AI_PASSIVE)
   - [packet.h]
     allow auth-kerberos for IPv4 only
   - [scp.1 sshd.8 servconf.h scp.c]
     document -4, -6, and 'ssh -L 2022/::1/22'
   - [ssh.c]
     'ssh @host' is illegal (null user name), from
     karsten@gedankenpolizei.de
   - [sshconnect.c]
     better error message
   - [sshd.c]
     allow auth-kerberos for IPv4 only
 - Big IPv6 merge:
   - Cleanup overrun in sockaddr copying on RHL 6.1
   - Replacements for getaddrinfo, getnameinfo, etc based on versions
     from patch from KIKUCHI Takahiro <kick@kyoto.wide.ad.jp>
   - Replacement for missing structures on systems that lack IPv6
   - record_login needed to know about AF_INET6 addresses
   - Borrowed more code from OpenBSD: rresvport_af and requisites

24 years ago - Fixes to auth-skey to enable it to use the standard OpenSSL libraries PRE_IPV6
damien [Mon, 10 Jan 2000 23:59:47 +0000 (23:59 +0000)] 
 - Fixes to auth-skey to enable it to use the standard OpenSSL libraries

24 years agoFix typo
damien [Fri, 7 Jan 2000 07:51:27 +0000 (07:51 +0000)] 
Fix typo

24 years ago - Solaris build fix from Gary E. Miller <gem@rellim.com> V_1_2_1_PRE25
damien [Fri, 7 Jan 2000 03:01:41 +0000 (03:01 +0000)] 
 - Solaris build fix from Gary E. Miller <gem@rellim.com>

24 years ago - New config.sub and config.guess to fix problems on SCO. Supplied
damien [Thu, 6 Jan 2000 21:56:05 +0000 (21:56 +0000)] 
 - New config.sub and config.guess to fix problems on SCO. Supplied
   by Gary E. Miller <gem@rellim.com>

24 years ago - Better KrbIV / AFS detection, based on patch from:
damien [Thu, 6 Jan 2000 21:45:55 +0000 (21:45 +0000)] 
 - Better KrbIV / AFS detection, based on patch from:
   Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE>

24 years agoDoc updates
damien [Thu, 6 Jan 2000 09:28:41 +0000 (09:28 +0000)] 
Doc updates

24 years agoPrepare for V_1_2_1_PRE25
damien [Thu, 6 Jan 2000 02:51:32 +0000 (02:51 +0000)] 
Prepare for V_1_2_1_PRE25

24 years ago - Fixed annoying DES corruption problem. libcrypt has been
damien [Thu, 6 Jan 2000 01:03:12 +0000 (01:03 +0000)] 
 - Fixed annoying DES corruption problem. libcrypt has been
   overriding symbols in libcrypto. Removed libcrypt and crypt.h
   altogether (libcrypto includes its own crypt(1) replacement)
 - Added platform-specific rules for Irix 6.x. Included warning that
   they are untested.

24 years ago - OpenBSD CVS updates
damien [Mon, 3 Jan 2000 12:41:05 +0000 (12:41 +0000)] 
 - OpenBSD CVS updates
   - [ssh-agent.c]
     cleanup_exit() for SIGTERM/SIGHUP, too. from fgsch@ and
     dgaudet@arctic.org
   - [sshconnect.c]
     compare correct version for 1.3 compat mode

24 years ago - Removed "nullok" directive from default PAM configuration files.
damien [Mon, 3 Jan 2000 09:00:52 +0000 (09:00 +0000)] 
 - Removed "nullok" directive from default PAM configuration files.
   Added information on enabling EmptyPasswords on openssh+PAM in
   UPGRADING file.

24 years ago - Add explicit make rules for files proccessed by fixpaths.
damien [Mon, 3 Jan 2000 03:42:09 +0000 (03:42 +0000)] 
 - Add explicit make rules for files proccessed by fixpaths.
 - Fix "make install" in RPM spec files. Report from Tenkou N. Hattori
   <tnh@kondara.org>

24 years ago - Run fixpaths before install. (Andre Lucas)
damien [Sun, 2 Jan 2000 00:52:49 +0000 (00:52 +0000)] 
 - Run fixpaths before install. (Andre Lucas)

24 years ago - Properly clean up on exit of ssh-agent. Patch from Dean Gaudet
damien [Sun, 2 Jan 2000 00:49:28 +0000 (00:49 +0000)] 
 - Properly clean up on exit of ssh-agent. Patch from Dean Gaudet
   <dgaudet@arctic.org>

24 years ago - Added support for directory-based lastlogs
damien [Sun, 2 Jan 2000 00:45:33 +0000 (00:45 +0000)] 
 - Added support for directory-based lastlogs
 - Really fix typedefs, patch from Ben Taylor <bent@clark.net>
 - Prevent multiple inclusion of config.h and defines.h. Suggested
   by Andre Lucas <andre.lucas@dial.pipex.com>

24 years agoPrepare for pre24 V_1_2_1_PRE24
damien [Thu, 30 Dec 1999 23:04:19 +0000 (23:04 +0000)] 
Prepare for pre24

24 years ago - Remove test for quad_t. No longer needed.
damien [Thu, 30 Dec 1999 22:55:34 +0000 (22:55 +0000)] 
 - Remove test for quad_t. No longer needed.

24 years ago - Really fix broken default path. Fix from Jim Knoble
damien [Thu, 30 Dec 1999 22:49:44 +0000 (22:49 +0000)] 
 - Really fix broken default path. Fix from Jim Knoble
   <jmknoble@pobox.com>

24 years ago - Fill in ut_utaddr utmp field. Report from Benjamin Charron
damien [Thu, 30 Dec 1999 22:42:24 +0000 (22:42 +0000)] 
 - Fill in ut_utaddr utmp field. Report from Benjamin Charron
   <iretd@bigfoot.com>

24 years ago - Prevent typedefs from being compiled more than once. Report from
damien [Thu, 30 Dec 1999 22:18:12 +0000 (22:18 +0000)] 
 - Prevent typedefs from being compiled more than once. Report from
   Marc G. Fournier <marc.fournier@acadiau.ca>

24 years ago - Fix occasional crash on LinuxPPC. Patch from Franz Sirl
damien [Thu, 30 Dec 1999 22:16:40 +0000 (22:16 +0000)] 
 - Fix occasional crash on LinuxPPC. Patch from Franz Sirl
   <Franz.Sirl-kernel@lauterbach.com>

24 years ago - Fix broken autoconf typedef detection. Report from Marc G.
damien [Thu, 30 Dec 1999 21:59:04 +0000 (21:59 +0000)] 
 - Fix broken autoconf typedef detection. Report from Marc G.
   Fournier <marc.fournier@acadiau.ca>

24 years ago - Fix password support on systems with a mixture of shadowed and
damien [Thu, 30 Dec 1999 21:49:13 +0000 (21:49 +0000)] 
 - Fix password support on systems with a mixture of shadowed and
   non-shadowed passwords (e.g. NIS). Report and fix from
   HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>

24 years ago - Merged Dante SOCKS support patch from David Rankin V_1_2_1_PRE23
damien [Thu, 30 Dec 1999 04:50:54 +0000 (04:50 +0000)] 
 - Merged Dante SOCKS support patch from David Rankin
  <drankin@bohemians.lexington.ky.us>
 - Updated documentation with ./configure options

24 years agoPrepare for 1.2.1pre23
damien [Thu, 30 Dec 1999 04:13:58 +0000 (04:13 +0000)] 
Prepare for 1.2.1pre23

24 years ago - Removed most of the pam code into its own file auth-pam.[ch]. This
damien [Thu, 30 Dec 1999 04:08:44 +0000 (04:08 +0000)] 
 - Removed most of the pam code into its own file auth-pam.[ch]. This
   cleaned up sshd.c up significantly.
 - Several other cleanups

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