aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/ccache/ccbase.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-22Fix more non-prototype functionsArjun1-1/+1
2022-05-18Support macOS 11 native credential cacheKen Hornstein1-0/+6
2022-05-18Remove unused CCAPI libkrb5 codeGreg Hudson1-4/+4
2021-08-25Perform atomic ccache refreshes when possibleGreg Hudson1-33/+86
2019-02-15Properly size #ifdef in k5_cccol_lock()Robbie Harwood1-1/+1
2019-01-23Match ccache functions in krb5.h with export listRobbie Harwood1-13/+13
2014-07-30Add KCM credential cache type (client only)Greg Hudson1-0/+5
2013-05-14Assume mutex locking cannot failGreg Hudson1-92/+27
2013-02-09Add and use k5memdup, k5memdup0 helpersGreg Hudson1-7/+3
2011-09-05Add new cache collection APIsGreg Hudson1-0/+10
2011-09-05Add the DIR ccache typeGreg Hudson1-0/+7
2011-06-23Don't destroy dst on error in krb5_cc_moveGreg Hudson1-2/+0
2011-03-29In krb5_cc_move if something went wrong, free the dst credential cacheZhanna Tsitkov1-2/+8
2011-03-09Adjust most C source files to match the new standards for copyrightGreg Hudson1-5/+1
2010-06-07Trace loggingGreg Hudson1-0/+2
2010-04-08Add krb5_cc_dup() to make it possible to copy ccache handlesGreg Hudson1-0/+6
2009-12-31Convert C++ style comments into traditional C commentsKen Raeburn1-5/+5
2009-11-30ReindentZhanna Tsitkov1-9/+7
2009-10-31make mark-cstyleTom Yu1-114/+115
2008-09-22Merge 1.7 work on auxiliary ccache functions necessary for KIM. Adds krb5_cc_...Justin Anderson1-6/+270
2008-08-12Rewrite the building of the ccache-type linked list to be linearKen Raeburn1-25/+28
2008-07-21Check for null name to krb5_cc_resolve, and return an errorKen Raeburn1-1/+3
2007-01-23Change second argument to krb5_cc_register to take a const krb5_cc_ops *. MakesEzra Peisach1-1/+2
2007-01-21Only declare cc_fcc_entry if USE_KEYRING_CCACHE is not definedEzra Peisach1-0/+3
2006-11-29Implemented CCAPI v3 specific ccache collection cursorJustin Anderson1-0/+9
2006-11-18 * src/lib/krb5/ccache/ccbase.c (krb5int_cc_getops): InternalTom Yu1-11/+61
2006-10-05cursor for iterating over ccachesTom Yu1-0/+72
2006-10-02Merge Kevin Coffman's keyring ccache branch for Linux, with some modifications:Ken Raeburn1-3/+24
2006-09-05windows ccache and keytab file paths without a prefix Jeffrey Altman1-2/+2
2006-06-16Change a bunch of calls to ctype macros (those cited by Jeff, and aKen Raeburn1-1/+1
2004-08-13Only open a credential cache file once, even if multiple krb5_ccache objectsKen Raeburn1-0/+6
2004-06-28* cc_memory.c: Include k5-thread.h.Ken Raeburn1-1/+8
2004-05-28Add prototypes for library init and fini functions. Makefile dependenciesEzra Peisach1-0/+1
2004-04-24Added support for library initialization and finalization, and verificationKen Raeburn1-1/+19
2004-04-13 Since we must reserve the single letter prefixes on all platformsJeffrey Altman1-4/+0
2004-04-13 Treat keytab and ccache names without prefixes as type FILE:Jeffrey Altman1-6/+19
2004-04-13 * ccbase.c: the krb5_cc_resolve() function pointer ccresolverJeffrey Altman1-3/+4
2004-03-06For keytab, ccache, and rcache type registries, use const more, andKen Raeburn1-9/+30
2003-12-12 * Added new krb5_ccache type "MSLSA" for Windows only.Jeffrey Altman1-1/+7
2003-07-22Always register the file ccache in the set of registered ops. TheSam Hartman1-2/+8
2003-01-08More const for ops tablesKen Raeburn1-1/+1
2002-09-03protoizeKen Raeburn1-8/+2
2001-10-06Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn1-1/+1
2001-10-04Danilo says we can get rid of the DLLIMP stuff nowKen Raeburn1-2/+2
2000-09-25 * cc_file.c ccbase.c, cc_stdio.c, cc_retr.c, cc_memory.c: MoreEzra Peisach1-1/+1
1999-09-24copyright notice updates from 1.1 branchKen Raeburn1-1/+4
1998-10-30pull up 3des implementation from the marc-3des branchMarc Horowitz1-1/+5
1997-09-15 * ccbase.c (krb5_cc_resolve): Incoming cache name is constEzra Peisach1-2/+3
1997-02-06Windows/NT integration (V1_0_WIN32_BRANCH merge)Richard Basch1-4/+3
1995-04-14Windows global stuff:Keith Vetter1-2/+2