aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/os/locate_kdc.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-24Rename locate.h to locate_plugin.h. Change references, update dependenciesKen Raeburn1-1/+1
2006-05-23install headers into include/krb5Ken Raeburn1-1/+1
2006-05-04Changed to krb5int_open_plugin_dirs/krb5int_close_plugin_dirs whichAlexandra Ellwood1-5/+6
2006-04-25Update internal plugin interface to add an errinfo structure to "open"Ken Raeburn1-3/+6
2006-04-24Added CoreFoundation bundle plugin supportAlexandra Ellwood1-0/+4
2006-03-09* locate_kdc.c (module_locate_server): Don't set cbdata.lp at initialization ...Ken Raeburn1-1/+2
2006-03-08krb5.h, which is built after util/et, which is built after the supportKen Raeburn1-1/+1
2006-03-07Merge from plugin branchKen Raeburn1-113/+284
2006-01-26update copyright datesKen Raeburn1-1/+1
2005-04-13Delete definitions of unused macros NEED_SOCKETS and NEED_LOWLEVEL_IOKen Raeburn1-1/+0
2004-12-06allow build with KRB5_DNS_LOOKUP undefinedTom Yu1-0/+2
2004-11-19* locate_kdc.c (krb5int_add_host_to_list): If debugging, log the requestedKen Raeburn1-5/+14
2004-10-21* locate_kdc.c: Include stdarg.h.Ken Raeburn1-52/+30
2004-09-14 * dnssrv.c:Tom Yu1-0/+1
2003-08-21* dnssrv.c: New file; split out DNS SRV RR query support...Ken Raeburn1-225/+1
2003-07-25use new config file tag for master KDCKen Raeburn1-1/+2
2003-06-06* locate_kdc.c (struct srv_dns_entry): Moved to k5-int.h.Ken Raeburn1-20/+17
2003-06-05* locate_kdc.c (make_srv_query_realm): Punt if strdup fails. Always returnKen Raeburn1-24/+25
2003-06-04Handle SRV RR target of "." by returning a new error code.Ken Raeburn1-29/+58
2003-06-04* locate_kdc.c (get_port): Revert last changeKen Raeburn1-5/+3
2003-06-03* locate_kdc.c (get_port): Replace function with macroKen Raeburn1-3/+5
2003-02-06* locate_kdc.c (translate_ai_error): Handle EAI_ADDRFAMILY like EAI_NONAME.Ken Raeburn1-7/+4
2002-12-07Fix some KRB5_CALLCONV botches that were causing trouble for Windows buildTom Yu1-17/+26
2002-10-15Thanks, (corrected) patch appliedTom Yu1-1/+1
2002-09-11* locate_kdc.c (get_port): Skip service name lookup, just use the suppliedKen Raeburn1-8/+35
2002-09-03protoizeKen Raeburn1-19/+7
2002-08-23* locate_kdc.c (krb5_locate_kdc): Don't look up kerberos-sec for TCP serviceKen Raeburn1-5/+9
2002-08-22* locate_kdc.c (krb5int_grow_addrlist): Renamed from grow_list, now external.Ken Raeburn1-2/+3
2002-06-18update copyrightKen Raeburn1-1/+1
2002-06-05Separate send-to-kdc UDP code, export it via accessor interface, and call in toKen Raeburn1-19/+22
2002-06-04Add capability of looking up TCP addresses for KDC in DNS; not enabled yet.Ken Raeburn1-83/+69
2002-04-12* locate_kdc.c (add_addrinfo_to_list) [TEST]: Print out socket type beforeKen Raeburn1-14/+26
2002-04-11* locate_kdc.c (translate_ai_error), hst_realm.cDanilo Almeida1-0/+6
2002-03-26Change approach for getaddrinfo support. Now, only fake-addrinfo.h isKen Raeburn1-2/+1
2001-10-17better version of last changeKen Raeburn1-13/+1
2001-10-17* locate_kdc.c (add_host_to_list): If sa_len field exists and is zero, try toKen Raeburn1-1/+17
2001-09-29* locate_kdc.c (add_host_to_list): If address family in sockaddr structure isKen Raeburn1-0/+4
2001-08-30update for fake-addrinfo changesKen Raeburn1-2/+1
2001-07-19* locate_kdc.c: Include fake-addrinfo.h.Ken Raeburn1-58/+15
2001-06-20Use a "struct addrlist" instead of separate count and pointer-to-pointer valuesKen Raeburn1-39/+20
2001-05-08* locate_kdc.c (add_host_to_list): Initialize stack variable errDanilo Almeida1-1/+3
2001-05-08* locate_kdc.c (add_sockaddr_to_list) [TEST]: If getnameinfo is available, useKen Raeburn1-13/+19
2001-04-26add some commentsKen Raeburn1-0/+2
2001-04-26implement and use new internal interface for locating serversKen Raeburn1-193/+404
2001-04-26back out changes that shouldn't have been checked in yetKen Raeburn1-408/+185
2001-04-26localaddr.c (foreach_localaddr): support SIOCGIFNUM, for SolarisKen Raeburn1-185/+408
2001-03-11 * def_realm.c: Move prototype for krb5_try_realm_txt_rr() toEzra Peisach1-6/+6
2000-10-17 * changepw.c: Cast length argument to recvfrom/sendto to intEzra Peisach1-1/+1
2000-08-312000-08-31 Jeffrey Altman <jaltman@columbia.edu>Jeffrey Altman1-2/+2
2000-08-312000-08-31 Jeffrey Altman <jaltman@columbia.edu>Jeffrey Altman1-2/+16