summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/ccache
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Windows/NT integration (V1_0_WIN32_BRANCH merge)Richard Basch1997-02-0637-65/+105
* * scc_retrv.c: Fix def'n of flags_match to be properlyTom Yu1996-08-152-1/+6
* * mcc_retrv.c: Add parens to def'n of flags_match because == hasTom Yu1996-08-152-1/+6
* * fcc_retrv.c (flags_match): Add parens to def'n of flags_match toTom Yu1996-08-152-1/+6
* scc_read.c:Theodore Tso1996-06-123-5/+11
* fcc-proto.h: Change use of PROTOTYPE to KRB5_PROTOTYPE.Theodore Tso1996-06-125-65/+81
* Remove inclusion of malloc.h..Ezra Peisach1996-06-122-1/+4
* cvsignore hackeryTom Yu1996-06-104-4/+0
* Don't pass $(LIBCMD) on the command line. It's set in the windows.inTheodore Tso1996-06-062-1/+6
* Updated .Sanitize fileTheodore Tso1996-06-061-7/+0
* Update .Sanitize files to reflect current file statusTheodore Tso1996-06-061-0/+1
* For windows, mask off low 16 bits because Gradient DCE does thingsTheodore Tso1996-04-304-1/+57
* Added prototype of krb5_scc_skip_header to fix Windows lint flamesTheodore Tso1996-03-212-0/+7
* Added prototype of krb5_fcc_skip_header to fix Windows lint flamesTheodore Tso1996-03-212-0/+7
* use KRB5_PROTOTYPEMark Eichin1996-03-121-1/+1
* For MS-DOS filesystems, you must close the file before unlinking it,Theodore Tso1996-02-252-5/+11
* If version is not FVNO_4, do not seek forwar a random stack value.Ezra Peisach1996-02-152-2/+9
* * scc.h scc_gprin.c scc_maybe.c scc_skip.c scc_sseq.cRichard Basch1996-02-095-113/+221
* * fcc_maybe.cRichard Basch1996-02-091-13/+18
* * fcc.h fcc_gprin.c fcc_maybe.c fcc_skip.c fcc_sseq.cRichard Basch1996-02-095-48/+154
* Folded in danw's changes to allow building Makefiles for theTheodore Tso1996-02-072-0/+8
* Remove check to make sure ticket enctypeSam Hartman1996-02-014-49/+11
* Remove check to make sure cached tickets are in tgs_enctypesSam Hartman1996-02-012-24/+6
* Previously, ktype_match only made sure that the enctype was validSam Hartman1996-01-256-15/+35
* scc.h (KRB5_SCC_DEFAULT_VNO): Remove KRB5_SCC_DEFAULT_VNO; now set inTheodore Tso1996-01-115-13/+21
* fcc.h (KRB5_FCC_DEFAULT_VNO): Remove KRB5_FCC_DEFAULT_VNO; now set inTheodore Tso1996-01-114-11/+15
* If reading in a version 3 credentials cache, ignore the second enctypeTheodore Tso1996-01-112-1/+7
* Use KRB5_CC_FORMAT as an error code instead of KRB5_CCACHE_BADVNO,Theodore Tso1995-12-214-8/+14