summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/os/locate_kdc.c
Commit message (Expand)AuthorAgeFilesLines
* Move a bunch of stuff out of k5-int.hGreg Hudson2013-03-241-10/+3
* Add and use k5memdup, k5memdup0 helpersGreg Hudson2013-02-091-4/+2
* Clean up k5_locate_server error handlingGreg Hudson2013-01-111-25/+10
* Require IPv6 supportKen Raeburn2012-02-281-2/+0
* Reindent per krb5-batch-reindent.el.Ken Raeburn2011-09-041-2/+2
* Fix build without KRB5_DNS_LOOKUPGreg Hudson2011-07-251-2/+2
* Mark up strings for translationGreg Hudson2011-06-101-2/+2
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-7/+3
* Defer hostname lookups in krb5_sendto_kdcGreg Hudson2011-02-131-316/+140
* Remove the get_masters logic in locate_srv_conf_1 which was orphanedGreg Hudson2010-05-271-62/+10
* When parsing a KDC or admin server string, allow the name or addressGreg Hudson2010-05-181-33/+23
* Move kdc related functionality from pac.c into pac_sign.cZhanna Tsitkov2010-01-081-6/+6
* Clean up a bunch of signed/unsigned comparison warningsGreg Hudson2009-11-021-8/+11
* In lib/krb5/os, ensure that function definition headers have functionGreg Hudson2009-10-311-5/+9
* make mark-cstyleTom Yu2009-10-311-353/+354
* Quote realm name in error message.Ken Raeburn2009-10-301-1/+7
* Fix a memory leak in module_locate_serverGreg Hudson2009-04-281-1/+3
* Use macros for config parametersZhanna Tsitkov2009-02-041-13/+13
* Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn2009-01-281-4/+4
* malloc+memset(,0,) -> callocKen Raeburn2008-08-071-2/+1
* After malloc/realloc/calloc failures, return ENOMEM explicitly insteadKen Raeburn2008-04-301-2/+2
* Make a NUL-terminated copy of realm name before passing to a pluginTom Yu2008-02-291-1/+16
* Avoid use of unchecked sprintf in libraries. Use asprintf if theKen Raeburn2007-07-121-2/+5
* EAI_NODATA deprecated, not always definedKen Raeburn2007-04-091-1/+6
* service location plugin returning no addresses handled incorrectlyKen Raeburn2007-04-051-18/+18
* Conditionalize some ipv6 bitsKen Raeburn2007-02-161-1/+9
* include realm in "can't resolve KDC" error messageKen Raeburn2006-11-161-0/+4
* Rename locate.h to locate_plugin.h. Change references, update dependenciesKen Raeburn2006-05-241-1/+1
* install headers into include/krb5Ken Raeburn2006-05-231-1/+1
* Changed to krb5int_open_plugin_dirs/krb5int_close_plugin_dirs whichAlexandra Ellwood2006-05-041-5/+6
* Update internal plugin interface to add an errinfo structure to "open"Ken Raeburn2006-04-251-3/+6
* Added CoreFoundation bundle plugin supportAlexandra Ellwood2006-04-241-0/+4
* * locate_kdc.c (module_locate_server): Don't set cbdata.lp at initialization ...Ken Raeburn2006-03-091-1/+2
* krb5.h, which is built after util/et, which is built after the supportKen Raeburn2006-03-081-1/+1
* Merge from plugin branchKen Raeburn2006-03-071-113/+284
* update copyright datesKen Raeburn2006-01-261-1/+1
* Delete definitions of unused macros NEED_SOCKETS and NEED_LOWLEVEL_IOKen Raeburn2005-04-131-1/+0
* allow build with KRB5_DNS_LOOKUP undefinedTom Yu2004-12-061-0/+2
* * locate_kdc.c (krb5int_add_host_to_list): If debugging, log the requestedKen Raeburn2004-11-191-5/+14
* * locate_kdc.c: Include stdarg.h.Ken Raeburn2004-10-211-52/+30
* * dnssrv.c:Tom Yu2004-09-141-0/+1
* * dnssrv.c: New file; split out DNS SRV RR query support...Ken Raeburn2003-08-211-225/+1
* use new config file tag for master KDCKen Raeburn2003-07-251-1/+2
* * locate_kdc.c (struct srv_dns_entry): Moved to k5-int.h.Ken Raeburn2003-06-061-20/+17
* * locate_kdc.c (make_srv_query_realm): Punt if strdup fails. Always returnKen Raeburn2003-06-051-24/+25
* Handle SRV RR target of "." by returning a new error code.Ken Raeburn2003-06-041-29/+58
* * locate_kdc.c (get_port): Revert last changeKen Raeburn2003-06-041-5/+3
* * locate_kdc.c (get_port): Replace function with macroKen Raeburn2003-06-031-3/+5
* * locate_kdc.c (translate_ai_error): Handle EAI_ADDRFAMILY like EAI_NONAME.Ken Raeburn2003-02-061-7/+4
* Fix some KRB5_CALLCONV botches that were causing trouble for Windows buildTom Yu2002-12-071-17/+26