search for: have_control_in_msghdr

Displaying 13 results from an estimated 13 matches for "have_control_in_msghdr".

2002 May 20
6
3.2.2p1 build problem on Irix6.5
On Irix 6.5.15m with version 7.3 of the development tools, monitor_fdpass.c won't compile after a normal configure because SCM_RIGHTS isn't defined. In sys/socket.h it's protected by #ifdef _XOPEN_SOURCE but if I define _XOPEN_SOURCE, I get a storm of IPV6-related errors. Defining SCM_RIGHTS explicitly does allow it to build. I can't immediately figure out how to fix this
2002 Jul 04
0
[Bug 336] New: ssh does not compile on Linux with libc5 and 2.0 kernel
...verity: critical Priority: P2 Component: Build system AssignedTo: openssh-unix-dev at mindrot.org ReportedBy: johanw at xs4all.nl When compiling ssh on an older Linux system with a 2.0 kernel and libc5, compile errors arise because configure erroneously defines HAVE_CONTROL_IN_MSGHDR in config.h. This results in undefined references: ./libssh.a(monitor_fdpass.o): In function `mm_send_fd': /Packages/ssh/openssh-3.4p1/monitor_fdpass.c:54: undefined reference to `CMSG_FIRSTHDR' /Packages/ssh/openssh-3.4p1/monitor_fdpass.c:58: undefined reference to `CMSG_DATA' ./libss...
2006 Nov 01
0
No subject
HAVE_SENDMSG = 1 HAVE_ACCRIGHTS_IN_MSGHDR - not defined HAVE_CONTROL_IN_MSGHDR = 1 > void > mm_send_fd(int socket, int fd) > { > #if defined(HAVE_SENDMSG) && (defined(HAVE_ACCRIGHTS_IN_MSGHDR) || defined(HAVE_CONTROL_IN_MSGHDR)) > struct msghdr msg; > struct iovec vec; > char ch = '\0'; > int n; > #ifndef HAV...
2002 May 28
1
Build problem on IRIX 6.5.16m
I had a problem building OpenSSH 3.2.3p1 on IRIX 6.5.16m. The configure command I used was: env CC=cc ./configure --prefix=/usr --sysconfdir=/etc/ssh --libexecdir=/usr/lib \ --mandir=/usr/share/man/u_man --with-catman=man --without-rsh \ --with-xauth=/usr/bin/X11/xauth --with-ssl- dir=../openssl-0.9.6d \ --with-prngd-socket=/dev/egd-pool The errors during make are:
2002 Sep 03
0
[Bug 336] ssh does not compile on Linux with libc5 and 2.0 kernel
...figure:13954: checking for msg_control field in struct msghdr configure:13983: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno- uninitialized -I/usr/local/ssl /include -L/usr/local/ssl/lib conftest.c -lbsd -lz -lcrypto >&5 ac_cv_have_accrights_in_msghdr=no ac_cv_have_clock_t=yes ac_cv_have_control_in_msghdr=yes #define HAVE_CONTROL_IN_MSGHDR 1 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2003 Sep 18
1
Problem building OpenSSH on Cobalt Raq2i running standard Linux
Hi everyone, I'm trying to build OpenSSH on my Cobalt Raq2i box which is running the standard Linux installation with all patches installed. I had no problems building OpenSSL v0.9.7b and it installed without problems as well. However, the OpenSSH build keeps failing at a certain point: gcc -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I. -I. -I/usr/local/ssl/include
2015 Feb 26
4
Call for testing: OpenSSH 6.8
...at.c regress/netcat.c index 3f100bd..29e85bf 100644 --- regress/netcat.c +++ regress/netcat.c @@ -1014,43 +1014,44 @@ fillbuf(int fd, unsigned char *buf, size_t *bufpos) void fdpass(int nfd) { - struct msghdr mh; +#if defined(HAVE_SENDMSG) && (defined(HAVE_ACCRIGHTS_IN_MSGHDR) || defined(HAVE_CONTROL_IN_MSGHDR)) + struct msghdr msg; +#ifndef HAVE_ACCRIGHTS_IN_MSGHDR union { struct cmsghdr hdr; char buf[CMSG_SPACE(sizeof(int))]; } cmsgbuf; struct cmsghdr *cmsg; - struct iovec iov; - char c = '\0'; - ssize_t r; +#endif + struct iovec vec; + char ch = '\0'; struct pollfd pfd; +...
2015 Feb 25
2
Call for testing: OpenSSH 6.8
On 24/02/15 21:56, Tim Rice wrote: > On Wed, 25 Feb 2015, Damien Miller wrote: > > | 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>. > > The err.h issue is fixes but there still
2005 Sep 19
1
ssh hangs or gives Segmentation fault
...*/ /* #undef HAVE_SECUREWARE */ #define LOGIN_PROGRAM_FALLBACK "/bin/login" #define _PATH_PASSWD_PROG "/usr/bin/passwd" /* #undef HAVE_PW_CLASS_IN_PASSWD */ /* #undef HAVE_PW_EXPIRE_IN_PASSWD */ /* #undef HAVE_PW_CHANGE_IN_PASSWD */ /* #undef HAVE_ACCRIGHTS_IN_MSGHDR */ #define HAVE_CONTROL_IN_MSGHDR 1 /* #undef BROKEN_INET_NTOA */ #define HAVE_SYS_ERRLIST 1 #define HAVE_SYS_NERR 1 /* #undef IP_TOS_IS_BROKEN */ /* #undef HAVE_GETUSERATTR */ #define HAVE_BASENAME 1 #define PAM_TTY_KLUDGE 1 /* #undef SSHPAM_CHAUTHTOK_NEEDS_RUID */ /* #undef USE_PIPES */ /* #undef BROKEN_SNPRINTF */ /* #undef HAVE...
2006 Apr 11
0
Problem building openssh-4.3p2 under cygwin and windows XP
...=yes ac_cv_func_utmpname=yes ac_cv_func_utmpxname=yes ac_cv_func_vasprintf=yes ac_cv_func_vhangup=yes ac_cv_func_vsnprintf=yes ac_cv_func_waitpid=yes ac_cv_func_yp_match=no ac_cv_have___ss_family_in_struct_ss=no ac_cv_have___va_copy=yes ac_cv_have_accrights_in_msghdr=no ac_cv_have_clock_t=yes ac_cv_have_control_in_msghdr=yes ac_cv_have_decl_LLONG_MAX=yes ac_cv_have_decl__getlong=no ac_cv_have_decl__getshort=no ac_cv_have_decl_getrusage=no ac_cv_have_decl_h_errno=yes ac_cv_have_decl_strsep=yes ac_cv_have_decl_tcsendbreak=yes ac_cv_have_getopt_optreset=yes ac_cv_have_int64_t=yes ac_cv_have_intxx_t=yes ac_cv_have_mode...
2008 Jan 08
2
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
...r */ > /* #undef HAVE_ACCRIGHTS_IN_MSGHDR */ > > /* attrib aligned */ > #define HAVE_ATTRIB_ALIGNED 1 > > /* attrib packed */ > #define HAVE_ATTRIB_PACKED 1 > > /* have bzip2 */ > /* #define HAVE_BZLIB_H 1 */ > > /* ancillary data style fd pass */ > /* #define HAVE_CONTROL_IN_MSGHDR 1 */ > > /* Define to 1 if you have the `ctime_r' function. */ > /* #define HAVE_CTIME_R 1 */ > > /* ctime_r takes 2 arguments */ > /* #define HAVE_CTIME_R_2 1 */ > > /* ctime_r takes 3 arguments */ > /* #undef HAVE_CTIME_R_3 */ > > /* Define to 1 if you have th...
2007 Dec 18
0
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
Chris Lattner wrote: > One way to do this is to add a "cut down" version of the app to the > test suite. I disabled optional features in clamav-config.h > >> 2. GPL license. Chris? > > Any open source license that allows unrestricted redistribution is > fine in llvm-test Ok, I have created a script that automatically checks out ClamAV 0.92-stable source code
2007 Dec 18
3
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
On Mon, 17 Dec 2007, Evan Cheng wrote: > We always welcome more tests. But it looks like there are two issues > here. > > 1. The autoconf requirement. Is it possible to get one configuration > working without the need for autoconf? One way to do this is to add a "cut down" version of the app to the test suite. > 2. GPL license. Chris? Any open source license that