summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-03-22 05:53:04 +1100
committerDamien Miller <djm@mindrot.org>2010-03-22 05:53:04 +1100
commit4a5f0d325b723dcfdcc540f83ae8a3c08a589d7e (patch)
treecf54194adac119bf5f65bff59d650c831b96d14b /ChangeLog
parentc4cb47bc53434612c41333695b15350724d60d6a (diff)
- markus@cvs.openbsd.org 2010/03/12 11:37:40
[servconf.c] do not prepend AuthorizedKeysFile with getcwd(), unbreaks relative paths free() (not xfree()) the buffer returned by getcwd()
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3112f6457..95c87ba26 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,10 @@
15 [servconf.c] 15 [servconf.c]
16 unbreak AuthorizedKeys option with a $HOME-relative path; reported by 16 unbreak AuthorizedKeys option with a $HOME-relative path; reported by
17 vinschen AT redhat.com, ok dtucker@ 17 vinschen AT redhat.com, ok dtucker@
18 - markus@cvs.openbsd.org 2010/03/12 11:37:40
19 [servconf.c]
20 do not prepend AuthorizedKeysFile with getcwd(), unbreaks relative paths
21 free() (not xfree()) the buffer returned by getcwd()
18 22
1920100314 2320100314
20 - (djm) [ssh-pkcs11-helper.c] Move #ifdef to after #defines to fix 24 - (djm) [ssh-pkcs11-helper.c] Move #ifdef to after #defines to fix