aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/os/t_locate_kdc.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-14Add KRB5_TRACE calls for DNS lookupsMatt Rogers1-1/+1
2016-09-19Add URI lookup testing with resolv_wrapperMatt Rogers1-1/+1
2016-09-19Enable KDC discovery through DNS URI recordsMatt Rogers1-2/+4
2016-08-08Fix and simplify locate_kdc.c port byte orderGreg Hudson1-1/+1
2016-03-24Remove port 750 from the KDC default portsSarah Day1-2/+1
2014-07-08Include autoconf.h before system headersGreg Hudson1-3/+2
2014-06-02HTTPS transport (Microsoft KKDCPP implementation)Nalin Dahyabhai1-0/+2
2014-06-02Use k5_transport(_strategy) enums for k5_sendtoRobbie Harwood (frozencemetery)1-12/+12
2011-02-13Defer hostname lookups in krb5_sendto_kdcGreg Hudson1-25/+29
2010-05-27Remove the get_masters logic in locate_srv_conf_1 which was orphanedGreg Hudson1-1/+1
2010-01-08Fix t_locate_kdc.c test program after r23613 when krb5_ prefix was removed fr...Zhanna Tsitkov1-1/+1
2009-10-31In lib/krb5/os, ensure that function definition headers have functionGreg Hudson1-4/+8
2009-10-31make mark-cstyleTom Yu1-43/+44
2008-12-01Convert many uses of sprintf to snprintf or asprintfGreg Hudson1-1/+1
2007-01-22Include fake-addrinfo.h before krb5.h to get proper structure declarationsEzra Peisach1-3/+4
2006-03-07Merge from plugin branchKen Raeburn1-3/+5
2004-11-19* locate_kdc.c (krb5int_add_host_to_list): If debugging, log the requestedKen Raeburn1-5/+1
2003-06-04* t_locate_kdc.c (main): Call krb5_locate_srv_dns_1Ken Raeburn1-1/+1
2002-12-07Fix some KRB5_CALLCONV botches that were causing trouble for Windows buildTom Yu1-1/+1
2002-09-11* t_locate_kdc.c(main):Add new argument -m for looking up master KDC addressesKen Raeburn1-2/+5
2002-09-03protoizeKen Raeburn1-1/+1
2002-06-11* t_locate_kdc.c (main): Free storage allocated by library before exitingKen Raeburn1-0/+3
2002-06-05Separate send-to-kdc UDP code, export it via accessor interface, and call in toKen Raeburn1-1/+1
2002-06-04Add capability of looking up TCP addresses for KDC in DNS; not enabled yet.Ken Raeburn1-3/+20
2001-07-19New utility program.Ken Raeburn1-0/+110