pull up r24055 from trunk
[krb5.git] / src / lib / krb5 / os / locate_kdc.c
2010-05-20 Tom Yupull up r24055 from trunk
2009-11-02 Greg HudsonClean up a bunch of signed/unsigned comparison warnings
2009-10-31 Greg HudsonIn lib/krb5/os, ensure that function definition headers...
2009-10-31 Tom Yumake mark-cstyle
2009-10-30 Ken RaeburnQuote realm name in error message.
2009-04-28 Greg HudsonFix a memory leak in module_locate_server
2009-02-04 Zhanna TsitkovUse macros for config parameters
2009-01-28 Ken RaeburnStart to phase out krb5_xfree macro, which just casts...
2008-08-07 Ken Raeburnmalloc+memset(,0,) -> calloc
2008-04-30 Ken RaeburnAfter malloc/realloc/calloc failures, return ENOMEM...
2008-02-29 Tom YuMake a NUL-terminated copy of realm name before passing...
2007-07-12 Ken RaeburnAvoid use of unchecked sprintf in libraries. Use aspri...
2007-04-09 Ken RaeburnEAI_NODATA deprecated, not always defined
2007-04-05 Ken Raeburnservice location plugin returning no addresses handled...
2007-02-16 Ken RaeburnConditionalize some ipv6 bits
2006-11-16 Ken Raeburninclude realm in "can't resolve KDC" error message
2006-06-22 Sam Hartman r18022@luminous: jaltman | 2006-05-19 05:18:37 -0400
2006-05-24 Ken RaeburnRename locate.h to locate_plugin.h. Change references...
2006-05-23 Ken Raeburninstall headers into include/krb5
2006-05-04 Alexandra EllwoodChanged to krb5int_open_plugin_dirs/krb5int_close_plugi...
2006-04-25 Ken RaeburnUpdate internal plugin interface to add an errinfo...
2006-04-24 Alexandra EllwoodAdded CoreFoundation bundle plugin support
2006-03-09 Ken Raeburn* locate_kdc.c (module_locate_server): Don't set cbdata...
2006-03-08 Ken Raeburnkrb5.h, which is built after util/et, which is built...
2006-03-07 Ken RaeburnMerge from plugin branch
2006-01-26 Ken Raeburnupdate copyright dates
2005-04-13 Ken RaeburnDelete definitions of unused macros NEED_SOCKETS and...
2004-12-06 Tom Yuallow build with KRB5_DNS_LOOKUP undefined
2004-11-19 Ken Raeburn* locate_kdc.c (krb5int_add_host_to_list): If debugging...
2004-10-21 Ken Raeburn* locate_kdc.c: Include stdarg.h.
2004-09-14 Tom Yu * dnssrv.c:
2003-08-21 Ken Raeburn* dnssrv.c: New file; split out DNS SRV RR query support...
2003-07-25 Ken Raeburnuse new config file tag for master KDC
2003-06-06 Ken Raeburn* locate_kdc.c (struct srv_dns_entry): Moved to k5...
2003-06-05 Ken Raeburn* locate_kdc.c (make_srv_query_realm): Punt if strdup...
2003-06-04 Ken RaeburnHandle SRV RR target of "." by returning a new error...
2003-06-04 Ken Raeburn* locate_kdc.c (get_port): Revert last change
2003-06-03 Ken Raeburn* locate_kdc.c (get_port): Replace function with macro
2003-02-06 Ken Raeburn* locate_kdc.c (translate_ai_error): Handle EAI_ADDRFAM...
2002-12-07 Tom YuFix some KRB5_CALLCONV botches that were causing troubl...
2002-10-15 Tom YuThanks, (corrected) patch applied
2002-09-11 Ken Raeburn* locate_kdc.c (get_port): Skip service name lookup...
2002-09-03 Ken Raeburnprotoize
2002-08-23 Ken Raeburn* locate_kdc.c (krb5_locate_kdc): Don't look up kerbero...
2002-08-22 Ken Raeburn* locate_kdc.c (krb5int_grow_addrlist): Renamed from...
2002-06-18 Ken Raeburnupdate copyright
2002-06-05 Ken RaeburnSeparate send-to-kdc UDP code, export it via accessor...
2002-06-04 Ken RaeburnAdd capability of looking up TCP addresses for KDC...
2002-04-12 Ken Raeburn* locate_kdc.c (add_addrinfo_to_list) [TEST]: Print...
2002-04-11 Danilo Almeida* locate_kdc.c (translate_ai_error), hst_realm.c
2002-03-26 Ken RaeburnChange approach for getaddrinfo support. Now, only...
2001-10-17 Ken Raeburnbetter version of last change
2001-10-17 Ken Raeburn* locate_kdc.c (add_host_to_list): If sa_len field...
2001-09-29 Ken Raeburn* locate_kdc.c (add_host_to_list): If address family...
2001-08-30 Ken Raeburnupdate for fake-addrinfo changes
2001-07-19 Ken Raeburn* locate_kdc.c: Include fake-addrinfo.h.
2001-06-20 Ken RaeburnUse a "struct addrlist" instead of separate count and...
2001-05-08 Danilo Almeida* locate_kdc.c (add_host_to_list): Initialize stack...
2001-05-08 Ken Raeburn* locate_kdc.c (add_sockaddr_to_list) [TEST]: If getnam...
2001-04-26 Ken Raeburnadd some comments
2001-04-26 Ken Raeburnimplement and use new internal interface for locating...
2001-04-26 Ken Raeburnback out changes that shouldn't have been checked in yet
2001-04-26 Ken Raeburnlocaladdr.c (foreach_localaddr): support SIOCGIFNUM...
2001-03-11 Ezra Peisach * def_realm.c: Move prototype for krb5_try_realm...
2000-10-17 Ezra Peisach * changepw.c: Cast length argument to recvfrom/sendto...
2000-08-31 Jeffrey Altman2000-08-31 Jeffrey Altman <jaltman@columbia.edu>
2000-08-31 Jeffrey Altman2000-08-31 Jeffrey Altman <jaltman@columbia.edu>
2000-07-18 Ezra Peisach * locate_kdc.c, hst_realm.c, def_realm.c, changepw...
2000-06-30 Ezra Peisach * t_an_to_ln.c: Include <stdio.h> for prototypes
2000-06-29 Ezra Peisach * def_realm.c: Add newline at end of file
2000-06-27 Ken Raeburnpullup from 1.2 branch
2000-03-24 Jeffrey Altmanjaltman@columbia.edu Mar 24, 2000:
1999-09-24 Ken Raeburnjaltman dns patches
1999-09-24 Ken Raeburncopyright notice updates from 1.1 branch
1999-08-05 Danilo Almeida* t_std_conf.c (test_get_krbhst): Use krb5_free_krbhst to
1999-07-23 Jeffrey AltmanAdd profile support for libdefaults dns_fallback
1999-06-30 Ken Raeburn* locate_kdc.c (krb5_locate_kdc): Kerberos admin servic...
1999-06-21 Ken RaeburnDNS lookup implementation, conditionally compiled under...
1999-05-07 Danilo AlmeidaFixed typo
1999-05-07 Theodore TsoReturn KRB5_REALM_UNKNOWN if profile_get_values returns
1998-10-30 Marc Horowitzpull up 3des implementation from the marc-3des branch
1998-01-03 Tom Yu * locate_kdc.c (krb5_locate_kdc): Check return of
1997-12-16 Ezra Peisach * locate_kdc.c (krb5_locate_kdc): Free hostlist array...
1997-12-07 Ezra Peisach * locate_kdc.c (krb5_locate_kdc): Get rid of extra...
1997-12-06 Tom Yu * Makefile.in: Add changepw.c, prompter.c
1997-09-26 Tom YuRemove KRB5_USE_INET, HAS_UNISTD_H, HAS_SETVBUF, and...
1996-01-11 Ezra Peisach * locate_kdc.c (krb5_locate_kdc): Add parrentheses...
1995-04-25 Chris Provenzanokrb5_locate_kdc(): Pass a NUL terminated realm to profi...
1995-04-25 Ezra PeisachDon't deref NULL pointer if profile_get_values returns...
1995-04-22 Theodore TsoMakefile.in, configure.in, t_std_conf.c: Add test progr...
1995-04-14 Keith VetterWindows global stuff:
1995-04-06 Keith VetterBug fixes or better error handling for the following...
1995-03-27 John Gilmore* full_ipadr.c, gen_rname.c, port2ip.c, read_msg.c...
1995-03-24 Theodore Tsolocate_kdc.c: Don't include sys/socket.h, netdb.h,...
1995-03-07 Keith VetterPort of most of the OS directory to the PC
1995-02-28 John GilmoreAvoid <krb5/...> includes
1995-01-13 Chris ProvenzanoRemoved all references to DECLARG and OLDDECLARG.
1994-08-18 Mark Eichinstamp out rcs keywords
1994-06-22 Theodore TsoFixed default port numbers so they are loaded in networ...
1994-06-10 Theodore TsoUse the precompile ports as the default if the proper...
next