summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-05-15 13:48:26 +1000
committerDamien Miller <djm@mindrot.org>2014-05-15 13:48:26 +1000
commit633de33b192d808d87537834c316dc8b75fe1880 (patch)
tree54d456735ab7e2848dc8df5eba9c3dbb314b29e1 /ChangeLog
parent15271907843e4ae50dcfc83b3594014cf5e9607b (diff)
- djm@cvs.openbsd.org 2014/04/28 03:09:18
[authfile.c bufaux.c buffer.h channels.c krl.c mux.c packet.c packet.h] [ssh-keygen.c] buffer_get_string_ptr's return should be const to remind callers that futzing with it will futz with the actual buffer contents
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ba6e0607f..c5d0c675f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -25,6 +25,12 @@
25 - djm@cvs.openbsd.org 2014/04/23 12:42:34 25 - djm@cvs.openbsd.org 2014/04/23 12:42:34
26 [readconf.c] 26 [readconf.c]
27 don't record duplicate IdentityFiles 27 don't record duplicate IdentityFiles
28 - djm@cvs.openbsd.org 2014/04/28 03:09:18
29 [authfile.c bufaux.c buffer.h channels.c krl.c mux.c packet.c packet.h]
30 [ssh-keygen.c]
31 buffer_get_string_ptr's return should be const to remind
32 callers that futzing with it will futz with the actual buffer
33 contents
28 34
2920140430 3520140430
30 - (dtucker) [defines.h] Define __GNUC_PREREQ__ macro if we don't already 36 - (dtucker) [defines.h] Define __GNUC_PREREQ__ macro if we don't already