diff options
author | Damien Miller <djm@mindrot.org> | 2010-03-21 19:51:21 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2010-03-21 19:51:21 +0100 |
commit | e513a911952901dc8bcaa76fcfba7bc45f23daae (patch) | |
tree | 94e96e4181dba0730c27cef3d6ad7d2c7aaac0f5 /ChangeLog | |
parent | - jmc@cvs.openbsd.org 2010/03/10 07:40:35 (diff) | |
download | openssh-e513a911952901dc8bcaa76fcfba7bc45f23daae.tar.xz openssh-e513a911952901dc8bcaa76fcfba7bc45f23daae.zip |
- 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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -7,6 +7,10 @@ [ssh-keygen.1] typos; from Ross Richardson closes prs 6334 and 6335 + - 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@ 20100314 - (djm) [ssh-pkcs11-helper.c] Move #ifdef to after #defines to fix |