summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/ccache/cc_file.c
Commit message (Expand)AuthorAgeFilesLines
* More const for ops tablesKen Raeburn2003-01-081-2/+2
* More const for ops tablesKen Raeburn2003-01-081-2/+2
* protoizeKen Raeburn2002-09-031-171/+45
* * cc_file.c (ALLOC): Use calloc, not malloc.Ken Raeburn2002-08-151-2/+9
* (NO_FILE): New macro. All functions changed to test or assign it rather thanKen Raeburn2002-08-151-96/+82
* Combine file and stdio ccache implementations into one source file; selectionKen Raeburn2002-08-151-143/+634
* tweak commentsKen Raeburn2002-08-141-2/+1
* Miscellaneous additional shuffling (variable renaming or reordering, whitespaceKen Raeburn2002-08-101-28/+25
* (krb5_fcc_data): Rename "fd" to "file"; change all usesKen Raeburn2002-08-101-44/+44
* "krb5 v5" is redundant (in comment)Ken Raeburn2002-08-091-4/+4
* whitespaceKen Raeburn2002-08-091-89/+81
* hide method functions we don't need to call directlyKen Raeburn2002-08-091-87/+86
* Put # for cpp directives in first columnKen Raeburn2002-07-091-1/+1
* * cc_file.c: Use _WIN32 instead of _WINSOCKAPI_ becauseDanilo Almeida2002-04-111-1/+3
* * cc_file.c (krb5_fcc_read): Remove const from fourth argument toEzra Peisach2001-10-101-1/+1
* Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn2001-10-101-47/+47
* Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn2001-10-061-19/+3
* Danilo says we can get rid of the DLLIMP stuff nowKen Raeburn2001-10-041-15/+15
* * cc_stdio.c, cc_file.c: Unsigned/signed int cleanupEzra Peisach2000-10-171-16/+40
* * ser_cc.c (krb5_ccache_externalize): Use krb5_cc_get_name insteadEzra Peisach2000-10-031-2/+2
* * cc_file.c ccbase.c, cc_stdio.c, cc_retr.c, cc_memory.c: MoreEzra Peisach2000-09-251-12/+15
* * t_cc.c: Code cleanup. Test more failure modes of the cache libraryEzra Peisach2000-09-241-0/+3
* * cc_file.c, cc_stdio.c: Remove unused krb5_[fs]cc_default_name()Danilo Almeida2000-07-201-3/+0
* Eliminate duplicated copyright messages, and most "former file foo.c" markersKen Raeburn2000-07-141-948/+30
* Delete subdirectories we aren't compiling any more.Ken Raeburn2000-07-141-0/+44
* Collapse ccache implementations file, stdio, memory into single files.Ken Raeburn2000-07-141-0/+2994