summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-05-15 14:37:39 +1000
committerDamien Miller <djm@mindrot.org>2014-05-15 14:37:39 +1000
commitc31a0cd5b31961f01c5b731f62a6cb9d4f767472 (patch)
treef0ef8c1ba5c43751f91c355243142ab71f611e98 /ChangeLog
parent686c7d9ee6f44b2be4128d7860b6b37adaeba733 (diff)
- markus@cvs.openbsd.org 2014/05/03 17:20:34
[monitor.c packet.c packet.h] unbreak compression, by re-init-ing the compression code in the post-auth child. the new buffer code is more strict, and requires buffer_init() while the old code was happy after a bzero(); originally from djm@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 486ed9c5c..0969811ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -76,6 +76,12 @@
76 [misc.h poly1305.h ssh-pkcs11.c defines.h] 76 [misc.h poly1305.h ssh-pkcs11.c defines.h]
77 revert __bounded change; it causes way more problems for portable than 77 revert __bounded change; it causes way more problems for portable than
78 it solves; pointed out by dtucker@ 78 it solves; pointed out by dtucker@
79 - markus@cvs.openbsd.org 2014/05/03 17:20:34
80 [monitor.c packet.c packet.h]
81 unbreak compression, by re-init-ing the compression code in the
82 post-auth child. the new buffer code is more strict, and requires
83 buffer_init() while the old code was happy after a bzero();
84 originally from djm@
79 85
8020140430 8620140430
81 - (dtucker) [defines.h] Define __GNUC_PREREQ__ macro if we don't already 87 - (dtucker) [defines.h] Define __GNUC_PREREQ__ macro if we don't already