summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/ccache
Commit message (Expand)AuthorAgeFilesLines
* Add ccache serialization supportPaul Park1995-08-298-2/+233
* Pass fds to krb5_lock_file() and krb5_unlock_file()Chris Provenzano1995-08-162-8/+12
* Add prototype for krb5_fcc_readEzra Peisach1995-07-112-1/+12
* Add prototype for krb5_scc_readEzra Peisach1995-07-112-0/+9
* Changes for Macintosh implementationKeith Vetter1995-07-064-4/+10
* Add #ifdef around switch statement for ETXTBUSYTheodore Tso1995-06-154-0/+15
* Make sure the status return from krb5_scc_store_principal is reflectedTheodore Tso1995-06-102-10/+16
* Make sure the status return from krb5_fcc_store_principal is reflectedTheodore Tso1995-06-102-1/+7
* configure.in: Remove standardized set of autoconf macros, which areTheodore Tso1995-06-092-5/+7
* configure.in: Remove standardized set of autoconf macros, which areTheodore Tso1995-06-093-6/+10
* configure.in: Remove standardized set of autoconf macros, which areTheodore Tso1995-06-093-4/+8
* Add support for building shared librariesTheodore Tso1995-05-279-6/+69
* 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-143-0/+165
* Windows global stuff:Keith Vetter1995-04-1411-59/+71
* Remove unused fileTheodore Tso1995-03-312-152/+0
* * scc_maybe.c (krb5_scc_open_file): fixed typo (extra & inTom Yu1995-03-252-1/+4
* * scc_gennew.c: Ultrix cc (and K&R compilers) doesn't deal withTom Yu1995-03-252-3/+9
* Added prototypes to ccache change notificationKeith Vetter1995-03-224-5/+20
* Make -I options work when the build and source tree are differentTheodore Tso1995-03-222-1/+6
* Bug fixes in ccache/file for the PC: files need to be opened in binary mode,Keith Vetter1995-03-228-9/+105
* * scc_errs.c: Mac doesn't have EISDIR error.John Gilmore1995-03-186-28/+26
* * Makefile.in (LDFLAGS): Eliminate, duplicates config/pre.inJohn Gilmore1995-03-182-1/+4
* * Makefile.in (LDFLAGS): Remove, duplicates config/pre.in.John Gilmore1995-03-184-8/+31
* Added 3 new files and changed the makefile in lib to be able to make a DLLKeith Vetter1995-03-162-3/+8
* 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-086-3/+12
* Ported the ccache directory to the PC. This is temporary--eventually we'llKeith Vetter1995-03-0827-154/+226
* Avoid <krb5/...> includesJohn Gilmore1995-02-2811-23/+20
* * 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-033-0/+3
* * Fix scc_read.c (krb5_scc_read_authdatum()) krb5_authdatatypeChris Provenzano1995-01-272-1/+9
* * 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-1349-486/+757
* If a null addresses is passed in to krb5_scc_store_addrs, don't core dumpTheodore Tso1994-12-132-3/+10
* 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
* All files:Theodore Tso1994-11-189-208/+268
* 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-263-3/+3
* Add ISODE_DEFSTheodore Tso1994-10-156-0/+15
* Include unistd.h if it is presentTheodore Tso1994-10-073-1/+16
* Add magic number placeholder to statically initialized structuresTheodore Tso1994-10-016-0/+14
* xfree() should have been krb5_xfree()Theodore Tso1994-09-232-6/+6
* Make sure memory associated the credentials cache is freed after theTheodore Tso1994-09-234-10/+32