summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/ccache/cc_keyring.c
Commit message (Expand)AuthorAgeFilesLines
* Use k5_setmsgGreg Hudson2014-06-051-6/+5
* Fix uninitialized variable bug in KEYRING ccacheGreg Hudson2014-05-281-1/+1
* Use cred marshalling functions in cc_keyring.cGreg Hudson2014-05-171-1039/+56
* Modernize cc_file.c and cc_keyring.cGreg Hudson2014-05-171-1131/+839
* Get time offsets for all keyring ccachesGreg Hudson2014-01-171-20/+23
* Work around Linux session keyring write behaviorGreg Hudson2014-01-101-4/+24
* Set an error message when keyring get_princ failsNalin Dahyabhai2013-12-201-0/+3
* 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
* 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
* 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
* Fix various warningsGreg Hudson2013-06-071-41/+12
* Assume mutex locking cannot failGreg Hudson2013-05-141-39/+18
* Simplify principal access within libkrb5Greg Hudson2013-04-081-14/+8
* Move a bunch of stuff out of k5-int.hGreg Hudson2013-03-241-2/+2
* Add new cache collection APIsGreg Hudson2011-09-051-0/+2
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-5/+3
* make mark-cstyleTom Yu2009-10-311-413/+414
* Get rid of casts of free() argument to char*, except where it'sKen Raeburn2009-02-021-3/+3
* Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn2009-01-281-16/+16
* Merge 1.7 work on auxiliary ccache functions necessary for KIM. Adds krb5_cc_...Justin Anderson2008-09-221-26/+112
* In parsing authorization data, if run out of memory, the authorizationEzra Peisach2008-08-161-2/+5
* Move prototype for krb5int_random_string from k5-int.h to cc-int.h asEzra Peisach2008-08-151-1/+1
* In parsing principal - if run out memory - clean up after ourselves. Ezra Peisach2008-08-141-0/+1
* Error return from krb5int_random_string not tested in ccache codeEzra Peisach2008-08-141-1/+7
* Use krb5int_random_string, load_32_be, load_16_be, store_32_be, andKen Raeburn2008-08-021-66/+6
* Patch from Kevin Coffman:Ken Raeburn2006-10-051-44/+35
* array before test for pointing at entry with the principal. AvoidsEzra Peisach2006-10-041-4/+8
* Merge Kevin Coffman's keyring ccache branch for Linux, with some modifications:Ken Raeburn2006-10-021-0/+2080