summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4d222aa98..985e8050d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,11 @@
13 [monitor_fdpass.c] 13 [monitor_fdpass.c]
14 Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to 14 Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to
15 an extensive discussion with otto, kettenis, millert, and hshoexer 15 an extensive discussion with otto, kettenis, millert, and hshoexer
16 - deraadt@cvs.openbsd.org 2008/03/15 16:19:02
17 [monitor_fdpass.c]
18 Repair the simple cases for msg_controllen where it should just be
19 CMSG_SIZE(sizeof(int)), not sizeof(buffer) which may be larger because
20 of alignment; ok kettenis hshoexer
16 21
1720080315 2220080315
18 - (djm) [regress/test-exec.sh] Quote putty-related variables in case they are 23 - (djm) [regress/test-exec.sh] Quote putty-related variables in case they are
@@ -3781,4 +3786,4 @@
3781 OpenServer 6 and add osr5bigcrypt support so when someone migrates 3786 OpenServer 6 and add osr5bigcrypt support so when someone migrates
3782 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 3787 passwords between UnixWare and OpenServer they will still work. OK dtucker@
3783 3788
3784$Id: ChangeLog,v 1.4883 2008/03/26 23:53:23 djm Exp $ 3789$Id: ChangeLog,v 1.4884 2008/03/26 23:54:44 djm Exp $