summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/ccache/ccapi
Commit message (Expand)AuthorAgeFilesLines
* Use strdup in place of malloc/strcpy in many placesGreg Hudson2008-10-201-9/+4
* Merge 1.7 work on auxiliary ccache functions necessary for KIM. Adds krb5_cc_...Justin Anderson2008-09-222-4/+106
* Conditionalize building of CCAPI ccache type on USE_CCAPIAlexandra Ellwood2008-08-154-13/+22
* Windows 64-bit CCAPI DLL nameJeffrey Altman2007-08-291-0/+4
* Avoid use of unchecked sprintf in libraries. Use asprintf if theKen Raeburn2007-07-121-1/+1
* Move CCAPI sources to krb5 repositoryAlexandra Ellwood2007-05-311-2/+2
* Added KDC timesyncing support to the CCAPI ccache backend for CCAPI v5 andAlexandra Ellwood2007-01-181-10/+72
* krb5_cc_remove should work for the CCAPIAlexandra Ellwood2006-12-054-111/+96
* Implemented CCAPI v3 specific ccache collection cursorJustin Anderson2006-11-292-3/+143
* krb5_stdccv3_generate_new returns NULL ccacheAlexandra Ellwood2006-11-161-3/+3
* cursor for iterating over ccachesTom Yu2006-10-051-2/+14
* cc_err_xlate: Updated error mappings to generate the same errors as ccapiv2.Alexandra Ellwood2006-08-161-8/+14
* stdcc.c: fix v2 version of krb5_stdcc_resolve()Jeffrey Altman2006-07-171-1/+4
* Cleaned up CCAPI v3 code to remove memory leaks. Fixed crashes in Alexandra Ellwood2006-07-114-762/+933
* stdcc.c: undo change which broke the opening of ccachesJeffrey Altman2006-06-301-3/+2
* fix stdcc.c to build without USE_CCAPI_V3Jeffrey Altman2006-06-301-0/+5
* krb5_stdccv3_setup is okJeffrey Altman2006-06-221-1/+2
* Use the old exported names for setup and shutdownJeffrey Altman2006-06-221-2/+2
* This commit updates lib/krb5/ccache/ccapi to support CCAPI Version 3Jeffrey Altman2006-06-225-97/+1177
* Remove ChangeLog files from the source tree. From now on, theSam Hartman2006-04-111-237/+0
* * Makefile.in (DEFS): Make empty.Ken Raeburn2006-04-043-0/+8
* This commit ensures that all files in the library includeJeffrey Altman2005-11-153-2/+6
* Create a ccache get-flags operation.Ken Raeburn2004-11-163-0/+27
* Delete preprocessor tests for macintosh, __MWERKS__, applec, and THINK_C, allKen Raeburn2004-06-222-23/+4
* delete ##WIN16## lines from makefilesKen Raeburn2003-07-172-1/+4
* * stdcc.h, stdcc_util.h: Removed Mac header gooberAlexandra Ellwood2003-03-063-4/+8
* More const for ops tablesKen Raeburn2003-01-082-1/+5
* * Makefile.in: Revert $(S)=>/ change, for Windows supportKen Raeburn2002-08-292-1/+5
* Change $(S)=>/ and $(U)=>.. globallyKen Raeburn2002-08-232-1/+5
* * winccld.c: Include k5-int.h to get hidden ops struct.Tom Yu2002-06-206-8/+36
* Include errno.hDanilo Almeida2002-04-012-0/+5
* Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn2001-10-102-16/+20
* Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn2001-10-066-9/+14
* Danilo says we can get rid of the DLLIMP stuff nowKen Raeburn2001-10-043-15/+19
* * stdcc.c, stdcc.h (krb5_stdcc_get_name): Declare as returningEzra Peisach2000-10-033-2/+7
* * stdcc.h: Include k5-int.h to get krb5_ccache definitionDanilo Almeida2000-07-202-0/+5
* 2000-06-08 Alexandra Ellwood <lxs@mit.edu> * stdcc_util.c (dupCCtoK5, dupK5...Alexandra Ellwood2000-06-092-4/+9
* Change wsanchez@apple -> tritan@mitWilfredo Sanchez2000-06-011-2/+2
* Remove unused variables. Reindent to krb5 coding style. Remove whitespaceDanilo Almeida2000-05-183-392/+396
* Do not define or try to load cc_lock_request, which isDanilo Almeida2000-05-182-0/+11
* * stdcc_util.c (dupCCtoK5, dupK5toCC): Miro Jurisic2000-05-042-2/+12
* * winccld.h: Define CC_API_VER2 for all Windows code using ccapi.Danilo Almeida2000-04-184-1/+62
* 2000-04-07 Jeffrey Altman <jaltman@columbia.edu>Jeffrey Altman2000-04-072-4/+12
* 2000-04-03 Jeffrey Altman <jaltman@columbia.edu>Jeffrey Altman2000-04-042-4/+12
* 2000-03-24 Alexandra Ellwood <lxs@mit.edu>Alexandra Ellwood2000-03-242-115/+189
* * stdcc.c (krb5_stdcc_destroy): Do not mask KRB5_FCC_NOFILE errorDanilo Almeida2000-03-162-6/+15
* Fixed lxs' fix: strlen (x) + 1 instead of strlen (x+1)Miro Jurisic2000-02-112-2/+6
* changelog updated for stdcc_util.c changeAlexandra Ellwood2000-02-101-0/+5
* Added +1 to strlens so that null terminator will fit in the buffer ;-PAlexandra Ellwood2000-02-101-2/+2
* Removed calls that destroyed and recreated ccapi_data->NamedCache if it exist...Scott McGuire2000-02-042-8/+9