summaryrefslogtreecommitdiffstats
path: root/src/lib/kdb
Commit message (Expand)AuthorAgeFilesLines
* 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
* * kdb_dbm.c (krb5_dbm_db_create): move dirname, pagnameMark Eichin1995-07-212-3/+8
* Move stash file #define to osconf.h and add stash file name handlingPaul Park1995-07-173-5/+11
* Make sure the dbm context is initialized before we startTheodore Tso1995-07-092-0/+9
* Remove LDFLAGSPaul Park1995-07-072-2/+5
* Describe previous changesPaul Park1995-06-301-0/+11
* Add ability to test using Berkeley or DBMPaul Park1995-06-301-16/+129
* Remove Berkeley database object modulesPaul Park1995-06-301-16/+1
* Add function dispatch for database accessesPaul Park1995-06-301-115/+283
* * configure.in (--with-dbm): new option, allows easy building ofMark Eichin1995-06-293-1/+22
* Changed shared libraries so that it works under AIX and sets theSam Hartman1995-06-261-0/+1
* Permit a process to have more than one database open at the same timePaul Park1995-06-232-65/+186
* Shared library Makefile/configure changes and cleanupPaul Park1995-06-154-47/+65
* Wed Jun 14 12:37:51 1995 Sam Hartman <hartmans@tardis.MIT.EDU>Sam Hartman1995-06-144-6/+18
* (clean): Remove t_kdb and t_kdb.oEzra Peisach1995-06-112-0/+6
* configure.in: Remove standardized set of autoconf macros, which areTheodore Tso1995-06-092-5/+4
* Ranlib libkdb5 after doing the update from berk_dbPaul Park1995-05-312-0/+5
* Use new Berkeley Database code and add testPaul Park1995-05-265-26/+993
* Add Cygnus's "Sanitize" system to the krb5 tree, to make it easier to doTheodore Tso1995-04-141-0/+45
* Oops. The ketype field was 2 bytes, not 1Theodore Tso1995-03-252-4/+4
* Fix stupid bug from the last changeTheodore Tso1995-03-252-2/+4
* Hardcode the size of the keytype field in the file format, to beTheodore Tso1995-03-253-2/+10