summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/os/hst_realm.c
Commit message (Expand)AuthorAgeFilesLines
* Code modularity related updatesZhanna Tsitkov2009-12-231-73/+1
* make mark-cstyleTom Yu2009-10-311-154/+155
* Coverity was nervous that hst_realm.c's domain_heuristic() wasn'tGreg Hudson2009-02-051-10/+10
* Use macros for config parametersZhanna Tsitkov2009-02-041-3/+3
* Check the return code from krb5int_clean_hostname as the sanity verification...Zhanna Tsitkov2009-01-121-3/+7
* Revert r21589, and export krb5_get_fallback_host_realm insteadGreg Hudson2008-12-291-3/+12
* Clean up krb5_get_fallback_host_realm in two respects:Greg Hudson2008-12-241-12/+3
* Add a new fallback host-to-realm heuristic to try the components of theGreg Hudson2008-12-241-56/+127
* Rename krb5int_buf_cstr to krb5int_buf_data, since k5bufs can be usedGreg Hudson2008-11-051-1/+1
* Convert many uses of strcpy/strcat (and sometimes sprintf) to acceptedGreg Hudson2008-11-051-10/+10
* Use strlcpy instead of strcpy in many placesGreg Hudson2008-10-241-2/+1
* Use strdup in place of malloc/strcpy in many placesGreg Hudson2008-10-201-6/+3
* Avoid use of unchecked sprintf in libraries. Use asprintf if theKen Raeburn2007-07-121-1/+2
* EAI_NODATA deprecated, not always definedKen Raeburn2007-04-091-1/+5
* Remove all unused variable warnings from treeEzra Peisach2006-10-151-2/+1
* Set the canonicalize flag in TGS requests and accept cross-realm referral tic...Sam Hartman2006-09-211-86/+191
* Change a bunch of calls to ctype macros (those cited by Jeff, and aKen Raeburn2006-06-161-4/+4
* Delete definitions of unused macros NEED_SOCKETS and NEED_LOWLEVEL_IOKen Raeburn2005-04-131-1/+0
* * hst_realm.c: provide definition for MAXDNAME ifJeffrey Altman2004-10-011-1/+6
* Add DNS resolver glue layer. Use itTom Yu2004-09-211-144/+38
* * dnssrv.c:Tom Yu2004-09-141-0/+1
* * dnssrv.c (krb5int_make_srv_query_realm) [HAVE_RES_NSEARCH]: Use res_nsearchKen Raeburn2004-07-041-0/+28
* Thanks, (corrected) patch appliedTom Yu2002-10-151-1/+1
* protoizeKen Raeburn2002-09-031-10/+5
* update copyright datesKen Raeburn2002-07-091-1/+1
* * hst_realm.c (krb5_get_host_realm): Return KRB5_ERR_NUMERIC_REALM if theKen Raeburn2002-07-091-0/+22
* * locate_kdc.c (translate_ai_error), hst_realm.cDanilo Almeida2002-04-111-0/+6
* Change approach for getaddrinfo support. Now, only fake-addrinfo.h isKen Raeburn2002-03-261-1/+0
* * hst_realm.c (EAFNOSUPPORT): On Windows, translate to WSAEAFNOSUPPORTKen Raeburn2002-01-091-0/+5
* Split out code for getting canonical name of local host, change it to useKen Raeburn2002-01-091-16/+76
* Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn2001-10-061-2/+2
* Danilo says we can get rid of the DLLIMP stuff nowKen Raeburn2001-10-041-1/+1
* * sn2princ.c (krb5_sname_to_principal): Cast tolower argument to intEzra Peisach2001-07-061-2/+2
* * sn2princ.c, hst_realm.c, an_to_ln.c: Cast argument toEzra Peisach2001-06-121-2/+2
* hst_realm.c (T_TXT): Define if not defined by header filesKen Raeburn2001-04-261-1/+4
* * locate_kdc.c, hst_realm.c, def_realm.c, changepw.c: IncludeEzra Peisach2000-07-181-0/+1
* pullup from 1.2 branchKen Raeburn2000-06-271-2/+4
* 2000-04-29 Jeffrey Altman <jaltman@columbia.edu>Jeffrey Altman2000-04-301-13/+0
* copyright notice updates from 1.1 branchKen Raeburn1999-09-241-1/+4
* Make sure we have FQDN in the case where we use gethostnameDanilo Almeida1999-08-091-3/+15
* * t_std_conf.c (test_get_krbhst): Use krb5_free_krbhst toDanilo Almeida1999-08-051-18/+14
* Add profile support for libdefaults dns_fallbackJeffrey Altman1999-07-231-20/+37
* krb5_try_realm_txt_rr() should allow the resolv library to expandJeffrey Altman1999-06-301-8/+14
* DNS lookup implementation, conditionally compiled under KRB5_DNS_LOOKUP (whichKen Raeburn1999-06-211-21/+192
* Changed errno to SOCKET_ERRNO/SOCKET_SET_ERRNO for Mac OT SocketsLibAlexandra Ellwood1999-06-081-1/+1
* remove occurences of USE_STRING_H, HAS_STRDUP, and HAS_LABSTom Yu1997-09-191-1/+1
* Windows/NT integration (V1_0_WIN32_BRANCH merge)Richard Basch1997-02-061-3/+3
* * Makefile.in (t_an_to_ln): Use $(LD) instead of $(CC) to link finalTheodore Tso1995-12-211-31/+21
* For compatibility with older .conf files, keep the domain name checkRichard Basch1995-10-241-4/+6
* Try to do a best realm match for a hostname, trying all the domain components.Richard Basch1995-10-241-30/+60