search for: res_query

Displaying 20 results from an estimated 24 matches for "res_query".

2004 May 11
9
[Bug 867] configure fails to find res_query/dn_expand on Linux amd64
http://bugzilla.mindrot.org/show_bug.cgi?id=867 Summary: configure fails to find res_query/dn_expand on Linux amd64 Product: Portable OpenSSH Version: 3.8.1p1 Platform: Other URL: http://bugs.debian.org/242462 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Comp...
2009 Sep 10
1
need -lresolv on MacOSX 10.6
...ase/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 it doesn't detect that -lresolv is needed for res_9_query. The attached patch is my attempt to fix it....
2009 Jun 29
2
openbsd-compat/getrrsetbyname.c: answer buffer size too large for EDNS0 and glibc
Hello. I have an issue with SSHFP lookups using "VerifyHostKeyDNS=yes" and "options edns0" in /etc/resolv.conf (glib >= 2.6). getrrsetbyname() calls res_query() with a maximum buffer size of 65536. The glibc resolver truncates this value to 16 bits, reducing the query's advertised buffer size to 0. BIND appears to ignore it while Unbound returns a server failure. glibc's source suggests that it should retry the query without EDNS0 but it does n...
2003 Nov 06
2
openssh-3.7.1p2 on HP-UX 10.20
...b/include -D_HPUX_SOURCE -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED=1 -DHAVE_CONFIG_H -c getrrsetbyname.c getrrsetbyname.c: In function `getrrsetbyname': getrrsetbyname.c:191: warning: implicit declaration of function `res_init' getrrsetbyname.c:207: warning: implicit declaration of function `res_query' getrrsetbyname.c:265: `T_SIG' undeclared (first use in this function) getrrsetbyname.c:265: (Each undeclared identifier is reported only once getrrsetbyname.c:265: for each function it appears in.) getrrsetbyname.c: In function `parse_dns_response': getrrsetbyname.c:366: `HFIXEDSZ'...
2003 Jun 30
2
experimental DNS fingerprint
Please find attached file "configure.ac+dns.patch". This patch allow to compile current (30 Jun 2003) with options --with-dns on my platform. Output from "ssh -v -o VerifyHostKeyDNS=yes ..." follow: ... debug1: found 1 fingerprints in DNS debug1: matching host key fingerprint found in DNS ... -------------- next part -------------- An embedded and charset-unspecified text
2005 Nov 24
1
[PATCH] Fix typos and an error
...figure.ac --- configure.ac 12 Nov 2005 07:42:37 -0000 1.307 +++ configure.ac 24 Nov 2005 09:00:16 -0000 @@ -410,8 +410,8 @@ *-sni-sysv*) # /usr/ucblib MUST NOT be searched on ReliantUNIX AC_CHECK_LIB(dl, dlsym, ,) - # -lresolv needs to be at then end of LIBS or DNS lookups break - AC_CHECK_LIB(res_query, resolv, [ LIBS="$LIBS -lresolv" ]) + # -lresolv needs to be at the end of LIBS or DNS lookups break + AC_CHECK_LIB(resolv, res_query, [ LIBS="$LIBS -lresolv" ]) IPADDR_IN_DISPLAY=yes AC_DEFINE(USE_PIPES) AC_DEFINE(IP_TOS_IS_BROKEN) @@ -910,7 +910,7 @@ [ AC_MSG_RESULT...
2003 Sep 08
1
please test (HEADER.ad)
...HAVE_HEADER_AD". -- Tim Rice Multitalents (707) 887-1469 tim at multitalents.net -------------- next part -------------- --- openssh/configure.ac.old 2003-09-08 06:33:33.000000000 -0700 +++ openssh/configure.ac 2003-09-08 10:07:44.849040019 -0700 @@ -1913,6 +1913,9 @@ AC_SEARCH_LIBS(res_query, resolv) AC_SEARCH_LIBS(dn_expand, resolv) AC_CHECK_FUNCS(_getshort _getlong) + AC_CHECK_MEMBER(struct HEADER.ad, + [AC_DEFINE(HAVE_HEADER_AD)],, + [#include arpa/nameser.h]) ]) fi ] --- openssh/acconfig.h.old 2003-09-07 11:01:43.989760001 -0700 +++ openssh/accon...
2023 Oct 31
1
9.3p1 Daemon Rejects Client Connections on armv7l-dey-linux-gnueabihf w/ GCC 10/11/12
...to-var-init=zero for sys/sysctl.h for library containing login for closefrom for close_range for library containing dlopen for arc4random for arc4random_buf for arc4random_uniform if libc defines sys_errlist if libc defines sys_nerr for library containing res_query for library containing dn_expand if res_query will link for _getshort for _getlong While most of these configuration difference seem trivial and innocuous, the -fzero-call-used-regs=all and -ftrivial-auto-var-init=zero compiler language / code generation options seemed the most lik...
1997 Apr 22
1
SNI-12: BIND Vulnerabilities and Solutions (fwd)
...= res_randomid(); return (nsid_state); } diff -cNr ../bind-4.9.5-P1-rel/res/Makefile ./res/Makefile *** ../bind-4.9.5-P1-rel/res/Makefile Thu Aug 8 16:49:48 1996 - --- ./res/Makefile Wed Apr 9 00:32:13 1997 *************** *** 77,89 **** res_comp.c res_init.c res_mkquery.c res_query.c res_send.c \ getnetbyaddr.c getnetbyname.c getnetent.c getnetnamadr.c \ gethnamaddr.c sethostent.c nsap_addr.c hostnamelen.c inet_addr.c \ ! inet_ntop.c inet_neta.c inet_pton.c inet_net_ntop.c inet_net_pton.c OBJS= base64.o herror.o res_debug.o res_data.o \ res_co...
2006 Oct 31
0
6274683 gcc and libresolv[2] don''t get along
...c and libresolv[2] don''t get along Files: update: usr/src/lib/libresolv/res_comp.c update: usr/src/lib/libresolv/res_debug.c update: usr/src/lib/libresolv/res_gethost.c update: usr/src/lib/libresolv/res_init.c update: usr/src/lib/libresolv/res_mkquery.c update: usr/src/lib/libresolv/res_query.c update: usr/src/lib/libresolv/res_send.c update: usr/src/lib/libresolv/res_sethost.c update: usr/src/lib/libresolv2/common/isc/eventlib_p.h update: usr/src/lib/libresolv2/include/port_after.h update: usr/src/lib/libresolv2/include/port_before.h
2003 May 15
2
Resolver changes broke AIX & HPUX
...lows non-static getrrsetbyname.c:143: warning: static declaration for `_getlong' follows non-static getrrsetbyname.c: In function `getrrsetbyname': getrrsetbyname.c:183: warning: implicit declaration of function `res_init' getrrsetbyname.c:199: warning: implicit declaration of function `res_query' getrrsetbyname.c:238: structure has no member named `ad' getrrsetbyname.c: In function `parse_dns_qsection': getrrsetbyname.c:426: warning: implicit declaration of function `dn_expand' make[1]: *** [getrrsetbyname.o] Error 1 make[1]: Leaving directory `/home/builder/c240/openssh-ti...
2010 Oct 22
2
Interix Port
Hi! I recently updated my now long-standing patches for openssh 5.5p1 on interix, and wondered if i ever reported those here, and whether there would be any interest in it anyway. So just to make sure, i'm sending it here, so you may do with it however you like. It would be cool to see the changes go upstream though ;) Regards, markus -------------- next part -------------- A non-text
2009 Jun 04
2
Problem compiling Wine with Freetype on Ubuntu Hardy 64
I have a problem compiling Wine with Freetype. Not sure what to do: dpkg -i wine*.deb Code: checking for freetype-config... freetype-config checking for -lfreetype... not found configure: error: FreeType development files not found. Fonts will not be built. Dialog text may be invisible or unaligned. Use the --without-freetype option if you really want this. make: *** [config.status] Error 1
2006 Feb 06
1
Compile warning report of openssh 4.3p1 on Intel Macs
...ecking whether va_copy exists... yes checking whether __va_copy exists... yes checking whether getopt has optreset support... yes checking if libc defines sys_errlist... yes checking if libc defines sys_nerr... yes checking for library containing getrrsetbyname... no checking for library containing res_query... none required checking for library containing dn_expand... none required checking if res_query will link... yes checking for _getshort... yes checking for _getlong... yes checking whether _getshort is declared... yes checking whether _getlong is declared... yes checking for HEADER.ad... no check...
2006 Apr 23
0
Configuration Warnings OpenSSH 4.3p2
...checking whether va_copy exists... no checking whether __va_copy exists... no checking whether getopt has optreset support... no checking if libc defines sys_errlist... yes checking if libc defines sys_nerr... yes checking for library containing getrrsetbyname... no checking for library containing res_query... none required checking for library containing dn_expand... none required checking if res_query will link... yes checking for _getshort... yes checking for _getlong... yes checking whether _getshort is declared... no checking whether _getlong is declared... no checking for HEADER.ad... yes checki...
2004 Mar 23
2
A question on Compilation errors...
...byname.o): In function `getrrsetbyname': /openssh-3.8p1/openbsd-compat/getrrsetbyname.c(190): undefined reference to `_res' /openssh-3.8p1/openbsd-compat/getrrsetbyname.c(190): undefined reference to `res_init' /openssh-3.8p1/openbsd-compat/getrrsetbyname.c(206): undefined reference to `res_query' /openssh-3.8p1/openbsd-compat/getrrsetbyname.c(209): undefined reference to `_h_errno' openbsd-compat//libopenbsd-compat.a(getrrsetbyname.o): In function `parse_dns_qsection': /openssh-3.8p1/openbsd-compat/getrrsetbyname.c(436): undefined reference to `dn_expand' openbsd-compat//li...
2003 Dec 30
8
[Bug 651] SCO 3.2v4.2 and OpenSSH 3.7.1p1 --> connection hangs and does not close (ssh2 only)
http://bugzilla.mindrot.org/show_bug.cgi?id=651 ------- Additional Comments From vikashb at comparexafrica.co.za 2003-12-30 16:39 ------- tried openssh-SNAP-20031223 does not compile: (cd openbsd-compat && make) gcc -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I. -I.. -I. -I./.. -I/usr/local/ssl/include -Dftruncate=chsize -I/usr/local/include -DHAVE_CONFIG_H -c
2004 Jul 05
9
[Bug 893] With Reliant Unix (5.44/5.45) a connection fails if the host isn’t known in DNS
....0, stdout 0.0, stderr 2.6 debug1: Exit status 0 $ My configure call with options: configure --with-tcp-wrappers=/DVZ/BENUTZER/openssh/tcp_wrappers_7.6 -- prefix=/opt/openssh --sysconfdir=/etc/openssh --with-ipv4-default Changes against OpenSSH-3.7.1.p2 (Configure) checking for library containing res_query... ?lresolv ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2011 Sep 02
1
problems building openssh-5.8p1 on qnx
...checking whether va_copy exists... yes checking whether __va_copy exists... no checking whether getopt has optreset support... no checking if libc defines sys_errlist... yes checking if libc defines sys_nerr... yes checking for library containing getrrsetbyname... no checking for library containing res_query... none required checking for library containing dn_expand... none required checking if res_query will link... yes checking for _getshort... yes checking for _getlong... yes checking whether _getshort is declared... no checking whether _getlong is declared... no checking for HEADER.ad... yes checki...
2010 Oct 08
0
Wine release 1.2.1
...anslation. appwiz.cpl: Remove a space before an ellipsis in the Norwegian translation. shdoclc: Remove a space before an ellipsis in the Italian translation. Fr?d?ric Delanoy (1): start: Fix French translation. Hans Leidekker (3): dnsapi: Remove the critical section around res_query. winecfg: Update Windows 7 version to Service Pack 1. msi: Treat empty string as NULL in MsiGetSummaryInformationW. Harald Hoyer (1): preloader: Fix moving of auxiliary values. Howell Tam (1): ws2_32: Wrapped WSASendTo/WSARecvFrom with a different function name. Huw Davie...