]> git.ipfire.org Git - thirdparty/openssh-portable.git/log
thirdparty/openssh-portable.git
23 years agounbreak V_3_2_3 anongit/V_3_2_3 github-selfhosted/V_3_2_3 github/V_3_2_3 V_3_2_3_P1
Damien Miller [Wed, 22 May 2002 05:06:43 +0000 (15:06 +1000)] 
unbreak

23 years agounbreak (aaarrrgggh - stupid vi)
Damien Miller [Wed, 22 May 2002 05:06:28 +0000 (15:06 +1000)] 
unbreak (aaarrrgggh - stupid vi)

23 years agosync scard/
Damien Miller [Wed, 22 May 2002 04:24:01 +0000 (14:24 +1000)] 
sync scard/

23 years agocrank rpm spec versions
Damien Miller [Wed, 22 May 2002 04:14:54 +0000 (14:14 +1000)] 
crank rpm spec versions

23 years agoCrank version
Damien Miller [Wed, 22 May 2002 04:14:00 +0000 (14:14 +1000)] 
Crank version

(also missed changelog message)

23 years agorcsid sync
Damien Miller [Wed, 22 May 2002 04:04:11 +0000 (14:04 +1000)] 
rcsid sync

23 years ago fix spelling mistakes spotted by Solar Designer <solar@openwall.com>
Damien Miller [Wed, 22 May 2002 01:02:15 +0000 (11:02 +1000)] 
 fix spelling mistakes spotted by Solar Designer <solar@openwall.com>

23 years ago - (stevesk) [sshd.c] #ifndef HAVE_CYGWIN for setgroups()
Kevin Steves [Tue, 21 May 2002 17:59:13 +0000 (17:59 +0000)] 
 - (stevesk) [sshd.c] #ifndef HAVE_CYGWIN for setgroups()

23 years ago - (stevesk) [sshd.c] bug 245; disable setsid() for now
Kevin Steves [Tue, 21 May 2002 17:50:21 +0000 (17:50 +0000)] 
 - (stevesk) [sshd.c] bug 245; disable setsid() for now

23 years ago[configure.ac] remove extra MD5_MSG="no" line.
Tim Rice [Fri, 17 May 2002 15:59:22 +0000 (08:59 -0700)] 
[configure.ac] remove extra MD5_MSG="no" line.

23 years agop1 V_3_2_2_P1
Damien Miller [Wed, 15 May 2002 23:25:38 +0000 (09:25 +1000)] 
p1

23 years ago - (bal) OpenBSD CVS Sync
Ben Lindstrom [Wed, 15 May 2002 21:50:14 +0000 (21:50 +0000)] 
 - (bal) OpenBSD CVS Sync
   - markus@cvs.openbsd.org 2002/05/15 21:05:29
     [version.h]
     enter OpenSSH_3.2.2
 - (bal) Caldara, Suse, and Redhat openssh.specs updated.

23 years ago - markus@cvs.openbsd.org 2002/05/15 21:02:53
Ben Lindstrom [Wed, 15 May 2002 21:37:34 +0000 (21:37 +0000)] 
   - markus@cvs.openbsd.org 2002/05/15 21:02:53
     [servconf.c sshd.8 sshd_config]
     disable privsep and enable setuid for the 3.2.2 release

23 years ago - millert@cvs.openbsd.org 2002/05/06 23:34:33
Ben Lindstrom [Wed, 15 May 2002 21:36:45 +0000 (21:36 +0000)] 
   - millert@cvs.openbsd.org 2002/05/06 23:34:33
     [ssh.1 sshd.8]
     Kill/adjust r(login|exec)d? references now that those are no longer in
     the tree.

23 years ago - deraadt@cvs.openbsd.org 2002/05/04 02:39:35
Ben Lindstrom [Wed, 15 May 2002 21:35:43 +0000 (21:35 +0000)] 
   - deraadt@cvs.openbsd.org 2002/05/04 02:39:35
     [servconf.c sshd.8 sshd_config]
     enable privsep by default; provos ok
(historical)

