aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/os/dnsglue.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-22Fix more non-prototype functionsArjun1-2/+2
2023-03-24Make k5buf more flexible for binary dataGreg Hudson1-1/+1
2020-03-05Fix null dereference qualifying short hostnamesGreg Hudson1-2/+3
2019-12-06Qualify short hostnames when not using DNSGreg Hudson1-0/+23
2018-06-12Stop using wshelper for SRV/TXT lookupsGreg Hudson1-25/+83
2018-06-12Reorganize internal DNS interfacesGreg Hudson1-10/+9
2017-04-20Replace references to OS XMichael Mattioli1-1/+1
2016-02-22Increase initial DNS buffer sizeGreg Hudson1-1/+1
2014-07-30Modify k5buf interfaces for easier useGreg Hudson1-3/+2
2013-08-12Add trace logging for TXT lookupsGreg Hudson1-2/+6
2013-05-19Try to use best DNS search functions in dnsglue.cGreg Hudson1-23/+45
2013-02-14Modernize k5bufGreg Hudson1-6/+6
2011-03-14Resolve a few miscellaneous warningsGreg Hudson1-2/+2
2011-03-09Adjust most C source files to match the new standards for copyrightGreg Hudson1-3/+2
2009-12-23Code modularity related updatesZhanna Tsitkov1-1/+73
2009-11-02Clean up a bunch of signed/unsigned comparison warningsGreg Hudson1-3/+3
2009-10-31In lib/krb5/os, ensure that function definition headers have functionGreg Hudson1-3/+3
2009-10-31make mark-cstyleTom Yu1-81/+82
2009-04-13In krb5int_dns_init, fix a malloc-returning-null check which could letGreg Hudson1-1/+1
2006-10-08Initialize buffer before calling res_ninitRuss Allbery1-0/+1
2006-04-01Include autoconf.h (or include it earlier) in a bunch of files that areKen Raeburn1-0/+1
2005-09-16 * dnsglue.c (USE_RES_NINIT): Fix braino: define to 1, not emptyTom Yu1-1/+1
2005-09-08Rework logic for using res_ninit() and friends to fall back toTom Yu1-10/+20
2005-01-12Fix some potential resource leaks in dnsglue.cTom Yu1-17/+36
2004-10-19 * dnsglue.c (initparse): Skip query type and class when we lackTom Yu1-3/+5
2004-09-21Don't assume that presence of res_nsearch() means we have ns_initparse()Tom Yu1-6/+9
2004-09-21Add DNS resolver glue layer. Use itTom Yu1-0/+299