search for: parse_dns_qsection

Displaying 5 results from an estimated 5 matches for "parse_dns_qsection".

2003 Nov 06
2
openssh-3.7.1p2 on HP-UX 10.20
...nction) 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' undeclared (first use in this function) getrrsetbyname.c: In function `parse_dns_qsection': getrrsetbyname.c:437: warning: implicit declaration of function `dn_expand' *** Error exit code 1 Stop. *** Error exit code 1 Stop. Any clue? Thanks, Jean Bagdoo
2003 May 15
2
Resolver changes broke AIX & HPUX
...rrsetbyname.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-tinderbox/openbsd-compat' make: *** [openbsd-compat/libopenbsd-compat.a] Error 2 -- Darren Tucker (dtucker at zi...
2004 Mar 23
2
A question on Compilation errors...
...me.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//libopenbsd-compat.a(getrrsetbyname.o): In function `parse_dns_rrsection': /openssh-3.8p1/openbsd-compat/getrrsetbyname.c(482): undefined reference to `dn_expand' collect2: ld re...
2007 May 21
1
[PATCH] Add support for ldns
...ame.h" +#include "log.h" #if defined(HAVE_DECL_H_ERRNO) && !HAVE_DECL_H_ERRNO extern int h_errno; @@ -170,6 +176,9 @@ struct dns_rr *additional; }; + +#ifndef HAVE_LDNS + static struct dns_response *parse_dns_response(const u_char *, int); static struct dns_query *parse_dns_qsection(const u_char *, int, const u_char **, int); @@ -345,37 +354,6 @@ return (result); } -void -freerrset(struct rrsetinfo *rrset) -{ - u_int16_t i; - - if (rrset == NULL) - return; - - if (rrset->rri_rdatas) { - for (i = 0; i < rrset->rri_nrdatas; i++) { - if (rrset->rri_rdata...
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