| Commit message (Expand) | Author | Age | Files | Lines |
| * | Removed "foo:: foo-$(WHAT)" lines from the Makefile | Theodore Tso | 1995-09-25 | 1 | -0/+5 |
| * | Fix memory leaks and lint flames | Theodore Tso | 1995-09-13 | 1 | -0/+3 |
| * | fetch_mkey.c (krb5_db_fetch_mkey): This routine now sets the master | Theodore Tso | 1995-09-13 | 1 | -0/+10 |
| * | Set the encryption type before decrypting | Ezra Peisach | 1995-09-09 | 1 | -0/+5 |
| * | decrypt_key.c: Upon error, after freeing contents field, set to | Ezra Peisach | 1995-09-08 | 1 | -0/+5 |
| * | * decrypt_key.c, encrypt_key.c, fetch_mkey.c, kdb_compat.c, | Chris Provenzano | 1995-09-06 | 1 | -0/+5 |
| * | * decrypt_key.c, fetch_mkey.c, t_kdb.c : Remove krb5_enctype | Chris Provenzano | 1995-09-06 | 1 | -0/+5 |
| * | Add context serialization support. Fix gcc -Wall complaints | Paul Park | 1995-08-29 | 1 | -0/+5 |
| * | Update file list | Theodore Tso | 1995-08-24 | 1 | -0/+3 |
| * | Describe previous changes | Paul Park | 1995-08-18 | 1 | -0/+8 |
| * | Fix krb5_dbm_db_end_update() and remove unused code | Paul Park | 1995-08-17 | 1 | -0/+8 |
| * | decrypt_key.c, encrypt_key.c: Only save the salt data if salt type != 0. | Chris Provenzano | 1995-08-16 | 1 | -0/+7 |
| * | Add krb5_dbe_find_keytype() and clean up gcc -Wall complaints | Paul Park | 1995-08-15 | 1 | -0/+5 |
| * | Fix various memory allocation and key/salt tuple related bugs | Paul Park | 1995-08-09 | 1 | -0/+15 |
| * | Terminate variable arglist to krb5_build_principal_ext() | Paul Park | 1995-08-09 | 1 | -0/+5 |
| * | * kdb_cpw.c (add_key_rnd): remove bletcherous aggregate | Tom Yu | 1995-08-09 | 1 | -0/+5 |
| * | Describe previous changes | Paul Park | 1995-08-08 | 1 | -0/+7 |
| * | Improve keysalt handling | Paul Park | 1995-08-07 | 1 | -0/+6 |
| * | Fix another big-endian problem | Paul Park | 1995-08-07 | 1 | -0/+5 |
| * | Manually initialize krbtgt_princ.data | Paul Park | 1995-08-07 | 1 | -0/+6 |
| * | New routines for changing passwords of new kdb entries | Chris Provenzano | 1995-08-07 | 1 | -19/+11 |
| * | first pass attempt at cleaning up some gcc -Wall flames | Tom Yu | 1995-08-05 | 1 | -0/+20 |
| * | Use encode/decode macros to [de]serialize data going in/out of the database | Paul Park | 1995-08-04 | 1 | -0/+5 |
| * | Describe previous changes | Paul Park | 1995-08-03 | 1 | -0/+8 |
| * | Fix small problem with create_key_data() | Paul Park | 1995-07-31 | 1 | -0/+5 |
| * | kdbint.h is obsolete | Paul Park | 1995-07-27 | 1 | -0/+4 |
| * | * decrypt_key.c, encrypt_key.c, kdb_dbm.c, kdb_xdr.c: | Chris Provenzano | 1995-07-27 | 1 | -0/+8 |
| * | * kdb_dbm.c, t_kdb.c: Add prototype for dbm_error and dbm_clearerr | Tom Yu | 1995-07-25 | 1 | -0/+8 |
| * | * kdb_dbm.c (krb5_dbm_db_create): move dirname, pagname | Mark Eichin | 1995-07-21 | 1 | -0/+4 |
| * | Move stash file #define to osconf.h and add stash file name handling | Paul Park | 1995-07-17 | 1 | -0/+7 |
| * | Make sure the dbm context is initialized before we start | Theodore Tso | 1995-07-09 | 1 | -0/+4 |
| * | Remove LDFLAGS | Paul Park | 1995-07-07 | 1 | -0/+4 |
| * | Describe previous changes | Paul Park | 1995-06-30 | 1 | -0/+11 |
| * | * configure.in (--with-dbm): new option, allows easy building of | Mark Eichin | 1995-06-29 | 1 | -0/+6 |
| * | Permit a process to have more than one database open at the same time | Paul Park | 1995-06-23 | 1 | -0/+6 |
| * | Shared library Makefile/configure changes and cleanup | Paul Park | 1995-06-15 | 1 | -0/+6 |
| * | Wed Jun 14 12:37:51 1995 Sam Hartman <hartmans@tardis.MIT.EDU> | Sam Hartman | 1995-06-14 | 1 | -0/+12 |
| * | (clean): Remove t_kdb and t_kdb.o | Ezra Peisach | 1995-06-11 | 1 | -0/+4 |
| * | configure.in: Remove standardized set of autoconf macros, which are | Theodore Tso | 1995-06-09 | 1 | -0/+4 |
| * | Ranlib libkdb5 after doing the update from berk_db | Paul Park | 1995-05-31 | 1 | -0/+4 |
| * | Use new Berkeley Database code and add test | Paul Park | 1995-05-26 | 1 | -0/+10 |
| * | Hardcode the size of the keytype field in the file format, to be | Theodore Tso | 1995-03-25 | 1 | -0/+8 |
| * | Don't cast dbm_close() to void, because dbm_close is already void | Theodore Tso | 1995-03-24 | 1 | -0/+5 |
| * | Avoid <krb5/....> includes | John Gilmore | 1995-02-28 | 1 | -0/+5 |
| * | Removed all references to DECLARG and OLDDECLARG. | Chris Provenzano | 1995-01-13 | 1 | -0/+4 |
| * | * kdb_dbm.c (krb5_dbm_db_unlock): Use krb5_lock_file. | Mark Eichin | 1994-11-18 | 1 | -0/+5 |
| * | Set the keyblock's magic number and ecryption type information appropriately | Theodore Tso | 1994-11-17 | 1 | -0/+5 |
| * | Set the keyblock's magic number and encryption type information appropriately | Theodore Tso | 1994-11-09 | 1 | -0/+5 |
| * | Don't need to define POSIX_FILE_LOCKS; just include config.h instead | Theodore Tso | 1994-10-24 | 1 | -0/+5 |
| * | Fix missing $(DESTDIR) in "make install" lines | Theodore Tso | 1994-10-19 | 1 | -0/+4 |