summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/ccache
Commit message (Expand)AuthorAgeFilesLines
* Make dependGreg Hudson2010-09-081-30/+37
* make dependGreg Hudson2010-06-071-49/+54
* Trace loggingGreg Hudson2010-06-072-0/+14
* In krb5_cc_set_config, don't call krb5_cc_remove_cred; it's redundantGreg Hudson2010-05-281-4/+0
* Negative enctypes improperly read from ccachesGreg Hudson2010-05-131-1/+2
* Add krb5_cc_dup() to make it possible to copy ccache handlesGreg Hudson2010-04-081-0/+6
* Update dependenciesKen Raeburn2010-01-031-8/+9
* Factor out copying and counting of zero-terminated enctype lists intoGreg Hudson2010-01-011-3/+2
* Convert C++ style comments into traditional C commentsKen Raeburn2009-12-311-5/+5
* fast negotiation projecSam Hartman2009-12-142-2/+164
* ReindentZhanna Tsitkov2009-11-302-39/+29
* Consolidate Makefile variables now that we have only a single globalGreg Hudson2009-11-224-109/+105
* Clean up a bunch of signed/unsigned comparison warningsGreg Hudson2009-11-022-14/+12
* In lib/krb5/ccache, ensure that function definition headers haveGreg Hudson2009-10-314-16/+28
* make mark-cstyleTom Yu2009-10-3125-4803/+4825
* Move destest to builtin/des, because it depends on overriding someTom Yu2009-10-101-36/+42
* Implement GSS naming extensions and authdata verificationGreg Hudson2009-10-092-4/+4
* 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