aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/ccache
AgeCommit message (Expand)AuthorFilesLines
2009-12-14fast negotiation projecSam Hartman2-2/+164
2009-11-30ReindentZhanna Tsitkov2-39/+29
2009-11-22Consolidate Makefile variables now that we have only a single globalGreg Hudson4-109/+105
2009-11-02Clean up a bunch of signed/unsigned comparison warningsGreg Hudson2-14/+12
2009-10-31In lib/krb5/ccache, ensure that function definition headers haveGreg Hudson4-16/+28
2009-10-31make mark-cstyleTom Yu25-4803/+4825
2009-10-10Move destest to builtin/des, because it depends on overriding someTom Yu1-36/+42
2009-10-09Implement GSS naming extensions and authdata verificationGreg Hudson2-4/+4
2009-09-16Re-run make depend without autoconf.h in the source treeGreg Hudson1-74/+68
2009-09-16Crypto modularity proj.: Move prf and random-to-key ops from backend to krbZhanna Tsitkov1-68/+74
2009-08-21Use {load,store}_{16,32}_be for big-endian integersKen Raeburn1-17/+4
2009-06-21Update comments to reflect reality and the fact that this is not a file basedEzra Peisach1-20/+28
2009-04-23In krb5_fcc_read, remove an assert which could never trigger (becauseGreg Hudson1-1/+0
2009-04-13krb5_fcc_generate_new was destroying a locked mutex in the err_outGreg Hudson1-0/+1
2009-04-12Remove dead assignment of variables that are never usedEzra Peisach2-5/+1
2009-02-18Some fixups and stubs for building ccapi on UNIX, and dependencies.Ken Raeburn4-4/+27
2009-02-11Add test for krb5_cc_get_principal and ensure returned value correctEzra Peisach1-1/+22
2009-02-10In krb5_ccache_internalize: fix resource leaks, fix several casesGreg Hudson1-25/+46
2009-02-10In the ccache serialization code, remove some unnecessary checks forGreg Hudson1-4/+3
2009-02-10Fix a memory leak (unlikely to happen in practice) in krb5_mcc_store;Greg Hudson1-5/+6
2009-02-02Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn1-1/+1
2009-02-02Get rid of casts of free() argument to char*, except where it'sKen Raeburn2-6/+6
2009-01-28Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn4-44/+44
2009-01-05move generated dependencies out of Makefile.inKen Raeburn2-128/+126
2008-12-18Mem leak fixZhanna Tsitkov1-1/+2
2008-12-13Fixed memory leak in krb5_stdccv3_removeZhanna Tsitkov1-1/+5
2008-12-05When storing info into cred cache, remove any dups. Zhanna Tsitkov1-4/+9
2008-12-01make dependEzra Peisach1-1/+1
2008-12-01Move cc_mutex code from k5-int.h - where it is globally available to cc-int.hEzra Peisach2-1/+31
2008-11-04Don't build dependencies for v4rcp.c.Ken Raeburn1-66/+72
2008-10-29Only prompt automatically from GUI appsAlexandra Ellwood1-1/+2
2008-10-23Use snprintf instead of strcpy/strcat in many placesGreg Hudson1-2/+1
2008-10-20Use strdup in place of malloc/strcpy in many placesGreg Hudson2-13/+5
2008-10-01Finished KLL to KIM shim.Alexandra Ellwood1-18/+36
2008-09-22Merge 1.7 work on auxiliary ccache functions necessary for KIM. Adds krb5_cc_...Justin Anderson9-181/+966
2008-09-18makedependKen Raeburn1-62/+68
2008-08-27Based on patch from lxs, with some changes:Ken Raeburn1-1/+1
2008-08-17Using gcov, it was noted that the tests were never including authdataEzra Peisach1-8/+86
2008-08-16In parsing authorization data, if run out of memory, the authorizationEzra Peisach2-2/+6
2008-08-16Move internal cccursor structures/prototypes to the ccache private includeEzra Peisach3-2/+23
2008-08-15Conditionalize building of CCAPI ccache type on USE_CCAPIAlexandra Ellwood4-13/+22
2008-08-15Move prototype for krb5int_random_string from k5-int.h to cc-int.h asEzra Peisach4-4/+6
2008-08-14In parsing principal - if run out memory - clean up after ourselves. Ezra Peisach2-2/+10
2008-08-14Error return from krb5int_random_string not tested in ccache codeEzra Peisach2-2/+13
2008-08-14krb5_fcc_read_addrs returns pointer to released memory on malloc failreEzra Peisach1-0/+1
2008-08-14krb5_fcc_resolve file locking error on malloc failuerEzra Peisach1-1/+2
2008-08-12Rewrite the building of the ccache-type linked list to be linearKen Raeburn2-25/+37
2008-08-07Don't use memcmp for comparing structures of valuesKen Raeburn1-2/+10
2008-08-02Use krb5int_random_string, load_32_be, load_16_be, store_32_be, andKen Raeburn1-66/+6
2008-08-02Rename and export random_string from cc_memory.cKen Raeburn1-5/+3