summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-10-18 16:06:14 +1100
committerDamien Miller <djm@mindrot.org>2011-10-18 16:06:14 +1100
commitc51a5ab2c6f7ea4ae42e70d1d00bdf57c28f8c36 (patch)
tree5e8106f528aaa5fb62536c4ccc314dfb6a840cb3 /ChangeLog
parent91f3eaec886825c42cf6e38d4e2af0f52b5aa35f (diff)
- djm@cvs.openbsd.org 2011/10/18 04:58:26
[auth-options.c key.c] remove explict search for \0 in packet strings, this job is now done implicitly by buffer_get_cstring; ok markus
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c3eb5757a..583f88f22 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,10 @@
12 - stsp@cvs.openbsd.org 2011/10/16 15:51:39 12 - stsp@cvs.openbsd.org 2011/10/16 15:51:39
13 [moduli.c] 13 [moduli.c]
14 add missing includes to unbreak tree; fix from rpointel 14 add missing includes to unbreak tree; fix from rpointel
15 - djm@cvs.openbsd.org 2011/10/18 04:58:26
16 [auth-options.c key.c]
17 remove explict search for \0 in packet strings, this job is now done
18 implicitly by buffer_get_cstring; ok markus
15 19
1620111001 2020111001
17 - (dtucker) [openbsd-compat/mktemp.c] Fix compiler warning. ok djm 21 - (dtucker) [openbsd-compat/mktemp.c] Fix compiler warning. ok djm