aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/krb/conv_princ.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-19Fix minor leaks in principal conversionsGreg Hudson1-2/+5
2018-06-18Eliminate use of the 'register' keywordThomas Sondergaard1-2/+2
2013-04-08Avoid passing null pointers to memcpy/memcmpGreg Hudson1-2/+4
2013-04-08Simplify principal access within libkrb5Greg Hudson1-6/+6
2011-03-09Adjust most C source files to match the new standards for copyrightGreg Hudson1-3/+4
2009-10-31make mark-cstyleTom Yu1-213/+214
2009-05-01Move an error check to an earlier location in krb5_524_conv_principalGreg Hudson1-2/+3
2009-02-04Use macros for config parametersZhanna Tsitkov1-7/+7
2009-01-28Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn1-1/+1
2008-10-24Use strlcpy instead of strcpy in many placesGreg Hudson1-2/+1
2007-03-25Change strnchr sought value to int to match passed valueKen Raeburn1-1/+1
2006-10-31* conv_princ.c (krb5_425_conv_principal): Fix silly typo in arrays' sizes inKen Raeburn1-2/+4
2006-10-28don't confuse profile iterator in 425 princ conversionKen Raeburn1-5/+5
2006-06-16Change a bunch of calls to ctype macros (those cited by Jeff, and aKen Raeburn1-2/+2
2004-08-27Finally applied patch from Nalin Dahyabhai at Red Hat to fix 0/NULL bugs inKen Raeburn1-1/+1
2002-12-19Clean up some broken uses of "const" in function interfacesKen Raeburn1-2/+2
2002-11-07 * conv_princ.c (strnchr): Make length argument unsigned intEzra Peisach1-2/+3
2002-09-03protoizeKen Raeburn1-15/+4
2002-04-12* conv_princ.c (struct krb_convert): Add new field 'len'.Ken Raeburn1-41/+62
2001-10-06Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn1-7/+7
2001-10-04Danilo says we can get rid of the DLLIMP stuff nowKen Raeburn1-2/+2
2001-07-25 * in_tkt_sky.c (krb5_get_in_tkt_with_skey): Change cast fromEzra Peisach1-1/+1
2001-07-06 * conv_princ.c (krb5_425_conv_principal): Cast argument to tolowerEzra Peisach1-1/+1
2001-06-12 * Makefile.in (t_walk_rtree, t_kerb): Do not link against kdb librariesEzra Peisach1-1/+1
2000-10-17 * bld_pr_ext.c, bld_princ.c (krb5_build_principal_ext,Ezra Peisach1-1/+2
2000-09-26 * conv_princ.c (krb5_425_conv_principal): Call profile_free_listEzra Peisach1-5/+9
2000-07-01pullup from 1.2.1 releaseKen Raeburn1-0/+8
2000-06-29 * conv_princ.c, get_creds.c, get_in_tkt.c, mk_rep.c, parse.c,Ezra Peisach1-1/+1
2000-06-27pullup from 1.2 branchKen Raeburn1-22/+91
1999-10-12* conv_princ.c (sconv_list): Don't do conversion for "zephyr" principal.Ken Raeburn1-13/+1
1999-09-24copyright notice updates from 1.1 branchKen Raeburn1-1/+4
1999-08-05* init_ctx.c (get_profile_etype_list): Use profile_release_stringDanilo Almeida1-5/+1
1998-08-19 * conv_princ.c: Add some additional entries to sconv_list thatTom Yu1-0/+22
1998-07-07conv_princ.c: Add additional commonly seen Kerberos V4 services to theTheodore Tso1-0/+12
1997-02-06Windows/NT integration (V1_0_WIN32_BRANCH merge)Richard Basch1-9/+9
1996-04-30* t_ser.c (stuff): New variable.Ken Raeburn1-3/+3
1996-04-17Added ftp and ecat to the list of services which should be converted.Theodore Tso1-0/+2
1996-03-26Added imap service to the conversion list (it is used by some off-the-shelfRichard Basch1-0/+1
1995-09-29Only convert instances which don't have a '.' in them. If they have aTheodore Tso1-1/+1
1995-08-05first pass attempt at cleaning up some gcc -Wall flamesTom Yu1-10/+10
1995-06-07Remove old CONFIG_FILE codeTheodore Tso1-2/+0
1995-05-05conv_princ.c (krb5_425_conv_principal): Use new callingTheodore Tso1-14/+35
1995-04-14Windows global stuff:Keith Vetter1-2/+2
1995-03-18* Makefile.in (check-mac): Add.John Gilmore1-20/+20
1995-02-28* *.c: Avoid <krb5/...> includes.John Gilmore1-1/+1
1995-02-27Converted the krb5/krb directory to work under windows. Mostly added theKeith Vetter1-2/+4
1995-01-13Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1-14/+16
1994-08-18stamp out rcs keywordsMark Eichin1-2/+1
1994-08-14ctype.hMark Eichin1-0/+1
1994-06-09using get_realm_domain() now instead of rconv cruftTom Yu1-14/+11