]> andersk Git - openssh.git/log
openssh.git
22 years ago - markus@cvs.openbsd.org 2001/12/10 20:34:31
djm [Fri, 21 Dec 2001 01:45:43 +0000 (01:45 +0000)] 
   - markus@cvs.openbsd.org 2001/12/10 20:34:31
     [ssh-keyscan.c]
     check that server supports v1 for -t rsa1, report from wirth@dfki.de

22 years ago - stevesk@cvs.openbsd.org 2001/12/10 16:45:04
djm [Fri, 21 Dec 2001 01:44:28 +0000 (01:44 +0000)] 
   - stevesk@cvs.openbsd.org 2001/12/10 16:45:04
     [sshd.c]
     possible fd leak on error; ok markus@

22 years ago - markus@cvs.openbsd.org 2001/12/09 18:45:56
djm [Fri, 21 Dec 2001 01:42:34 +0000 (01:42 +0000)] 
   - markus@cvs.openbsd.org 2001/12/09 18:45:56
     [auth2.c auth2-chall.c auth.h]
     add auth2_challenge_stop(), simplifies cleanup of kbd-int sessions,
     fixes memleak.

22 years ago - stevesk@cvs.openbsd.org 2001/12/08 17:49:28
djm [Fri, 21 Dec 2001 01:39:51 +0000 (01:39 +0000)] 
   - stevesk@cvs.openbsd.org 2001/12/08 17:49:28
     [channels.c pathnames.h]
     use only one path to X11 UNIX domain socket vs. an array of paths
     to try.  report from djast@cs.toronto.edu.  ok markus@

22 years ago - (djm) Add option to gnome-ssh-askpass to stop it from grabbing the X
djm [Thu, 20 Dec 2001 23:28:07 +0000 (23:28 +0000)] 
 - (djm) Add option to gnome-ssh-askpass to stop it from grabbing the X
   server. I have found this necessary to avoid server hangs with X input
   extensions (e.g. kinput2). Enable by setting the environment variable
   "GNOME_SSH_ASKPASS_NOGRAB"

22 years ago - (stevesk) OpenBSD CVS sync X11 localhost display
stevesk [Wed, 19 Dec 2001 17:58:01 +0000 (17:58 +0000)] 
 - (stevesk) OpenBSD CVS sync X11 localhost display
   - stevesk@cvs.openbsd.org 2001/11/29 14:10:51
     [channels.h channels.c session.c]
     sshd X11 fake server will now listen on localhost by default:
     $ echo $DISPLAY
     localhost:12.0
     $ netstat -an|grep 6012
     tcp        0      0  127.0.0.1.6012         *.*                    LISTEN
     tcp6       0      0  ::1.6012               *.*                    LISTEN
     sshd_config gatewayports=yes can be used to revert back to the old
     behavior.  will control this with another option later.  ok markus@
   - stevesk@cvs.openbsd.org 2001/12/19 08:43:11
     [includes.h session.c]
     handle utsname.nodename case for FamilyLocal X authorization; ok markus@

22 years ago - stevesk@cvs.openbsd.org 2001/12/06 18:20:32
mouring [Fri, 7 Dec 2001 17:28:34 +0000 (17:28 +0000)] 
   - stevesk@cvs.openbsd.org 2001/12/06 18:20:32
     [channels.c]
     disable nagle for X11 fake server and client TCPs.  from netbsd.
     ok markus@

22 years ago - stevesk@cvs.openbsd.org 2001/12/06 18:09:23
mouring [Fri, 7 Dec 2001 17:26:48 +0000 (17:26 +0000)] 
   - stevesk@cvs.openbsd.org 2001/12/06 18:09:23
     [channels.c session.c]
     strncpy->strlcpy.  remaining strncpy's are necessary.  ok markus@

22 years ago - stevesk@cvs.openbsd.org 2001/12/06 18:02:32
mouring [Fri, 7 Dec 2001 17:24:49 +0000 (17:24 +0000)] 
   - stevesk@cvs.openbsd.org 2001/12/06 18:02:32
     [channels.c sshconnect.c]
     shutdown(sock, SHUT_RDWR) not needed here; ok markus@

