diff options
author | Darren Tucker <dtucker@zip.com.au> | 2004-06-25 14:03:34 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2004-06-25 14:03:34 +1000 |
commit | 60bd4098f64fd0fbbd9b6b4de2562623318141a0 (patch) | |
tree | 7dc6caa88aa1c03ed6a760855c48f24a0c5570cb /ChangeLog | |
parent | ef3b47a73adf98a510200daea9ebfceebed5bed6 (diff) |
- (dtucker) [configure.ac openbsd-compat/misc.c [openbsd-compat/misc.h]
Add closefrom() for platforms that don't have it.
(might need some tuning later, but I want to be able to test reexec).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -14,6 +14,8 @@ | |||
14 | - djm@cvs.openbsd.org 2004/06/25 01:25:12 | 14 | - djm@cvs.openbsd.org 2004/06/25 01:25:12 |
15 | [regress/test-exec.sh] | 15 | [regress/test-exec.sh] |
16 | clean reexec-specific junk out of text-exec.sh and simplify; idea markus@ | 16 | clean reexec-specific junk out of text-exec.sh and simplify; idea markus@ |
17 | - (dtucker) [configure.ac openbsd-compat/misc.c [openbsd-compat/misc.h] | ||
18 | Add closefrom() for platforms that don't have it. | ||
17 | 19 | ||
18 | 20040623 | 20 | 20040623 |
19 | - (dtucker) [auth1.c] Ensure do_pam_account is called for Protocol 1 | 21 | - (dtucker) [auth1.c] Ensure do_pam_account is called for Protocol 1 |
@@ -1416,4 +1418,4 @@ | |||
1416 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 1418 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
1417 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 1419 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
1418 | 1420 | ||
1419 | $Id: ChangeLog,v 1.3447 2004/06/25 03:46:08 dtucker Exp $ | 1421 | $Id: ChangeLog,v 1.3448 2004/06/25 04:03:34 dtucker Exp $ |