aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/os/dnssrv.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-13Support site-local KDC discovery via DNSNicolas Williams1-6/+28
2023-03-24Make k5buf more flexible for binary dataGreg Hudson1-1/+1
2021-07-01Fix many unlikely memory leaksRobbie Harwood1-1/+1
2018-06-12Stop using wshelper for SRV/TXT lookupsGreg Hudson1-3/+76
2018-06-12Reorganize internal DNS interfacesGreg Hudson1-18/+20
2016-11-14Add KRB5_TRACE calls for DNS lookupsMatt Rogers1-8/+10
2016-09-19Style fixes for locate_kdc.c and dnssrv.cMatt Rogers1-8/+9
2016-09-19Add DNS URI query functionMatt Rogers1-49/+117
2014-07-30Modify k5buf interfaces for easier useGreg Hudson1-4/+3
2013-02-14Modernize k5bufGreg Hudson1-6/+6
2011-03-09Adjust most C source files to match the new standards for copyrightGreg Hudson1-5/+1
2009-10-31In lib/krb5/os, ensure that function definition headers have functionGreg Hudson1-1/+2
2009-10-31make mark-cstyleTom Yu1-76/+77
2008-11-05Rename krb5int_buf_cstr to krb5int_buf_data, since k5bufs can be usedGreg Hudson1-1/+1
2008-11-05Convert many uses of strcpy/strcat (and sometimes sprintf) to acceptedGreg Hudson1-16/+13
2007-07-12Avoid use of unchecked sprintf in libraries. Use asprintf if theKen Raeburn1-2/+4
2006-04-01Include autoconf.h (or include it earlier) in a bunch of files that areKen Raeburn1-0/+1
2004-10-19* dnssrv.c (krb5int_make_srv_query_realm): Append a dot to the hostname, ifKen Raeburn1-0/+4
2004-09-21Add DNS resolver glue layer. Use itTom Yu1-183/+61
2004-09-14 * dnssrv.c:Tom Yu1-0/+1
2004-07-04* dnssrv.c (krb5int_make_srv_query_realm) [HAVE_RES_NSEARCH]: Use res_nsearchKen Raeburn1-0/+28
2004-04-23add newline at end of fileKen Raeburn1-1/+1
2003-12-22 * dnssrv.c: wrap the entire module in #ifdef KRB5_DNS_LOOKUP to preventJeffrey Altman1-0/+2
2003-08-21* dnssrv.c: New file; split out DNS SRV RR query support...Ken Raeburn1-0/+271