aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/ccache/ser_cc.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-02Clean up a bunch of signed/unsigned comparison warningsGreg Hudson1-1/+1
2009-10-31make mark-cstyleTom Yu1-91/+92
2009-04-12Remove dead assignment of variables that are never usedEzra Peisach1-4/+0
2009-02-10In krb5_ccache_internalize: fix resource leaks, fix several casesGreg Hudson1-25/+46
2009-02-10In the ccache serialization code, remove some unnecessary checks forGreg Hudson1-4/+3
2007-07-12Avoid use of unchecked sprintf in libraries. Use asprintf if theKen Raeburn1-6/+6
2002-09-03protoizeKen Raeburn1-16/+4
2001-10-10Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn1-3/+3
2001-10-04Danilo says we can get rid of the DLLIMP stuff nowKen Raeburn1-1/+1
2000-10-03 * ser_cc.c (krb5_ccache_externalize): Use krb5_cc_get_name insteadEzra Peisach1-3/+3
1999-09-24copyright notice updates from 1.1 branchKen Raeburn1-1/+4
1997-02-06Windows/NT integration (V1_0_WIN32_BRANCH merge)Richard Basch1-1/+1
1995-08-29Add ccache serialization supportPaul Park1-0/+211