summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/ccache
Commit message (Expand)AuthorAgeFilesLines
* Include file ccache name in error messagesNicolas Williams2014-12-151-43/+45
* Don't fdopen() in append mode in cc_file.cBen Kaduk2014-11-291-1/+1
* Fix minor cleanup issue in file ccacheGreg Hudson2014-11-051-2/+3
* Fix spurious gcc warning in cc_file.cGreg Hudson2014-11-031-0/+1
* Use stdio reads, O_APPEND writes in FILE ccacheGreg Hudson2014-11-031-562/+313
* Remove cc_file.c global lookup tableGreg Hudson2014-11-031-122/+34
* Stop using KRB5_TC_OPENCLOSEGreg Hudson2014-11-032-39/+1
* Remove KRB5_TC_OPENCLOSE handling in FILE ccacheGreg Hudson2014-11-032-116/+47
* Avoid unneeded GetMSTGT() calls in cc_mslsa.cBen Kaduk2014-09-091-33/+29
* Move realm conversion into helper in cc_mslsa.cBen Kaduk2014-09-091-11/+13
* Rename cc_mslsa.c routines to avoid OS versionsBen Kaduk2014-09-091-17/+21
* Remove unused code from cc_mslsa.cBen Kaduk2014-09-091-108/+0
* comment some future cleanup for cc_mslsa.cBen Kaduk2014-09-091-0/+5
* Remove old Windows support from cc_mslsa.cBen Kaduk2014-09-091-537/+66
* Fix unlikely memory leak in KCM clientGreg Hudson2014-09-021-1/+3
* Fix KCM ccache per-type cursorGreg Hudson2014-08-301-31/+89
* Make krb5_cc_new_unique create DIR: directoriesNalin Dahyabhai2014-08-091-0/+3
* Fix OS X buildBen Kaduk2014-08-061-1/+1
* Fix the build on windowsBen Kaduk2014-08-062-6/+11
* Add KCM credential cache type (client only)Greg Hudson2014-07-308-2/+1216
* Adjust marshalling interfaces for KCMGreg Hudson2014-07-305-106/+75
* Modify k5buf interfaces for easier useGreg Hudson2014-07-302-20/+14
* 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