summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/ccache/file
Commit message (Expand)AuthorAgeFilesLines
...
* Several small changes to get the PC working without warningsKeith Vetter1995-05-252-1/+6
* Rearrange #include files so that krb5.h gets included first, so thatTheodore Tso1995-05-232-2/+9
* Remove inclusion of malloc.h. k5-int.h already handles declarations ofEzra Peisach1995-05-092-1/+6
* Add Cygnus's "Sanitize" system to the krb5 tree, to make it easier to doTheodore Tso1995-04-141-0/+62
* Windows global stuff:Keith Vetter1995-04-147-56/+60
* Remove unused fileTheodore Tso1995-03-311-76/+0
* Added prototypes to ccache change notificationKeith Vetter1995-03-224-5/+20
* Bug fixes in ccache/file for the PC: files need to be opened in binary mode,Keith Vetter1995-03-228-9/+105
* * Makefile.in (LDFLAGS): Eliminate, duplicates config/pre.inJohn Gilmore1995-03-182-1/+4
* Windows changes in krb5: makefile cleanup and some small code changesKeith Vetter1995-03-155-2/+12
* * fcc_destry.c (krb5_fcc_destroy())Chris Provenzano1995-03-104-3/+11
* * aclocal.m4 (UsePepsy, PepsyTarget): removed, not referencedMark Eichin1995-03-082-1/+4
* Ported the ccache directory to the PC. This is temporary--eventually we'llKeith Vetter1995-03-0823-147/+189
* Avoid <krb5/...> includesJohn Gilmore1995-02-284-9/+7
* * configure.in: check for HAVE_FLOCK, since we may need to useMark Eichin1995-02-213-22/+95
* Add .cvsignore file so that cvs ignores the autoconf-built configure fileTheodore Tso1995-02-031-0/+1
* * Fix fcc_read.c (krb5_fcc_read_authdatum()) krb5_authdatatypeChris Provenzano1995-01-272-1/+9
* Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1995-01-1323-239/+337
* If a null addresses is passed in to krb5_fcc_store_addrs, don't core dumpTheodore Tso1994-12-132-3/+10
* Fix to return correct error code, instead of always returningTheodore Tso1994-11-182-1/+6
* Remove unnecessary variableTheodore Tso1994-11-181-3/+1
* Changes to implement FCC format version #3, which is architectureTheodore Tso1994-11-179-171/+235
* Back out POSIX_FILE_LOCKS change. (Should be depending on autoconf.hTheodore Tso1994-10-312-6/+6
* Conversion of autoconfigury to Autoconf V2Mark Eichin1994-10-261-1/+1
* Add ISODE_DEFSTheodore Tso1994-10-152-0/+5
* Include unistd.h if it is presentTheodore Tso1994-10-073-1/+16
* Add magic number placeholder to statically initialized structuresTheodore Tso1994-10-013-0/+7
* xfree() should have been krb5_xfree()Theodore Tso1994-09-231-3/+3
* Make sure memory associated the credentials cache is freed after theTheodore Tso1994-09-232-6/+18
* Fix silly spelling typoTheodore Tso1994-09-231-1/+1
* stamp out rcs keywordsMark Eichin1994-08-1824-140/+24
* Fix to srvmatch so that when comparing the server, we ignore the realm forTheodore Tso1994-08-182-1/+15
* Stamp Out Imake in Our Lifetimes..Mark Eichin1994-08-091-45/+0
* Reduced Makefile.in, using pre/postMark Eichin1994-07-021-17/+0
* Tue Jun 21 17:46:53 1994 Mark Eichin (eichin at cygnus.com)Mark Eichin1994-06-211-0/+1
* support to allow --with-ccopts=Tom Yu1994-06-212-0/+2
* Included krb5/osconf.h so that things will work under imake as well asTheodore Tso1994-06-202-0/+6
* Fri Jun 17 19:54:00 1994 Mark Eichin (eichin at cygnus.com)Mark Eichin1994-06-181-1/+1
* support to calculate BUILDTOP in makeaclocalsTom Yu1994-06-172-1/+2
* Change use of tell(x) to lseek(x, 0, SEEK_CUR)Theodore Tso1994-06-162-2/+2
* use SEEK_* not L_*Mark Eichin1994-06-105-5/+5
* autoconf enhancements for kerberosMark Eichin1994-06-092-0/+40
* Use the POSIX names for the permission bitsTheodore Tso1994-01-131-2/+2
* Change use of xfree to krb5_xfree to prevent namespace pollutionTheodore Tso1993-10-156-26/+26
* Change the version one credentials cache code so that the length fieldTheodore Tso1993-09-102-6/+20
* Change export warning notice from "is assumed to require an export license"Theodore Tso1993-09-0125-50/+50
* Library directory reorganization; there are now crypto and krb5 directories,Theodore Tso1993-08-041-1/+1
* Initial revisionTheodore Tso1993-06-033-0/+41
* Added #define for errno.hTheodore Tso1993-02-231-1/+1
* Added include for errno.hTheodore Tso1993-02-231-1/+1