summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2005-11-05 15:16:12 +1100
committerDamien Miller <djm@mindrot.org>2005-11-05 15:16:12 +1100
commitc7e2d3fa1049c13d33d043e15c524f19e2791586 (patch)
treef63c1ec25d8fcd8781effc0772651c0c1df880d9 /ChangeLog
parentf14be5ce03b0a40857f381819436602fa67c4d75 (diff)
- djm@cvs.openbsd.org 2005/10/31 11:48:29
[serverloop.c] make sure we clean up wtmp, etc. file when we receive a SIGTERM, SIGINT or SIGQUIT when running without privilege separation (the normal privsep case is already OK). Patch mainly by dtucker@ and senthilkumar_sen AT hotpop.com; ok dtucker@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e16e8c753..6ebe18efc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -81,6 +81,12 @@
81 - djm@cvs.openbsd.org 2005/10/31 11:12:49 81 - djm@cvs.openbsd.org 2005/10/31 11:12:49
82 [ssh-keygen.1 ssh-keygen.c] 82 [ssh-keygen.1 ssh-keygen.c]
83 generate a protocol 2 RSA key by default 83 generate a protocol 2 RSA key by default
84 - djm@cvs.openbsd.org 2005/10/31 11:48:29
85 [serverloop.c]
86 make sure we clean up wtmp, etc. file when we receive a SIGTERM,
87 SIGINT or SIGQUIT when running without privilege separation (the
88 normal privsep case is already OK). Patch mainly by dtucker@ and
89 senthilkumar_sen AT hotpop.com; ok dtucker@
84 90
8520051102 9120051102
86 - (dtucker) [openbsd-compat/bsd-misc.c] Bug #1108: fix broken strdup(). 92 - (dtucker) [openbsd-compat/bsd-misc.c] Bug #1108: fix broken strdup().
@@ -3214,4 +3220,4 @@
3214 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 3220 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
3215 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 3221 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
3216 3222
3217$Id: ChangeLog,v 1.3947 2005/11/05 04:15:49 djm Exp $ 3223$Id: ChangeLog,v 1.3948 2005/11/05 04:16:12 djm Exp $