]> git.ipfire.org Git - thirdparty/openssh-portable.git/log
thirdparty/openssh-portable.git
23 years ago - stevesk@cvs.openbsd.org 2002/09/16 20:12:11
Damien Miller [Thu, 19 Sep 2002 01:51:21 +0000 (11:51 +1000)] 
   - stevesk@cvs.openbsd.org 2002/09/16 20:12:11
     [sshd_config.5]
     more details on X11Forwarding security issues and threats; ok markus@

23 years ago - stevesk@cvs.openbsd.org 2002/09/16 19:55:33
Damien Miller [Thu, 19 Sep 2002 01:50:48 +0000 (11:50 +1000)] 
   - stevesk@cvs.openbsd.org 2002/09/16 19:55:33
     [session.c]
     log when _PATH_NOLOGIN exists; ok markus@

23 years ago - stevesk@cvs.openbsd.org 2002/09/13 19:23:09
Damien Miller [Thu, 19 Sep 2002 01:49:37 +0000 (11:49 +1000)] 
   - stevesk@cvs.openbsd.org 2002/09/13 19:23:09
     [channels.c sshconnect.c sshd.c]
     remove use of SO_LINGER, it should not be needed. error check
     SO_REUSEADDR. fixup comments. ok markus@

23 years ago - stevesk@cvs.openbsd.org 2002/09/12 19:50:36
Damien Miller [Thu, 19 Sep 2002 01:47:55 +0000 (11:47 +1000)] 
   - stevesk@cvs.openbsd.org 2002/09/12 19:50:36
     [session.c ssh.1]
     add SSH_CONNECTION and deprecate SSH_CLIENT; bug #384.  ok markus@

23 years ago - (djm) OpenBSD CVS Sync
Damien Miller [Thu, 19 Sep 2002 01:46:58 +0000 (11:46 +1000)] 
 - (djm) OpenBSD CVS Sync
   - stevesk@cvs.openbsd.org 2002/09/12 19:11:52
     [ssh-agent.c]
     %u for uid print; ok markus@

23 years ago - (djm) Made GNOME askpass programs return non-zero if cancel button is
Damien Miller [Thu, 12 Sep 2002 04:49:00 +0000 (14:49 +1000)] 
 - (djm) Made GNOME askpass programs return non-zero if cancel button is
   pressed.

23 years agotrim from 3.3p1 back (look in CVS for the full changelog)
Damien Miller [Thu, 12 Sep 2002 00:45:32 +0000 (10:45 +1000)] 
trim from 3.3p1 back (look in CVS for the full changelog)

23 years ago - (djm) Sync sys/tree.h with OpenBSD -current. Rename tree.h and
Damien Miller [Thu, 12 Sep 2002 00:43:29 +0000 (10:43 +1000)] 
 - (djm) Sync sys/tree.h with OpenBSD -current. Rename tree.h and
   fake-queue.h to sys-tree.h and sys-queue.h

23 years ago - djm@cvs.openbsd.org 2002/09/12 00:13:06
Damien Miller [Thu, 12 Sep 2002 00:34:13 +0000 (10:34 +1000)] 
   - djm@cvs.openbsd.org 2002/09/12 00:13:06
     [sftp-int.c]
     zap unused var introduced in last commit

23 years ago - (djm) Added getpeereid() replacement. Properly implemented for systems
Damien Miller [Thu, 12 Sep 2002 00:32:59 +0000 (10:32 +1000)] 
 - (djm) Added getpeereid() replacement. Properly implemented for systems
   with SO_PEERCRED support. Faked for systems which lack it.

23 years ago - djm@cvs.openbsd.org 2002/09/11 22:41:50
Damien Miller [Wed, 11 Sep 2002 23:54:25 +0000 (09:54 +1000)] 
   - djm@cvs.openbsd.org 2002/09/11 22:41:50
     [sftp.1 sftp-client.c sftp-client.h sftp-common.c sftp-common.h]
     [sftp-glob.c sftp-glob.h sftp-int.c sftp-server.c]
     support for short/long listings and globbing in "ls"; ok markus@

23 years ago - stevesk@cvs.openbsd.org 2002/09/11 18:27:26
Damien Miller [Wed, 11 Sep 2002 23:52:46 +0000 (09:52 +1000)] 
   - stevesk@cvs.openbsd.org 2002/09/11 18:27:26
     [authfd.c authfd.h ssh.c]
     don't connect to agent to test for presence if we've previously
     connected; ok markus@

