summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/ccache/ser_cc.c
Commit message (Expand)AuthorAgeFilesLines
* Move a bunch of stuff out of k5-int.hGreg Hudson2013-03-241-0/+1
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-6/+1
* Clean up a bunch of signed/unsigned comparison warningsGreg Hudson2009-11-021-1/+1
* make mark-cstyleTom Yu2009-10-311-91/+92
* Remove dead assignment of variables that are never usedEzra Peisach2009-04-121-4/+0
* In krb5_ccache_internalize: fix resource leaks, fix several casesGreg Hudson2009-02-101-25/+46
* In the ccache serialization code, remove some unnecessary checks forGreg Hudson2009-02-101-4/+3
* Avoid use of unchecked sprintf in libraries. Use asprintf if theKen Raeburn2007-07-121-6/+6
* protoizeKen Raeburn2002-09-031-16/+4
* Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn2001-10-101-3/+3
* Danilo says we can get rid of the DLLIMP stuff nowKen Raeburn2001-10-041-1/+1
* * ser_cc.c (krb5_ccache_externalize): Use krb5_cc_get_name insteadEzra Peisach2000-10-031-3/+3
* copyright notice updates from 1.1 branchKen Raeburn1999-09-241-1/+4
* Windows/NT integration (V1_0_WIN32_BRANCH merge)Richard Basch1997-02-061-1/+1
* Add ccache serialization supportPaul Park1995-08-291-0/+211