summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb/conv_princ.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid passing null pointers to memcpy/memcmpGreg Hudson2013-04-081-2/+4
* Simplify principal access within libkrb5Greg Hudson2013-04-081-6/+6
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-3/+4
* make mark-cstyleTom Yu2009-10-311-213/+214
* Move an error check to an earlier location in krb5_524_conv_principalGreg Hudson2009-05-011-2/+3
* Use macros for config parametersZhanna Tsitkov2009-02-041-7/+7
* Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn2009-01-281-1/+1
* Use strlcpy instead of strcpy in many placesGreg Hudson2008-10-241-2/+1
* Change strnchr sought value to int to match passed valueKen Raeburn2007-03-251-1/+1
* * conv_princ.c (krb5_425_conv_principal): Fix silly typo in arrays' sizes inKen Raeburn2006-10-311-2/+4
* don't confuse profile iterator in 425 princ conversionKen Raeburn2006-10-281-5/+5
* Change a bunch of calls to ctype macros (those cited by Jeff, and aKen Raeburn2006-06-161-2/+2
* Finally applied patch from Nalin Dahyabhai at Red Hat to fix 0/NULL bugs inKen Raeburn2004-08-271-1/+1
* Clean up some broken uses of "const" in function interfacesKen Raeburn2002-12-191-2/+2
* * conv_princ.c (strnchr): Make length argument unsigned intEzra Peisach2002-11-071-2/+3
* protoizeKen Raeburn2002-09-031-15/+4
* * conv_princ.c (struct krb_convert): Add new field 'len'.Ken Raeburn2002-04-121-41/+62
* Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn2001-10-061-7/+7
* Danilo says we can get rid of the DLLIMP stuff nowKen Raeburn2001-10-041-2/+2
* * in_tkt_sky.c (krb5_get_in_tkt_with_skey): Change cast fromEzra Peisach2001-07-251-1/+1
* * conv_princ.c (krb5_425_conv_principal): Cast argument to tolowerEzra Peisach2001-07-061-1/+1
* * Makefile.in (t_walk_rtree, t_kerb): Do not link against kdb librariesEzra Peisach2001-06-121-1/+1
* * bld_pr_ext.c, bld_princ.c (krb5_build_principal_ext,Ezra Peisach2000-10-171-1/+2
* * conv_princ.c (krb5_425_conv_principal): Call profile_free_listEzra Peisach2000-09-261-5/+9
* pullup from 1.2.1 releaseKen Raeburn2000-07-011-0/+8
* * conv_princ.c, get_creds.c, get_in_tkt.c, mk_rep.c, parse.c,Ezra Peisach2000-06-291-1/+1
* pullup from 1.2 branchKen Raeburn2000-06-271-22/+91
* * conv_princ.c (sconv_list): Don't do conversion for "zephyr" principal.Ken Raeburn1999-10-121-13/+1
* copyright notice updates from 1.1 branchKen Raeburn1999-09-241-1/+4
* * init_ctx.c (get_profile_etype_list): Use profile_release_stringDanilo Almeida1999-08-051-5/+1
* * conv_princ.c: Add some additional entries to sconv_list thatTom Yu1998-08-191-0/+22
* conv_princ.c: Add additional commonly seen Kerberos V4 services to theTheodore Tso1998-07-071-0/+12
* Windows/NT integration (V1_0_WIN32_BRANCH merge)Richard Basch1997-02-061-9/+9
* * t_ser.c (stuff): New variable.Ken Raeburn1996-04-301-3/+3
* Added ftp and ecat to the list of services which should be converted.Theodore Tso1996-04-171-0/+2
* Added imap service to the conversion list (it is used by some off-the-shelfRichard Basch1996-03-261-0/+1
* Only convert instances which don't have a '.' in them. If they have aTheodore Tso1995-09-291-1/+1
* first pass attempt at cleaning up some gcc -Wall flamesTom Yu1995-08-051-10/+10
* Remove old CONFIG_FILE codeTheodore Tso1995-06-071-2/+0
* conv_princ.c (krb5_425_conv_principal): Use new callingTheodore Tso1995-05-051-14/+35
* Windows global stuff:Keith Vetter1995-04-141-2/+2
* * Makefile.in (check-mac): Add.John Gilmore1995-03-181-20/+20
* * *.c: Avoid <krb5/...> includes.John Gilmore1995-02-281-1/+1
* Converted the krb5/krb directory to work under windows. Mostly added theKeith Vetter1995-02-271-2/+4
* Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1995-01-131-14/+16
* stamp out rcs keywordsMark Eichin1994-08-181-2/+1
* ctype.hMark Eichin1994-08-141-0/+1
* using get_realm_domain() now instead of rconv cruftTom Yu1994-06-091-14/+11
* Change export warning notice from "is assumed to require an export license"Theodore Tso1993-09-011-2/+2
* Revamped to handle conversion both back and forth between V4 and V5 namesTheodore Tso1993-06-031-43/+147