23 years ago - stevesk@cvs.openbsd.org 2002/09/11 17:55:03
Damien Miller [Wed, 11 Sep 2002 23:52:03 +0000 (09:52 +1000)] 
   - stevesk@cvs.openbsd.org 2002/09/11 17:55:03
     [ssh.1]
     add agent and X11 forwarding warning text from ssh_config.5; ok markus@

23 years ago - markus@cvs.openbsd.org 2002/09/10 20:24:47
Damien Miller [Wed, 11 Sep 2002 23:51:10 +0000 (09:51 +1000)] 
   - markus@cvs.openbsd.org 2002/09/10 20:24:47
     [ssh-agent.c]
     check the euid of the connecting process with getpeereid(2);
     ok provos deraadt stevesk

23 years ago - markus@cvs.openbsd.org 2002/09/09 14:54:15
Damien Miller [Wed, 11 Sep 2002 23:49:15 +0000 (09:49 +1000)] 
   - markus@cvs.openbsd.org 2002/09/09 14:54:15
     [channels.c kex.h key.c monitor.c monitor_wrap.c radix.c uuencode.c]
     signed vs unsigned from -pedantic; ok henning@

23 years ago - itojun@cvs.openbsd.org 2002/09/09 06:48:06
Damien Miller [Wed, 11 Sep 2002 23:47:29 +0000 (09:47 +1000)] 
   - itojun@cvs.openbsd.org 2002/09/09 06:48:06
     [auth1.c auth.h auth-krb5.c monitor.c monitor.h]
     [monitor_wrap.c monitor_wrap.h]
     kerberos support for privsep.  confirmed to work by lha@stacken.kth.se
     patch from markus

23 years ago - (djm) OpenBSD CVS Sync
Damien Miller [Wed, 11 Sep 2002 23:43:56 +0000 (09:43 +1000)] 
 - (djm) OpenBSD CVS Sync
   - markus@cvs.openbsd.org 2002/09/08 20:24:08
     [hostfile.h]
     no comma at end of enumerator list

23 years ago - (djm) Sync openbsd-compat with OpenBSD -current
Damien Miller [Wed, 11 Sep 2002 00:29:11 +0000 (10:29 +1000)] 
 - (djm) Sync openbsd-compat with OpenBSD -current

23 years ago - (djm) Bug #138: Make protocol 1 blowfish work with old OpenSSL.
Damien Miller [Tue, 10 Sep 2002 12:26:17 +0000 (22:26 +1000)] 
 - (djm) Bug #138: Make protocol 1 blowfish work with old OpenSSL.
   Patch from Robert Halubek <rob@adso.com.pl>

23 years ago - (djm) Bug #365: Read /.ssh/environment properly under CygWin.
Damien Miller [Tue, 10 Sep 2002 11:43:53 +0000 (21:43 +1000)] 
 - (djm) Bug #365: Read /.ssh/environment properly under CygWin.
   Patch from Mark Bradshaw <bradshaw@staff.crosswalk.com>

23 years ago - (djm) Add support for building gtk2 password requestor from Redhat beta
Damien Miller [Thu, 5 Sep 2002 06:53:20 +0000 (16:53 +1000)] 
 - (djm) Add support for building gtk2 password requestor from Redhat beta

23 years ago - (djm) Add gnome-ssh-askpass2.c (gtk2) by merge with patch from
Damien Miller [Thu, 5 Sep 2002 06:46:24 +0000 (16:46 +1000)] 
 - (djm) Add gnome-ssh-askpass2.c (gtk2) by merge with patch from
    Nalin Dahyabhai <nalin@redhat.com>

23 years ago - (djm) Merge openssh-TODO.patch from Redhat (null) beta
Damien Miller [Thu, 5 Sep 2002 06:32:02 +0000 (16:32 +1000)] 
 - (djm) Merge openssh-TODO.patch from Redhat (null) beta

23 years ago - (djm) OpenBSD CVS Sync
Damien Miller [Thu, 5 Sep 2002 04:35:14 +0000 (14:35 +1000)] 
 - (djm) OpenBSD CVS Sync
   - stevesk@cvs.openbsd.org 2002/09/04 18:52:42
     [servconf.c sshd.8 sshd_config.5]
     default LoginGraceTime to 2m; 1m may be too short for slow systems.
     ok markus@

