summaryrefslogtreecommitdiffstats
path: root/src/lib/kdb
Commit message (Expand)AuthorAgeFilesLines
* Several changes to the db rename feature.Richard Basch1996-01-311-19/+25
* * kdb_dbm.c (krb5_dbm_db_rename): O_EXCL is meaningless withoutMark Eichin1996-01-302-1/+6
* * t_kdb.c: wrap db_dbm decls and berkely_dispatch in ifdefsMark Eichin1996-01-273-2/+18
* Fixed three problems in the database rename function:Richard Basch1996-01-221-9/+13
* Simplified to simply require the use of WITH_ANAME or USE_KDB5_LIBRARYRichard Basch1996-01-222-50/+2
* * keytab.c (krb5_ktkdb_resolve): Fix castingEzra Peisach1995-12-183-13/+16
* * Makefile.in, keytab.c : Move db keytab routines hereChris Provenzano1995-12-133-0/+124
* * kdb_xdr.c : Remove mkvno for krb5_db_entryChris Provenzano1995-12-132-10/+5
* * fetch_mkey: Changed krb5_db_fetch_mkey() such that it will only tryRichard Basch1995-12-121-1/+1
* * kdb_dbm.c : Move the krb5_db_context to include/krb5/kdb_dbc.h.Chris Provenzano1995-12-122-79/+113
* * fetch_mkey.c: If the keyblock is initialized with an enctype ofRichard Basch1995-12-121-1/+3
* * fetch_mkey.c, kdb_cpw.c, t_kdb.c :Chris Provenzano1995-11-094-12/+11
* * kdb_xdr.c (krb5_dbe_search_enctype): Make a more general versionTheodore Tso1995-11-072-9/+38
* * decrypt_key.c (krb5_dbekd_decrypt_key_data()) : If key salt lengthChris Provenzano1995-11-034-40/+205
* Removed "foo:: foo-$(WHAT)" lines from the MakefileTheodore Tso1995-09-252-2/+6
* Fix memory leaks and lint flamesTheodore Tso1995-09-132-25/+39
* fetch_mkey.c (krb5_db_fetch_mkey): This routine now sets the masterTheodore Tso1995-09-133-3/+13
* Set the encryption type before decryptingEzra Peisach1995-09-092-0/+7
* decrypt_key.c: Upon error, after freeing contents field, set toEzra Peisach1995-09-082-0/+9
* * decrypt_key.c, encrypt_key.c, fetch_mkey.c, kdb_compat.c,Chris Provenzano1995-09-069-25/+30
* * decrypt_key.c, fetch_mkey.c, t_kdb.c : Remove krb5_enctypeChris Provenzano1995-09-064-4/+6
* Add context serialization support. Fix gcc -Wall complaintsPaul Park1995-08-292-8/+215
* Update file listTheodore Tso1995-08-242-0/+6
* Describe previous changesPaul Park1995-08-181-0/+8
* Add multiprocess testingPaul Park1995-08-181-7/+128
* Fix database update and renamePaul Park1995-08-181-37/+109
* Fix krb5_dbm_db_end_update() and remove unused codePaul Park1995-08-172-29/+21
* decrypt_key.c, encrypt_key.c: Only save the salt data if salt type != 0.Chris Provenzano1995-08-164-346/+203
* Add krb5_dbe_find_keytype() and clean up gcc -Wall complaintsPaul Park1995-08-152-4/+52
* Fix various memory allocation and key/salt tuple related bugsPaul Park1995-08-093-6/+58
* Terminate variable arglist to krb5_build_principal_ext()Paul Park1995-08-092-1/+7
* fix typosTom Yu1995-08-091-3/+2
* * kdb_cpw.c (add_key_rnd): remove bletcherous aggregateTom Yu1995-08-092-22/+20
* Describe previous changesPaul Park1995-08-081-0/+7
* Make sure unfilled data in krb5_key_data is zero in decode_princ_contentsPaul Park1995-08-081-0/+1
* Use correct length to malloc() in encrypt_key_data()Paul Park1995-08-081-1/+1
* Improve keysalt handlingPaul Park1995-08-073-15/+31
* Fix another big-endian problemPaul Park1995-08-072-1/+8
* Manually initialize krbtgt_princ.dataPaul Park1995-08-072-1/+8
* New routines for changing passwords of new kdb entriesChris Provenzano1995-08-073-34/+396
* first pass attempt at cleaning up some gcc -Wall flamesTom Yu1995-08-058-48/+76
* Use encode/decode macros to [de]serialize data going in/out of the databasePaul Park1995-08-044-128/+96
* Describe previous changesPaul Park1995-08-031-0/+8
* Fix krb5_decode_princ_contents()Paul Park1995-08-031-1/+2
* Fix krb5_dbekd_encrypt_key_data()Paul Park1995-08-031-0/+3
* Fix small problem with create_key_data()Paul Park1995-07-312-1/+6
* kdbint.h is obsoletePaul Park1995-07-273-34/+4
* Fix initialization of unparse_mod_princ_sizePaul Park1995-07-271-3/+3
* * decrypt_key.c, encrypt_key.c, kdb_dbm.c, kdb_xdr.c:Chris Provenzano1995-07-279-588/+936
* * kdb_dbm.c, t_kdb.c: Add prototype for dbm_error and dbm_clearerrTom Yu1995-07-254-0/+66