aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/ccache
AgeCommit message (Expand)AuthorFilesLines
2003-03-06* stdcc.h, stdcc_util.h: Removed Mac header gooberAlexandra Ellwood3-4/+8
2003-03-06 * ccdefault.c: Remove Mac header goober and include k5-int.h after KerberosL...Alexandra Ellwood2-2/+8
2003-01-10Use markers in Makefile.in rather than rules in configure.in to indicate whenKen Raeburn2-0/+7
2003-01-08More const for ops tablesKen Raeburn5-6/+11
2003-01-08More const for ops tablesKen Raeburn5-6/+10
2003-01-08Make ccache and rcache ops tables constKen Raeburn2-2/+6
2002-09-03protoizeKen Raeburn9-302/+88
2002-08-29* Makefile.in: Revert $(S)=>/ change, for Windows supportKen Raeburn4-3/+11
2002-08-29Ignore a bunch of files generated by building in the source tree, excludingKen Raeburn1-0/+1
2002-08-23Change $(S)=>/ and $(U)=>.. globallyKen Raeburn4-3/+11
2002-08-15* cc_file.c (ALLOC): Use calloc, not malloc.Ken Raeburn2-2/+15
2002-08-15 * t_cc.c: Remove references to STDIO ccacheTom Yu2-7/+4
2002-08-15missed an entryKen Raeburn1-0/+3
2002-08-15(NO_FILE): New macro. All functions changed to test or assign it rather thanKen Raeburn2-96/+89
2002-08-15Combine file and stdio ccache implementations into one source file; selectionKen Raeburn5-2165/+650
2002-08-14* cc_stdio.c (krb5_fcc_next_cred): Use a krb5_error_code to hol the returnKen Raeburn2-17/+26
2002-08-14tweak commentsKen Raeburn1-2/+1
2002-08-10Miscellaneous additional shuffling (variable renaming or reordering, whitespaceKen Raeburn3-152/+80
2002-08-10(krb5_fcc_data): Rename "fd" to "file"; change all usesKen Raeburn1-44/+44
2002-08-10Change non-external "scc" uses to "fcc".Ken Raeburn1-176/+156
2002-08-09whitespaceKen Raeburn1-167/+87
2002-08-09"krb5 v5" is redundant (in comment)Ken Raeburn1-4/+4
2002-08-09whitespaceKen Raeburn1-89/+81
2002-08-09rename krb5_scc_<fn> and krb5_scc_cursor to use krb5_fcc_ insteadKen Raeburn2-260/+261
2002-08-09hide method functions we don't need to call directlyKen Raeburn3-175/+180
2002-07-13update dependenciesKen Raeburn1-10/+20
2002-07-09Put # for cpp directives in first columnKen Raeburn2-1/+5
2002-06-20 * winccld.c: Include k5-int.h to get hidden ops struct.Tom Yu6-8/+36
2002-06-20 * Makefile.in: Build cc accessor functions on WindowsTom Yu4-5/+28
2002-06-15update dependenciesKen Raeburn1-21/+20
2002-06-15rebuild dependenciesKen Raeburn1-20/+20
2002-04-11 * cc_file.c: Use _WIN32 instead of _WINSOCKAPI_ becauseDanilo Almeida2-1/+15
2002-04-01Include errno.hDanilo Almeida2-0/+5
2001-10-20In directories building libraries, generate dependencies for .so/.po files tooKen Raeburn1-10/+10
2001-10-11Update automatic dependencies to work on Windows by using $(OUTPRE) andKen Raeburn1-34/+35
2001-10-10 * cc_file.c (krb5_fcc_read): Remove const from fourth argument toEzra Peisach2-1/+6
2001-10-10Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn7-168/+177
2001-10-06Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn13-61/+41
2001-10-04Danilo says we can get rid of the DLLIMP stuff nowKen Raeburn10-37/+46
2001-09-01dependenciesKen Raeburn1-0/+46
2000-10-31 * cc_stdio.c: Add a "mode" field to krb5_scc_data to keep track ofTom Yu2-0/+18
2000-10-17* cc_stdio.c, cc_file.c: Unsigned/signed int cleanupEzra Peisach3-32/+86
2000-10-03 * stdcc.c, stdcc.h (krb5_stdcc_get_name): Declare as returningEzra Peisach3-2/+7
2000-10-03 * ser_cc.c (krb5_ccache_externalize): Use krb5_cc_get_name insteadEzra Peisach6-10/+20
2000-09-25 * cc_file.c ccbase.c, cc_stdio.c, cc_retr.c, cc_memory.c: MoreEzra Peisach6-24/+37
2000-09-24 * t_cc.c: Code cleanup. Test more failure modes of the cache libraryEzra Peisach5-10/+142
2000-09-22 * Makefile.in (check-unix): Build and exectute t_ccEzra Peisach3-3/+220
2000-07-20* cc_file.c, cc_stdio.c: Remove unused krb5_[fs]cc_default_name()Danilo Almeida4-22/+37
2000-07-20* stdcc.h: Include k5-int.h to get krb5_ccache definitionDanilo Almeida2-0/+5
2000-07-20* Makefile.in: Change ${CC} and ${OBJS} to $(CC) and $(OBJS) soDanilo Almeida2-1/+6