summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/rcache
Commit message (Expand)AuthorAgeFilesLines
* * Makefile.in (DEFS): Make emptyKen Raeburn2006-04-022-0/+5
* make depend, now with dependency sortingKen Raeburn2006-03-311-64/+64
* make dependKen Raeburn2006-03-271-23/+24
* Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn2006-03-111-24/+24
* make dependKen Raeburn2006-03-081-8/+16
* make dependTom Yu2005-11-291-27/+18
* This commit ensures that all files in the library includeJeffrey Altman2005-11-152-1/+5
* Update dependenciesKen Raeburn2005-06-211-18/+27
* Delete definitions of unused macros NEED_SOCKETS and NEED_LOWLEVEL_IOKen Raeburn2005-04-132-2/+4
* * rc_dfl.c: Move the extraction of the struct dfl_dataJeffrey Altman2005-01-152-3/+8
* run "make depend"Ken Raeburn2004-12-301-48/+53
* * rc-int.h (struct _krb5_rc_ops): Add new member, recover_or_init.Ken Raeburn2004-08-047-7/+59
* Implement new replay cache type "none"Ken Raeburn2004-07-305-3/+108
* zap remaining bits of macsock.h supportKen Raeburn2004-07-172-1/+5
* Delete preprocessor tests for macintosh, __MWERKS__, applec, and THINK_C, allKen Raeburn2004-06-222-6/+5
* * rc_io.c (dir, dirlen): Top-level variables deleted.Ken Raeburn2004-06-152-10/+19
* Run make dependSam Hartman2004-06-081-4/+4
* Move definitions of struct krb5_rc_st, struct _krb5_rc_ops, krb5_rc_ops, andKen Raeburn2004-06-026-1/+49
* Add prototypes for library init and fini functions. Makefile dependenciesEzra Peisach2004-05-284-1/+47
* krb5_rc_io_open_internal might try to invoke with negative argumentEzra Peisach2004-05-242-1/+7
* * rc_dfl.c (krb5_rc_dfl_expunge_locked): Declare before useKen Raeburn2004-05-032-0/+7
* Use the new mutex in the replay cache structureKen Raeburn2004-05-013-17/+103
* update dependenciesKen Raeburn2004-04-241-24/+28
* Added support for library initialization and finalization, and verificationKen Raeburn2004-04-242-1/+23
* make dependKen Raeburn2004-03-061-1/+2
* For keytab, ccache, and rcache type registries, use const more, andKen Raeburn2004-03-062-3/+28
* minor formatting, mostly whitespaceKen Raeburn2004-03-031-37/+38
* * rc_base.c: Delete unused and untested semaphore supportKen Raeburn2004-03-033-29/+4
* make dependKen Raeburn2003-12-151-21/+23
* In my tests (2GHz P4 Linux, 5 minutes, no pre-existing replay cache), this getsKen Raeburn2003-08-272-10/+30
* delete ##WIN16## lines from makefilesKen Raeburn2003-07-172-1/+4
* make-depend updatesKen Raeburn2003-05-241-20/+20
* Use markers in Makefile.in rather than rules in configure.in to indicate whenKen Raeburn2003-01-102-0/+7
* Make ccache and rcache ops tables constKen Raeburn2003-01-084-5/+12
* another oneKen Raeburn2002-09-051-1/+1
* * rc_io.c (krb5_rc_io_move): Missed a variable name changeKen Raeburn2002-09-052-1/+5
* protoizeKen Raeburn2002-09-036-65/+41
* * Makefile.in: Revert $(S)=>/ change, for Windows supportKen Raeburn2002-08-292-1/+5
* Change $(S)=>/ and $(U)=>.. globallyKen Raeburn2002-08-232-1/+5
* update depsKen Raeburn2002-08-151-6/+12
* update dependenciesKen Raeburn2002-06-151-15/+13
* rebuild dependenciesKen Raeburn2002-06-151-16/+16
* * rc_io.c, rc_dfl.c: use "" includes for krb5.h and k5-int.hTom Yu2002-06-143-2/+7
* In directories building libraries, generate dependencies for .so/.po files tooKen Raeburn2001-10-201-7/+7
* Update automatic dependencies to work on Windows by using $(OUTPRE) andKen Raeburn2001-10-111-19/+21
* Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn2001-10-104-47/+51
* Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn2001-10-063-8/+14
* Danilo says we can get rid of the DLLIMP stuff nowKen Raeburn2001-10-042-1/+5
* dependenciesKen Raeburn2001-09-011-0/+36
* * rc_dfl.c (krb5_rc_io_fetch): Once length element read fromEzra Peisach2001-07-252-5/+16