23 years ago - (djm) Patch from itojun@ for Darwin OS: test getaddrinfo, reorder libcrypt
Damien Miller [Wed, 4 Sep 2002 13:26:29 +0000 (23:26 +1000)] 
 - (djm) Patch from itojun@ for Darwin OS: test getaddrinfo, reorder libcrypt

23 years ago - (djm) Fix Redhat RPM build dependancy test
Damien Miller [Wed, 4 Sep 2002 07:19:04 +0000 (17:19 +1000)] 
 - (djm) Fix Redhat RPM build dependancy test

23 years ago - stevesk@cvs.openbsd.org 2002/08/29 22:54:10
Damien Miller [Wed, 4 Sep 2002 06:51:03 +0000 (16:51 +1000)] 
   - stevesk@cvs.openbsd.org 2002/08/29 22:54:10
     [ssh_config.5 sshd_config.5]
     state XAuthLocation is a full pathname

23 years ago - stevesk@cvs.openbsd.org 2002/08/29 19:49:42
Damien Miller [Wed, 4 Sep 2002 06:50:06 +0000 (16:50 +1000)] 
   - stevesk@cvs.openbsd.org 2002/08/29 19:49:42
     [ssh.c]
     shrink initial privilege bracket for setuid case; ok markus@

23 years ago - stevesk@cvs.openbsd.org 2002/08/29 16:09:02
Damien Miller [Wed, 4 Sep 2002 06:47:35 +0000 (16:47 +1000)] 
   - stevesk@cvs.openbsd.org 2002/08/29 16:09:02
     [ssh_config.5]
     more on UsePrivilegedPort and setuid root; ok markus@

23 years ago - stevesk@cvs.openbsd.org 2002/08/29 16:02:54
Damien Miller [Wed, 4 Sep 2002 06:46:06 +0000 (16:46 +1000)] 
   - stevesk@cvs.openbsd.org 2002/08/29 16:02:54
     [ssh.1 ssh.c]
     deprecate -P as UsePrivilegedPort defaults to no now; ok markus@

23 years ago - stevesk@cvs.openbsd.org 2002/08/29 15:57:25
Damien Miller [Wed, 4 Sep 2002 06:45:09 +0000 (16:45 +1000)] 
   - stevesk@cvs.openbsd.org 2002/08/29 15:57:25
     [monitor.c session.c sshlogin.c sshlogin.h]
     pass addrlen with sockaddr *; from Hajimu UMEMOTO <ume@FreeBSD.org>
     NOTE: there are also p-specific parts to this patch. ok markus@

23 years ago - stevesk@cvs.openbsd.org 2002/08/27 17:18:40
Damien Miller [Wed, 4 Sep 2002 06:40:37 +0000 (16:40 +1000)] 
   - stevesk@cvs.openbsd.org 2002/08/27 17:18:40
     [ssh_config.5]
     some warning text for ForwardAgent and ForwardX11; ok markus@

23 years ago - stevesk@cvs.openbsd.org 2002/08/27 17:13:56
Damien Miller [Wed, 4 Sep 2002 06:39:48 +0000 (16:39 +1000)] 
   - stevesk@cvs.openbsd.org 2002/08/27 17:13:56
     [ssh-rsa.c]
     RSA_public_decrypt() returns -1 on error so len must be signed;
     ok markus@

23 years ago - markus@cvs.openbsd.org 2002/08/22 21:45:41
Damien Miller [Wed, 4 Sep 2002 06:39:02 +0000 (16:39 +1000)] 
   - markus@cvs.openbsd.org 2002/08/22 21:45:41
     [session.c]
     send signal name (not signal number) in "exit-signal" message; noticed
     by galb@vandyke.com

23 years ago - markus@cvs.openbsd.org 2002/08/22 21:33:58
Damien Miller [Wed, 4 Sep 2002 06:37:26 +0000 (16:37 +1000)] 
   - markus@cvs.openbsd.org 2002/08/22 21:33:58
     [auth1.c auth2.c]
     auth_root_allowed() is handled by the monitor in the privsep case,
     so skip this for use_privsep, ok stevesk@, fixes bugzilla #387/325

