aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/krb/parse.c
AgeCommit message (Expand)AuthorFilesLines
2001-10-06Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn1-3/+3
2001-10-04Danilo says we can get rid of the DLLIMP stuff nowKen Raeburn1-1/+1
2001-03-11 * init_ctx.c: Provide a full prototype for init_common()Ezra Peisach1-3/+3
2000-10-17 * bld_pr_ext.c, bld_princ.c (krb5_build_principal_ext,Ezra Peisach1-1/+1
2000-06-29 * conv_princ.c, get_creds.c, get_in_tkt.c, mk_rep.c, parse.c,Ezra Peisach1-1/+1
1999-09-24copyright notice updates from 1.1 branchKen Raeburn1-1/+4
1998-07-17Replaced preprocessor symbol _MACINTOSH with macintosh, since macintosh is th...Miro Jurisic1-1/+1
1997-02-06Windows/NT integration (V1_0_WIN32_BRANCH merge)Richard Basch1-3/+3
1996-09-26get_in_tkt.c (make_preauth_list): Correctly null-terminate theTheodore Tso1-2/+3
1996-06-12sendauth.c (krb5_sendauth): If ECCONABORTED is not defined, try usingTheodore Tso1-1/+1
1995-09-11Mac Beta 1 submissionKeith Vetter1-1/+1
1995-06-08Clean up gcc -Wall flamesTheodore Tso1-3/+3
1995-04-25 * parse.c (krb5_parse_name): Add magic number to new structureEzra Peisach1-0/+1
1995-03-07Small changes in krb: 1 signed/unsigned, 1 disabling stderr, and changed LIB ...Keith Vetter1-1/+3
1995-02-28* *.c: Avoid <krb5/...> includes.John Gilmore1-7/+3
1995-02-27Converted the krb5/krb directory to work under windows. Mostly added theKeith Vetter1-1/+3
1995-01-13Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1-19/+20
1994-08-18stamp out rcs keywordsMark Eichin1-6/+1
1994-06-02Don't allow two @ signs in a principal..Theodore Tso1-2/+3
1993-10-30Added missing free calls in case of an errorTheodore Tso1-7/+14
1993-10-15Change use of xfree to krb5_xfree to prevent namespace pollutionTheodore Tso1-6/+6
1993-09-01Change export warning notice from "is assumed to require an export license"Theodore Tso1-2/+2
1992-05-29Length of realm name is "realmsize", not "size"John Carr1-1/+1
1992-05-29Fixed fence post errors; assigned the principal typeTheodore Tso1-3/+5
1992-05-29Checked in John Carr's changesTheodore Tso1-32/+39
1991-06-06Update copyright noticeJohn Kohl1-2/+16
1991-05-20Document error codes returnedJohn Carr1-2/+7
1991-03-14libos-proto.h -> los-proto.hJohn Kohl1-1/+1
1991-03-14fix copyrightsJohn Kohl1-2/+2
1991-02-19Changes to conform with API modificationsTheodore Tso1-4/+3
1990-10-15Rewritten to allow for principals with components that contain componentTheodore Tso1-103/+207
1990-05-25fix copyright/distribution referenceJohn Kohl1-1/+1
1990-05-23fix include filesJohn Kohl1-3/+0
1990-05-01rearrange code to eliminate null-deref problemJohn Kohl1-3/+4
1990-04-27need libos-proto for get_default_realmJohn Kohl1-0/+2
1990-04-27don't include null in length countJohn Kohl1-1/+1
1990-04-19need to use const char *'s to run through const char * argsJohn Kohl1-3/+1
1990-04-18add const to function signatures as appropriateJohn Kohl1-2/+2
1990-01-29move libc declarations to separate include filJohn Kohl1-5/+1
1990-01-22change names of pointers to be more informativeJohn Kohl1-23/+21
1990-01-19use xfree to cast valuesJohn Kohl1-9/+12
1990-01-19*** empty log message ***John Kohl1-0/+148