| Commit message (Expand) | Author | Age | Files | Lines |
* | Use strdup in place of malloc/strcpy in many places | Greg Hudson | 2008-10-20 | 1 | -9/+4 |
* | Merge 1.7 work on auxiliary ccache functions necessary for KIM. Adds krb5_cc_... | Justin Anderson | 2008-09-22 | 2 | -4/+106 |
* | Conditionalize building of CCAPI ccache type on USE_CCAPI | Alexandra Ellwood | 2008-08-15 | 4 | -13/+22 |
* | Windows 64-bit CCAPI DLL name | Jeffrey Altman | 2007-08-29 | 1 | -0/+4 |
* | Avoid use of unchecked sprintf in libraries. Use asprintf if the | Ken Raeburn | 2007-07-12 | 1 | -1/+1 |
* | Move CCAPI sources to krb5 repository | Alexandra Ellwood | 2007-05-31 | 1 | -2/+2 |
* | Added KDC timesyncing support to the CCAPI ccache backend for CCAPI v5 and | Alexandra Ellwood | 2007-01-18 | 1 | -10/+72 |
* | krb5_cc_remove should work for the CCAPI | Alexandra Ellwood | 2006-12-05 | 4 | -111/+96 |
* | Implemented CCAPI v3 specific ccache collection cursor | Justin Anderson | 2006-11-29 | 2 | -3/+143 |
* | krb5_stdccv3_generate_new returns NULL ccache | Alexandra Ellwood | 2006-11-16 | 1 | -3/+3 |
* | cursor for iterating over ccaches | Tom Yu | 2006-10-05 | 1 | -2/+14 |
* | cc_err_xlate: Updated error mappings to generate the same errors as ccapiv2. | Alexandra Ellwood | 2006-08-16 | 1 | -8/+14 |
* | stdcc.c: fix v2 version of krb5_stdcc_resolve() | Jeffrey Altman | 2006-07-17 | 1 | -1/+4 |
* | Cleaned up CCAPI v3 code to remove memory leaks. Fixed crashes in | Alexandra Ellwood | 2006-07-11 | 4 | -762/+933 |
* | stdcc.c: undo change which broke the opening of ccaches | Jeffrey Altman | 2006-06-30 | 1 | -3/+2 |
* | fix stdcc.c to build without USE_CCAPI_V3 | Jeffrey Altman | 2006-06-30 | 1 | -0/+5 |
* | krb5_stdccv3_setup is ok | Jeffrey Altman | 2006-06-22 | 1 | -1/+2 |
* | Use the old exported names for setup and shutdown | Jeffrey Altman | 2006-06-22 | 1 | -2/+2 |
* | This commit updates lib/krb5/ccache/ccapi to support CCAPI Version 3 | Jeffrey Altman | 2006-06-22 | 5 | -97/+1177 |
* | Remove ChangeLog files from the source tree. From now on, the | Sam Hartman | 2006-04-11 | 1 | -237/+0 |
* | * Makefile.in (DEFS): Make empty. | Ken Raeburn | 2006-04-04 | 3 | -0/+8 |
* | This commit ensures that all files in the library include | Jeffrey Altman | 2005-11-15 | 3 | -2/+6 |
* | Create a ccache get-flags operation. | Ken Raeburn | 2004-11-16 | 3 | -0/+27 |
* | Delete preprocessor tests for macintosh, __MWERKS__, applec, and THINK_C, all | Ken Raeburn | 2004-06-22 | 2 | -23/+4 |
* | delete ##WIN16## lines from makefiles | Ken Raeburn | 2003-07-17 | 2 | -1/+4 |
* | * stdcc.h, stdcc_util.h: Removed Mac header goober | Alexandra Ellwood | 2003-03-06 | 3 | -4/+8 |
* | More const for ops tables | Ken Raeburn | 2003-01-08 | 2 | -1/+5 |
* | * Makefile.in: Revert $(S)=>/ change, for Windows support | Ken Raeburn | 2002-08-29 | 2 | -1/+5 |
* | Change $(S)=>/ and $(U)=>.. globally | Ken Raeburn | 2002-08-23 | 2 | -1/+5 |
* | * winccld.c: Include k5-int.h to get hidden ops struct. | Tom Yu | 2002-06-20 | 6 | -8/+36 |
* | Include errno.h | Danilo Almeida | 2002-04-01 | 2 | -0/+5 |
* | Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone; | Ken Raeburn | 2001-10-10 | 2 | -16/+20 |
* | Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA... | Ken Raeburn | 2001-10-06 | 6 | -9/+14 |
* | Danilo says we can get rid of the DLLIMP stuff now | Ken Raeburn | 2001-10-04 | 3 | -15/+19 |
* | * stdcc.c, stdcc.h (krb5_stdcc_get_name): Declare as returning | Ezra Peisach | 2000-10-03 | 3 | -2/+7 |
* | * stdcc.h: Include k5-int.h to get krb5_ccache definition | Danilo Almeida | 2000-07-20 | 2 | -0/+5 |
* | 2000-06-08 Alexandra Ellwood <lxs@mit.edu> * stdcc_util.c (dupCCtoK5, dupK5... | Alexandra Ellwood | 2000-06-09 | 2 | -4/+9 |
* | Change wsanchez@apple -> tritan@mit | Wilfredo Sanchez | 2000-06-01 | 1 | -2/+2 |
* | Remove unused variables. Reindent to krb5 coding style. Remove whitespace | Danilo Almeida | 2000-05-18 | 3 | -392/+396 |
* | Do not define or try to load cc_lock_request, which is | Danilo Almeida | 2000-05-18 | 2 | -0/+11 |
* | * stdcc_util.c (dupCCtoK5, dupK5toCC): | Miro Jurisic | 2000-05-04 | 2 | -2/+12 |
* | * winccld.h: Define CC_API_VER2 for all Windows code using ccapi. | Danilo Almeida | 2000-04-18 | 4 | -1/+62 |
* | 2000-04-07 Jeffrey Altman <jaltman@columbia.edu> | Jeffrey Altman | 2000-04-07 | 2 | -4/+12 |
* | 2000-04-03 Jeffrey Altman <jaltman@columbia.edu> | Jeffrey Altman | 2000-04-04 | 2 | -4/+12 |
* | 2000-03-24 Alexandra Ellwood <lxs@mit.edu> | Alexandra Ellwood | 2000-03-24 | 2 | -115/+189 |
* | * stdcc.c (krb5_stdcc_destroy): Do not mask KRB5_FCC_NOFILE error | Danilo Almeida | 2000-03-16 | 2 | -6/+15 |
* | Fixed lxs' fix: strlen (x) + 1 instead of strlen (x+1) | Miro Jurisic | 2000-02-11 | 2 | -2/+6 |
* | changelog updated for stdcc_util.c change | Alexandra Ellwood | 2000-02-10 | 1 | -0/+5 |
* | Added +1 to strlens so that null terminator will fit in the buffer ;-P | Alexandra Ellwood | 2000-02-10 | 1 | -2/+2 |
* | Removed calls that destroyed and recreated ccapi_data->NamedCache if it exist... | Scott McGuire | 2000-02-04 | 2 | -8/+9 |