search for: bind_8_compat

Displaying 7 results from an estimated 7 matches for "bind_8_compat".

2008 Apr 02
3
[Bug 1455] New: ssh client ignoring ad bit in dns response - OSX 10.5
...iority: P2 Component: ssh AssignedTo: bitbucket at mindrot.org ReportedBy: jake.knickerbocker at gmail.com BIND_8_COMPAT appears to be required to be set by configure, and when it is the ssh client is ignoring the ad bit set in the dns response, resulting in a host key verification failure. "debug1: found 1 insecure fingerprints in DNS" Verified with a packet sniffer that the ad bit was indeed set in the...
2006 Mar 10
0
tun with darwin/macos x
...k.uni-kl.de/~nissler/tuntap/ + + Solaris ------- If you enable BSM auditing on Solaris, you need to update audit_event(4) --- configure.orig 2006-02-13 19:16:02.000000000 -0800 +++ configure 2006-02-13 18:28:39.000000000 -0800 @@ -5285,6 +5285,21 @@ cat >>confdefs.h <<_ACEOF #define BIND_8_COMPAT 1 _ACEOF + +cat >>confdefs.h <<\_ACEOF +#define SSH_TUN_FREEBSD 1 +_ACEOF + + +cat >>confdefs.h <<\_ACEOF +#define SSH_TUN_COMPAT_AF 1 +_ACEOF + + +cat >>confdefs.h <<\_ACEOF +#define SSH_TUN_PREPEND_AF 1 +_ACEOF + ;; *-*-hpux*) # first we define all of t...
2009 Sep 10
1
need -lresolv on MacOSX 10.6
...*** [ssh] Error 1 Adding -lresolv to the link line fixes it. Checking <http://opensource.apple.com/release/mac-os-x-106/>, I see that Apple's OpenSSH package adds -lresolv to "Extra_LD_Flags". I notice that /usr/include/resolve.h on MacOSX 10.6.0 no longer contains #ifdef BIND_8_COMPAT #include <resolv8_compat.h> as seen in previous MacOSX releases, so we get #define res_query res_9_query which creates the dependency on -lresolv. OpenSSH's configure script tests for res_query with AC_TRY_LINK_FUNC(res_query, ...) which doesn't #include <resolv.h>, so i...
2005 Sep 19
1
ssh hangs or gives Segmentation fault
...define HAVE_NANOSLEEP 1 /* #undef SSHD_ACQUIRES_CTTY */ /* #undef BROKEN_CMSG_TYPE */ #define LINK_OPNOTSUPP_ERRNO EPERM /* #undef LOCKED_PASSWD_STRING */ #define LOCKED_PASSWD_PREFIX "!" /* #undef LOCKED_PASSWD_SUBSTR */ /* #undef HAVE_GETRRSETBYNAME */ #define HAVE_HEADER_AD 1 /* #undef BIND_8_COMPAT */ #define HAVE_PROC_PID 1 /* #undef AIX_GETNAMEINFO_HACK */ /* #undef BROKEN_GETGROUPS */ /* #undef BROKEN_LIBIAF */ /* #undef BROKEN_MMAP */ /* #undef BROKEN_SETVBUF */ #define GETPGRP_VOID 1 /* #undef GETSPNAM_CONFLICTING_DEFS */ /* #undef HAVE_ARC4RANDOM */ /* #undef HAVE_ATTRIBUTE__SENTINEL__...
2008 Jan 08
2
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
...uite build problems contact me directly. > > > Thanks a lot, > Edwin > /* clamav-config.h. Generated from clamav-config.h.in by > configure. */ > /* clamav-config.h.in. Generated from configure.in by autoheader. */ > > /* enable bind8 compatibility */ > /* #undef BIND_8_COMPAT */ > > /* Define if your snprintf is busted */ > /* #undef BROKEN_SNPRINTF */ > > /* "build clamd" */ > /* #undef BUILD_CLAMD */ > > /* name of the clamav group */ > #define CLAMAVGROUP "clamav" > > /* name of the clamav user */ > #define CLAM...
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