summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-01-26 09:39:53 +1100
committerDamien Miller <djm@mindrot.org>2014-01-26 09:39:53 +1100
commit2035b2236d3b1f76c749c642a43e03c85eae76e6 (patch)
tree7e4d397d9f030d5180f6a9e1dab7d9f39e01d065 /ChangeLog
parenta92ac7410475fbb00383c7402aa954dc0a75ae19 (diff)
- (djm) [configure.ac sandbox-capsicum.c sandbox-rlimit.c] Disable
RLIMIT_NOFILE pseudo-sandbox on FreeBSD. In some configurations, libc will attempt to open additional file descriptors for crypto offload and crash if they cannot be opened.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 384c0712c..6b965261a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,10 @@
12 [kex.c] 12 [kex.c]
13 dh_need needs to be set to max(seclen, blocksize, ivlen, mac_len) 13 dh_need needs to be set to max(seclen, blocksize, ivlen, mac_len)
14 ok dtucker@, noted by mancha 14 ok dtucker@, noted by mancha
15 - (djm) [configure.ac sandbox-capsicum.c sandbox-rlimit.c] Disable
16 RLIMIT_NOFILE pseudo-sandbox on FreeBSD. In some configurations,
17 libc will attempt to open additional file descriptors for crypto
18 offload and crash if they cannot be opened.
15 19
1620130125 2020130125
17 - (djm) [configure.ac] Fix detection of capsicum sandbox on FreeBSD 21 - (djm) [configure.ac] Fix detection of capsicum sandbox on FreeBSD