diff options
author | Damien Miller <djm@mindrot.org> | 2010-03-22 05:52:26 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2010-03-22 05:52:26 +1100 |
commit | c4cb47bc53434612c41333695b15350724d60d6a (patch) | |
tree | 4fb604225158243c157301c9a8a54d1c4e22db87 /ChangeLog | |
parent | e513a911952901dc8bcaa76fcfba7bc45f23daae (diff) |
- djm@cvs.openbsd.org 2010/03/12 01:06:25
[servconf.c]
unbreak AuthorizedKeys option with a $HOME-relative path; reported by
vinschen AT redhat.com, ok dtucker@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -11,6 +11,10 @@ | |||
11 | [auth2-pubkey.c] | 11 | [auth2-pubkey.c] |
12 | correct certificate logging and make it more consistent between | 12 | correct certificate logging and make it more consistent between |
13 | authorized_keys and TrustedCAKeys; ok markus@ | 13 | authorized_keys and TrustedCAKeys; ok markus@ |
14 | - djm@cvs.openbsd.org 2010/03/12 01:06:25 | ||
15 | [servconf.c] | ||
16 | unbreak AuthorizedKeys option with a $HOME-relative path; reported by | ||
17 | vinschen AT redhat.com, ok dtucker@ | ||
14 | 18 | ||
15 | 20100314 | 19 | 20100314 |
16 | - (djm) [ssh-pkcs11-helper.c] Move #ifdef to after #defines to fix | 20 | - (djm) [ssh-pkcs11-helper.c] Move #ifdef to after #defines to fix |