22 years ago - (bal) PCRE no longer required. Banished from the source along with
mouring [Fri, 7 Dec 2001 17:20:47 +0000 (17:20 +0000)] 
 - (bal) PCRE no longer required.  Banished from the source along with
   fake-regex.h

22 years ago - markus@cvs.openbsd.org 2001/12/06 13:30:06
mouring [Thu, 6 Dec 2001 18:22:17 +0000 (18:22 +0000)] 
   - markus@cvs.openbsd.org 2001/12/06 13:30:06
     [servconf.c servconf.h sshd.8 sshd.c]
     add -o to sshd, too. ok deraadt@
 - (bal) Minor white space fix up in servconf.c

22 years ago - markus@cvs.openbsd.org 2001/12/05 16:54:51
mouring [Thu, 6 Dec 2001 18:06:05 +0000 (18:06 +0000)] 
   - markus@cvs.openbsd.org 2001/12/05 16:54:51
     [compat.c match.c match.h]
     make theo and djm happy: bye bye regexp

22 years ago - markus@cvs.openbsd.org 2001/12/05 15:04:48
mouring [Thu, 6 Dec 2001 18:02:59 +0000 (18:02 +0000)] 
   - markus@cvs.openbsd.org 2001/12/05 15:04:48
     [version.h]
     post 3.0.2

22 years ago - deraadt@cvs.openbsd.org 2001/12/05 10:06:12
mouring [Thu, 6 Dec 2001 18:00:18 +0000 (18:00 +0000)] 
   - deraadt@cvs.openbsd.org 2001/12/05 10:06:12
     [authfd.c authfile.c bufaux.c channels.c compat.c kex.c kexgex.c
      key.c misc.c packet.c servconf.c ssh-agent.c sshconnect2.c
      sshconnect.c sshd.c ssh-dss.c ssh-keygen.c ssh-rsa.c]
     minor KNF

22 years ago - itojun@cvs.openbsd.org 2001/12/05 03:56:39
mouring [Thu, 6 Dec 2001 17:55:26 +0000 (17:55 +0000)] 
   - itojun@cvs.openbsd.org 2001/12/05 03:56:39
     [auth1.c auth2.c canohost.c channels.c deattack.c packet.c scp.c
      sshconnect2.c]
     make it compile with more strict prototype checking

22 years ago - itojun@cvs.openbsd.org 2001/12/05 03:50:01
mouring [Thu, 6 Dec 2001 17:52:16 +0000 (17:52 +0000)] 
   - itojun@cvs.openbsd.org 2001/12/05 03:50:01
     [clientloop.c serverloop.c sshd.c]
     deal with LP64 printf issue with sig_atomic_t.  from thorpej

22 years ago - deraadt@cvs.openbsd.org 2001/12/02 02:08:32
mouring [Thu, 6 Dec 2001 17:50:03 +0000 (17:50 +0000)] 
   - deraadt@cvs.openbsd.org 2001/12/02 02:08:32
     [sftp-common.c]
     zap };

22 years ago - markus@cvs.openbsd.org 2001/12/01 21:41:48
mouring [Thu, 6 Dec 2001 17:47:47 +0000 (17:47 +0000)] 
   - markus@cvs.openbsd.org 2001/12/01 21:41:48
     [session.c sshd.8]
     don't pass user defined variables to /usr/bin/login

22 years ago - stevesk@cvs.openbsd.org 2001/11/30 20:39:28
mouring [Thu, 6 Dec 2001 17:45:19 +0000 (17:45 +0000)] 
   - stevesk@cvs.openbsd.org 2001/11/30 20:39:28
     [ssh.c]
     sscanf() length dependencies are clearer now; can also shrink proto
     and data if desired, but i have not done that.  ok markus@

22 years ago - markus@cvs.openbsd.org 2001/11/29 22:08:48
mouring [Thu, 6 Dec 2001 17:41:25 +0000 (17:41 +0000)] 
   - markus@cvs.openbsd.org 2001/11/29 22:08:48
     [auth-rsa.c]
     fix protocol error: send 'failed' message instead of a 2nd challenge
     (happens if the same key is in authorized_keys twice).
     reported Ralf_Meister@genua.de; ok djm@

