aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/ccache/cc_stdio.c
AgeCommit message (Expand)AuthorFilesLines
2002-08-15Combine file and stdio ccache implementations into one source file; selectionKen Raeburn1-1995/+0
2002-08-14* cc_stdio.c (krb5_fcc_next_cred): Use a krb5_error_code to hol the returnKen Raeburn1-17/+17
2002-08-10Miscellaneous additional shuffling (variable renaming or reordering, whitespaceKen Raeburn1-122/+42
2002-08-10Change non-external "scc" uses to "fcc".Ken Raeburn1-176/+156
2002-08-09whitespaceKen Raeburn1-167/+87
2002-08-09rename krb5_scc_<fn> and krb5_scc_cursor to use krb5_fcc_ insteadKen Raeburn1-259/+259
2002-08-09hide method functions we don't need to call directlyKen Raeburn1-88/+88
2001-10-10Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn1-85/+85
2001-10-06Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn1-17/+1
2000-10-31 * cc_stdio.c: Add a "mode" field to krb5_scc_data to keep track ofTom Yu1-0/+8
2000-10-17* cc_stdio.c, cc_file.c: Unsigned/signed int cleanupEzra Peisach1-16/+42
2000-10-03 * ser_cc.c (krb5_ccache_externalize): Use krb5_cc_get_name insteadEzra Peisach1-2/+2
2000-09-25 * cc_file.c ccbase.c, cc_stdio.c, cc_retr.c, cc_memory.c: MoreEzra Peisach1-8/+12
2000-09-24 * t_cc.c: Code cleanup. Test more failure modes of the cache libraryEzra Peisach1-1/+4
2000-07-20* cc_file.c, cc_stdio.c: Remove unused krb5_[fs]cc_default_name()Danilo Almeida1-18/+29
2000-07-14merge duplicate copyright notices; eliminate #if 0 codeKen Raeburn1-958/+29
2000-07-14Delete subdirectories we aren't compiling any more.Ken Raeburn1-0/+52
2000-07-14Collapse ccache implementations file, stdio, memory into single files.Ken Raeburn1-0/+3016