summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2004-06-15 10:24:13 +1000
committerDamien Miller <djm@mindrot.org>2004-06-15 10:24:13 +1000
commit350327c0428572f16b1c4080ef61473942217a27 (patch)
treed4c9a623c6e14f2705f785ecddf66798ca15b1f6 /ChangeLog
parent94befab9dd03fdcde634a8142ad1004930031a11 (diff)
- djm@cvs.openbsd.org 2004/05/26 08:59:57
[sftp.c] exit -> _exit in forked child on error; from andrushock AT korovino.net
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a32ea4b6..c58f63cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+20040615
+ - (djm) OpenBSD CVS Sync
+ - djm@cvs.openbsd.org 2004/05/26 08:59:57
+ [sftp.c]
+ exit -> _exit in forked child on error; from andrushock AT korovino.net
+
20040603
- (dtucker) [auth-pam.c] Don't use pam_* namespace for sshd's PAM functions.
ok djm@
@@ -1181,4 +1187,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
-$Id: ChangeLog,v 1.3374 2004/06/03 04:53:12 dtucker Exp $
+$Id: ChangeLog,v 1.3375 2004/06/15 00:24:13 djm Exp $