summaryrefslogtreecommitdiffstats
path: root/src/include/krb5/kdb.h
Commit message (Expand)AuthorAgeFilesLines
* * adm.h : Constant changes for the new kadmin code.Chris Provenzano1995-11-031-0/+1
* kdb.h, kdb_dbm.h: Add #if !defined(_MSDOS) && !defined(_MACINTOSH) toTheodore Tso1995-09-271-22/+25
* Reintegrate Macintosh changes while keeping Proven's changesEzra Peisach1995-09-111-4/+4
* Mac Beta 1 submissionKeith Vetter1995-09-111-4/+4
* * adm.h, adm_proto.h kdb.h : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/gChris Provenzano1995-09-061-4/+4
* Add prototype for database context serializerPaul Park1995-08-291-0/+2
* Add prototype for krb5_dbe_find_keytype()Paul Park1995-08-151-0/+8
* Always define KRB5_MAX_FAIL_COUNTPaul Park1995-08-101-2/+4
* Add prototypes for krb5_dbe_{en,de}code_last_pwd_change(), andChris Provenzano1995-08-071-4/+31
* Add encode/decode macros for integers for use between kdb modulesPaul Park1995-08-041-0/+25
* Added prototype for krb5_dbe_cpw() the new db entry change password routineChris Provenzano1995-08-031-0/+10
* Define new kdb formatChris Provenzano1995-07-271-58/+166
* Add stash file parameter to krb5_db_fetch_mkey()Paul Park1995-07-171-0/+1
* Add kdb dispatch table for changing between Berkeley and DBMPaul Park1995-06-301-0/+27
* Remove KDB_CONVERT_KEY_{TO,OUTOF}_DBPaul Park1995-06-231-3/+0
* Makefile.in: Don't remove autoconf.h when doing a make clean; it's anTheodore Tso1995-06-211-22/+22
* * base-defs.h Typedef krb5_boolean, krb5_msgtype, krb5_kvno,Chris Provenzano1995-01-271-6/+2
* * Removed all narrow types and references to wide.h and narrow.hChris Provenzano1995-01-251-17/+1
* Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1995-01-131-28/+58
* Add new attribute which defines whether or not a server supports DES/MD5Theodore Tso1994-11-181-0/+1
* Add a magic number to krb5_db_entry. The other magic number changes toTheodore Tso1994-10-041-0/+1
* Add field for structure magic numbersTheodore Tso1994-09-301-0/+5
* stamp out rcs keywordsMark Eichin1994-08-181-3/+1
* Change export warning notice from "is assumed to require an export license"Theodore Tso1993-09-011-2/+2
* Cleaned up TGTNAME define; now KRB5_TGS_NAMETheodore Tso1993-08-171-3/+0
* Remove default flag which diallowed skey operationTheodore Tso1993-06-031-1/+1
* (Hopefully final) rearrangement of KDC database structureTheodore Tso1992-09-291-7/+11
* Added KRB5_KDB_PWCHANGE_SERVICETheodore Tso1992-09-291-0/+1
* Added the KDB_DISALLOW_SVR flagTheodore Tso1992-09-241-3/+2
* Added some new feeds that originally came from SandiaTheodore Tso1992-08-181-1/+20
* Update copyright noticeJohn Kohl1991-06-061-2/+16
* fix copyrightsJohn Kohl1991-03-141-2/+2
* add salt supportJohn Kohl1991-02-141-0/+9
* need to declare krb5_encrypted_keyblock *before* db_entryJohn Kohl1990-12-151-10/+10
* move krb5_encrypted_keyblock to kdb.hJohn Kohl1990-12-141-0/+10
* Changed encrypted keyblocks to use krb5_encrypted_keyblock insteadTheodore Tso1990-12-131-3/+6
* need to special case krb5_db_set_lockmode as wellJohn Kohl1990-11-201-2/+4
* allow narrow or wide prototypesJohn Kohl1990-11-191-9/+21
* Added prototypes for krb5_db_lock and krb5_db_unlockTheodore Tso1990-11-011-0/+11
* fix copyright/distribution referenceJohn Kohl1990-05-251-1/+1
* add krb5_db_delete_principalJohn Kohl1990-05-091-0/+3
* move KRB5_KDB_MAX_LIFE & friends to config.hJohn Kohl1990-05-071-5/+0
* add extra arg to fetch_mkey to indicate how many times to read the passwordJohn Kohl1990-05-021-1/+1
* add const to encrypt/decrypt key parametersJohn Kohl1990-05-021-2/+6
* add KRB5_KDB_DISALLOW_ALL_TIXJohn Kohl1990-05-011-0/+1
* add krb5_db_store_mkeyJohn Kohl1990-04-271-0/+3
* add fullname return arg to setup_mkeyJohn Kohl1990-04-271-1/+1
* add krb5_db_setup_mkey_nameJohn Kohl1990-04-241-0/+2
* remove leading __ on #include-blockers (__ is reserved by standards)John Kohl1990-03-261-3/+3
* fix prototype for db_age to use time_tJohn Kohl1990-02-131-1/+11