summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-05-29 21:59:10 +1000
committerDamien Miller <djm@mindrot.org>2011-05-29 21:59:10 +1000
commit8cb3587336d3fe8e67db1d75da5f4c11456d3f1a (patch)
treecddb1df6de8212481b4eac38d90b4a9d38421d4b /ChangeLog
parent295ee63ab2123899fb21f76616ef4dac51515236 (diff)
- djm@cvs.openbsd.org 2011/05/23 03:31:31
[regress/cfgmatch.sh] include testing of multiple/overridden AuthorizedKeysFiles refactor to simply daemon start/stop and get rid of racy constructs
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c7db4a5df..82aedc3a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -30,6 +30,10 @@
30 GlobalKnownHostsFile2 by making UserKnownHostsFile/GlobalKnownHostsFile 30 GlobalKnownHostsFile2 by making UserKnownHostsFile/GlobalKnownHostsFile
31 accept multiple paths per line and making their defaults include 31 accept multiple paths per line and making their defaults include
32 known_hosts2; ok markus 32 known_hosts2; ok markus
33 - djm@cvs.openbsd.org 2011/05/23 03:31:31
34 [regress/cfgmatch.sh]
35 include testing of multiple/overridden AuthorizedKeysFiles
36 refactor to simply daemon start/stop and get rid of racy constructs
33 37
3420110520 3820110520
35 - (djm) [session.c] call setexeccon() before executing passwd for pw 39 - (djm) [session.c] call setexeccon() before executing passwd for pw