summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-03-22 05:54:02 +1100
committerDamien Miller <djm@mindrot.org>2010-03-22 05:54:02 +1100
commit8ddc71c13d3aac3f7eb13b67dc703b5508eae732 (patch)
tree372171e5a1dbf13bd4f1daa846ce64b2d59a94a1 /ChangeLog
parent4a5f0d325b723dcfdcc540f83ae8a3c08a589d7e (diff)
- djm@cvs.openbsd.org 2010/03/13 21:10:38
[clientloop.c] protocol conformance fix: send language tag when disconnecting normally; spotted by 1.41421 AT gmail.com, ok markus@ deraadt@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 95c87ba26..3dc718056 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,6 +19,10 @@
19 [servconf.c] 19 [servconf.c]
20 do not prepend AuthorizedKeysFile with getcwd(), unbreaks relative paths 20 do not prepend AuthorizedKeysFile with getcwd(), unbreaks relative paths
21 free() (not xfree()) the buffer returned by getcwd() 21 free() (not xfree()) the buffer returned by getcwd()
22 - djm@cvs.openbsd.org 2010/03/13 21:10:38
23 [clientloop.c]
24 protocol conformance fix: send language tag when disconnecting normally;
25 spotted by 1.41421 AT gmail.com, ok markus@ deraadt@
22 26
2320100314 2720100314
24 - (djm) [ssh-pkcs11-helper.c] Move #ifdef to after #defines to fix 28 - (djm) [ssh-pkcs11-helper.c] Move #ifdef to after #defines to fix