| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix memory leak parsing name with default realm | Greg Hudson | 2012-08-07 | 1 | -0/+1 |
* | Fix error handling in allocate_princ() | Greg Hudson | 2012-07-13 | 1 | -2/+4 |
* | Reject extra realm separators in principal names | Greg Hudson | 2012-07-08 | 1 | -0/+2 |
* | Null-terminate components of parsed principals | Greg Hudson | 2012-05-12 | 1 | -11/+9 |
* | Add krb5_parse_name flag to ignore realm | Greg Hudson | 2012-05-10 | 1 | -1/+5 |
* | Rewrite krb5_parse_name | Greg Hudson | 2012-05-10 | 1 | -285/+176 |
* | Mark up strings for translation | Greg Hudson | 2011-06-10 | 1 | -2/+3 |
* | Adjust most C source files to match the new standards for copyright | Greg Hudson | 2011-03-09 | 1 | -4/+4 |
* | make mark-cstyle | Tom Yu | 2009-10-31 | 1 | -262/+263 |
* | Get rid of casts of free() argument to char*, except where it's | Ken Raeburn | 2009-02-02 | 1 | -2/+2 |
* | Start to phase out krb5_xfree macro, which just casts its argument to | Ken Raeburn | 2009-01-28 | 1 | -16/+16 |
* | Always initialize the output parameter in krb5_parse_name and friends | Greg Hudson | 2009-01-23 | 1 | -0/+2 |
* | Merge mskrb-integ onto trunk | Sam Hartman | 2009-01-03 | 1 | -35/+88 |
* | Convert many uses of strcpy/strcat (and sometimes sprintf) to accepted | Greg Hudson | 2008-11-05 | 1 | -1/+1 |
* | Set the canonicalize flag in TGS requests and accept cross-realm referral tic... | Sam Hartman | 2006-09-21 | 1 | -5/+5 |
* | krb5_parse_name not thread-safe, not responsive to environment changes | Ken Raeburn | 2005-01-03 | 1 | -2/+5 |
* | Delete preprocessor tests for macintosh, __MWERKS__, applec, and THINK_C, all | Ken Raeburn | 2004-06-22 | 1 | -1/+1 |
* | * parse.c (krb5_parse_name): Use assert and abort, not exit | Ken Raeburn | 2004-06-04 | 1 | -5/+4 |
* | Red Hat's krb5_princ_size fixes | Ken Raeburn | 2003-04-01 | 1 | -3/+6 |
* | protoize | Ken Raeburn | 2002-09-03 | 1 | -4/+1 |
* | Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA... | Ken Raeburn | 2001-10-06 | 1 | -3/+3 |
* | Danilo says we can get rid of the DLLIMP stuff now | Ken Raeburn | 2001-10-04 | 1 | -1/+1 |
* | * init_ctx.c: Provide a full prototype for init_common() | Ezra Peisach | 2001-03-11 | 1 | -3/+3 |
* | * bld_pr_ext.c, bld_princ.c (krb5_build_principal_ext, | Ezra Peisach | 2000-10-17 | 1 | -1/+1 |
* | * conv_princ.c, get_creds.c, get_in_tkt.c, mk_rep.c, parse.c, | Ezra Peisach | 2000-06-29 | 1 | -1/+1 |
* | copyright notice updates from 1.1 branch | Ken Raeburn | 1999-09-24 | 1 | -1/+4 |
* | Replaced preprocessor symbol _MACINTOSH with macintosh, since macintosh is th... | Miro Jurisic | 1998-07-17 | 1 | -1/+1 |
* | Windows/NT integration (V1_0_WIN32_BRANCH merge) | Richard Basch | 1997-02-06 | 1 | -3/+3 |
* | get_in_tkt.c (make_preauth_list): Correctly null-terminate the | Theodore Tso | 1996-09-26 | 1 | -2/+3 |
* | sendauth.c (krb5_sendauth): If ECCONABORTED is not defined, try using | Theodore Tso | 1996-06-12 | 1 | -1/+1 |
* | Mac Beta 1 submission | Keith Vetter | 1995-09-11 | 1 | -1/+1 |
* | Clean up gcc -Wall flames | Theodore Tso | 1995-06-08 | 1 | -3/+3 |
* | * parse.c (krb5_parse_name): Add magic number to new structure | Ezra Peisach | 1995-04-25 | 1 | -0/+1 |
* | Small changes in krb: 1 signed/unsigned, 1 disabling stderr, and changed LIB ... | Keith Vetter | 1995-03-07 | 1 | -1/+3 |
* | * *.c: Avoid <krb5/...> includes. | John Gilmore | 1995-02-28 | 1 | -7/+3 |
* | Converted the krb5/krb directory to work under windows. Mostly added the | Keith Vetter | 1995-02-27 | 1 | -1/+3 |
* | Removed all references to DECLARG and OLDDECLARG. | Chris Provenzano | 1995-01-13 | 1 | -19/+20 |
* | stamp out rcs keywords | Mark Eichin | 1994-08-18 | 1 | -6/+1 |
* | Don't allow two @ signs in a principal.. | Theodore Tso | 1994-06-02 | 1 | -2/+3 |
* | Added missing free calls in case of an error | Theodore Tso | 1993-10-30 | 1 | -7/+14 |
* | Change use of xfree to krb5_xfree to prevent namespace pollution | Theodore Tso | 1993-10-15 | 1 | -6/+6 |
* | Change export warning notice from "is assumed to require an export license" | Theodore Tso | 1993-09-01 | 1 | -2/+2 |
* | Length of realm name is "realmsize", not "size" | John Carr | 1992-05-29 | 1 | -1/+1 |
* | Fixed fence post errors; assigned the principal type | Theodore Tso | 1992-05-29 | 1 | -3/+5 |
* | Checked in John Carr's changes | Theodore Tso | 1992-05-29 | 1 | -32/+39 |
* | Update copyright notice | John Kohl | 1991-06-06 | 1 | -2/+16 |
* | Document error codes returned | John Carr | 1991-05-20 | 1 | -2/+7 |
* | libos-proto.h -> los-proto.h | John Kohl | 1991-03-14 | 1 | -1/+1 |
* | fix copyrights | John Kohl | 1991-03-14 | 1 | -2/+2 |
* | Changes to conform with API modifications | Theodore Tso | 1991-02-19 | 1 | -4/+3 |