23 years ago - stevesk@cvs.openbsd.org 2002/08/22 20:57:19
Damien Miller [Wed, 4 Sep 2002 06:33:31 +0000 (16:33 +1000)] 
   - stevesk@cvs.openbsd.org 2002/08/22 20:57:19
     [ssh-agent.c]
     shutdown(SHUT_RDWR) not needed before close here; ok markus@

23 years ago - stevesk@cvs.openbsd.org 2002/08/22 19:38:42
Damien Miller [Wed, 4 Sep 2002 06:32:10 +0000 (16:32 +1000)] 
   - stevesk@cvs.openbsd.org 2002/08/22 19:38:42
     [clientloop.c]
     format with current EscapeChar; bugzilla #388 from wknox@mitre.org.
     ok markus@

23 years ago - stevesk@cvs.openbsd.org 2002/08/22 19:27:53
Damien Miller [Wed, 4 Sep 2002 06:31:21 +0000 (16:31 +1000)] 
   - stevesk@cvs.openbsd.org 2002/08/22 19:27:53
     [ssh-agent.c]
     use common close function; ok markus@

23 years ago - stevesk@cvs.openbsd.org 2002/08/21 20:10:28
Damien Miller [Wed, 4 Sep 2002 06:28:18 +0000 (16:28 +1000)] 
   - stevesk@cvs.openbsd.org 2002/08/21 20:10:28
     [ssh-agent.c]
     raise listen backlog; ok markus@

23 years ago - stevesk@cvs.openbsd.org 2002/08/21 19:38:06
Damien Miller [Wed, 4 Sep 2002 06:25:52 +0000 (16:25 +1000)] 
   - stevesk@cvs.openbsd.org 2002/08/21 19:38:06
     [servconf.c sshd.8 sshd_config sshd_config.5]
     change LoginGraceTime default to 1 minute; ok mouring@ markus@

23 years ago - espie@cvs.openbsd.org 2002/08/21 11:20:59
Damien Miller [Wed, 4 Sep 2002 06:24:55 +0000 (16:24 +1000)] 
   - espie@cvs.openbsd.org 2002/08/21 11:20:59
     [sshd.8]
     `RSA' updated to refer to `public key', where it matters.
     okay markus@

23 years ago - markus@cvs.openbsd.org 2002/08/12 10:46:35
Damien Miller [Wed, 4 Sep 2002 06:20:26 +0000 (16:20 +1000)] 
   - markus@cvs.openbsd.org 2002/08/12 10:46:35
     [ssh-agent.c]
     make ssh-agent setgid, disallow ptrace.
     (note: change not yet made in Makefile)

23 years ago - (bal) [defines.h] Some platforms don't have SIZE_T_MAX. So assign
Ben Lindstrom [Wed, 21 Aug 2002 02:54:11 +0000 (02:54 +0000)] 
 - (bal) [defines.h] Some platforms don't have SIZE_T_MAX.  So assign
   it to ULONG_MAX.

23 years ago - stevesk@cvs.openbsd.org 2002/08/17 23:55:01
Ben Lindstrom [Tue, 20 Aug 2002 19:04:51 +0000 (19:04 +0000)] 
   - stevesk@cvs.openbsd.org 2002/08/17 23:55:01
     [ssh_config.5]
     ordered list here

23 years ago - stevesk@cvs.openbsd.org 2002/08/17 23:07:14
Ben Lindstrom [Tue, 20 Aug 2002 19:03:20 +0000 (19:03 +0000)] 
   - stevesk@cvs.openbsd.org 2002/08/17 23:07:14
     [ssh.1]
     ForwardAgent has defaulted to no for over 2 years; be more clear here.

23 years ago - stevesk@cvs.openbsd.org 2002/08/12 17:30:35
Ben Lindstrom [Tue, 20 Aug 2002 18:54:20 +0000 (18:54 +0000)] 
   - stevesk@cvs.openbsd.org 2002/08/12 17:30:35
     [ssh.1 sshd.8 sshd_config.5]
     more PermitUserEnvironment; ok markus@

23 years ago - stevesk@cvs.openbsd.org 2002/08/09 17:41:12
Ben Lindstrom [Tue, 20 Aug 2002 18:44:24 +0000 (18:44 +0000)] 
   - stevesk@cvs.openbsd.org 2002/08/09 17:41:12
     [sshd_config.5]
     proxy vs. fake display

