summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-03-22 05:51:21 +1100
committerDamien Miller <djm@mindrot.org>2010-03-22 05:51:21 +1100
commite513a911952901dc8bcaa76fcfba7bc45f23daae (patch)
tree94e96e4181dba0730c27cef3d6ad7d2c7aaac0f5 /ChangeLog
parent77497e131857443cce9ec93fdb382e324002691a (diff)
- djm@cvs.openbsd.org 2010/03/10 23:27:17
[auth2-pubkey.c] correct certificate logging and make it more consistent between authorized_keys and TrustedCAKeys; ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 34d5dfdcb..ac93d23c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,10 @@
7 [ssh-keygen.1] 7 [ssh-keygen.1]
8 typos; from Ross Richardson 8 typos; from Ross Richardson
9 closes prs 6334 and 6335 9 closes prs 6334 and 6335
10 - djm@cvs.openbsd.org 2010/03/10 23:27:17
11 [auth2-pubkey.c]
12 correct certificate logging and make it more consistent between
13 authorized_keys and TrustedCAKeys; ok markus@
10 14
1120100314 1520100314
12 - (djm) [ssh-pkcs11-helper.c] Move #ifdef to after #defines to fix 16 - (djm) [ssh-pkcs11-helper.c] Move #ifdef to after #defines to fix