summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/ccache
Commit message (Expand)AuthorAgeFilesLines
* Re-run make depend without autoconf.h in the source treeGreg Hudson2009-09-161-74/+68
* Crypto modularity proj.: Move prf and random-to-key ops from backend to krbZhanna Tsitkov2009-09-161-68/+74
* Use {load,store}_{16,32}_be for big-endian integersKen Raeburn2009-08-211-17/+4
* Update comments to reflect reality and the fact that this is not a file basedEzra Peisach2009-06-211-20/+28
* In krb5_fcc_read, remove an assert which could never trigger (becauseGreg Hudson2009-04-231-1/+0
* krb5_fcc_generate_new was destroying a locked mutex in the err_outGreg Hudson2009-04-131-0/+1
* Remove dead assignment of variables that are never usedEzra Peisach2009-04-122-5/+1
* Some fixups and stubs for building ccapi on UNIX, and dependencies.Ken Raeburn2009-02-184-4/+27
* Add test for krb5_cc_get_principal and ensure returned value correctEzra Peisach2009-02-111-1/+22
* In krb5_ccache_internalize: fix resource leaks, fix several casesGreg Hudson2009-02-101-25/+46
* In the ccache serialization code, remove some unnecessary checks forGreg Hudson2009-02-101-4/+3
* Fix a memory leak (unlikely to happen in practice) in krb5_mcc_store;Greg Hudson2009-02-101-5/+6
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-021-1/+1
* Get rid of casts of free() argument to char*, except where it'sKen Raeburn2009-02-022-6/+6
* Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn2009-01-284-44/+44
* move generated dependencies out of Makefile.inKen Raeburn2009-01-052-128/+126
* Mem leak fixZhanna Tsitkov2008-12-181-1/+2
* Fixed memory leak in krb5_stdccv3_removeZhanna Tsitkov2008-12-131-1/+5
* When storing info into cred cache, remove any dups. Zhanna Tsitkov2008-12-051-4/+9
* make dependEzra Peisach2008-12-011-1/+1
* Move cc_mutex code from k5-int.h - where it is globally available to cc-int.hEzra Peisach2008-12-012-1/+31
* Don't build dependencies for v4rcp.c.Ken Raeburn2008-11-041-66/+72
* Only prompt automatically from GUI appsAlexandra Ellwood2008-10-291-1/+2
* Use snprintf instead of strcpy/strcat in many placesGreg Hudson2008-10-231-2/+1
* Use strdup in place of malloc/strcpy in many placesGreg Hudson2008-10-202-13/+5
* Finished KLL to KIM shim.Alexandra Ellwood2008-10-011-18/+36
* Merge 1.7 work on auxiliary ccache functions necessary for KIM. Adds krb5_cc_...Justin Anderson2008-09-229-181/+966
* makedependKen Raeburn2008-09-181-62/+68
* Based on patch from lxs, with some changes:Ken Raeburn2008-08-271-1/+1
* Using gcov, it was noted that the tests were never including authdataEzra Peisach2008-08-171-8/+86
* In parsing authorization data, if run out of memory, the authorizationEzra Peisach2008-08-162-2/+6
* Move internal cccursor structures/prototypes to the ccache private includeEzra Peisach2008-08-163-2/+23
* Conditionalize building of CCAPI ccache type on USE_CCAPIAlexandra Ellwood2008-08-154-13/+22
* Move prototype for krb5int_random_string from k5-int.h to cc-int.h asEzra Peisach2008-08-154-4/+6
* In parsing principal - if run out memory - clean up after ourselves. Ezra Peisach2008-08-142-2/+10
* Error return from krb5int_random_string not tested in ccache codeEzra Peisach2008-08-142-2/+13
* krb5_fcc_read_addrs returns pointer to released memory on malloc failreEzra Peisach2008-08-141-0/+1
* krb5_fcc_resolve file locking error on malloc failuerEzra Peisach2008-08-141-1/+2
* Rewrite the building of the ccache-type linked list to be linearKen Raeburn2008-08-122-25/+37
* Don't use memcmp for comparing structures of valuesKen Raeburn2008-08-071-2/+10
* Use krb5int_random_string, load_32_be, load_16_be, store_32_be, andKen Raeburn2008-08-021-66/+6
* Rename and export random_string from cc_memory.cKen Raeburn2008-08-021-5/+3
* Reduce code duplication: krb5_fcc_store_int32 vs krb5_fcc_store_ui_4Ken Raeburn2008-08-021-18/+1
* Another check for null return from krb5_cc_default_nameKen Raeburn2008-07-211-11/+19
* Check for null name to krb5_cc_resolve, and return an errorKen Raeburn2008-07-211-1/+3
* There are two mutex locking issues that Roland Dowdeswell noticed in Jeffrey Altman2008-07-211-0/+13
* ccdefault.c:Jeffrey Altman2008-07-211-2/+4
* Don't set LOCAL_SUBDIRS in many places and SUBDIRS in a few andKen Raeburn2008-07-201-1/+1
* Check return value from k5_mutex_lock() to partially mitigate someTom Yu2008-07-161-1/+3
* After malloc/realloc/calloc failures, return ENOMEM explicitly insteadKen Raeburn2008-04-301-2/+2