summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2008-03-27 11:01:15 +1100
committerDamien Miller <djm@mindrot.org>2008-03-27 11:01:15 +1100
commite241e85ad3fd50fb94666ddaa52e44cbaae47fbb (patch)
tree167d412bddfe01d0c29f1d31d6dd4a671c67b4a1 /ChangeLog
parent7a3e1d0bc9de3af87afcfa1159b4e906efde558b (diff)
- deraadt@cvs.openbsd.org 2008/03/24 16:11:07
[monitor_fdpass.c] msg_controllen has to be CMSG_SPACE so that the kernel can account for each cmsg_len (ie. msg_controllen = sum of CMSG_ALIGN(cmsg_len). This works now that kernel fd passing has been fixed to accept a bit of sloppiness because of this ABI repair. lots of discussion with kettenis
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 73760b809..876055383 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -26,6 +26,13 @@
26 existing file. Users who depended on this should adjust their sftp(1) 26 existing file. Users who depended on this should adjust their sftp(1)
27 usage. 27 usage.
28 ok deraadt@ markus@ 28 ok deraadt@ markus@
29 - deraadt@cvs.openbsd.org 2008/03/24 16:11:07
30 [monitor_fdpass.c]
31 msg_controllen has to be CMSG_SPACE so that the kernel can account for
32 each cmsg_len (ie. msg_controllen = sum of CMSG_ALIGN(cmsg_len). This
33 works now that kernel fd passing has been fixed to accept a bit of
34 sloppiness because of this ABI repair.
35 lots of discussion with kettenis
29 36
3020080315 3720080315
31 - (djm) [regress/test-exec.sh] Quote putty-related variables in case they are 38 - (djm) [regress/test-exec.sh] Quote putty-related variables in case they are
@@ -3794,4 +3801,4 @@
3794 OpenServer 6 and add osr5bigcrypt support so when someone migrates 3801 OpenServer 6 and add osr5bigcrypt support so when someone migrates
3795 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 3802 passwords between UnixWare and OpenServer they will still work. OK dtucker@
3796 3803
3797$Id: ChangeLog,v 1.4885 2008/03/26 23:59:57 djm Exp $ 3804$Id: ChangeLog,v 1.4886 2008/03/27 00:01:15 djm Exp $