aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/rcache
AgeCommit message (Expand)AuthorFilesLines
2001-10-06Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn3-8/+14
2001-10-04Danilo says we can get rid of the DLLIMP stuff nowKen Raeburn2-1/+5
2001-09-01dependenciesKen Raeburn1-0/+36
2001-07-25 * rc_dfl.c (krb5_rc_io_fetch): Once length element read fromEzra Peisach2-5/+16
2001-07-05 * rc_io.c: Declare krb5_rc_io_open_internal staticEzra Peisach2-1/+5
2001-06-22* rc_io.c (krb5_rc_io_creat): Make cleanup code easier to read.Danilo Almeida3-73/+174
2001-06-20* rc_dfl.c, rc_io.c: More compliance with coding standards: useDanilo Almeida3-425/+406
2001-01-24 * rc_io.c (getdir): Subtract one from dirlen, since sizeofTom Yu2-11/+20
2001-01-20* rcfns.c: New file, with fn versions of former dispatch macros from krb5.hKen Raeburn3-3/+99
2000-09-21 * rc_io.h (struct krb5_rc_iostuff): Internal structure - changeEzra Peisach5-13/+29
2000-06-30 * rc_io.c (krb5_rc_io_creat): Cast getpid() to int.Ezra Peisach2-1/+6
2000-06-27pullup from 1.2 branchKen Raeburn2-4/+6
2000-06-01Change wsanchez@apple -> tritan@mitWilfredo Sanchez1-2/+2
1999-10-26log tritan's changesTom Yu1-0/+7
1999-10-26Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, LOCAL_INCLUDES suchWilfredo Sanchez1-1/+0
1999-09-24copyright notice updates from 1.1 branchKen Raeburn2-2/+8
1999-09-21* rc_dfl.c (krb5_rc_io_fetch): Set client and server fields toKen Raeburn2-0/+6
1999-05-10Do win32 build in subdirDanilo Almeida2-7/+11
1999-04-06Workaround the fact that Windows has really poor emulation of POSIXTheodore Tso2-10/+38
1998-12-05Makefile.in: Set the myfulldir and mydir variables (which are relativeTheodore Tso2-0/+7
1998-07-17Replaced preprocessor symbol _MACINTOSH with macintosh, since macintosh is th...Miro Jurisic1-2/+2
1998-02-28Collapse lib/krb5's configure.in files into a single top-levelTheodore Tso3-6/+7
1998-02-18Remove trailing slash from thisconfigdir. Change directory syntaxTom Yu2-2/+7
1998-02-12Mass makefile/configure.in build system revampTheodore Tso2-0/+6
1997-09-26Remove KRB5_USE_INET, HAS_UNISTD_H, HAS_SETVBUF, and replaceTom Yu2-1/+5
1997-03-25rcache owner should be checked against the effective uid, not the realTheodore Tso2-1/+6
1997-02-25Fixed bad variable referenceRichard Basch1-1/+1
1997-02-23Moved some of the library list file build logic from the individual MakefilesRichard Basch2-13/+9
1997-02-09Merge of libhack_branchTom Yu3-12/+16
1997-02-06Windows/NT integration (V1_0_WIN32_BRANCH merge)Richard Basch5-22/+46
1996-11-19rc_dfl.c: Apply jik's fix to allow the expunging of the replay cacheTheodore Tso2-15/+37
1996-06-12Change _WINDOWS to _MSDOS, and add check for _WIN32Theodore Tso2-2/+6
1996-06-10cvsignore hackeryTom Yu1-1/+0
1996-02-24Use Windows path separator, if appropriate. Under Windows also useTheodore Tso2-3/+20
1995-12-01In case of permission problems, don't unlink the old replay cache;Theodore Tso2-1/+9
1995-11-27 * rc_dfl.c (krb5_rc_dfl_init): default lifespan toTom Yu2-1/+8
1995-10-07Remove ##DOS!include of config/windows.in. config/windows.in is nowTheodore Tso2-1/+5
1995-09-25Removed "foo:: foo-$(WHAT)" lines from the MakefileTheodore Tso2-4/+5
1995-09-11Mac Beta 1 submissionKeith Vetter2-1/+8
1995-08-31Set magic number in krb5_rcachePaul Park2-0/+7
1995-08-29Add rcache serialization supportPaul Park4-2/+225
1995-08-05first pass attempt at cleaning up some gcc -Wall flamesTom Yu5-16/+29
1995-07-21 * rc_dfl.c (rc_store): rename from store() to avoid conflict withMark Eichin2-4/+9
1995-07-06Changes for Macintosh implementationKeith Vetter2-5/+8
1995-06-09configure.in: Remove standardized set of autoconf macros, which areTheodore Tso2-3/+5
1995-05-27Add support for building shared librariesTheodore Tso3-1/+25
1995-05-23Rearrange #include files so that krb5.h gets included first, so thatTheodore Tso2-1/+8
1995-05-03Fix memory leaks in this function. The krb5_donot_replay structureTheodore Tso2-19/+20
1995-04-14Add Cygnus's "Sanitize" system to the krb5 tree, to make it easier to doTheodore Tso1-0/+47
1995-04-14Windows global stuff:Keith Vetter7-52/+56