| Commit message (Expand) | Author | Age | Files | Lines |
* | Several changes to the db rename feature. | Richard Basch | 1996-01-31 | 1 | -19/+25 |
* | * kdb_dbm.c (krb5_dbm_db_rename): O_EXCL is meaningless without | Mark Eichin | 1996-01-30 | 2 | -1/+6 |
* | * t_kdb.c: wrap db_dbm decls and berkely_dispatch in ifdefs | Mark Eichin | 1996-01-27 | 3 | -2/+18 |
* | Fixed three problems in the database rename function: | Richard Basch | 1996-01-22 | 1 | -9/+13 |
* | Simplified to simply require the use of WITH_ANAME or USE_KDB5_LIBRARY | Richard Basch | 1996-01-22 | 2 | -50/+2 |
* | * keytab.c (krb5_ktkdb_resolve): Fix casting | Ezra Peisach | 1995-12-18 | 3 | -13/+16 |
* | * Makefile.in, keytab.c : Move db keytab routines here | Chris Provenzano | 1995-12-13 | 3 | -0/+124 |
* | * kdb_xdr.c : Remove mkvno for krb5_db_entry | Chris Provenzano | 1995-12-13 | 2 | -10/+5 |
* | * fetch_mkey: Changed krb5_db_fetch_mkey() such that it will only try | Richard Basch | 1995-12-12 | 1 | -1/+1 |
* | * kdb_dbm.c : Move the krb5_db_context to include/krb5/kdb_dbc.h. | Chris Provenzano | 1995-12-12 | 2 | -79/+113 |
* | * fetch_mkey.c: If the keyblock is initialized with an enctype of | Richard Basch | 1995-12-12 | 1 | -1/+3 |
* | * fetch_mkey.c, kdb_cpw.c, t_kdb.c : | Chris Provenzano | 1995-11-09 | 4 | -12/+11 |
* | * kdb_xdr.c (krb5_dbe_search_enctype): Make a more general version | Theodore Tso | 1995-11-07 | 2 | -9/+38 |
* | * decrypt_key.c (krb5_dbekd_decrypt_key_data()) : If key salt length | Chris Provenzano | 1995-11-03 | 4 | -40/+205 |
* | Removed "foo:: foo-$(WHAT)" lines from the Makefile | Theodore Tso | 1995-09-25 | 2 | -2/+6 |
* | Fix memory leaks and lint flames | Theodore Tso | 1995-09-13 | 2 | -25/+39 |
* | fetch_mkey.c (krb5_db_fetch_mkey): This routine now sets the master | Theodore Tso | 1995-09-13 | 3 | -3/+13 |
* | Set the encryption type before decrypting | Ezra Peisach | 1995-09-09 | 2 | -0/+7 |
* | decrypt_key.c: Upon error, after freeing contents field, set to | Ezra Peisach | 1995-09-08 | 2 | -0/+9 |
* | * decrypt_key.c, encrypt_key.c, fetch_mkey.c, kdb_compat.c, | Chris Provenzano | 1995-09-06 | 9 | -25/+30 |
* | * decrypt_key.c, fetch_mkey.c, t_kdb.c : Remove krb5_enctype | Chris Provenzano | 1995-09-06 | 4 | -4/+6 |
* | Add context serialization support. Fix gcc -Wall complaints | Paul Park | 1995-08-29 | 2 | -8/+215 |
* | Update file list | Theodore Tso | 1995-08-24 | 2 | -0/+6 |
* | Describe previous changes | Paul Park | 1995-08-18 | 1 | -0/+8 |
* | Add multiprocess testing | Paul Park | 1995-08-18 | 1 | -7/+128 |
* | Fix database update and rename | Paul Park | 1995-08-18 | 1 | -37/+109 |
* | Fix krb5_dbm_db_end_update() and remove unused code | Paul Park | 1995-08-17 | 2 | -29/+21 |
* | decrypt_key.c, encrypt_key.c: Only save the salt data if salt type != 0. | Chris Provenzano | 1995-08-16 | 4 | -346/+203 |
* | Add krb5_dbe_find_keytype() and clean up gcc -Wall complaints | Paul Park | 1995-08-15 | 2 | -4/+52 |
* | Fix various memory allocation and key/salt tuple related bugs | Paul Park | 1995-08-09 | 3 | -6/+58 |
* | Terminate variable arglist to krb5_build_principal_ext() | Paul Park | 1995-08-09 | 2 | -1/+7 |
* | fix typos | Tom Yu | 1995-08-09 | 1 | -3/+2 |
* | * kdb_cpw.c (add_key_rnd): remove bletcherous aggregate | Tom Yu | 1995-08-09 | 2 | -22/+20 |
* | Describe previous changes | Paul Park | 1995-08-08 | 1 | -0/+7 |
* | Make sure unfilled data in krb5_key_data is zero in decode_princ_contents | Paul Park | 1995-08-08 | 1 | -0/+1 |
* | Use correct length to malloc() in encrypt_key_data() | Paul Park | 1995-08-08 | 1 | -1/+1 |
* | Improve keysalt handling | Paul Park | 1995-08-07 | 3 | -15/+31 |
* | Fix another big-endian problem | Paul Park | 1995-08-07 | 2 | -1/+8 |
* | Manually initialize krbtgt_princ.data | Paul Park | 1995-08-07 | 2 | -1/+8 |
* | New routines for changing passwords of new kdb entries | Chris Provenzano | 1995-08-07 | 3 | -34/+396 |
* | first pass attempt at cleaning up some gcc -Wall flames | Tom Yu | 1995-08-05 | 8 | -48/+76 |
* | Use encode/decode macros to [de]serialize data going in/out of the database | Paul Park | 1995-08-04 | 4 | -128/+96 |
* | Describe previous changes | Paul Park | 1995-08-03 | 1 | -0/+8 |
* | Fix krb5_decode_princ_contents() | Paul Park | 1995-08-03 | 1 | -1/+2 |
* | Fix krb5_dbekd_encrypt_key_data() | Paul Park | 1995-08-03 | 1 | -0/+3 |
* | Fix small problem with create_key_data() | Paul Park | 1995-07-31 | 2 | -1/+6 |
* | kdbint.h is obsolete | Paul Park | 1995-07-27 | 3 | -34/+4 |
* | Fix initialization of unparse_mod_princ_size | Paul Park | 1995-07-27 | 1 | -3/+3 |
* | * decrypt_key.c, encrypt_key.c, kdb_dbm.c, kdb_xdr.c: | Chris Provenzano | 1995-07-27 | 9 | -588/+936 |
* | * kdb_dbm.c, t_kdb.c: Add prototype for dbm_error and dbm_clearerr | Tom Yu | 1995-07-25 | 4 | -0/+66 |