diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 | ||
80 | 20140430 | 86 | 20140430 |
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 |