summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/ccache/cccursor.c
Commit message (Expand)AuthorAgeFilesLines
* Fix config check in krb5_cccol_have_contentGreg Hudson2012-06-221-1/+1
* Add krb5_cccol_have_content APIGreg Hudson2012-06-151-0/+35
* Windows fixes: add KRB5_CALLCONV where neededSam Hartman2011-09-281-1/+1
* Add ccache collection support to toolsGreg Hudson2011-09-051-1/+1
* Remove unneeded cccol behaviorsGreg Hudson2011-09-051-214/+30
* Add new cache collection APIsGreg Hudson2011-09-051-0/+44
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-3/+4
* ReindentZhanna Tsitkov2009-11-301-30/+22
* make mark-cstyleTom Yu2009-10-311-96/+97
* Merge 1.7 work on auxiliary ccache functions necessary for KIM. Adds krb5_cc_...Justin Anderson2008-09-221-0/+36
* Move internal cccursor structures/prototypes to the ccache private includeEzra Peisach2008-08-161-1/+1
* Change struct _krb5_context.os_context into a single element instead of array[1]Ken Raeburn2007-05-211-2/+2
* krb5.h not C++-safe due to "struct krb5_cccol_cursor"Alexandra Ellwood2006-11-071-1/+1
* cursor for iterating over ccachesTom Yu2006-10-051-0/+330