23 years ago - stevesk@cvs.openbsd.org 2002/08/09 17:21:42
Ben Lindstrom [Tue, 20 Aug 2002 18:43:27 +0000 (18:43 +0000)] 
   - stevesk@cvs.openbsd.org 2002/08/09 17:21:42
     [sshd_config.5]
     use Op for mdoc conformance; from esr@golux.thyrsus.com
     ok aaron@

23 years ago - stevesk@cvs.openbsd.org 2002/08/08 23:54:52
Ben Lindstrom [Tue, 20 Aug 2002 18:42:13 +0000 (18:42 +0000)] 
   - stevesk@cvs.openbsd.org 2002/08/08 23:54:52
     [auth.c]
     typo in comment

23 years ago - aaron@cvs.openbsd.org 2002/08/08 13:50:23
Ben Lindstrom [Tue, 20 Aug 2002 18:41:15 +0000 (18:41 +0000)] 
   - aaron@cvs.openbsd.org 2002/08/08 13:50:23
     [sshconnect1.c]
     Use & to test if bits are set, not &&; markus@ ok.

23 years ago - markus@cvs.openbsd.org 2002/08/02 22:20:30
Ben Lindstrom [Tue, 20 Aug 2002 18:40:03 +0000 (18:40 +0000)] 
   - markus@cvs.openbsd.org 2002/08/02 22:20:30
     [ssh-rsa.c]
     replace RSA_verify with our own version and avoid the OpenSSL ASN.1 parser
     for authentication; ok deraadt/djm

23 years ago - markus@cvs.openbsd.org 2002/08/02 21:23:41
Ben Lindstrom [Tue, 20 Aug 2002 18:39:14 +0000 (18:39 +0000)] 
   - markus@cvs.openbsd.org 2002/08/02 21:23:41
     [ssh-rsa.c]
     diff is u_int (2x); ok deraadt/provos

23 years ago - marc@cvs.openbsd.org 2002/08/02 16:00:07
Ben Lindstrom [Tue, 20 Aug 2002 18:38:02 +0000 (18:38 +0000)] 
   - marc@cvs.openbsd.org 2002/08/02 16:00:07
     [ssh.1 sshd.8]
     note that .ssh/environment is only read when
     allowed (PermitUserEnvironment in sshd_config).
     OK markus@

23 years ago - millert@cvs.openbsd.org 2002/08/02 14:43:15
Ben Lindstrom [Tue, 20 Aug 2002 18:36:25 +0000 (18:36 +0000)] 
   - millert@cvs.openbsd.org 2002/08/02 14:43:15
     [monitor.c monitor_mm.c]
     Change mm_zalloc() sanity checks to be more in line with what
     we do in calloc() and add a check to monitor_mm.c.
     OK provos@ and markus@

23 years ago[configure.ac] Display OpenSSL header/library version.
Tim Rice [Wed, 14 Aug 2002 01:52:10 +0000 (18:52 -0700)] 
[configure.ac] Display OpenSSL header/library version.
Patch by dtucker@zip.com.au

23 years ago - markus@cvs.openbsd.org 2002/07/30 17:03:55
Ben Lindstrom [Thu, 1 Aug 2002 01:28:38 +0000 (01:28 +0000)] 
   - markus@cvs.openbsd.org 2002/07/30 17:03:55
     [auth-options.c servconf.c servconf.h session.c sshd_config sshd_config.5]
     add PermitUserEnvironment (off by default!); from dot@dotat.at;
     ok provos, deraadt

23 years ago - markus@cvs.openbsd.org 2002/07/29 18:57:30
Ben Lindstrom [Thu, 1 Aug 2002 01:26:29 +0000 (01:26 +0000)] 
   - markus@cvs.openbsd.org 2002/07/29 18:57:30
     [sshconnect.c]
     print file:line

23 years ago - mouring@cvs.openbsd.org 2002/07/25 01:16:59
Ben Lindstrom [Thu, 1 Aug 2002 01:25:00 +0000 (01:25 +0000)] 
   - mouring@cvs.openbsd.org 2002/07/25 01:16:59
     [sftp.c]
     FallBackToRsh does not exist anywhere else.  Remove it from here.
     OK deraadt.

