summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/ccache/t_cc.c
Commit message (Expand)AuthorAgeFilesLines
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-5/+1
* In lib/krb5/ccache, ensure that function definition headers haveGreg Hudson2009-10-311-8/+16
* make mark-cstyleTom Yu2009-10-311-303/+304
* Add test for krb5_cc_get_principal and ensure returned value correctEzra Peisach2009-02-111-1/+22
* Using gcov, it was noted that the tests were never including authdataEzra Peisach2008-08-171-8/+86
* krb5_fcc_generate_new is non-functionalEzra Peisach2007-09-051-9/+17
* Avoid use of unchecked sprintf in libraries. Use asprintf if theKen Raeburn2007-07-121-4/+3
* Don't need to initialize error tablesKen Raeburn2007-02-011-2/+0
* Add const to variable to cleanup warningsEzra Peisach2007-01-231-1/+1
* Include k5-int.h for krb5_cc_register() prototype. Remove defintion ofEzra Peisach2007-01-231-2/+1
* The keyring code introduced in r18638 also included tests of the KEYRING:Ezra Peisach2006-10-041-1/+37
* Merge Kevin Coffman's keyring ccache branch for Linux, with some modifications:Ken Raeburn2006-10-021-0/+1
* include autoconf.h in a few more placesKen Raeburn2006-04-031-0/+1
* Finally applied patch from Nalin Dahyabhai at Red Hat to fix 0/NULL bugs inKen Raeburn2004-08-271-2/+2
* * t_cc.c (cc_test): Rename one of the "resolve" cases so the messages can beKen Raeburn2004-07-141-1/+1
* * t_cc.c (cc_test): Clean up memory leaks in testsEzra Peisach2004-05-241-0/+11
* More const for ops tablesKen Raeburn2003-01-081-2/+2
* protoizeKen Raeburn2002-09-031-13/+6
* * t_cc.c: Remove references to STDIO ccacheTom Yu2002-08-151-7/+0
* * t_cc.c: Code cleanup. Test more failure modes of the cache libraryEzra Peisach2000-09-241-8/+112
* * Makefile.in (check-unix): Build and exectute t_ccEzra Peisach2000-09-221-0/+191