summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/ccache/ccapi/stdcc_util.c
Commit message (Expand)AuthorAgeFilesLines
* make mark-cstyleTom Yu2009-10-311-332/+333
* Some fixups and stubs for building ccapi on UNIX, and dependencies.Ken Raeburn2009-02-181-0/+2
* Conditionalize building of CCAPI ccache type on USE_CCAPIAlexandra Ellwood2008-08-151-2/+4
* krb5_cc_remove should work for the CCAPIAlexandra Ellwood2006-12-051-80/+43
* Cleaned up CCAPI v3 code to remove memory leaks. Fixed crashes in Alexandra Ellwood2006-07-111-346/+496
* This commit updates lib/krb5/ccache/ccapi to support CCAPI Version 3Jeffrey Altman2006-06-221-77/+475
* Delete preprocessor tests for macintosh, __MWERKS__, applec, and THINK_C, allKen Raeburn2004-06-221-23/+0
* * winccld.c: Include k5-int.h to get hidden ops struct.Tom Yu2002-06-201-2/+2
* Include errno.hDanilo Almeida2002-04-011-0/+1
* Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn2001-10-061-1/+1
* 2000-06-08 Alexandra Ellwood <lxs@mit.edu> * stdcc_util.c (dupCCtoK5, dupK5...Alexandra Ellwood2000-06-091-4/+4
* Remove unused variables. Reindent to krb5 coding style. Remove whitespaceDanilo Almeida2000-05-181-388/+384
* * stdcc_util.c (dupCCtoK5, dupK5toCC): Miro Jurisic2000-05-041-2/+6
* 2000-04-07 Jeffrey Altman <jaltman@columbia.edu>Jeffrey Altman2000-04-071-4/+4
* 2000-04-03 Jeffrey Altman <jaltman@columbia.edu>Jeffrey Altman2000-04-041-4/+4
* 2000-03-24 Alexandra Ellwood <lxs@mit.edu>Alexandra Ellwood2000-03-241-115/+180
* Fixed lxs' fix: strlen (x) + 1 instead of strlen (x+1)Miro Jurisic2000-02-111-2/+2
* Added +1 to strlens so that null terminator will fit in the buffer ;-PAlexandra Ellwood2000-02-101-2/+2
* Added free(creds) to deep_free_cc_v5_creds so that someone is freeing the cc_...Alexandra Ellwood1999-08-051-0/+2
* Don't use cc_uint4 since the Windows include file apparently doesn'tTheodore Tso1999-03-231-2/+2
* Added function krb5_free_cc_cred_union(), a local version of cc_free_creds() ...Scott McGuire1999-03-101-43/+86
* Added debugging hooks to stdcc.cTheodore Tso1999-02-181-69/+137
* Fix bad comment terminator in stdcc_util.c which was stopping it from compilingTheodore Tso1999-02-091-1/+1
* Initial rototilling of these functions to make them more krb5 libraryTheodore Tso1999-02-051-120/+149
* More Windows compatibility fixesScott McGuire1998-11-251-3/+8
* Fixed places where code didn't follow CCache API. Integrated some stuff from...Scott McGuire1998-11-051-13/+10
* add back mistakenly deleted filesMarc Horowitz1998-10-301-0/+368
* pull up 3des implementation from the marc-3des branchMarc Horowitz1998-10-301-368/+0
* Merged in smcguire's fixesMiro Jurisic1998-10-231-16/+82
* Added Frank's CCache API implementation and made it default on the MacMiro Jurisic1998-08-201-0/+302