summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/ccache
Commit message (Expand)AuthorAgeFilesLines
* Fix some error-handling bugs in cc_dir.cGreg Hudson2011-09-071-4/+9
* Add krb5_cc_select() API and pluggable interfaceGreg Hudson2011-09-056-1/+558
* Add ccache collection support to toolsGreg Hudson2011-09-051-1/+1
* Remove unneeded cccol behaviorsGreg Hudson2011-09-055-499/+146
* Add new cache collection APIsGreg Hudson2011-09-058-0/+107
* Add the DIR ccache typeGreg Hudson2011-09-056-27/+754
* Fix signed/unsigned warnings in testsEzra Peisach2011-08-241-1/+2
* Don't destroy dst on error in krb5_cc_moveGreg Hudson2011-06-231-2/+0
* Mark up strings for translationGreg Hudson2011-06-101-3/+3
* In krb5_cc_move if something went wrong, free the dst credential cacheZhanna Tsitkov2011-03-291-2/+8
* If the new configuration data that is passed to krb5_cc_set_config is NULL, j...Zhanna Tsitkov2011-03-291-45/+51
* Move doxygen comments from source to header. Updated comments and added some ...Zhanna Tsitkov2011-03-181-42/+2
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-0919-89/+46
* Make dependGreg Hudson2011-02-251-43/+36
* Use for loops for recursion in the Windows build, cutting down on theGreg Hudson2010-11-282-2/+2
* 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