summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2011-10-02 19:09:07 +1100
committerDarren Tucker <dtucker@zip.com.au>2011-10-02 19:09:07 +1100
commit95125e5f43f73e1c325c85b9571d80b228b963d8 (patch)
treeb18b64bd3385e061099d1e92a92e17e390f0aaf9
parentaf1a60ec4f2b36ab960b8fd06483595742686ae9 (diff)
ChangeLog entry for sshd.c rev 1.409
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e427d4a1..37cd895b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,6 +19,9 @@
[auth2-pubkey.c]
improve the AuthorizedPrincipalsFile debug log message to include
file and line number
+ - dtucker@cvs.openbsd.org 2011/09/30 00:47:37
+ [sshd.c]
+ don't attempt privsep cleanup when not using privsep; ok markus@
20110929
- (djm) [configure.ac defines.h] No need to detect sizeof(char); patch