search for: cmsg_

Displaying 4 results from an estimated 4 matches for "cmsg_".

Did you mean: cmsg
2008 Dec 15
5
Apple patches 1-5
...pple, based on dovecot-1.1.7. The comments with "APPLE" in them helped us merge in your new releases; feel free to remove them. Please let me know if you want subsequent patches in a different format, or if you have any questions. Patch #1. Some versions of Mac OS X have buggy CMSG_* macros. -------------- next part -------------- A non-text attachment was scrubbed... Name: patch1 Type: application/octet-stream Size: 1515 bytes Desc: not available URL: <http://dovecot.org/pipermail/dovecot/attachments/20081215/decaba25/attachment-0010.obj> -------------- next part ------...
2003 Aug 06
2
[Bug 336] ssh does not compile on Linux with libc5 and 2.0 kernel
...mindrot.org/attachment.cgi?id=365&action=view) Make OpenSSH work on old Linuxes Found a really old redhat CD and installed it on my test machine.... # uname -r 1.2.13 # rpm -q libc libc-5.2.18-1 The patch changes: session.c: only does session_break_req if TIOCSBRK is defined. bsd-misc.h: adds CMSG_DATA and CMSG_FIRSTHDR macros (stolen from OpenBSD). canohost.c: only does check_ip_options if IP_OPTIONS is defined. Everything appears to work OK apart from PrivSep (because mmap seems terminally broken). With a newer kernel with a working mmap, PrivSep might even work. Anyone complaining about...
2015 Feb 24
4
Call for testing: OpenSSH 6.8
On Tue, 24 Feb 2015, Tom G. Christensen wrote: > I've switched to HEAD in the git repo and it now builds on Solaris > 2.6, 7, 8 and 9 but the testsuite still cannot be built due to the > missing <err.h>. > > I noticed one of the changes was about HOST_NAME_MAX but I don't > think that change addresses the real issue on at least these old > Solaris systems. It
2010 Jul 07
0
[git pull v2] x86_32, sh4, getrusage()
..._port); ipudp_hdrs.udp.dest = htons(cfg_remote_port); commit 617cba04b94cae042f71eb37c0a620587783a660 Author: Mike Waychison <mikew at google.com> Date: Mon Jun 7 16:30:34 2010 -0700 [klibc] Add ancillary data structures and macros to sys/socket.h It turns out that all the CMSG_* structures and macros are hidden behind __KERNEL__ in current kernel.org kernels. Expose these macros in sys/socket.h for the time being to make them available. Signed-off-by: Mike Waychison <mikew at google.com> Signed-off-by: maximilian attems <max at stro.at>...