Fix various memory allocation and key/salt tuple related bugs
[krb5.git] / src / lib / kdb / ChangeLog
1995-08-09 Paul ParkFix various memory allocation and key/salt tuple relate...
1995-08-09 Paul ParkTerminate variable arglist to krb5_build_principal_ext()
1995-08-09 Tom Yu * kdb_cpw.c (add_key_rnd): remove bletcherous aggregate
1995-08-08 Paul ParkDescribe previous changes
1995-08-07 Paul ParkImprove keysalt handling
1995-08-07 Paul ParkFix another big-endian problem
1995-08-07 Paul ParkManually initialize krbtgt_princ.data
1995-08-07 Chris ProvenzanoNew routines for changing passwords of new kdb entries
1995-08-05 Tom Yufirst pass attempt at cleaning up some gcc -Wall flames
1995-08-04 Paul ParkUse encode/decode macros to [de]serialize data going...
1995-08-03 Paul ParkDescribe previous changes
1995-07-31 Paul ParkFix small problem with create_key_data()
1995-07-27 Paul Parkkdbint.h is obsolete
1995-07-27 Chris Provenzano * decrypt_key.c, encrypt_key.c, kdb_dbm.c,...
1995-07-25 Tom Yu * kdb_dbm.c, t_kdb.c: Add prototype for dbm_error...
1995-07-21 Mark Eichin * kdb_dbm.c (krb5_dbm_db_create): move dirname, pagname
1995-07-17 Paul ParkMove stash file #define to osconf.h and add stash file...
1995-07-09 Theodore TsoMake sure the dbm context is initialized before we...
1995-07-07 Paul ParkRemove LDFLAGS
1995-06-30 Paul ParkDescribe previous changes
1995-06-29 Mark Eichin * configure.in (--with-dbm): new option, allows easy...
1995-06-23 Paul ParkPermit a process to have more than one database open...
1995-06-15 Paul ParkShared library Makefile/configure changes and cleanup
1995-06-14 Sam HartmanWed Jun 14 12:37:51 1995 Sam Hartman <hartmans@tardis...
1995-06-11 Ezra Peisach(clean): Remove t_kdb and t_kdb.o
1995-06-09 Theodore Tsoconfigure.in: Remove standardized set of autoconf macro...
1995-05-31 Paul ParkRanlib libkdb5 after doing the update from berk_db
1995-05-26 Paul ParkUse new Berkeley Database code and add test
1995-03-25 Theodore TsoHardcode the size of the keytype field in the file...
1995-03-24 Theodore TsoDon't cast dbm_close() to void, because dbm_close is...
1995-02-28 John GilmoreAvoid <krb5/....> includes
1995-01-13 Chris ProvenzanoRemoved all references to DECLARG and OLDDECLARG.
1994-11-18 Mark Eichin * kdb_dbm.c (krb5_dbm_db_unlock): Use krb5_lock_file.
1994-11-17 Theodore TsoSet the keyblock's magic number and ecryption type...
1994-11-09 Theodore TsoSet the keyblock's magic number and encryption type...
1994-10-24 Theodore TsoDon't need to define POSIX_FILE_LOCKS; just include...
1994-10-19 Theodore TsoFix missing $(DESTDIR) in "make install" lines
1994-10-14 Theodore TsoUse POSIX_FILE_LOCKS if _POSIX_VERSION is defined in...
1994-10-04 Theodore TsoAdd backwards compatibility for version numbers 1.0...
1994-10-04 Theodore TsoDatabase records now must be version 2.0 (instead of...
1994-10-04 Theodore Tsomake install obey $(DESTDIR)
1994-08-04 Tom Yuoops forgot to look for install program
1994-08-04 Tom Yumake install fixes
1994-07-15 Theodore TsoUse POSIX utime() instead of non-posix utimes()