23 years ago - markus@cvs.openbsd.org 2002/07/24 16:11:18
Ben Lindstrom [Thu, 1 Aug 2002 01:21:56 +0000 (01:21 +0000)] 
   - markus@cvs.openbsd.org 2002/07/24 16:11:18
     [hostfile.c hostfile.h sshconnect.c]
     print out all known keys for a host if we get a unknown host key,
     see discussion at http://marc.theaimsgroup.com/?t=101069210100016&r=1&w=4

     the ssharp mitm tool attacks users in a similar way, so i'd like to
     pointed out again:
        A MITM attack is always possible if the ssh client prints:
        The authenticity of host 'bla' can't be established.
     (protocol version 2 with pubkey authentication allows you to detect
     MITM attacks)

23 years ago - (bal) [uidswap.c] SCO compile correction by gert@greenie.muc.de
Ben Lindstrom [Tue, 30 Jul 2002 19:32:07 +0000 (19:32 +0000)] 
 - (bal) [uidswap.c] SCO compile correction by gert@greenie.muc.de

23 years ago - (stevesk) [ssh-rand-helper.c] RAND_bytes() and SHA1_Final() unsigned
Kevin Steves [Sun, 28 Jul 2002 20:42:23 +0000 (20:42 +0000)] 
 - (stevesk) [ssh-rand-helper.c] RAND_bytes() and SHA1_Final() unsigned
   char arg.

23 years ago - (stevesk) [CREDITS] solar
Kevin Steves [Sun, 28 Jul 2002 20:31:18 +0000 (20:31 +0000)] 
 - (stevesk) [CREDITS] solar

23 years ago - (stevesk) [auth-pam.c] should use PAM_MSG_MEMBER(); from solar
Kevin Steves [Sun, 28 Jul 2002 20:24:07 +0000 (20:24 +0000)] 
 - (stevesk) [auth-pam.c] should use PAM_MSG_MEMBER(); from solar

23 years ago - (djm) Latest config.guess and config.sub from ftp://ftp.gnu.org/gnu/config/
Damien Miller [Thu, 25 Jul 2002 04:40:22 +0000 (14:40 +1000)] 
 - (djm) Latest config.guess and config.sub from ftp://ftp.gnu.org/gnu/config/

23 years ago - (djm) Remove some cruft from INSTALL
Damien Miller [Thu, 25 Jul 2002 04:36:24 +0000 (14:36 +1000)] 
 - (djm) Remove some cruft from INSTALL

23 years ago - stevesk@cvs.openbsd.org 2002/07/15 17:15:31
Ben Lindstrom [Tue, 23 Jul 2002 21:29:49 +0000 (21:29 +0000)] 
   - stevesk@cvs.openbsd.org 2002/07/15 17:15:31
     [uidswap.c]
     little more debugging; ok markus@

23 years ago - stevesk@cvs.openbsd.org 2002/07/23 16:03:10
Ben Lindstrom [Tue, 23 Jul 2002 21:15:13 +0000 (21:15 +0000)] 
   - stevesk@cvs.openbsd.org 2002/07/23 16:03:10
     [sshd.c]
     utmp_len is unsigned; display error consistent with other options.
     ok markus@

23 years ago - stevesk@cvs.openbsd.org 2002/07/22 17:32:56
Ben Lindstrom [Tue, 23 Jul 2002 21:13:40 +0000 (21:13 +0000)] 
   - stevesk@cvs.openbsd.org 2002/07/22 17:32:56
     [monitor.c]
     u_int here; ok provos@

23 years ago - markus@cvs.openbsd.org 2002/07/22 11:03:06
Ben Lindstrom [Tue, 23 Jul 2002 21:11:09 +0000 (21:11 +0000)] 
   - markus@cvs.openbsd.org 2002/07/22 11:03:06
     [session.c]
     fallback to _PATH_STDPATH on setusercontext+LOGIN_SETPATH errors;

23 years ago - stevesk@cvs.openbsd.org 2002/07/21 18:34:43
Ben Lindstrom [Tue, 23 Jul 2002 21:07:45 +0000 (21:07 +0000)] 
   - stevesk@cvs.openbsd.org 2002/07/21 18:34:43
     [auth-options.h]
     remove invalid comment

23 years ago - stevesk@cvs.openbsd.org 2002/07/21 18:32:20
Ben Lindstrom [Tue, 23 Jul 2002 21:06:45 +0000 (21:06 +0000)] 
   - stevesk@cvs.openbsd.org 2002/07/21 18:32:20
     [auth-options.c]
     unneeded includes

