search for: gethostbyname2

Displaying 9 results from an estimated 9 matches for "gethostbyname2".

Did you mean: gethostbyname
2012 Aug 27
0
[Bug 2037] New: sshd Causing DNS Queries on ListenAddress when binding to IPV4 and IPV6 addresses on AIX
...o("::"), with hints to be NULL for these 2 calls. --------------------------------------------------------------------------- For getaddrinfo("0.0.0.0, ...") call, Internally, it will call these 2 APIs to collect information for both IPv4 and IPv6 addresses since hint is NULL: gethostbyname2("0.0.0.0", AF_INET6) gethostbyname2("0.0.0.0", AF_INET) In gethostbyname2 ("0.0.0.0", AF_INET6); It's asking for an IPv6 address mapping. "0.0.0.0" itself is NOT an IPv6 address, so resolver treats it as a hostname. You will see an AAAA query for hostnam...
2017 Mar 02
12
[4.0.0 Release] Release Candidate 3 has been tagged
Hello testers, 4.0.0-rc3 was just tagged from the branch at r296762. This is a release candidate in the real sense: if no major issues show up with this one, it is the version that will be released. Please let me know if you find any issues, including in release notes or documentation, which will be on the pre-release web site later today. Please build, test, and upload binaries to the sftp
2011 Jun 28
3
Exim and Dovecot2 SASL: 435 Unable to authenticate at present
...ion unset) 29279 host in tls_try_verify_hosts? no (option unset) 29279 initialized GnuTLS session 29279 gnutls_handshake was successful 29279 cipher: TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32 29279 host in host_reject_connection? no (option unset) 29279 duplicate IP address 127.0.0.1 (MX=-1) removed 29279 gethostbyname2 looked up these IP addresses: 29279 name=localhost address=::1 29279 name=localhost address=127.0.0.1 29279 host in sender_unqualified_hosts? yes (matched "localhost") 29279 duplicate IP address 127.0.0.1 (MX=-1) removed 29279 gethostbyname2 looked up these IP addresses: 29279 name=...
1999 Dec 29
1
Patch to use Dante socks library
...+/* + * The following defines map the normal socket operations to SOCKSified + * versions coming from the Dante package. + */ + +#ifdef HAVE_DANTE +#define accept Raccept +#define bind Rbind +#define bindresvport Rbindresvport +#define connect Rconnect +#define gethostbyname Rgethostbyname +#define gethostbyname2 Rgethostbyname2 +#define getpeername Rgetpeername +#define getsockname Rgetsockname +#define read Rread +#define readv Rreadv +#define recv Rrecv +#define recvmsg Rrecvmsg +#define recvfrom Rrecvfrom +#define rresvport Rrresvport +#define send Rsend +#define sendmsg Rsendmsg +#define sendto Rsendto...
2016 Mar 22
2
samba 4.4rcx WINS nsswitch module
...y 0x400F1B3: _dl_catch_error (in /usr/lib64/ld-2.17.so) ==3135== by 0x539DB71: __libc_dlopen_mode (in /usr/lib64/libc-2.17.so) ==3135== by 0x5375338: __nss_lookup_function (in /usr/lib64/libc-2.17.so) ==3135== by 0x53755ED: __nss_next2 (in /usr/lib64/libc-2.17.so) ==3135== by 0x537BCCA: gethostbyname2_r@@GLIBC_2.2.5 (in /usr/lib64/libc-2.17.so) ==3135== by 0x537B9F8: gethostbyname2 (in /usr/lib64/libc-2.17.so) ==3135== by 0x10A22B: ??? (in /usr/local/bin/ping) ==3135== by 0x528EB14: (below main) (in /usr/lib64/libc-2.17.so) ==3135== ==3135== 45 bytes in 2 blocks are still reachable in l...
2009 Dec 31
0
configure R-2.10.1 => "Error: MPlayer will not compile without (PR#14175)
...ecking for nanosleep ... yes Checking for socklib ... yes Checking for arpa/inet.h ... yes Checking for inet_pton() ... yes Checking for inet_aton() ... yes Checking for socklen_t ... yes Checking for closesocket() ... no Checking for network ... yes Checking for inet6 ... yes Checking for gethostbyname2 ... yes Checking for inttypes.h (required) ... yes Checking for int_fastXY_t in inttypes.h ... yes Checking for malloc.h ... yes Checking for memalign() ... yes Checking for posix_memalign() ... yes Checking for alloca.h ... yes Checking for fastmemcpy ... yes Checking for mman.h ... yes C...
2016 Mar 22
7
samba 4.4rcx WINS nsswitch module
WINS nsswitch module -------------------- The WINS nsswitch module has been rewritten to address memory issues and to simplify the code. The module now uses libwbclient to do WINS queries. This means that winbind needs to be running in order to resolve WINS names using the nss_wins module. This does not affect smbd. my problem: old versions >> ping google.com >> PING google.com
2007 Jun 11
24
multiple routing tables for internal router programs
Maybe a strange request, I''ll try to explain this as clearer as I can (forgive my bad english, please :-) ). I''m setting a linux box as a router. My router uses multiple routing tables, so I can address the traffic from specific ip addresses of my lan to distinct ISPs providers (specifying a different default gateway fo r each table), marking packets with iptables
2004 Dec 13
0
samba4 configure error
...hecking whether to support ACLs... no checking popt.h usability... yes checking popt.h presence... yes checking for popt.h... yes checking for poptGetContext in -lpopt... yes checking whether to use included popt... no checking for iconv in /usr... yes checking for working iconv... yes checking for gethostbyname2... no checking gdbm.h usability... no checking gdbm.h presence... no checking for gdbm.h... no checking for gdbm_open in -lgdbm... no checking whether to use readline... yes checking readline.h usability... no checking readline.h presence... no checking for readline.h... no checking history.h usabi...