22 years ago - stevesk@cvs.openbsd.org 2001/11/29 19:06:39
mouring [Thu, 6 Dec 2001 16:49:57 +0000 (16:49 +0000)] 
   - stevesk@cvs.openbsd.org 2001/11/29 19:06:39
     [channels.h]
     remove dead function prototype; ok markus@

22 years ago - markus@cvs.openbsd.org 2001/11/22 12:34:22
mouring [Thu, 6 Dec 2001 16:48:14 +0000 (16:48 +0000)] 
   - markus@cvs.openbsd.org 2001/11/22 12:34:22
     [clientloop.c serverloop.c sshd.c]
     volatile sig_atomic_t

22 years ago - stevesk@cvs.openbsd.org 2001/11/22 05:27:29
mouring [Thu, 6 Dec 2001 16:45:10 +0000 (16:45 +0000)] 
   - stevesk@cvs.openbsd.org 2001/11/22 05:27:29
     [ssh-keyscan.c]
     don't use "\n" in fatal()

22 years ago - stevesk@cvs.openbsd.org 2001/11/21 18:49:14
mouring [Thu, 6 Dec 2001 16:43:21 +0000 (16:43 +0000)] 
   - stevesk@cvs.openbsd.org 2001/11/21 18:49:14
     [ssh-keygen.1]
     more on passphrase construction; ok markus@

22 years ago - markus@cvs.openbsd.org 2001/11/21 15:51:24
mouring [Thu, 6 Dec 2001 16:41:41 +0000 (16:41 +0000)] 
   - markus@cvs.openbsd.org 2001/11/21 15:51:24
     [key.c]
     mem leak

22 years ago - mpech@cvs.openbsd.org 2001/11/19 19:02:16
mouring [Thu, 6 Dec 2001 16:39:56 +0000 (16:39 +0000)] 
   - mpech@cvs.openbsd.org 2001/11/19 19:02:16
     [deattack.c radix.c]
     kill more registers
     millert@ ok

22 years ago - stevesk@cvs.openbsd.org 2001/11/19 18:40:46
mouring [Thu, 6 Dec 2001 16:37:51 +0000 (16:37 +0000)] 
   - stevesk@cvs.openbsd.org 2001/11/19 18:40:46
     [ssh-agent.1]
     clarify/state that private keys are not exposed to clients using the
     agent; ok markus@

22 years ago - markus@cvs.openbsd.org 2001/11/19 11:20:21
mouring [Thu, 6 Dec 2001 16:35:40 +0000 (16:35 +0000)] 
   - markus@cvs.openbsd.org 2001/11/19 11:20:21
     [sshd.c]
     fd leak on HUP; ok stevesk@

22 years ago - stevesk@cvs.openbsd.org 2001/11/17 19:14:34
mouring [Thu, 6 Dec 2001 16:32:47 +0000 (16:32 +0000)] 
   - stevesk@cvs.openbsd.org 2001/11/17 19:14:34
     [auth2.c auth.c readconf.c servconf.c ssh-agent.c ssh-keygen.c]
     enum/int type cleanup where it made sense to do so; ok markus@

22 years ago - markus@cvs.openbsd.org 2001/11/16 12:46:13
mouring [Thu, 6 Dec 2001 16:28:19 +0000 (16:28 +0000)] 
   - markus@cvs.openbsd.org 2001/11/16 12:46:13
     [ssh-keyscan.c]
     handle empty lines instead of dumping core; report from sha@sha-1.net

22 years ago - deraadt@cvs.openbsd.org 2001/11/14 20:45:08
mouring [Thu, 6 Dec 2001 16:19:01 +0000 (16:19 +0000)] 
   - deraadt@cvs.openbsd.org 2001/11/14 20:45:08
     [sshd.c]
     errno saving wrapping in a signal handler

