summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/ccache
Commit message (Expand)AuthorAgeFilesLines
* Use PostMessage instead of SendMessage so that we don't blockDanilo Almeida1999-06-104-2/+12
* Remove references to cc_*_instance functionsDanilo Almeida1999-06-082-12/+4
* These are a bunch of intertwined changes to the windows build.Danilo Almeida1999-05-192-6/+10
* Clean ccapi subdirectory in clean-windows targetDanilo Almeida1999-05-172-0/+7
* winccld.c (krb5_win_ccdll_load): Register the FILE ccache type if weTheodore Tso1999-05-132-1/+13
* Do win32 build in subdirDanilo Almeida1999-05-108-30/+46
* winccld.c: Only compile this file on Windows (to avoid screwing up theTheodore Tso1999-04-212-3/+7
* Fix silly typoTheodore Tso1999-03-311-1/+1
* ccdefops.c: Change the default ccache type under windows to beTheodore Tso1999-03-312-2/+13
* winccld.c, winccld.h, stdcc.c: Add files to dynamically loadTheodore Tso1999-03-315-3/+251
* Don't use cc_uint4 since the Windows include file apparently doesn'tTheodore Tso1999-03-231-2/+2
* Fix = vs == bug in krb5_stdcc_next_credTheodore Tso1999-03-141-3/+16
* Added function krb5_free_cc_cred_union(), a local version of cc_free_creds() ...Scott McGuire1999-03-103-48/+97
* Now compiles on the Mac against CC API v2Miro Jurisic1999-02-201-2/+2
* Added debugging hooks to stdcc.cTheodore Tso1999-02-182-77/+222
* Fix bad comment terminator in stdcc_util.c which was stopping it from compilingTheodore Tso1999-02-091-1/+1
* Makefile.in: Enable the ccapi directory for windows buildsTheodore Tso1999-02-093-31/+35
* Initial rototilling of these functions to make them more krb5 libraryTheodore Tso1999-02-053-250/+318
* Initial commit of massively modified stdcc functions to make them somewhatTheodore Tso1999-02-042-269/+394
* Makefile.in: Add ccapi to the include path so we can find stdcc.hTheodore Tso1999-01-272-1/+6
* Remove inappropriate cc_shutdown() call from krb5_cc_destroy()Scott McGuire1999-01-061-2/+2
* Makefile.in: Set the myfulldir and mydir variables (which are relativeTheodore Tso1998-12-058-0/+28
* Makefile.in, ccdefops.c: Temporarily back out the ccapi ccache underTheodore Tso1998-12-053-9/+23
* Makefile.in: Set the myfulldir and mydir variables (which are relativeTheodore Tso1998-12-053-156/+29
* Use $() instead of ${}, which doesn't work for MakefilesTheodore Tso1998-12-021-1/+1
* More Windows compatibility fixesScott McGuire1998-11-253-28/+76
* Fixed places where code didn't follow CCache API. Integrated some stuff from...Scott McGuire1998-11-053-60/+79
* add back mistakenly deleted filesMarc Horowitz1998-10-305-0/+881
* pull up 3des implementation from the marc-3des branchMarc Horowitz1998-10-307-882/+9
* Merged in smcguire's fixesMiro Jurisic1998-10-232-35/+116
* Both Macintoshes and Windows use the ccapi as the default credentialsTheodore Tso1998-09-011-3/+3
* Add #ifdef's so that correct header file (cacheapi.h vs. Ccache.h) is usedTheodore Tso1998-09-012-1/+15
* Add windows build instructions to build CCache API CacheTheodore Tso1998-08-242-3/+16
* Added Frank's CCache API implementation and made it default on the MacMiro Jurisic1998-08-208-1/+802
* Replaced preprocessor symbol _MACINTOSH with macintosh, since macintosh is th...Miro Jurisic1998-07-172-3/+3
* Makefile.in: Add ccache/memory as a directory to be recursively builtTheodore Tso1998-05-272-3/+17
* Makefile.in: Update Makefile so that it can be built under WindowsTheodore Tso1998-05-272-2/+12
* Collapse lib/krb5's configure.in files into a single top-levelTheodore Tso1998-02-289-15/+28
* Remove trailing slash from thisconfigdir. Change directory syntaxTom Yu1998-02-188-8/+28
* * configure.in: Add commented out AC_OUTPUT to force autoreconf toTom Yu1998-02-122-0/+6
* Mass makefile/configure.in build system revampTheodore Tso1998-02-1212-19/+38
* * Makefile.in: Add cccopy.cTom Yu1997-12-063-0/+65
* scc_maybe.c: Added kludge for the Macintosh, since fopen() doesn't setTheodore Tso1997-11-112-2/+47
* Remove KRB5_USE_INET, HAS_UNISTD_H, HAS_SETVBUF, and replaceTom Yu1997-09-265-3/+14
* * ccbase.c (krb5_cc_resolve): Incoming cache name is constEzra Peisach1997-09-152-2/+7
* * mcc-proto.h, mcc_reslv.c (krb5_mcc_resolve): Incoming nameEzra Peisach1997-09-153-2/+7
* * scc-proto.h, scc_reslv.c (krb5_scc_resolve): Incoming nameEzra Peisach1997-09-153-2/+7
* * fcc-proto.h, fcc_reslv.c (krb5_fcc_resolve): Incoming nameEzra Peisach1997-09-153-2/+7
* Moved some of the library list file build logic from the individual MakefilesRichard Basch1997-02-233-18/+13
* Merge of libhack_branchTom Yu1997-02-0912-55/+59