summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-08-27 04:11:55 +1000
committerDamien Miller <djm@mindrot.org>2014-08-27 04:11:55 +1000
commit146218ac11a1eb0dcade6f793d7acdef163b5ddc (patch)
tree12ce651173bcc56b6ebc7ac3caf4c9fb9a56f2ab /ChangeLog
parent1b215c098b3b37e38aa4e4c91bb908eee41183b1 (diff)
- (djm) [monitor.c sshd.c] SIGXFSZ needs to be ignored in postauth
monitor, not preauth; bz#2263
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 17c422c3..378b3881 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,8 @@
[regress/unittests/sshkey/test_fuzz.c]
[regress/unittests/sshkey/test_sshkey.c] Don't include openssl/ec.h
on !ECC OpenSSL systems
+ - (djm) [monitor.c sshd.c] SIGXFSZ needs to be ignored in postauth
+ monitor, not preauth; bz#2263
20140825
- (djm) [bufec.c] Skip this file on !ECC OpenSSL