Rewrite krb5_parse_name
[krb5.git] / src / lib / krb5 / krb / parse.c
2012-05-10 Greg HudsonRewrite krb5_parse_name
2011-06-10 Greg HudsonMark up strings for translation
2011-03-09 Greg HudsonAdjust most C source files to match the new standards...
2009-10-31 Tom Yumake mark-cstyle
2009-02-02 Ken RaeburnGet rid of casts of free() argument to char*, except...
2009-01-28 Ken RaeburnStart to phase out krb5_xfree macro, which just casts...
2009-01-23 Greg HudsonAlways initialize the output parameter in krb5_parse_na...
2009-01-03 Sam HartmanMerge mskrb-integ onto trunk
2008-11-05 Greg HudsonConvert many uses of strcpy/strcat (and sometimes sprin...
2006-09-21 Sam HartmanSet the canonicalize flag in TGS requests and accept...
2005-01-03 Ken Raeburnkrb5_parse_name not thread-safe, not responsive to...
2004-06-22 Ken RaeburnDelete preprocessor tests for macintosh, __MWERKS__...
2004-06-04 Ken Raeburn* parse.c (krb5_parse_name): Use assert and abort,...
2003-04-01 Ken RaeburnRed Hat's krb5_princ_size fixes
2002-09-03 Ken Raeburnprotoize
2001-10-06 Ken RaeburnDanilo also says we can get rid of _MSDOS (Win16) tests...
2001-10-04 Ken RaeburnDanilo says we can get rid of the DLLIMP stuff now
2001-03-11 Ezra Peisach * init_ctx.c: Provide a full prototype for...
2000-10-17 Ezra Peisach * bld_pr_ext.c, bld_princ.c (krb5_build_principal_ext,
2000-06-29 Ezra Peisach * conv_princ.c, get_creds.c, get_in_tkt.c,...
1999-09-24 Ken Raeburncopyright notice updates from 1.1 branch
1998-07-17 Miro JurisicReplaced preprocessor symbol _MACINTOSH with macintosh...
1997-02-06 Richard BaschWindows/NT integration (V1_0_WIN32_BRANCH merge)
1996-09-26 Theodore Tsoget_in_tkt.c (make_preauth_list): Correctly null-termin...
1996-06-12 Theodore Tsosendauth.c (krb5_sendauth): If ECCONABORTED is not...
1995-09-11 Keith VetterMac Beta 1 submission
1995-06-08 Theodore TsoClean up gcc -Wall flames
1995-04-25 Ezra Peisach * parse.c (krb5_parse_name): Add magic number to new...
1995-03-07 Keith VetterSmall changes in krb: 1 signed/unsigned, 1 disabling...
1995-02-28 John Gilmore* *.c: Avoid <krb5/...> includes.
1995-02-27 Keith VetterConverted the krb5/krb directory to work under windows...
1995-01-13 Chris ProvenzanoRemoved all references to DECLARG and OLDDECLARG.
1994-08-18 Mark Eichinstamp out rcs keywords
1994-06-02 Theodore TsoDon't allow two @ signs in a principal..
1993-10-30 Theodore TsoAdded missing free calls in case of an error
1993-10-15 Theodore TsoChange use of xfree to krb5_xfree to prevent namespace...
1993-09-01 Theodore TsoChange export warning notice from "is assumed to requir...
1992-05-29 John CarrLength of realm name is "realmsize", not "size"
1992-05-29 Theodore TsoFixed fence post errors; assigned the principal type
1992-05-29 Theodore TsoChecked in John Carr's changes
1991-06-06 John KohlUpdate copyright notice
1991-05-20 John CarrDocument error codes returned
1991-03-14 John Kohllibos-proto.h -> los-proto.h
1991-03-14 John Kohlfix copyrights
1991-02-19 Theodore TsoChanges to conform with API modifications
1990-10-15 Theodore TsoRewritten to allow for principals with components that...
1990-05-25 John Kohlfix copyright/distribution reference
1990-05-23 John Kohlfix include files
1990-05-01 John Kohlrearrange code to eliminate null-deref problem
1990-04-27 John Kohlneed libos-proto for get_default_realm
1990-04-27 John Kohldon't include null in length count
1990-04-19 John Kohlneed to use const char *'s to run through const char...
1990-04-18 John Kohladd const to function signatures as appropriate
1990-01-29 John Kohlmove libc declarations to separate include fil
1990-01-22 John Kohlchange names of pointers to be more informative
1990-01-19 John Kohluse xfree to cast values
1990-01-19 John Kohl*** empty log message ***