22 years ago[contrib/cygwin/README, openbsd-compat/bsd-cygwin_util.c,
tim [Tue, 27 Nov 2001 01:19:43 +0000 (01:19 +0000)] 
[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>

22 years agoRelease V_3_0_1_P1
djm [Thu, 15 Nov 2001 12:16:50 +0000 (12:16 +0000)] 
Release

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

22 years ago - (djm) Bump RPM package versions
djm [Tue, 13 Nov 2001 13:05:57 +0000 (13:05 +0000)] 
 - (djm) Bump RPM package versions

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

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

22 years ago - (djm) OpenBSD CVS Sync
djm [Tue, 13 Nov 2001 13:02:10 +0000 (13:02 +0000)] 
 - (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

22 years ago - (djm) AIX login{success,failed} changes. Move loginsuccess call to
djm [Tue, 13 Nov 2001 12:46:18 +0000 (12:46 +0000)] 
 - (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

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

22 years ago - (djm) Reorder portable-specific server options so that they come first.
djm [Mon, 12 Nov 2001 00:40:11 +0000 (00:40 +0000)] 
 - (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)

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

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

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

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

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

22 years ago - markus@cvs.openbsd.org 2001/11/09 18:59:23
djm [Mon, 12 Nov 2001 00:06:32 +0000 (00:06 +0000)] 
   - 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

22 years ago - markus@cvs.openbsd.org 2001/11/08 20:02:24
djm [Mon, 12 Nov 2001 00:06:06 +0000 (00:06 +0000)] 
   - 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

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

22 years ago - markus@cvs.openbsd.org 2001/11/08 10:51:08
djm [Mon, 12 Nov 2001 00:05:20 +0000 (00:05 +0000)] 
   - 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.

22 years ago - markus@cvs.openbsd.org 2001/11/07 22:53:21
djm [Mon, 12 Nov 2001 00:04:54 +0000 (00:04 +0000)] 
   - 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

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

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

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

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

22 years ago - markus@cvs.openbsd.org 2001/11/07 16:03:17
djm [Mon, 12 Nov 2001 00:02:52 +0000 (00:02 +0000)] 
   - 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.

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

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

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

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

22 years ago - markus@cvs.openbsd.org 2001/10/24 08:51:35
djm [Sun, 11 Nov 2001 23:52:03 +0000 (23:52 +0000)] 
   - 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@

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

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

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

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

22 years ago - (stevesk) auth-pam.c: use do_pam_authenticate(PAM_DISALLOW_NULL_AUTHTOK)
stevesk [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

22 years ago[ contrib/caldera/openssh.spec contrib/caldera/sshd.init] V_3_0_P1
tim [Sat, 3 Nov 2001 19:09:32 +0000 (19:09 +0000)] 
[ 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>

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

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

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

22 years ago [TODO defines.h loginrec.c] Change the references to configure.in
tim [Tue, 30 Oct 2001 02:50:39 +0000 (02:50 +0000)] 
 [TODO defines.h loginrec.c] Change the references to configure.in
 to configure.ac

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

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

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

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

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

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

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

22 years ago - (bal) Set the correct current time in login_utmp_only(). Patch by
mouring [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>

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

22 years agoGive path given in --with-xxx= for pcre,zlib, and
tim [Thu, 25 Oct 2001 17:01:30 +0000 (17:01 +0000)] 
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>

22 years ago - (bal) Use VDISABLE if _POSIX_VDISABLE is set in readpassphrase.c. Patch
mouring [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@

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

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

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

22 years ago[configure.in] Fix test for broken dirname. Based on patch from
tim [Wed, 24 Oct 2001 05:36:54 +0000 (05:36 +0000)] 
[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

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

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

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

22 years ago[configure.in] Clean up library testing.
tim [Mon, 22 Oct 2001 00:53:58 +0000 (00:53 +0000)] 
[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>

22 years ago - (bal) Fixed up init.d symlink issue and piddir stuff. Patches by
mouring [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

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

22 years ago - (bal) Minor bug fix in contrib/solaris/opensshd.in .. $etcdir was not
mouring [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.

22 years ago - (bal) First wave of contrib/solaris/ package upgrades. Still more
mouring [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!

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

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

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

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

22 years ago - markus@cvs.openbsd.org 2001/10/11 13:45:21
djm [Fri, 12 Oct 2001 01:35:50 +0000 (01:35 +0000)] 
   - 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.

22 years ago - (djm) OpenBSD CVS Sync
djm [Fri, 12 Oct 2001 01:35:04 +0000 (01:35 +0000)] 
 - (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 ?

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