23 years ago - (bal) sync ID w/ ssh-agent.c
Ben Lindstrom [Tue, 23 Jul 2002 21:05:17 +0000 (21:05 +0000)] 
 - (bal) sync ID w/ ssh-agent.c

23 years ago - stevesk@cvs.openbsd.org 2002/07/19 17:42:40
Ben Lindstrom [Tue, 23 Jul 2002 21:03:02 +0000 (21:03 +0000)] 
   - stevesk@cvs.openbsd.org 2002/07/19 17:42:40
     [ssh.c]
     display a warning from ssh when XAuthLocation does not exist or xauth
     returned no authentication data. ok markus@

23 years ago - markus@cvs.openbsd.org 2002/07/19 15:43:33
Ben Lindstrom [Tue, 23 Jul 2002 21:01:56 +0000 (21:01 +0000)] 
   - markus@cvs.openbsd.org 2002/07/19 15:43:33
     [log.c log.h session.c sshd.c]
     remove fatal cleanups after fork; based on discussions with and code
     from solar.

23 years ago - (bal) [bsd-cray.c bsd-cray.h] Part 2 of Cray merger.
Ben Lindstrom [Tue, 23 Jul 2002 21:00:17 +0000 (21:00 +0000)] 
 - (bal) [bsd-cray.c bsd-cray.h] Part 2 of Cray merger.

23 years ago- (stevesk) [auth-pam.c] typo in comment
Kevin Steves [Tue, 23 Jul 2002 00:51:53 +0000 (00:51 +0000)] 
- (stevesk) [auth-pam.c] typo in comment

23 years ago - (stevesk) [auth-pam.[ch] session.c] pam_getenvlist() must be
Kevin Steves [Tue, 23 Jul 2002 00:44:07 +0000 (00:44 +0000)] 
 - (stevesk) [auth-pam.[ch] session.c] pam_getenvlist() must be
   freed by the caller; add free_pam_environment() and use it.

23 years ago - (bal) [monitor_mm.c openbsd-compat/xmmap.h] Move xmmap() defines
Ben Lindstrom [Tue, 23 Jul 2002 00:03:33 +0000 (00:03 +0000)] 
 - (bal) [monitor_mm.c openbsd-compat/xmmap.h] Move xmmap() defines
   into it's own header.

23 years ago - (bal) [configure.ac] Missing ;; from cray patch.
Ben Lindstrom [Tue, 23 Jul 2002 00:00:05 +0000 (00:00 +0000)] 
 - (bal) [configure.ac]  Missing ;; from cray patch.

