search for: errset_fail

Displaying 2 results from an estimated 2 matches for "errset_fail".

2007 May 21
1
[PATCH] Add support for ldns
...emented */ + if (flags) { + result = ERRSET_INVAL; + goto fail; + } + + /* initialize resolver */ + domain = ldns_dname_new_frm_str(hostname); + if ((err = ldns_resolver_new_frm_file(&ldns_res, NULL)) != LDNS_STATUS_OK) { /* Initialize resolver from resolv.conf */ + result = ERRSET_FAIL; + goto fail; + } + +#ifdef DEBUG + ldns_resolver_set_debug(ldns_res, true); +#endif /* DEBUG */ + + ldns_resolver_set_dnssec(ldns_res, true); /* Use DNSSEC, since ldns supports it */ + + /* make query */ + pkt = ldns_resolver_query(ldns_res, domain, rdtype, rdclass, LDNS_RD); + + /***...
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