]> git.ipfire.org Git - thirdparty/openssh-portable.git/log
thirdparty/openssh-portable.git
23 years agoBump version numbers V_3_0_2 anongit/V_3_0_2 github-selfhosted/V_3_0_2 github/V_3_0_2 V_3_0_2_P1
Damien Miller [Sat, 1 Dec 2001 23:37:19 +0000 (10:37 +1100)] 
Bump version numbers

23 years ago - (djm) Syn with OpenBSD OpenSSH-3.0.2
Damien Miller [Sat, 1 Dec 2001 23:37:07 +0000 (10:37 +1100)] 
 - (djm) Syn with OpenBSD OpenSSH-3.0.2
   - markus@cvs.openbsd.org
     [session.c sshd.8 version.h]
     Don't allow authorized_keys specified environment variables when
     UseLogin in active

23 years ago[contrib/cygwin/README, openbsd-compat/bsd-cygwin_util.c,
Tim Rice [Tue, 27 Nov 2001 01:19:43 +0000 (17:19 -0800)] 
[contrib/cygwin/README, openbsd-compat/bsd-cygwin_util.c,
openbsd-compat/bsd-cygwin_util.h, openbsd-compat/daemon.c]
Allow SSHD to install as service under WIndows 9x/Me
[configure.ac] Fix to allow linking against PCRE on Cygwin
Patches by Corinna Vinschen <vinschen@redhat.com>

23 years agoRelease V_3_0_1_P1
Damien Miller [Thu, 15 Nov 2001 12:16:50 +0000 (23:16 +1100)] 
Release

23 years ago - (djm) Fix IPv4 default in ssh-keyscan. Spotted by Dan Astoorian
Damien Miller [Wed, 14 Nov 2001 21:40:45 +0000 (08:40 +1100)] 
 - (djm) Fix IPv4 default in ssh-keyscan. Spotted by Dan Astoorian
   <djast@cs.toronto.edu> Fix from markus@

23 years ago - (djm) Bump RPM package versions
Damien Miller [Tue, 13 Nov 2001 13:05:57 +0000 (00:05 +1100)] 
 - (djm) Bump RPM package versions

23 years ago - markus@cvs.openbsd.org 2001/11/13 02:03:57
Damien Miller [Tue, 13 Nov 2001 13:05:29 +0000 (00:05 +1100)] 
   - markus@cvs.openbsd.org  2001/11/13 02:03:57
     [version.h]
     enter 3.0.1

23 years ago - markus@cvs.openbsd.org 2001/11/12 11:17:07
Damien Miller [Tue, 13 Nov 2001 13:03:14 +0000 (00:03 +1100)] 
   - markus@cvs.openbsd.org  2001/11/12 11:17:07
     [servconf.c]
     enable authorized_keys2 again. tested by fries@

23 years ago - (djm) OpenBSD CVS Sync
Damien Miller [Tue, 13 Nov 2001 13:02:10 +0000 (00:02 +1100)] 
 - (djm) OpenBSD CVS Sync
   - dugsong@cvs.openbsd.org 2001/11/11 18:47:10
     [auth-krb5.c]
     fix krb5 authorization check. found by <jhawk@MIT.EDU>. from
     art@, deraadt@ ok

23 years ago - (djm) AIX login{success,failed} changes. Move loginsuccess call to
Damien Miller [Tue, 13 Nov 2001 12:46:18 +0000 (23:46 +1100)] 
 - (djm) AIX login{success,failed} changes. Move loginsuccess call to
   do_authenticated. Call loginfailed for protocol 2 failures > MAX like
   we do for protocol 1. Reports from Ralf Wenk <wera0003@fh-karlsruhe.de>,
   K.Wolkersdorfer@fz-juelich.de and others

23 years ago - (djm) Fix early (and double) free of remote user when using Kerberos.
Damien Miller [Tue, 13 Nov 2001 00:20:07 +0000 (11:20 +1100)] 
 - (djm) Fix early (and double) free of remote user when using Kerberos.
   Patch from Simon Wilkinson <simon@sxw.org.uk>

23 years ago - (djm) Reorder portable-specific server options so that they come first.
Damien Miller [Mon, 12 Nov 2001 00:40:11 +0000 (11:40 +1100)] 
 - (djm) Reorder portable-specific server options so that they come first.
   This should help reduce diff collisions for new server options (as they
   will appear at the end)

23 years ago - markus@cvs.openbsd.org 2001/11/11 13:02:31
Damien Miller [Mon, 12 Nov 2001 00:14:35 +0000 (11:14 +1100)] 
   - markus@cvs.openbsd.org 2001/11/11 13:02:31
     [servconf.c]
     make AuthorizedKeysFile2 fallback to AuthorizedKeysFile if AuthorizedKeysFile is specified.

23 years ago - markus@cvs.openbsd.org 2001/11/10 13:37:20
Damien Miller [Mon, 12 Nov 2001 00:07:58 +0000 (11:07 +1100)] 
   - markus@cvs.openbsd.org 2001/11/10 13:37:20
     [packet.c]
     remove extra debug()

23 years ago - markus@cvs.openbsd.org 2001/11/10 13:22:42
Damien Miller [Mon, 12 Nov 2001 00:07:35 +0000 (11:07 +1100)] 
   - markus@cvs.openbsd.org 2001/11/10 13:22:42
     [ssh-rsa.c]
     KNF (unexpand)

23 years ago - markus@cvs.openbsd.org 2001/11/10 13:19:45
Damien Miller [Mon, 12 Nov 2001 00:07:11 +0000 (11:07 +1100)] 
   - markus@cvs.openbsd.org 2001/11/10 13:19:45
     [sshd.c]
     cleanup libwrap support (remove bogus comment, bogus close(), add debug, etc).

23 years ago - markus@cvs.openbsd.org 2001/11/09 19:08:35
Damien Miller [Mon, 12 Nov 2001 00:06:54 +0000 (11:06 +1100)] 
   - markus@cvs.openbsd.org 2001/11/09 19:08:35
     [sshd.c]
     remove extra trailing dot from log message; pilot@naughty.monkey.org

23 years ago - markus@cvs.openbsd.org 2001/11/09 18:59:23
Damien Miller [Mon, 12 Nov 2001 00:06:32 +0000 (11:06 +1100)] 
   - markus@cvs.openbsd.org 2001/11/09 18:59:23
     [clientloop.c serverloop.c]
     don't memset too much memory, ok millert@
     original patch from jlk@kamens.brookline.ma.us via nalin@redhat.com

23 years ago - markus@cvs.openbsd.org 2001/11/08 20:02:24
Damien Miller [Mon, 12 Nov 2001 00:06:06 +0000 (11:06 +1100)] 
   - markus@cvs.openbsd.org 2001/11/08 20:02:24
     [auth.c]
     don't print ROOT in CAPS for the authentication messages, i.e.
      Accepted publickey for ROOT from 127.0.0.1 port 42734 ssh2
     becomes
      Accepted publickey for root from 127.0.0.1 port 42734 ssh2

23 years ago - markus@cvs.openbsd.org 2001/11/08 17:49:53
Damien Miller [Mon, 12 Nov 2001 00:05:38 +0000 (11:05 +1100)] 
   - markus@cvs.openbsd.org 2001/11/08 17:49:53
     [ssh.1]
     mention setuid root requirements; noted by cnorris@csc.UVic.ca; ok stevesk@

23 years ago - markus@cvs.openbsd.org 2001/11/08 10:51:08
Damien Miller [Mon, 12 Nov 2001 00:05:20 +0000 (11:05 +1100)] 
   - markus@cvs.openbsd.org 2001/11/08 10:51:08
     [readpass.c]
     don't strdup too much data; from gotoh@taiyo.co.jp; ok millert.

23 years ago - markus@cvs.openbsd.org 2001/11/07 22:53:21
Damien Miller [Mon, 12 Nov 2001 00:04:54 +0000 (11:04 +1100)] 
   - markus@cvs.openbsd.org 2001/11/07 22:53:21
     [channels.h]
     crank c->path to 256 so they can hold a full hostname; dwd@bell-labs.com

23 years ago - markus@cvs.openbsd.org 2001/11/07 22:41:51
Damien Miller [Mon, 12 Nov 2001 00:04:28 +0000 (11:04 +1100)] 
   - markus@cvs.openbsd.org 2001/11/07 22:41:51
     [auth2.c auth-rh-rsa.c]
     unused includes

23 years ago - markus@cvs.openbsd.org 2001/11/07 22:12:01
Damien Miller [Mon, 12 Nov 2001 00:04:05 +0000 (11:04 +1100)] 
   - markus@cvs.openbsd.org 2001/11/07 22:12:01
     [sshd.8]
     s/Keepalive/KeepAlive/; from openbsd@davidkrause.com

23 years ago - markus@cvs.openbsd.org 2001/11/07 22:10:28
Damien Miller [Mon, 12 Nov 2001 00:03:35 +0000 (11:03 +1100)] 
   - markus@cvs.openbsd.org 2001/11/07 22:10:28
     [ssh-dss.c ssh-rsa.c]
     missing free and sync dss/rsa code.

23 years ago - markus@cvs.openbsd.org 2001/11/07 21:40:21
Damien Miller [Mon, 12 Nov 2001 00:03:16 +0000 (11:03 +1100)] 
   - markus@cvs.openbsd.org 2001/11/07 21:40:21
     [ssh-rsa.c]
     ssh_rsa_sign/verify: SSH_BUG_SIGBLOB not supported

23 years ago - markus@cvs.openbsd.org 2001/11/07 16:03:17
Damien Miller [Mon, 12 Nov 2001 00:02:52 +0000 (11:02 +1100)] 
   - markus@cvs.openbsd.org 2001/11/07 16:03:17
     [packet.c packet.h sshconnect2.c]
     pad using the padding field from the ssh2 packet instead of sending
     extra ignore messages. tested against several other ssh servers.

23 years ago - markus@cvs.openbsd.org 2001/10/30 20:29:09
Damien Miller [Mon, 12 Nov 2001 00:02:25 +0000 (11:02 +1100)] 
   - markus@cvs.openbsd.org 2001/10/30 20:29:09
     [ssh.1]
     ssh.1

23 years ago - markus@cvs.openbsd.org 2001/10/29 19:27:15
Damien Miller [Mon, 12 Nov 2001 00:02:03 +0000 (11:02 +1100)] 
   - markus@cvs.openbsd.org 2001/10/29 19:27:15
     [sshconnect2.c]
     hostbased: check for client hostkey before building chost

23 years ago - markus@cvs.openbsd.org 2001/10/25 21:14:32
Damien Miller [Sun, 11 Nov 2001 23:52:44 +0000 (10:52 +1100)] 
   - markus@cvs.openbsd.org 2001/10/25 21:14:32
     [ssh-keygen.1 ssh-keygen.c]
     better docu for fingerprinting, ok deraadt@

23 years ago - markus@cvs.openbsd.org 2001/10/24 19:57:40
Damien Miller [Sun, 11 Nov 2001 23:52:25 +0000 (10:52 +1100)] 
   - markus@cvs.openbsd.org 2001/10/24 19:57:40
     [clientloop.c]
     make ~& (backgrounding) work again for proto v1; add support ~& for v2, too

23 years ago - markus@cvs.openbsd.org 2001/10/24 08:51:35
Damien Miller [Sun, 11 Nov 2001 23:52:03 +0000 (10:52 +1100)] 
   - markus@cvs.openbsd.org 2001/10/24 08:51:35
     [clientloop.c ssh.c]
     ignore SIGPIPE early, makes ssh work if agent dies, netbsd-pr via itojun@

23 years ago - markus@cvs.openbsd.org 2001/10/24 08:41:20
Damien Miller [Sun, 11 Nov 2001 23:51:40 +0000 (10:51 +1100)] 
   - markus@cvs.openbsd.org 2001/10/24 08:41:20
     [ssh.c]
     remove unused

23 years ago - markus@cvs.openbsd.org 2001/10/24 08:41:41
Damien Miller [Sun, 11 Nov 2001 23:51:23 +0000 (10:51 +1100)] 
   - markus@cvs.openbsd.org 2001/10/24 08:41:41
     [sshd.c]
     mention remote port in debug message

23 years ago - (djm) Cygwin config patch from Corinna Vinschen <vinschen@redhat.com>
Damien Miller [Sun, 11 Nov 2001 23:36:21 +0000 (10:36 +1100)] 
 - (djm) Cygwin config patch from Corinna Vinschen <vinschen@redhat.com>

23 years ago - (djm) Makefile correctness fix from Mark D. Baushke <mdb@juniper.net>
Damien Miller [Sun, 11 Nov 2001 23:34:22 +0000 (10:34 +1100)] 
 - (djm) Makefile correctness fix from Mark D. Baushke <mdb@juniper.net>

23 years ago - (stevesk) auth-pam.c: use do_pam_authenticate(PAM_DISALLOW_NULL_AUTHTOK)
Kevin Steves [Fri, 9 Nov 2001 20:22:16 +0000 (20:22 +0000)] 
 - (stevesk) auth-pam.c: use do_pam_authenticate(PAM_DISALLOW_NULL_AUTHTOK)
   if permit_empty_passwd == 0 so null password check cannot be bypassed.
   jayaraj@amritapuri.com OpenBSD bug 2168

23 years ago[ contrib/caldera/openssh.spec contrib/caldera/sshd.init] V_3_0_P1
Tim Rice [Sat, 3 Nov 2001 19:09:32 +0000 (11:09 -0800)] 
[ contrib/caldera/openssh.spec contrib/caldera/sshd.init]
Updates from Raymund Will <ray@caldera.de>
[acconfig.h configure.in] Clean up login checks.
Problem reported by Jim Knoble <jmknoble@pobox.com>

23 years ago - (djm) Compat define for OpenSSL < 0.9.6 (No OPENSSL_free)
Damien Miller [Wed, 31 Oct 2001 22:32:34 +0000 (09:32 +1100)] 
 - (djm) Compat define for OpenSSL < 0.9.6 (No OPENSSL_free)

23 years ago - (djm) Unsmoke drugs: config files should be noreplace.
Damien Miller [Tue, 30 Oct 2001 23:31:13 +0000 (10:31 +1100)] 
 - (djm) Unsmoke drugs: config files should be noreplace.

23 years ago - (djm) Redhat RPM spec: remove noreplace from config files, allow IPv6
Damien Miller [Tue, 30 Oct 2001 11:03:51 +0000 (22:03 +1100)] 
 - (djm) Redhat RPM spec: remove noreplace from config files, allow IPv6
   by default (can force IPv4 using --define "noipv6 1")

23 years ago [TODO defines.h loginrec.c] Change the references to configure.in
Tim Rice [Tue, 30 Oct 2001 02:50:39 +0000 (18:50 -0800)] 
 [TODO defines.h loginrec.c] Change the references to configure.in
 to configure.ac

23 years ago - (stevesk) README: zlib location is http://www.gzip.org/zlib/
Kevin Steves [Sun, 28 Oct 2001 18:10:22 +0000 (18:10 +0000)] 
 - (stevesk) README: zlib location is http://www.gzip.org/zlib/

23 years ago - (stevesk) Fix compile problem with PAM password change fix
Kevin Steves [Sun, 28 Oct 2001 17:32:38 +0000 (17:32 +0000)] 
 - (stevesk) Fix compile problem with PAM password change fix

23 years ago - (djm) Fix for PAM password changes being echoed (from stevesk)
Damien Miller [Sun, 28 Oct 2001 11:36:55 +0000 (22:36 +1100)] 
 - (djm) Fix for PAM password changes being echoed (from stevesk)

23 years ago - (djm) Disconnect if no tty and PAM reports password expired
Damien Miller [Sun, 28 Oct 2001 11:34:52 +0000 (22:34 +1100)] 
 - (djm) Disconnect if no tty and PAM reports password expired

23 years ago - (djm) Avoid bug in Solaris PAM libs
Damien Miller [Sun, 28 Oct 2001 11:33:48 +0000 (22:33 +1100)] 
 - (djm) Avoid bug in Solaris PAM libs

23 years ago[configure.ac] Fixes for ReliantUNIX (don't use libucb)
Tim Rice [Sat, 27 Oct 2001 17:45:36 +0000 (10:45 -0700)] 
[configure.ac] Fixes for ReliantUNIX (don't use libucb)
Patch by Robert Dahlem <Robert.Dahlem@siemens.com>

23 years agoFix install: when building outside of source
Tim Rice [Sat, 27 Oct 2001 00:33:18 +0000 (17:33 -0700)] 
Fix install: when building outside of source
tree and using --src=/full_path/to/openssh
Patch by Mark D. Baushke <mdb@juniper.net>

23 years ago - (bal) Set the correct current time in login_utmp_only(). Patch by
Ben Lindstrom [Fri, 26 Oct 2001 15:56:55 +0000 (15:56 +0000)] 
 - (bal) Set the correct current time in login_utmp_only().  Patch by
   Wayne Davison <wayned@users.sourceforge.net>

23 years agoUpdated Readme with right zlib location in [3]
Ben Lindstrom [Fri, 26 Oct 2001 15:36:06 +0000 (15:36 +0000)] 
Updated Readme with right zlib location in [3]

23 years agoGive path given in --with-xxx= for pcre,zlib, and
Tim Rice [Thu, 25 Oct 2001 17:01:30 +0000 (10:01 -0700)] 
Give path given in --with-xxx= for pcre,zlib, and
tcp-wrappers precedence over system libraries and includes.
Report from Dave Dykstra <dwd@bell-labs.com>

23 years ago - (bal) Use VDISABLE if _POSIX_VDISABLE is set in readpassphrase.c. Patch
Ben Lindstrom [Thu, 25 Oct 2001 15:02:35 +0000 (15:02 +0000)] 
 - (bal) Use VDISABLE if _POSIX_VDISABLE is set in readpassphrase.c.  Patch
    by todd@

23 years agoUse configure.ac instead of configure.in so older versions of autoconf
Tim Rice [Thu, 25 Oct 2001 04:15:26 +0000 (21:15 -0700)] 
Use configure.ac instead of configure.in so older versions of autoconf
don't even try.

23 years ago - (bal) Should be 3.0p1 not 3.0p2. Corrected version.h already.
Ben Lindstrom [Wed, 24 Oct 2001 21:06:07 +0000 (21:06 +0000)] 
 - (bal) Should be 3.0p1 not 3.0p2.  Corrected version.h already.

23 years agoOoops.. Give me a break.. =) 3.0p1 is the release not 3.0p2..
Ben Lindstrom [Wed, 24 Oct 2001 15:20:57 +0000 (15:20 +0000)] 
Ooops.. Give me a break.. =)  3.0p1 is the release not 3.0p2..

23 years ago[configure.in] Fix test for broken dirname. Based on patch from
Tim Rice [Wed, 24 Oct 2001 05:36:54 +0000 (22:36 -0700)] 
[configure.in] Fix test for broken dirname. Based on patch from
Dave Dykstra <dwd@bell-labs.com>. Remove un-needed test for zlib.h.
[contrib/caldera/openssh.spec, contrib/redhat/openssh.spec,
contrib/suse/openssh.spec] Update version to match version.h

23 years ago - (bal) Added 'PAM_TTY_KLUDGE' to Solaris platform.
Ben Lindstrom [Tue, 23 Oct 2001 17:14:00 +0000 (17:14 +0000)] 
 - (bal) Added 'PAM_TTY_KLUDGE' to Solaris platform.

23 years ago - (bal) Updated version to 3.0p1 in preparing for release.
Ben Lindstrom [Tue, 23 Oct 2001 16:12:54 +0000 (16:12 +0000)] 
 - (bal) Updated version to 3.0p1 in preparing for release.

23 years ago - (djm) Fix fd leak in loginrec.c (ro fd to lastlog was left open).
Damien Miller [Mon, 22 Oct 2001 06:49:22 +0000 (16:49 +1000)] 
 - (djm) Fix fd leak in loginrec.c (ro fd to lastlog was left open).
   Report from Michal Zalewski <lcamtuf@coredump.cx>

23 years ago[configure.in] Clean up library testing.
Tim Rice [Mon, 22 Oct 2001 00:53:58 +0000 (17:53 -0700)] 
[configure.in] Clean up library testing.
Add optional PATH to --with-pcre, --with-zlib, --with-tcp-wrappers
based on patch by albert chin (china@thewrittenword.com)

Re-arange AC_CHECK_HEADERS and AC_CHECK_FUNCS for eaiser reading
of patches to configure.in

Replace obsolete AC_STRUCT_ST_BLKSIZE with AC_CHECK_MEMBERS

Add test for broken dirname() on Solaris 2.5.1 by
Dan Astoorian <djast@cs.toronto.edu>

[acconfig.h aclocal.m4 defines.h configure.in]
Better socklen_t patch by albert chin (china@thewrittenword.com)

[scp.c]
Replace obsolete HAVE_ST_BLKSIZE with HAVE_STRUCT_STAT_ST_BLKSIZE

[Makefile.in] When running make in top level, always do make in openbsd-compat
patch by Dave Dykstra <dwd@bell-labs.com>

23 years ago - (bal) Fixed up init.d symlink issue and piddir stuff. Patches by
Ben Lindstrom [Fri, 19 Oct 2001 20:36:23 +0000 (20:36 +0000)] 
 - (bal) Fixed up init.d symlink issue and piddir stuff.  Patches by
    Zoran Milojevic <Zoran.Milojevic@SS8.com> and j.petersen@msh.de

23 years agoForgot to check in before.
Ben Lindstrom [Fri, 19 Oct 2001 20:24:14 +0000 (20:24 +0000)] 
Forgot to check in before.

23 years ago - (bal) Minor bug fix in contrib/solaris/opensshd.in .. $etcdir was not
Ben Lindstrom [Fri, 12 Oct 2001 21:52:39 +0000 (21:52 +0000)] 
 - (bal) Minor bug fix in contrib/solaris/opensshd.in .. $etcdir was not
   set right.

23 years ago - (bal) First wave of contrib/solaris/ package upgrades. Still more
Ben Lindstrom [Fri, 12 Oct 2001 20:30:52 +0000 (20:30 +0000)] 
 - (bal) First wave of contrib/solaris/ package upgrades.  Still more
    work needs to be done, but it is a 190% better then the stuff we
    had before!

23 years ago - (djm) Cleanup sshpty.c a little
Damien Miller [Fri, 12 Oct 2001 09:15:48 +0000 (19:15 +1000)] 
 - (djm) Cleanup sshpty.c a little

23 years ago - (djm) Clean some autoconf-2.52 junk when doing "make distclean"
Damien Miller [Fri, 12 Oct 2001 09:15:27 +0000 (19:15 +1000)] 
 - (djm) Clean some autoconf-2.52 junk when doing "make distclean"

23 years ago - (djm) "make veryclean" fix from Tom Holroyd <tomh@po.crl.go.jp>
Damien Miller [Fri, 12 Oct 2001 02:04:04 +0000 (12:04 +1000)] 
 - (djm) "make veryclean" fix from Tom Holroyd <tomh@po.crl.go.jp>

23 years ago - markus@cvs.openbsd.org 2001/10/11 15:24:00
Damien Miller [Fri, 12 Oct 2001 01:36:09 +0000 (11:36 +1000)] 
   - markus@cvs.openbsd.org 2001/10/11 15:24:00
     [clientloop.c]
     clear select masks if we return before calling select().

23 years ago - markus@cvs.openbsd.org 2001/10/11 13:45:21
Damien Miller [Fri, 12 Oct 2001 01:35:50 +0000 (11:35 +1000)] 
   - markus@cvs.openbsd.org 2001/10/11 13:45:21
     [session.c]
     delay detach of session if a channel gets closed but the child is
     still alive.  however, release pty, since the fd's to the child are
     already closed.

23 years ago - (djm) OpenBSD CVS Sync
Damien Miller [Fri, 12 Oct 2001 01:35:04 +0000 (11:35 +1000)] 
 - (djm) OpenBSD CVS Sync
   - markus@cvs.openbsd.org 2001/10/10 22:18:47
     [channels.c channels.h clientloop.c nchan.c serverloop.c]
     [session.c session.h]
     try to keep channels open until an exit-status message is sent.
     don't kill the login shells if the shells stdin/out/err is closed.
     this should now work:
     ssh -2n localhost 'exec > /dev/null 2>&1; sleep 10; exit 5'; echo ?

23 years ago - (bal) seed_init() and seed_rng() required in ssh-keyscan.c
Ben Lindstrom [Wed, 10 Oct 2001 20:45:43 +0000 (20:45 +0000)] 
 - (bal) seed_init() and seed_rng() required in ssh-keyscan.c

23 years ago - (bal) removed two unsed headers in openbsd-compat/bsd-misc.c
Ben Lindstrom [Wed, 10 Oct 2001 20:38:55 +0000 (20:38 +0000)] 
 - (bal) removed two unsed headers in openbsd-compat/bsd-misc.c

23 years ago - markus@cvs.openbsd.org 2001/10/09 21:59:41
Damien Miller [Wed, 10 Oct 2001 05:14:37 +0000 (15:14 +1000)] 
   - markus@cvs.openbsd.org 2001/10/09 21:59:41
     [channels.c channels.h serverloop.c session.c session.h]
     simplify session close: no more delayed session_close, no more blocking wait() calls.

23 years ago - markus@cvs.openbsd.org 2001/10/09 19:51:18
Damien Miller [Wed, 10 Oct 2001 05:08:36 +0000 (15:08 +1000)] 
   - markus@cvs.openbsd.org 2001/10/09 19:51:18
     [serverloop.c]
     close all channels if the connection to the remote host has been closed,
     should fix sshd's hanging with WCHAN==wait

23 years ago - markus@cvs.openbsd.org 2001/10/09 19:32:49
Damien Miller [Wed, 10 Oct 2001 05:08:06 +0000 (15:08 +1000)] 
   - markus@cvs.openbsd.org 2001/10/09 19:32:49
     [session.c]
     stat subsystem command before calling do_exec, and return error to client.

23 years ago - markus@cvs.openbsd.org 2001/10/09 10:12:08
Damien Miller [Wed, 10 Oct 2001 05:07:44 +0000 (15:07 +1000)] 
   - markus@cvs.openbsd.org 2001/10/09 10:12:08
     [session.c]
     chdir $HOME after krb_afslog(); from bbense@networking.stanford.edu

23 years ago - markus@cvs.openbsd.org 2001/10/08 16:15:47
Damien Miller [Wed, 10 Oct 2001 05:04:41 +0000 (15:04 +1000)] 
   - markus@cvs.openbsd.org 2001/10/08 16:15:47
     [sshconnect.c]
     use correct family for -b option

23 years ago - markus@cvs.openbsd.org 2001/10/08 11:48:57
Damien Miller [Wed, 10 Oct 2001 05:04:20 +0000 (15:04 +1000)] 
   - markus@cvs.openbsd.org 2001/10/08 11:48:57
     [channels.c]
     better debug

23 years ago - markus@cvs.openbsd.org 2001/10/07 17:49:40
Damien Miller [Wed, 10 Oct 2001 05:03:58 +0000 (15:03 +1000)] 
   - markus@cvs.openbsd.org 2001/10/07 17:49:40
     [channels.c channels.h]
     avoid possible FD_ISSET overflow for channels established
     during channnel_after_select() (used for dynamic channels).

23 years ago - markus@cvs.openbsd.org 2001/10/07 10:29:52
Damien Miller [Wed, 10 Oct 2001 05:03:36 +0000 (15:03 +1000)] 
   - markus@cvs.openbsd.org 2001/10/07 10:29:52
     [authfile.c]
     grammer; Matthew_Clarke@mindlink.bc.ca

23 years ago - markus@cvs.openbsd.org 2001/10/06 11:18:19
Damien Miller [Wed, 10 Oct 2001 05:03:11 +0000 (15:03 +1000)] 
   - markus@cvs.openbsd.org 2001/10/06 11:18:19
     [sshconnect1.c sshconnect2.c sshconnect.c]
     unify hostkey check error messages, simplify prompt.

23 years ago - markus@cvs.openbsd.org 2001/10/06 00:36:42
Damien Miller [Wed, 10 Oct 2001 05:02:46 +0000 (15:02 +1000)] 
   - markus@cvs.openbsd.org 2001/10/06 00:36:42
     [session.c]
     fix typo in error message, sync with do_exec_nopty

23 years ago - markus@cvs.openbsd.org 2001/10/06 00:14:50
Damien Miller [Wed, 10 Oct 2001 05:02:03 +0000 (15:02 +1000)] 
   - markus@cvs.openbsd.org 2001/10/06 00:14:50
     [sshconnect.c]
     remove unused argument

23 years ago - markus@cvs.openbsd.org 2001/10/04 15:12:37
Damien Miller [Wed, 10 Oct 2001 05:01:40 +0000 (15:01 +1000)] 
   - markus@cvs.openbsd.org 2001/10/04 15:12:37
     [serverloop.c]
     client_alive_check cleanup

23 years ago - markus@cvs.openbsd.org 2001/10/04 15:05:40
Damien Miller [Wed, 10 Oct 2001 05:01:16 +0000 (15:01 +1000)] 
   - markus@cvs.openbsd.org 2001/10/04 15:05:40
     [channels.c serverloop.c]
     comment out bogus conditions for selecting on connection_in

23 years ago - markus@cvs.openbsd.org 2001/10/04 14:34:16
Damien Miller [Wed, 10 Oct 2001 05:00:49 +0000 (15:00 +1000)] 
   - markus@cvs.openbsd.org 2001/10/04 14:34:16
     [key.c]
     call OPENSSL_free() for memory allocated by openssl; from chombier@mac.com

23 years agoCleaned out dead entries.
Ben Lindstrom [Mon, 8 Oct 2001 02:53:55 +0000 (02:53 +0000)] 
Cleaned out dead entries.

23 years ago - (bal) ssh-copy-id corrected permissions for .ssh/ and authorized_keys.
Ben Lindstrom [Mon, 8 Oct 2001 01:54:24 +0000 (01:54 +0000)] 
 - (bal) ssh-copy-id corrected permissions for .ssh/ and authorized_keys.
    Prompted by Matthew Vernon <matthew@sel.cam.ac.uk>

23 years ago - (bal) AES works under Cray, no more hack.
Ben Lindstrom [Sat, 6 Oct 2001 00:08:09 +0000 (00:08 +0000)] 
 - (bal) AES works under Cray, no more hack.

23 years ago - (bal) nchan2.ms resync. BSD License applied.
Ben Lindstrom [Thu, 4 Oct 2001 21:16:57 +0000 (21:16 +0000)] 
 - (bal) nchan2.ms resync.  BSD License applied.

23 years ago - markus@cvs.openbsd.org 2001/10/03 10:01:20
Ben Lindstrom [Wed, 3 Oct 2001 17:55:26 +0000 (17:55 +0000)] 
   - markus@cvs.openbsd.org 2001/10/03 10:01:20
     [auth.c]
     use realpath() for homedir, too. from jinmei@isl.rdc.toshiba.co.jp

23 years ago - stevesk@cvs.openbsd.org 2001/10/02 22:56:09
Ben Lindstrom [Wed, 3 Oct 2001 17:46:39 +0000 (17:46 +0000)] 
   - stevesk@cvs.openbsd.org 2001/10/02 22:56:09
     [sshd.c]
     #include "channels.h" for channel_set_af()

23 years ago - djm@cvs.openbsd.org 2001/10/02 08:38:50
Ben Lindstrom [Wed, 3 Oct 2001 17:43:01 +0000 (17:43 +0000)] 
   - djm@cvs.openbsd.org 2001/10/02 08:38:50
     [ssh-add.c]
     return non-zero exit code on error; ok markus@

23 years ago - markus@cvs.openbsd.org 2001/10/01 21:51:16
Ben Lindstrom [Wed, 3 Oct 2001 17:39:38 +0000 (17:39 +0000)] 
   - markus@cvs.openbsd.org 2001/10/01 21:51:16
     [readconf.c readconf.h ssh.1 sshconnect.c]
     add NoHostAuthenticationForLocalhost; note that the hostkey is
     now check for localhost, too.

23 years ago - markus@cvs.openbsd.org 2001/10/01 21:38:53
Ben Lindstrom [Wed, 3 Oct 2001 17:34:59 +0000 (17:34 +0000)] 
   - markus@cvs.openbsd.org 2001/10/01 21:38:53
     [channels.c channels.h ssh.c sshd.c]
     remove ugliness; vp@drexel.edu via angelos

23 years ago - markus@cvs.openbsd.org 2001/10/01 08:06:28
Ben Lindstrom [Wed, 3 Oct 2001 17:30:58 +0000 (17:30 +0000)] 
   - markus@cvs.openbsd.org 2001/10/01 08:06:28
     [scp.c]
     skip filenames containing \n; report jdamery@chiark.greenend.org.uk
     and matthew@debian.org

23 years ago - markus@cvs.openbsd.org 2001/09/28 15:46:29
Ben Lindstrom [Wed, 3 Oct 2001 17:22:29 +0000 (17:22 +0000)] 
   - markus@cvs.openbsd.org 2001/09/28 15:46:29
     [ssh.c]
     bug: read user config first; report kaukasoi@elektroni.ee.tut.fi

23 years ago - djm@cvs.openbsd.org 2001/09/28 12:07:09
Ben Lindstrom [Wed, 3 Oct 2001 17:18:37 +0000 (17:18 +0000)] 
   - djm@cvs.openbsd.org 2001/09/28 12:07:09
     [ssh-keygen.c]
     bzero private key after loading to smartcard; ok markus@

23 years ago - camield@cvs.openbsd.org 2001/09/27 17:53:24
Ben Lindstrom [Wed, 3 Oct 2001 17:15:32 +0000 (17:15 +0000)] 
   - camield@cvs.openbsd.org 2001/09/27 17:53:24
     [sshd.8]
     don't talk about compile-time options
     ok markus@