summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/os/dnsglue.c
Commit message (Expand)AuthorAgeFilesLines
* Add trace logging for TXT lookupsGreg Hudson2013-08-121-2/+6
* Try to use best DNS search functions in dnsglue.cGreg Hudson2013-05-191-23/+45
* Modernize k5bufGreg Hudson2013-02-141-6/+6
* Resolve a few miscellaneous warningsGreg Hudson2011-03-141-2/+2
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-3/+2
* Code modularity related updatesZhanna Tsitkov2009-12-231-1/+73
* Clean up a bunch of signed/unsigned comparison warningsGreg Hudson2009-11-021-3/+3
* In lib/krb5/os, ensure that function definition headers have functionGreg Hudson2009-10-311-3/+3
* make mark-cstyleTom Yu2009-10-311-81/+82
* In krb5int_dns_init, fix a malloc-returning-null check which could letGreg Hudson2009-04-131-1/+1
* Initialize buffer before calling res_ninitRuss Allbery2006-10-081-0/+1
* Include autoconf.h (or include it earlier) in a bunch of files that areKen Raeburn2006-04-011-0/+1
* * dnsglue.c (USE_RES_NINIT): Fix braino: define to 1, not emptyTom Yu2005-09-161-1/+1
* Rework logic for using res_ninit() and friends to fall back toTom Yu2005-09-081-10/+20
* Fix some potential resource leaks in dnsglue.cTom Yu2005-01-121-17/+36
* * dnsglue.c (initparse): Skip query type and class when we lackTom Yu2004-10-191-3/+5
* Don't assume that presence of res_nsearch() means we have ns_initparse()Tom Yu2004-09-211-6/+9
* Add DNS resolver glue layer. Use itTom Yu2004-09-211-0/+299