summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/ccache
Commit message (Expand)AuthorAgeFilesLines
* adapted from scc_maybeJohn Kohl1991-02-121-0/+86
* fix argument typeJohn Kohl1991-02-121-2/+2
* MAYBE_OPEN/MAYBE_CLOSE changesJohn Kohl1991-02-127-88/+38
* MAYBE_OPEN/MAYBE_CLOSE changesJohn Kohl1991-02-122-16/+32
* add defines for vno and open flagsJohn Kohl1991-02-121-1/+23
* add fcc_close_file, fcc_open_fileJohn Kohl1991-02-121-1/+5
* add fcc_maybeJohn Kohl1991-02-121-3/+3
* properly deal with errno on short read/writeJohn Kohl1991-02-122-12/+23
* now use int flag to scc_open_fileJohn Kohl1991-02-125-5/+5
* now use int flag to scc_open_fileJohn Kohl1991-02-121-2/+3
* work around ultrix stdio bugJohn Kohl1991-02-121-5/+50
* add file format version codeJohn Kohl1991-02-122-3/+17
* add defines for vno, flag passingJohn Kohl1991-02-121-0/+6
* *** empty log message ***John Kohl1991-02-061-0/+17
* Added declaration of krb5_scc_opsKen Raeburn1990-11-281-0/+1
* Added declaration of krb5_cc_file_opsKen Raeburn1990-11-281-0/+1
* Added ccdefops.cKen Raeburn1990-11-281-2/+4
* Rearranged use of krb5_cc_dfl_ops to deal with it now being aKen Raeburn1990-11-281-2/+6
* Added `stdio' subdirectoryKen Raeburn1990-11-281-1/+1
* Added prototypes from scc_maybe.cKen Raeburn1990-11-281-0/+4
* Changed structure name to unique (fcc-specific) nameKen Raeburn1990-11-281-1/+1
* Renamed structure to unique nameKen Raeburn1990-11-281-1/+1
* Reordered functions for potentially better optimization (with gcc);Ken Raeburn1990-11-281-32/+68
* Added declarations of authdata i/o routinesKen Raeburn1990-11-281-0/+4
* Zero out credentials structure correctly; handle reading of authdataKen Raeburn1990-11-281-1/+13
* Replace bzero with memsetKen Raeburn1990-11-281-1/+1
* ifdef some names that might not be availableKen Raeburn1990-11-281-0/+4
* Write out authdata component as wellKen Raeburn1990-11-281-0/+2
* change bzero to memsetJohn Kohl1990-11-082-2/+2
* change bcmp to memcmpJohn Kohl1990-11-081-2/+2
* Added routines to write authdata structuresKen Raeburn1990-11-081-0/+36
* Fixed up error catching in a couple of cases; added routines to readKen Raeburn1990-11-081-6/+84
* Initial revisionKen Raeburn1990-11-0125-0/+2091
* #ifdef some error codes which might not be knownJohn Kohl1990-10-291-0/+4
* add authdata stuff (from Bill Sommerfeld)John Kohl1990-10-184-1/+153
* add authdata stuff (from Bill Sommerfeld)John Kohl1990-10-181-0/+2
* 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