summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/ccache/file
Commit message (Expand)AuthorAgeFilesLines
...
* add krb5_fcc_read_authdata, krb5_fcc_read_authdatum, krb5_fcc_store_authdata,...John Kohl1990-10-181-0/+4
* need to interpret errnoJohn Kohl1990-09-271-1/+1
* fix RCSID nameJohn Kohl1990-09-1219-19/+19
* change write_int16 to write_ui_2John Kohl1990-09-122-6/+6
* change int16 to ui_2John Kohl1990-09-122-5/+5
* add error code interpretationJohn Kohl1990-08-311-4/+9
* fix errant mixed-type prototypesJohn Kohl1990-08-311-2/+2
* better error codes & error checkingJohn Kohl1990-07-0313-60/+100
* remove unused macro krb5_fcc_skip()John Kohl1990-07-031-3/+0
* add fcc_errsJohn Kohl1990-07-031-2/+2
* remove some old error codesJohn Kohl1990-07-031-4/+1
* add krb5_fcc_interpretJohn Kohl1990-07-031-3/+2
* *** empty log message ***John Kohl1990-07-031-0/+63
* *** empty log message ***John Kohl1990-07-031-0/+37
* add default ops fileJohn Kohl1990-07-031-2/+2
* error isntead of -1; changed "Errors:" to include system errors from openBarry Jaspan1990-07-011-2/+5
* fix copyright/distribution referenceJohn Kohl1990-05-2518-18/+18
* add RCS and copyright infoJohn Kohl1990-05-251-0/+9
* need stdio.hJohn Kohl1990-05-231-1/+2
* fix include filesJohn Kohl1990-05-231-2/+1
* fix typoJohn Kohl1990-05-091-1/+1
* fix all:: target orderJohn Kohl1990-05-091-0/+2
* use local creds to avoid bashingJohn Kohl1990-05-071-7/+9
* can't free creds, it is passed in, but we can free the componentsJohn Kohl1990-05-071-2/+14
* change to OtherdirLibraryTargetJohn Kohl1990-05-071-1/+1
* add address supportJohn Kohl1990-05-045-13/+194
* fix up/implement the matching routinesJohn Kohl1990-05-031-6/+34
* fix up some casting confusionJohn Kohl1990-05-032-4/+4
* declare krb5_fcc_store_flagsJohn Kohl1990-05-021-0/+1
* missed a return value check (should be ret)John Kohl1990-05-021-1/+1
* don't create the cache when resolvingJohn Kohl1990-05-021-10/+4
* cast args to write()John Kohl1990-05-011-1/+1
* fix openclose stuffJohn Kohl1990-05-015-15/+38
* casts for bcmpJohn Kohl1990-05-011-2/+2
* use xfreeJohn Kohl1990-05-011-5/+7
* cast read()John Kohl1990-05-011-3/+5
* git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@646 dc483132-0cff-0310-8789-dd54...John Kohl1990-05-011-5/+6
* use xfreeJohn Kohl1990-05-012-4/+4
* fix openclose stuffJohn Kohl1990-05-013-11/+14
* add ext-proto.hJohn Kohl1990-05-011-0/+1
* fix proto for krb5_fcc_generate_newJohn Kohl1990-05-011-1/+4
* add standard headerJohn Kohl1990-05-011-0/+19
* "file" should be "FILE"John Kohl1990-04-301-1/+1
* Initial revisionBill Sommerfeld1990-02-031-0/+15
* bjaspan: use krb5_err.h, finishing up to go skiingBarry Jaspan1990-01-306-11/+16
* function. Also random bug fixes, and the keyblock confusion has beenBarry Jaspan1990-01-3014-126/+168
* Initial revisionBarry Jaspan1990-01-301-0/+41
* Avoid copying ops structureBill Sommerfeld1990-01-301-13/+5
* Fix previous fixBill Sommerfeld1990-01-301-1/+1
* Add an unlink() hereBill Sommerfeld1990-01-301-2/+1