summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/ccache
Commit message (Expand)AuthorAgeFilesLines
* make dependGreg Hudson2014-07-081-0/+22
* Use k5_setmsgGreg Hudson2014-06-054-36/+31
* Fix uninitialized variable bug in KEYRING ccacheGreg Hudson2014-05-281-1/+1
* Fix t_marshal on big-endian platformsGreg Hudson2014-05-191-6/+12
* Use cred marshalling functions in cc_keyring.cGreg Hudson2014-05-171-1039/+56
* Use cred marshalling functions in cc_file.cGreg Hudson2014-05-171-653/+170
* Modernize cc_file.c and cc_keyring.cGreg Hudson2014-05-172-2348/+1665
* Add ccache marshalling testsGreg Hudson2014-05-172-2/+409
* Add cred marshalling functionsGreg Hudson2014-05-173-0/+495
* Don't remove ccache creds before storing themGreg Hudson2014-05-071-3/+0
* Get time offsets for all keyring ccachesGreg Hudson2014-01-171-20/+23
* Work around Linux session keyring write behaviorGreg Hudson2014-01-101-4/+24
* Avoid keyctl purge in keyring ccache testsGreg Hudson2013-12-201-14/+16
* Set an error message when keyring get_princ failsNalin Dahyabhai2013-12-201-0/+3
* make dependTom Yu2013-12-101-0/+2
* Set expiration time on keys and keyringsSimo Sorce2013-11-151-5/+66
* Add support to store time offsets in cc_keyringSimo Sorce2013-11-151-2/+203
* Catch more strtol() failures when using KEYRINGsNalin Dahyabhai2013-11-121-3/+3
* Conditionally test KEYRING ccache typeGreg Hudson2013-10-023-3/+69
* Support new KEYRING anchor names and big_key keysGreg Hudson2013-10-021-27/+137
* Add collection support for KEYRING ccache typeGreg Hudson2013-10-021-149/+790
* Clarify variable names in cc_keyring.cGreg Hudson2013-09-281-56/+55
* Defer KEYRING key creation until initializeGreg Hudson2013-09-281-22/+58
* Add ccache collection tests using APIGreg Hudson2013-09-243-2/+366
* Factor out krb5int_random_string() routineZhanna Tsitkov2013-09-242-40/+0
* Simplify krb5_krcc_start_seq_getSimo Sorce2013-08-191-41/+20
* Remove unused counter in keyring ccacheSimo Sorce2013-08-161-23/+10
* Remove unused _gssd_keyring_ids_ featureSimo Sorce2013-08-161-85/+3
* Save the full residual for keyring cachesSimo Sorce2013-08-151-1/+1
* Use dry-run unparses in keyring ccacheSimo Sorce2013-08-151-40/+78
* Remove unused function arguments in cc_keyring.cSimo Sorce2013-08-021-172/+149
* Fix leak in krb5_krcc_unparse_cred on errorGreg Hudson2013-08-021-1/+3
* Use k5calloc instead of k5alloc where appropriateGreg Hudson2013-07-111-1/+1
* Fix various warningsGreg Hudson2013-06-072-43/+14
* Reduce boilerplate in makefilesGreg Hudson2013-05-162-7/+2
* Fix windows buildBen Kaduk2013-05-161-0/+1
* Assume mutex locking cannot failGreg Hudson2013-05-145-277/+95
* Include default DIR::file ccache in collectionGreg Hudson2013-04-222-3/+41
* Avoid passing null pointers to memcpy/memcmpGreg Hudson2013-04-082-18/+6
* Simplify principal access within libkrb5Greg Hudson2013-04-083-25/+17
* Fix an error case in krb5int_fcc_new_uniqueGreg Hudson2013-03-281-1/+0
* make dependGreg Hudson2013-03-241-59/+52
* Move a bunch of stuff out of k5-int.hGreg Hudson2013-03-2410-110/+100
* Add krb5_free_enctypes APIGreg Hudson2013-02-271-2/+2
* Fix fd leak in DIR ccache cursor functionGreg Hudson2013-02-211-1/+1
* Fix memory leak closing DIR ccachesGreg Hudson2013-02-201-0/+1
* Add and use k5memdup, k5memdup0 helpersGreg Hudson2013-02-091-7/+3
* make dependGreg Hudson2013-01-101-1/+1
* Simplify k5test.py environmentsGreg Hudson2012-12-201-7/+7
* Separate clpreauth and kdcpreauth interfacesGreg Hudson2012-12-191-25/+25