23 years ago - (bal) [configure.ac defines.h loginrec.c sshd.c sshpty.c] Partial sync
Ben Lindstrom [Mon, 22 Jul 2002 23:34:25 +0000 (23:34 +0000)] 
 - (bal) [configure.ac defines.h loginrec.c sshd.c sshpty.c] Partial sync
   with Cray (mostly #ifdef renaming).  Patch by wendyp@cray.com.

23 years ago - (stevesk) [xmmap.c] missing prototype for fatal()
Kevin Steves [Mon, 22 Jul 2002 16:20:29 +0000 (16:20 +0000)] 
 - (stevesk) [xmmap.c] missing prototype for fatal()

23 years ago - (bal) AIX tty data limiting patch fix by leigh@solinno.co.uk
Ben Lindstrom [Mon, 22 Jul 2002 15:28:53 +0000 (15:28 +0000)] 
 - (bal) AIX tty data limiting patch fix by leigh@solinno.co.uk

23 years ago - (stevesk) [auth-pam.[ch] ssh.h] move SSHD_PAM_SERVICE to auth-pam.h
Kevin Steves [Sun, 21 Jul 2002 23:59:39 +0000 (23:59 +0000)] 
 - (stevesk) [auth-pam.[ch] ssh.h] move SSHD_PAM_SERVICE to auth-pam.h

23 years ago - (stevesk) [auth-pam.h] unneeded include
Kevin Steves [Sun, 21 Jul 2002 23:20:07 +0000 (23:20 +0000)] 
 - (stevesk) [auth-pam.h] unneeded include

23 years ago - (stevesk) [auth-pam.h] license
Kevin Steves [Sun, 21 Jul 2002 23:16:00 +0000 (23:16 +0000)] 
 - (stevesk) [auth-pam.h] license

23 years ago - (stevesk) [auth-pam.c] cast to avoid initialization type mismatch
Kevin Steves [Sun, 21 Jul 2002 22:49:47 +0000 (22:49 +0000)] 
 - (stevesk) [auth-pam.c] cast to avoid initialization type mismatch
   warning on pam_conv struct conversation function.

23 years ago - (stevesk) [auth-pam.c] merge rest of solar's PAM patch;
Kevin Steves [Sun, 21 Jul 2002 17:57:01 +0000 (17:57 +0000)] 
 - (stevesk) [auth-pam.c] merge rest of solar's PAM patch;
   PAM_NEW_AUTHTOK_REQD remains in #if 0 for now.

23 years ago - (stevesk) [auth-pam.c] merge cosmetic changes from solar's
Kevin Steves [Sun, 21 Jul 2002 17:26:54 +0000 (17:26 +0000)] 
 - (stevesk) [auth-pam.c] merge cosmetic changes from solar's
   openssh-3.4p1-owl-password-changing.diff

23 years ago - (stevesk) [ssh-keygen.c] bug #231: always init/seed_rng().
Kevin Steves [Sat, 20 Jul 2002 19:05:40 +0000 (19:05 +0000)] 
 - (stevesk) [ssh-keygen.c] bug #231: always init/seed_rng().

23 years ago[configure.ac] test for libxnet on HP. Patch by dtucker@zip.com.au
Tim Rice [Fri, 19 Jul 2002 19:41:10 +0000 (12:41 -0700)] 
[configure.ac]  test for libxnet on HP. Patch by dtucker@zip.com.au

23 years ago [contrib/solaris/buildpkg.sh] create privsep user/group if needed.
Tim Rice [Fri, 19 Jul 2002 18:57:57 +0000 (11:57 -0700)] 
 [contrib/solaris/buildpkg.sh] create privsep user/group if needed.
 Patch by dtucker@zip.com.au

23 years ago [includes.h] Bug 267 add stdint.h
Tim Rice [Thu, 18 Jul 2002 18:49:32 +0000 (11:49 -0700)] 
 [includes.h] Bug 267 add stdint.h

23 years ago [configure.ac] Bug 267 rework int64_t test.
Tim Rice [Thu, 18 Jul 2002 18:44:50 +0000 (11:44 -0700)] 
 [configure.ac] Bug 267 rework int64_t test.

23 years ago [monitor_mm.c] add missing declaration for xmmap(). Reported
Tim Rice [Thu, 18 Jul 2002 18:34:29 +0000 (11:34 -0700)] 
 [monitor_mm.c] add missing declaration for xmmap(). Reported
 by ayamura@ayamura.org

23 years ago [defines.h] Bug 313 patch by dirk.meyer@dinoex.sub.org
Tim Rice [Thu, 18 Jul 2002 16:31:51 +0000 (09:31 -0700)] 
 [defines.h] Bug 313 patch by dirk.meyer@dinoex.sub.org

23 years ago [configure.ac] change how we do paths in AC_PATH_PROGS tests
Tim Rice [Thu, 18 Jul 2002 02:20:07 +0000 (19:20 -0700)] 
 [configure.ac] change how we do paths in AC_PATH_PROGS tests
 for autoconf 2.53. Based on a patch by jrj@purdue.edu

23 years ago - (bal) aixbff package updated by dtucker@zip.com.au
Ben Lindstrom [Thu, 18 Jul 2002 01:04:50 +0000 (01:04 +0000)] 
 - (bal) aixbff package updated by dtucker@zip.com.au

23 years ago [contrib/solaris/opensshd.in] Only kill sshd if .pid file found
Tim Rice [Tue, 16 Jul 2002 21:24:38 +0000 (14:24 -0700)] 
 [contrib/solaris/opensshd.in] Only kill sshd if .pid file found

23 years ago - (bal) Privsep user creation support in Solaris buildpkg.sh by
Ben Lindstrom [Mon, 15 Jul 2002 18:49:20 +0000 (18:49 +0000)] 
 - (bal) Privsep user creation support in Solaris buildpkg.sh by
   dtucker@zip.com.au

23 years ago - (bal) Remove unused tty defined in do_setusercontext() pointed out by
Ben Lindstrom [Mon, 15 Jul 2002 17:58:34 +0000 (17:58 +0000)] 
 - (bal) Remove unused tty defined in do_setusercontext() pointed out by
   dtucker@zip.com.au plus a a more KNF since I am near it.