Displaying 4 results from an estimated 4 matches for "have_getrrsetbynam".
Did you mean:
have_getrrsetbyname
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
2003 Sep 08
1
please test (HEADER.ad)
...R(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/acconfig.h 2003-09-08 09:58:18.714080015 -0700
@@ -418,6 +418,9 @@
/* Define if getrrsetbyname() exists */
#undef HAVE_GETRRSETBYNAME
+/* Define if HEADER.ad exists in arpa/nameser.h */
+#undef HAVE_HEADER_AD
+
@BOTTOM@
/* ******************* Shouldn't need to edit below this line ************** */
--- openssh/openbsd-compat/getrrsetbyname.c.old 2003-09-08 06:29:05.644640000 -0700
+++ openssh/openbsd-compat/getrrsetbyn...
2007 May 21
1
[PATCH] Add support for ldns
...ri_sigs) {
+ for (i = 0; i < rrset->rri_nsigs; i++) {
+ if (rrset->rri_sigs[i].rdi_data == NULL)
+ break;
+ free(rrset->rri_sigs[i].rdi_data);
+ }
+ free(rrset->rri_sigs);
+ }
+
+ if (rrset->rri_name)
+ free(rrset->rri_name);
+ free(rrset);
+}
+
#endif /* !defined(HAVE_GETRRSETBYNAME) */
--
Simon Vallet
Ing?nieur Syst?mes/R?seaux
Genoscope / CNRG
T?l. : 01 60 87 36 06
E-mail : svallet at genoscope.cns.fr
2005 Sep 19
1
ssh hangs or gives Segmentation fault
...ndef DISABLE_FD_PASSING */
#define HAVE_STRICT_MKSTEMP 1
#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 HAV...