summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ccca485f8..8b4676cfc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,10 @@
13 fail open(2) with EPERM rather than SIGKILLing the whole process. libc 13 fail open(2) with EPERM rather than SIGKILLing the whole process. libc
14 will call open() to do strerror() when NLS is enabled; 14 will call open() to do strerror() when NLS is enabled;
15 feedback and ok markus@ 15 feedback and ok markus@
16 - markus@cvs.openbsd.org 2011/08/01 19:18:15
17 [gss-serv.c]
18 prevent post-auth resource exhaustion (int overflow leading to 4GB malloc);
19 report Adam Zabrock; ok djm@, deraadt@
16 20
1720110624 2120110624
18 - (djm) [configure.ac Makefile.in sandbox-darwin.c] Add a sandbox for 22 - (djm) [configure.ac Makefile.in sandbox-darwin.c] Add a sandbox for