summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/rcache
Commit message (Expand)AuthorAgeFilesLines
* Do win32 build in subdirDanilo Almeida1999-05-102-7/+11
* Workaround the fact that Windows has really poor emulation of POSIXTheodore Tso1999-04-062-10/+38
* Makefile.in: Set the myfulldir and mydir variables (which are relativeTheodore Tso1998-12-052-0/+7
* Replaced preprocessor symbol _MACINTOSH with macintosh, since macintosh is th...Miro Jurisic1998-07-171-2/+2
* Collapse lib/krb5's configure.in files into a single top-levelTheodore Tso1998-02-283-6/+7
* Remove trailing slash from thisconfigdir. Change directory syntaxTom Yu1998-02-182-2/+7
* Mass makefile/configure.in build system revampTheodore Tso1998-02-122-0/+6
* Remove KRB5_USE_INET, HAS_UNISTD_H, HAS_SETVBUF, and replaceTom Yu1997-09-262-1/+5
* rcache owner should be checked against the effective uid, not the realTheodore Tso1997-03-252-1/+6
* Fixed bad variable referenceRichard Basch1997-02-251-1/+1
* Moved some of the library list file build logic from the individual MakefilesRichard Basch1997-02-232-13/+9
* Merge of libhack_branchTom Yu1997-02-093-12/+16
* Windows/NT integration (V1_0_WIN32_BRANCH merge)Richard Basch1997-02-065-22/+46
* rc_dfl.c: Apply jik's fix to allow the expunging of the replay cacheTheodore Tso1996-11-192-15/+37
* Change _WINDOWS to _MSDOS, and add check for _WIN32Theodore Tso1996-06-122-2/+6
* cvsignore hackeryTom Yu1996-06-101-1/+0
* Use Windows path separator, if appropriate. Under Windows also useTheodore Tso1996-02-242-3/+20
* In case of permission problems, don't unlink the old replay cache;Theodore Tso1995-12-012-1/+9
* * rc_dfl.c (krb5_rc_dfl_init): default lifespan toTom Yu1995-11-272-1/+8
* Remove ##DOS!include of config/windows.in. config/windows.in is nowTheodore Tso1995-10-072-1/+5
* Removed "foo:: foo-$(WHAT)" lines from the MakefileTheodore Tso1995-09-252-4/+5
* Mac Beta 1 submissionKeith Vetter1995-09-112-1/+8
* Set magic number in krb5_rcachePaul Park1995-08-312-0/+7
* Add rcache serialization supportPaul Park1995-08-294-2/+225
* first pass attempt at cleaning up some gcc -Wall flamesTom Yu1995-08-055-16/+29
* * rc_dfl.c (rc_store): rename from store() to avoid conflict withMark Eichin1995-07-212-4/+9
* Changes for Macintosh implementationKeith Vetter1995-07-062-5/+8
* configure.in: Remove standardized set of autoconf macros, which areTheodore Tso1995-06-092-3/+5
* Add support for building shared librariesTheodore Tso1995-05-273-1/+25
* Rearrange #include files so that krb5.h gets included first, so thatTheodore Tso1995-05-232-1/+8
* Fix memory leaks in this function. The krb5_donot_replay structureTheodore Tso1995-05-032-19/+20
* Add Cygnus's "Sanitize" system to the krb5 tree, to make it easier to doTheodore Tso1995-04-141-0/+47
* Windows global stuff:Keith Vetter1995-04-147-52/+56
* * rc_dfl.c (krb5_rc_dfl_expunage): Close the old, temporary replyTheodore Tso1995-03-313-2/+16
* * Makefile.in (LDFLAGS): Eliminate duplicate of config/pre.inJohn Gilmore1995-03-182-1/+4
* Changed krb5 library name on the PC since the DLL will take that name insteadKeith Vetter1995-03-082-1/+5
* * aclocal.m4 (UsePepsy, PepsyTarget): removed, not referencedMark Eichin1995-03-082-2/+4
* Moved PC low-level i/o crud out of source files and into k5-config.hKeith Vetter1995-03-072-31/+6
* Changed NEED_WINSOCK_H to NEED_SOCKETSKeith Vetter1995-03-022-1/+5
* Updated rcache's makefile.in. Small change to confirm I'm back in aKeith Vetter1995-03-018-66/+149
* Avoid <krb5/....> includesJohn Gilmore1995-02-286-9/+6
* Add .cvsignore file so that cvs ignores the autoconf-built configure fileTheodore Tso1995-02-031-0/+1
* Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1995-01-137-150/+228
* Add test for uid_tTheodore Tso1994-12-222-0/+5
* Conversion of autoconfigury to Autoconf V2Mark Eichin1994-10-261-1/+1
* Add the ISODE_DEFS ruleTheodore Tso1994-10-142-0/+5
* Fix type used to call krb5_rc_io_size (one last time)Theodore Tso1994-10-032-1/+6
* Add magic number placeholder to statically initialized structuresTheodore Tso1994-10-012-0/+5
* In krb5_rc_dfl_recover, krb5_rc_io_size was being called withTheodore Tso1994-09-302-1/+7
* Two global variables didn't need to be global; changed to be staticTheodore Tso1994-09-092-2/+7