summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2012-07-06 10:27:10 +1000
committerDamien Miller <djm@mindrot.org>2012-07-06 10:27:10 +1000
commita0433a7096b7f1f5d7332b04fa83660b3208ab1d (patch)
tree67b218ca3a89e6cd749d0130e21907139e80b83e /ChangeLog
parent34f702ae641f92f763ea00d54eaaf7e3ceddc2d2 (diff)
- (djm) [sandbox-seccomp-filter.c] fallback to rlimit if seccomp filter is
not available. Allows use of sshd compiled on host with a filter-capable kernel on hosts that lack the support. bz#2011 ok dtucker@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b19f41cf6..771ba79c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
120120706
2 - (djm) [sandbox-seccomp-filter.c] fallback to rlimit if seccomp filter is
3 not available. Allows use of sshd compiled on host with a filter-capable
4 kernel on hosts that lack the support. bz#2011 ok dtucker@
5
120120704 620120704
2 - (dtucker) [configure.ac openbsd-compat/bsd-misc.h] Add setlinebuf for 7 - (dtucker) [configure.ac openbsd-compat/bsd-misc.h] Add setlinebuf for
3 platforms that don't have it. "looks good" tim@ 8 platforms that don't have it. "looks good" tim@