23 years ago - (bal) Clarified openbsd-compat/*-cray.* Licence provided by Wendy.
Ben Lindstrom [Wed, 15 May 2002 16:39:51 +0000 (16:39 +0000)] 
 - (bal) Clarified openbsd-compat/*-cray.* Licence provided by Wendy.

23 years ago - mouring@cvs.openbsd.org 2002/05/15 15:47:49
Ben Lindstrom [Wed, 15 May 2002 16:25:01 +0000 (16:25 +0000)] 
   - mouring@cvs.openbsd.org 2002/05/15 15:47:49
     [kex.c monitor.c monitor_wrap.c sshd.c]
     'monitor' variable clashes with at least one lame platform (NeXT).  i
     Renamed to 'pmonitor'.  provos@
 - (bal) Fixed up PAM case.  I think.

23 years ago - markus@cvs.openbsd.org 2002/05/13 21:26:49
Ben Lindstrom [Wed, 15 May 2002 16:19:37 +0000 (16:19 +0000)] 
   - markus@cvs.openbsd.org 2002/05/13 21:26:49
     [auth-rhosts.c]
     handle debug messages during rhosts-rsa and hostbased authentication;
     ok provos@

23 years ago - millert@cvs.openbsd.org 2002/05/13 15:53:19
Ben Lindstrom [Wed, 15 May 2002 16:17:56 +0000 (16:17 +0000)] 
   - millert@cvs.openbsd.org 2002/05/13 15:53:19
     [sshd.c]
     Call setsid() in the child after sshd accepts the connection and forks.
     This is needed for privsep which calls setlogin() when it changes uids.
     Without this, there is a race where the login name of an existing
     connection, as returned by getlogin(), may be changed to the privsep
     user (sshd).  markus@ OK

23 years ago - markus@cvs.openbsd.org 2002/05/13 20:44:58
Ben Lindstrom [Wed, 15 May 2002 16:16:14 +0000 (16:16 +0000)] 
   - markus@cvs.openbsd.org 2002/05/13 20:44:58
     [auth-options.c auth.c auth.h]
     move the packet_send_debug handling from auth-options.c to auth.c;
     ok provos@

23 years ago - itojun@cvs.openbsd.org 2002/05/13 02:37:39
Ben Lindstrom [Wed, 15 May 2002 16:14:36 +0000 (16:14 +0000)] 
   - itojun@cvs.openbsd.org 2002/05/13 02:37:39
     [auth-skey.c auth2.c]
     less warnings.  skey_{respond,query} are public (in auth.h)

23 years ago - stevesk@cvs.openbsd.org 2002/05/11 20:24:48
Ben Lindstrom [Wed, 15 May 2002 16:09:57 +0000 (16:09 +0000)] 
   - stevesk@cvs.openbsd.org 2002/05/11 20:24:48
     [ssh.h]
     typo in comment

23 years ago - deraadt@cvs.openbsd.org 2002/05/08 21:06:34
Ben Lindstrom [Wed, 15 May 2002 16:08:48 +0000 (16:08 +0000)] 
   - deraadt@cvs.openbsd.org 2002/05/08 21:06:34
     [ssh.h]
     move to sshd.sshd instead

23 years ago - deraadt@cvs.openbsd.org 2002/05/07 19:54:36
Ben Lindstrom [Wed, 15 May 2002 16:07:11 +0000 (16:07 +0000)] 
   - deraadt@cvs.openbsd.org 2002/05/07 19:54:36
     [ssh.h]
     use ssh uid

23 years ago - (bal) CVS ID fix up on auth-passwd.c
Ben Lindstrom [Wed, 15 May 2002 15:59:17 +0000 (15:59 +0000)] 
 - (bal) CVS ID fix up on auth-passwd.c

23 years agowrap
Damien Miller [Wed, 15 May 2002 00:12:29 +0000 (10:12 +1000)] 
wrap

23 years agowrap
Damien Miller [Wed, 15 May 2002 00:08:17 +0000 (10:08 +1000)] 
wrap

23 years agoupdate version.
Tim Rice [Tue, 14 May 2002 16:03:46 +0000 (09:03 -0700)] 
update version.

23 years ago remove reference to UnixWare 7 and OpenUNIX 8
Tim Rice [Tue, 14 May 2002 03:50:38 +0000 (20:50 -0700)] 
 remove reference to UnixWare 7 and OpenUNIX 8
 from PAM-enabled pragraph. UnixWare has no PAM.

23 years ago20020514
Tim Rice [Tue, 14 May 2002 00:07:18 +0000 (17:07 -0700)] 
20020514
[sshpty.c] set tty modes when allocating old style bsd ptys to
match what newer style ptys have when allocated. Based on a patch by
Roger Cornelius <rac@tenzing.org>
[README.privsep] UnixWare 7 and OpenUNIX 8 work.

23 years ago - (stevesk) [README.privsep] PAM+privsep works with Solaris 8.
Kevin Steves [Mon, 13 May 2002 23:31:09 +0000 (23:31 +0000)] 
 - (stevesk) [README.privsep] PAM+privsep works with Solaris 8.

23 years ago - (djm) Add INSTALL warning about SSH protocol 1 blowfish w/ OpenSSL < 0.9.6
Damien Miller [Mon, 13 May 2002 05:22:21 +0000 (15:22 +1000)] 
 - (djm) Add INSTALL warning about SSH protocol 1 blowfish w/ OpenSSL < 0.9.6

23 years ago - (djm) Bug #234: missing readpassphrase declaration and defines
Damien Miller [Mon, 13 May 2002 05:14:08 +0000 (15:14 +1000)] 
 - (djm) Bug #234: missing readpassphrase declaration and defines

23 years agoalign summary
Damien Miller [Mon, 13 May 2002 04:41:31 +0000 (14:41 +1000)] 
align summary

23 years agounbreak
Damien Miller [Mon, 13 May 2002 04:12:05 +0000 (14:12 +1000)] 
unbreak

23 years ago - (stevesk) add initial README.privsep
Kevin Steves [Mon, 13 May 2002 03:57:04 +0000 (03:57 +0000)] 
 - (stevesk) add initial README.privsep

23 years ago - (stevesk) [configure.ac] nicer message: --with-privsep-user=user
Kevin Steves [Mon, 13 May 2002 03:51:40 +0000 (03:51 +0000)] 
 - (stevesk) [configure.ac] nicer message: --with-privsep-user=user

23 years agounbreak
Damien Miller [Mon, 13 May 2002 03:30:17 +0000 (13:30 +1000)] 
unbreak

23 years ago - (djm) Update RPM spec file: different superuser path, use
Damien Miller [Mon, 13 May 2002 03:26:57 +0000 (13:26 +1000)] 
 - (djm) Update RPM spec file: different superuser path, use
   /var/empty/sshd for privsep

23 years ago - (djm) Add --with-privsep-path configure option
Damien Miller [Mon, 13 May 2002 03:15:42 +0000 (13:15 +1000)] 
 - (djm) Add --with-privsep-path configure option

23 years ago - (djm) Bug #231: UsePrivilegeSeparation turns off Banner.
Damien Miller [Mon, 13 May 2002 01:07:41 +0000 (11:07 +1000)] 
 - (djm) Bug #231: UsePrivilegeSeparation turns off Banner.

23 years ago - (djm) Add --with-superuser-path=xxx configure option to specify what $PATH
Damien Miller [Mon, 13 May 2002 00:56:51 +0000 (10:56 +1000)] 
 - (djm) Add --with-superuser-path=xxx configure option to specify what $PATH
   the superuser receives.

23 years ago - (djm) Add --with-superuser-path=xxx configure option to specify what $PATH
Damien Miller [Mon, 13 May 2002 00:48:57 +0000 (10:48 +1000)] 
 - (djm) Add --with-superuser-path=xxx configure option to specify what $PATH
   the superuser receives.

23 years ago fix for systems that have both HAVE_ACCRIGHTS_IN_MSGHDR and
Tim Rice [Sat, 11 May 2002 22:30:04 +0000 (15:30 -0700)] 
 fix for systems that have both HAVE_ACCRIGHTS_IN_MSGHDR and
HAVE_CONTROL_IN_MSGHDR. Ie. sys/socket.h has #define msg_accrights msg_control

23 years ago applied a rework of djm's OpenSSL search cleanup patch.
Tim Rice [Sat, 11 May 2002 20:17:42 +0000 (13:17 -0700)] 
 applied a rework of djm's OpenSSL search cleanup patch.
 Now only searches system and /usr/local/ssl (OpenSSL's default install path)
 Others must use --with-ssl-dir=....

23 years ago - (stevesk) [auth.c] Shadow account and expiration cleanup. Now
Kevin Steves [Fri, 10 May 2002 15:48:52 +0000 (15:48 +0000)] 
 - (stevesk) [auth.c] Shadow account and expiration cleanup.  Now
   check for root forced expire.  Still don't check for inactive.

23 years ago - (bal) Back all the way out of auth-passwd.c changes. Breaks too many
Ben Lindstrom [Fri, 10 May 2002 02:40:15 +0000 (02:40 +0000)] 
 - (bal) Back all the way out of auth-passwd.c changes.  Breaks too many
   things that don't set pw->pw_passwd.

23 years ago - (djm) Try to drop supplemental groups at daemon startup. Patch from
Damien Miller [Fri, 10 May 2002 02:20:24 +0000 (12:20 +1000)] 
 - (djm) Try to drop supplemental groups at daemon startup. Patch from
   RedHat

23 years ago - (djm) Rework RedHat RPM files. Based on spec from Nalin
Damien Miller [Fri, 10 May 2002 02:19:23 +0000 (12:19 +1000)] 
 - (djm) Rework RedHat RPM files. Based on spec from Nalin
   Dahyabhai <nalin@redhat.com> and patches from
   Pekka Savola <pekkas@netcore.fi>

23 years ago Unbreak make -f Makefile.in distprep
Tim Rice [Thu, 9 May 2002 14:05:59 +0000 (07:05 -0700)] 
 Unbreak make -f Makefile.in distprep

23 years ago - (djm) Disable PAM kbd-int auth if privsep is turned on (it doesn't work)
Damien Miller [Thu, 9 May 2002 05:59:13 +0000 (15:59 +1000)] 
 - (djm) Disable PAM kbd-int auth if privsep is turned on (it doesn't work)

23 years agoset SHELL in Makefile in case someone makes from a non bourne compatable shell
Tim Rice [Wed, 8 May 2002 23:04:14 +0000 (16:04 -0700)] 
set SHELL in Makefile in case someone makes from a non bourne compatable shell

23 years agofix logic on when seed_rng() is called.
Tim Rice [Wed, 8 May 2002 22:57:18 +0000 (15:57 -0700)] 
fix logic on when seed_rng() is called.
Report by Chris Maxwell <maxwell@cs.dal.ca>

23 years ago Add truncate() emulation to address Bug 208
Tim Rice [Wed, 8 May 2002 02:51:31 +0000 (19:51 -0700)] 
   Add truncate() emulation to address Bug 208

23 years ago - (djm) Don't reinitialise PAM credentials before we have started PAM.
Damien Miller [Wed, 8 May 2002 02:27:55 +0000 (12:27 +1000)] 
 - (djm) Don't reinitialise PAM credentials before we have started PAM.
   Report from Pekka Savola <pekkas@netcore.fi>

23 years ago - (djm) Unbreak PAM auth for protocol 1. Report from Pekka Savola
Damien Miller [Wed, 8 May 2002 02:24:42 +0000 (12:24 +1000)] 
 - (djm) Unbreak PAM auth for protocol 1. Report from Pekka Savola
   <pekkas@netcore.fi>

23 years ago - (djm) Unbreak auth-passwd.c for PAM and SIA
Damien Miller [Wed, 8 May 2002 02:18:26 +0000 (12:18 +1000)] 
 - (djm) Unbreak auth-passwd.c for PAM and SIA

23 years ago - (bal) Fixed auth-passwd.c to resolve PermitEmptyPassword issue
Ben Lindstrom [Mon, 6 May 2002 23:06:08 +0000 (23:06 +0000)] 
 - (bal) Fixed auth-passwd.c to resolve PermitEmptyPassword issue

23 years ago - (djm) Fix readpassphase compilation for systems which have it
Damien Miller [Wed, 1 May 2002 12:00:22 +0000 (22:00 +1000)] 
 - (djm) Fix readpassphase compilation for systems which have it

23 years ago - (djm) Import OpenBSD regression tests. Requires BSD make to run
Damien Miller [Wed, 1 May 2002 03:17:33 +0000 (13:17 +1000)] 
 - (djm) Import OpenBSD regression tests. Requires BSD make to run

23 years ago[contrib/caldera/openssh.spec] update fixUP to reflect changes in sshd_config.
Tim Rice [Tue, 30 Apr 2002 03:53:12 +0000 (20:53 -0700)] 
[contrib/caldera/openssh.spec] update fixUP to reflect changes in sshd_config.
[contrib/cygwin/README] remove reference to regex.
patch from Corinna Vinschen <vinschen@redhat.com>

23 years ago - (djm) Bug #180: Set ToS bits on IPv4-in-IPv6 mapped addresses. Based on
Damien Miller [Fri, 26 Apr 2002 06:54:34 +0000 (16:54 +1000)] 
 - (djm) Bug #180: Set ToS bits on IPv4-in-IPv6 mapped addresses. Based on
   patch from openssh@misc.tecq.org

23 years ago - (djm) Disable PAM password expiry until a complete fix for bug #188 exists
Damien Miller [Fri, 26 Apr 2002 01:27:24 +0000 (11:27 +1000)] 
 - (djm) Disable PAM password expiry until a complete fix for bug #188 exists

23 years ago - (djm) Bug #137, #209: fix make problems for scard/Ssh.bin, do uudecode
Damien Miller [Fri, 26 Apr 2002 01:25:40 +0000 (11:25 +1000)] 
 - (djm) Bug #137, #209: fix make problems for scard/Ssh.bin, do uudecode
   during distprep only

23 years ago - (stevesk) [acconfig.h auth-passwd.c configure.ac sshd.c] HP-UX 10.26
Kevin Steves [Thu, 25 Apr 2002 18:17:04 +0000 (18:17 +0000)] 
 - (stevesk) [acconfig.h auth-passwd.c configure.ac sshd.c] HP-UX 10.26
   support.  bug #184.  most from dcole@keysoftsys.com.

23 years ago - (stevesk) [defines.h] remove USE_TIMEVAL; unused
Kevin Steves [Thu, 25 Apr 2002 17:56:07 +0000 (17:56 +0000)] 
 - (stevesk) [defines.h] remove USE_TIMEVAL; unused

23 years ago - djm@cvs.openbsd.org 2002/04/23 22:16:29
Damien Miller [Tue, 23 Apr 2002 23:49:09 +0000 (09:49 +1000)] 
   - djm@cvs.openbsd.org 2002/04/23 22:16:29
     [sshd.c]
     Improve error message; ok markus@ stevesk@

23 years ago - (djm) OpenBSD CVS Sync
Damien Miller [Tue, 23 Apr 2002 23:48:14 +0000 (09:48 +1000)] 
 - (djm) OpenBSD CVS Sync
   - markus@cvs.openbsd.org 2002/04/23 12:54:10
     [version.h]
     3.2.1

23 years ago - (stevesk) [acconfig.h configure.ac session.c] LOGIN_NO_ENDOPT for HP-UX
Kevin Steves [Tue, 23 Apr 2002 20:45:55 +0000 (20:45 +0000)] 
 - (stevesk) [acconfig.h configure.ac session.c] LOGIN_NO_ENDOPT for HP-UX

23 years ago - (stevesk) [acconfig.h] NEED_IN_SYSTM_H unused
Kevin Steves [Tue, 23 Apr 2002 20:11:13 +0000 (20:11 +0000)] 
 - (stevesk) [acconfig.h] NEED_IN_SYSTM_H unused

23 years ago - markus@cvs.openbsd.org 2002/04/23 12:58:26
Markus Friedl [Tue, 23 Apr 2002 14:41:12 +0000 (16:41 +0200)] 
   - markus@cvs.openbsd.org 2002/04/23 12:58:26
     [radix.c]
     send complete ticket; semerad@ss1000.ms.mff.cuni.cz

23 years ago - markus@openbsd.org 2002/04/23 12:58:26
Markus Friedl [Tue, 23 Apr 2002 14:35:15 +0000 (16:35 +0200)] 
   - markus@openbsd.org 2002/04/23 12:58:26
     [radix.c]
     send complete ticket; semerad@ss1000.ms.mff.cuni.cz

23 years agowrap an out of control line
Damien Miller [Tue, 23 Apr 2002 13:32:38 +0000 (23:32 +1000)] 
wrap an out of control line

23 years ago - (djm) Bug #206 - blibpath isn't always needed for AIX ld, avoid
Damien Miller [Tue, 23 Apr 2002 13:22:25 +0000 (23:22 +1000)] 
 - (djm) Bug #206 - blibpath isn't always needed for AIX ld, avoid
   sizeof(long long int) == 4 breakage. Patch from Matthew Clarke
   <Matthew_Clarke@mindlink.bc.ca>

23 years ago - (djm) Bug #214: Fix utmp for Irix (don't strip "tty"). Patch from
Damien Miller [Tue, 23 Apr 2002 13:09:19 +0000 (23:09 +1000)] 
 - (djm) Bug #214: Fix utmp for Irix (don't strip "tty"). Patch from
   Kevin Taylor <no@nowhere.org> (??) via Philipp Grau
   <phgrau@zedat.fu-berlin.de>

23 years ago - (djm) Bug #213: Simplify CMSG_ALIGN macros to avoid symbol clashes.
Damien Miller [Tue, 23 Apr 2002 12:59:51 +0000 (22:59 +1000)] 
 - (djm) Bug #213: Simplify CMSG_ALIGN macros to avoid symbol clashes.
   Reported by Doug Manton <dmanton@emea.att.com>

23 years ago - (djm) Define BROKEN_REALPATH for AIX, patch from
Damien Miller [Tue, 23 Apr 2002 12:52:45 +0000 (22:52 +1000)] 
 - (djm) Define BROKEN_REALPATH for AIX, patch from
   Antti Tapaninen <aet@cc.hut.fi>

23 years ago - (djm) Applied OpenSC smartcard updates from Markus &
Damien Miller [Tue, 23 Apr 2002 12:48:46 +0000 (22:48 +1000)] 
 - (djm) Applied OpenSC smartcard updates from Markus &
   Antti Tapaninen <aet@cc.hut.fi>

23 years ago - (djm) Redhat spec enables KrbV by default
Damien Miller [Tue, 23 Apr 2002 11:17:17 +0000 (21:17 +1000)] 
 - (djm) Redhat spec enables KrbV by default

23 years ago - (djm) Update RPM spec file versions
Damien Miller [Tue, 23 Apr 2002 11:15:31 +0000 (21:15 +1000)] 
 - (djm) Update RPM spec file versions

23 years ago - (djm) Trim ChangeLog to include only post-3.1 changes
Damien Miller [Tue, 23 Apr 2002 11:13:32 +0000 (21:13 +1000)] 
 - (djm) Trim ChangeLog to include only post-3.1 changes

23 years ago - markus@cvs.openbsd.org 2002/04/22 21:04:52
Damien Miller [Tue, 23 Apr 2002 11:09:44 +0000 (21:09 +1000)] 
   - markus@cvs.openbsd.org 2002/04/22 21:04:52
     [channels.c clientloop.c clientloop.h ssh.c]
     request reply (success/failure) for -R style fwd in protocol v2,
     depends on ordered replies.
     fixes http://bugzilla.mindrot.org/show_bug.cgi?id=215; ok provos@

23 years ago - markus@cvs.openbsd.org 2002/04/22 16:16:53
Damien Miller [Tue, 23 Apr 2002 11:04:51 +0000 (21:04 +1000)] 
   - markus@cvs.openbsd.org 2002/04/22 16:16:53
     [servconf.c sshd.8 sshd_config]
     do not auto-enable KerberosAuthentication; ok djm@, provos@, deraadt@

23 years ago - markus@cvs.openbsd.org 2002/04/22 06:15:47
Damien Miller [Tue, 23 Apr 2002 11:00:33 +0000 (21:00 +1000)] 
   - markus@cvs.openbsd.org 2002/04/22 06:15:47
     [radix.c]
     fix check for overflow

23 years ago - stevesk@cvs.openbsd.org 2002/04/21 16:25:06
Damien Miller [Tue, 23 Apr 2002 10:56:02 +0000 (20:56 +1000)] 
   - stevesk@cvs.openbsd.org 2002/04/21 16:25:06
     [sshconnect1.c]
     spelling in error message; ok markus@

23 years ago - stevesk@cvs.openbsd.org 2002/04/21 16:19:27
Damien Miller [Tue, 23 Apr 2002 10:51:15 +0000 (20:51 +1000)] 
   - stevesk@cvs.openbsd.org 2002/04/21 16:19:27
     [sshd.8 sshd_config]
     document default AFSTokenPassing no; ok deraadt@

23 years ago - markus@cvs.openbsd.org 2002/04/20 09:17:19
Damien Miller [Tue, 23 Apr 2002 10:46:56 +0000 (20:46 +1000)] 
   - markus@cvs.openbsd.org 2002/04/20 09:17:19
     [radix.c]
     rewrite using the buffer_* API, fixes overflow; ok deraadt@

23 years ago - markus@cvs.openbsd.org 2002/04/20 09:14:58
Damien Miller [Tue, 23 Apr 2002 10:42:36 +0000 (20:42 +1000)] 
   - markus@cvs.openbsd.org 2002/04/20 09:14:58
     [bufaux.c bufaux.h]
     add buffer_{get,put}_short

23 years ago - (djm) OpenBSD CVS Sync
Damien Miller [Tue, 23 Apr 2002 10:40:28 +0000 (20:40 +1000)] 
 - (djm) OpenBSD CVS Sync
   - deraadt@cvs.openbsd.org 2002/04/20 09:02:03
     [servconf.c]
     No, afs requires explicit enabling

23 years ago - (djm) Make privsep work with PAM (still experimental)
Damien Miller [Tue, 23 Apr 2002 10:28:48 +0000 (20:28 +1000)] 
 - (djm) Make privsep work with PAM (still experimental)

23 years ago - (djm) Bug #222: Fix tests for getaddrinfo on OSF/1. Spotted by
Damien Miller [Tue, 23 Apr 2002 10:22:59 +0000 (20:22 +1000)] 
 - (djm) Bug #222: Fix tests for getaddrinfo on OSF/1. Spotted by
   Robert Urban <urban@spielwiese.de>

23 years ago[entropy.c.] Portability fix for SCO Unix 3.2v4.x (SCO OSR 3.0).
Tim Rice [Sun, 21 Apr 2002 18:26:10 +0000 (11:26 -0700)] 
[entropy.c.] Portability fix for SCO Unix 3.2v4.x (SCO OSR 3.0).
entropy.c needs seteuid(getuid()) for the setuid(original_uid) to succeed.
Patch by gert@greenie.muc.de. This fixes one part of Bug 208

23 years ago - (djm) Avoid SIGCHLD breakage when run from rsync. Fix from
Damien Miller [Thu, 18 Apr 2002 12:53:22 +0000 (22:53 +1000)] 
 - (djm) Avoid SIGCHLD breakage when run from rsync. Fix from
   Sturle Sunde <sturle.sunde@usit.uio.no>

23 years ago[configure.ac] Issue warning on --with-default-path=/some_path
Tim Rice [Thu, 18 Apr 2002 04:19:14 +0000 (21:19 -0700)] 
[configure.ac] Issue warning on --with-default-path=/some_path
if LOGIN_CAP is enabled. Report & testing by Tuc <tuc@ttsg.com>

23 years ago - (djm) Fix .Nm in mdoc2man.pl from pspencer@fields.utoronto.ca
Damien Miller [Wed, 17 Apr 2002 02:30:45 +0000 (12:30 +1000)] 
 - (djm) Fix .Nm in mdoc2man.pl from pspencer@fields.utoronto.ca

23 years ago - (djm) Tell users to configure /dev/random support into OpenSSL in INSTALL
Damien Miller [Wed, 17 Apr 2002 02:22:58 +0000 (12:22 +1000)] 
 - (djm) Tell users to configure /dev/random support into OpenSSL in INSTALL

23 years ago[configure.ac] add tests for recvmsg and sendmsg.
Tim Rice [Tue, 16 Apr 2002 04:10:09 +0000 (21:10 -0700)] 
[configure.ac] add tests for recvmsg and sendmsg.
[monitor_fdpass.c] add checks for HAVE_SENDMSG and HAVE_RECVMSG for
systems that HAVE_ACCRIGHTS_IN_MSGHDR but no recvmsg or sendmsg.

23 years ago - (stevesk) bsd-cygwin_util.[ch] BSD license from Corinna Vinschen
Kevin Steves [Mon, 15 Apr 2002 22:00:51 +0000 (22:00 +0000)] 
 - (stevesk) bsd-cygwin_util.[ch] BSD license from Corinna Vinschen

23 years ago - (djm) Unbreak "make install". Fix from Darren Tucker <dtucker@zip.com.au>
Damien Miller [Mon, 15 Apr 2002 03:23:59 +0000 (13:23 +1000)] 
 - (djm) Unbreak "make install". Fix from Darren Tucker <dtucker@zip.com.au>

23 years ago - (djm) Random number collection doc fixes from Ben
Damien Miller [Sun, 14 Apr 2002 13:16:04 +0000 (23:16 +1000)] 
 - (djm) Random number collection doc fixes from Ben