summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-06-05 10:04:12 +1000
committerDamien Miller <djm@mindrot.org>2003-06-05 10:04:12 +1000
commitb95bb7f9b13905ade12cac848e34339ae8a1cc2f (patch)
tree6bba63edd710e839b5e6523b391346b0a81025bd /ChangeLog
parentceb3136f5f121e0d6d3a78dcc52c6bf186a7f872 (diff)
- (djm) Don't use xmalloc() or pull in toplevel headers in fake-* code
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9f7612004..3cfbd1602 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@
4 - (djm) Implement paranoid priv dropping checks, based on: 4 - (djm) Implement paranoid priv dropping checks, based on:
5 "SetUID demystified" - Hao Chen, David Wagner and Drew Dean 5 "SetUID demystified" - Hao Chen, David Wagner and Drew Dean
6 Proceedings of USENIX Security Symposium 2002 6 Proceedings of USENIX Security Symposium 2002
7 - (djm) Don't use xmalloc() or pull in toplevel headers in fake-* code
7 8
820030604 920030604
9 - (djm) Bug #573 - Remove unneeded Krb headers and compat goop. Patch from 10 - (djm) Bug #573 - Remove unneeded Krb headers and compat goop. Patch from
@@ -465,4 +466,4 @@
465 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. 466 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
466 Report from murple@murple.net, diagnosis from dtucker@zip.com.au 467 Report from murple@murple.net, diagnosis from dtucker@zip.com.au
467 468
468$Id: ChangeLog,v 1.2783 2003/06/04 23:53:42 djm Exp $ 469$Id: ChangeLog,v 1.2784 2003/06/05 00:04:12 djm Exp $