summaryrefslogtreecommitdiffstats
path: root/src/lib/kdb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Don't cast dbm_close() to void, because dbm_close is already voidTheodore Tso1995-03-242-5/+10
* Avoid <krb5/....> includesJohn Gilmore1995-02-288-36/+12
* Add .cvsignore file so that cvs ignores the autoconf-built configure fileTheodore Tso1995-02-031-0/+1
* Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1995-01-138-180/+233
* Fix obvious typoTheodore Tso1994-11-191-1/+1
* * kdb_dbm.c (krb5_dbm_db_unlock): Use krb5_lock_file.Mark Eichin1994-11-182-58/+30
* Set the keyblock's magic number and ecryption type information appropriatelyTheodore Tso1994-11-172-0/+7
* Set the keyblock's magic number and encryption type information appropriatelyTheodore Tso1994-11-092-0/+7
* Conversion of autoconfigury to Autoconf V2Mark Eichin1994-10-261-1/+1
* Add include config.h for POSIX_FILE_LOCKSTheodore Tso1994-10-241-1/+2
* Don't need to define POSIX_FILE_LOCKS; just include config.h insteadTheodore Tso1994-10-242-6/+5
* Fix missing $(DESTDIR) in "make install" linesTheodore Tso1994-10-192-1/+5
* Use POSIX_FILE_LOCKS if _POSIX_VERSION is defined in unistd.hTheodore Tso1994-10-143-0/+17
* Rearrange declarations so it will actually compileTheodore Tso1994-10-041-16/+43
* Commited wrong version of kdb_compat.hTheodore Tso1994-10-041-1/+1
* Add backwards compatibility for version numbers 1.0 and 2.0 of theTheodore Tso1994-10-043-1/+112
* Database records now must be version 2.0 (instead of versions 1.0 orTheodore Tso1994-10-042-2/+10
* make install obey $(DESTDIR)Theodore Tso1994-10-042-1/+5