summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/os/sn2princ.c
Commit message (Expand)AuthorAgeFilesLines
* Allow ":port" suffixes in sn2princ hostnamesGreg Hudson2013-12-111-2/+37
* Modernize sn2princ.cGreg Hudson2013-12-111-133/+115
* Add a flag to prevent all host canonicalizationGreg Hudson2013-09-061-1/+1
* Simplify principal access within libkrb5Greg Hudson2013-04-081-1/+1
* Convert DEBUG_REFERRALS to TRACE_* frameworkW. Trevor King2012-05-231-22/+5
* Add missing newline to sn2princ debug messageGreg Hudson2012-05-141-1/+2
* In sn2princ, getaddrinfo without AI_ADDRCONFIGGreg Hudson2012-05-031-1/+1
* Fix free ofuninitialized memory in sname_to_princSam Hartman2011-12-021-2/+3
* RFC 4120 says that we should not canonicalize using DNS. We cannot getSam Hartman2011-10-171-4/+3
* Work around glibc getaddrinfo PTR lookupsGreg Hudson2011-06-231-8/+1
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-6/+4
* In krb5_sname_to_principal, correctly handle failures fromGreg Hudson2010-09-151-2/+2
* make mark-cstyleTom Yu2009-10-311-101/+101
* Use macros for config parametersZhanna Tsitkov2009-02-041-2/+2
* Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn2009-01-281-1/+1
* Merge mskrb-integ onto trunkSam Hartman2009-01-031-1/+3
* Add prototype for krb5int_debug_fprint to os-proto.h. Include os-proto.h inEzra Peisach2006-10-131-2/+1
* Set the canonicalize flag in TGS requests and accept cross-realm referral tic...Sam Hartman2006-09-211-0/+24
* Change a bunch of calls to ctype macros (those cited by Jeff, and aKen Raeburn2006-06-161-2/+2
* Delete definitions of unused macros NEED_SOCKETS and NEED_LOWLEVEL_IOKen Raeburn2005-04-131-1/+0
* * sn2princ.c (krb5_sname_to_principal):Jeffrey Altman2005-03-061-20/+48
* protoizeKen Raeburn2002-09-031-6/+1
* * sn2princ.c: Include fake-addrinfo.h.Ken Raeburn2002-07-091-15/+42
* back out changes accidentally checked inKen Raeburn2002-07-081-51/+15
* * localaddr.c (get_localaddrs): Split out main body of krb5_os_localaddr, addKen Raeburn2002-07-081-15/+51
* Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn2001-10-061-3/+3
* Danilo says we can get rid of the DLLIMP stuff nowKen Raeburn2001-10-041-1/+1
* * sn2princ.c: Do not cast away const char * in call to strdupEzra Peisach2001-07-251-1/+1
* * sn2princ.c (krb5_sname_to_principal): Cast tolower argument to intEzra Peisach2001-07-061-1/+1
* * sn2princ.c, hst_realm.c, an_to_ln.c: Cast argument toEzra Peisach2001-06-121-1/+1
* * t_an_to_ln.c: Include <stdio.h> for prototypesEzra Peisach2000-06-301-1/+1
* copyright notice updates from 1.1 branchKen Raeburn1999-09-241-1/+4
* Changed errno to SOCKET_ERRNO/SOCKET_SET_ERRNO for Mac OT SocketsLibAlexandra Ellwood1999-06-081-1/+1
* sn2princ.c (krb5_sname_to_principal): Windows NT5's broken resolverTheodore Tso1999-01-051-0/+12
* Windows/NT integration (V1_0_WIN32_BRANCH merge)Richard Basch1997-02-061-4/+4
* * configure.in: Test that regcomp actually worksKen Raeburn1996-04-301-3/+1
* Whitespace cleanupRichard Basch1996-04-251-11/+10
* Backed out the patch for const pointer reassignments; it was legal ANSIRichard Basch1996-03-251-9/+7
* Back out last change and use a cast to avoid warnings.Ezra Peisach1996-03-191-2/+5
* * sn2princ.c (krb5_sname_to_principal): Do not assign a const char *Ezra Peisach1996-03-181-2/+2
* Do not try to reassign "const" variablesRichard Basch1996-03-181-11/+10
* * Don't always use the default realm on localhost, so that the domain to real...Sam Hartman1995-07-311-12/+5
* locate_kdc.c: Don't include sys/socket.h, netdb.h, netinet/in.h,Theodore Tso1995-03-241-3/+0
* Port of most of the OS directory to the PCKeith Vetter1995-03-071-1/+6
* Avoid <krb5/...> includesJohn Gilmore1995-02-281-4/+1
* Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1995-01-131-13/+11
* stamp out rcs keywordsMark Eichin1994-08-181-6/+1
* Try doing a reverse address resolution to get the real hostname..Theodore Tso1994-06-021-0/+21
* Free all memory on errorsTheodore Tso1993-12-241-15/+25
* Change use of xfree to krb5_xfree to prevent namespace pollutionTheodore Tso1993-10-151-1/+1