| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | kdb_dbm.c: Remove vestigal code which was using BERK_DB_DBM define. | Theodore Tso | 1996-08-22 | 1 | -0/+8 |
| * | * kdb_dbm.c (krb5_dbm_db_rename): rename should not insist that | Barry Jaspan | 1996-08-12 | 1 | -0/+5 |
| * | Don't dump core when principal doesn't exist | Sam Hartman | 1996-08-10 | 1 | -1/+7 |
| * | Change shared:: to shared: in the creation of the shared subdir. | Ezra Peisach | 1996-08-09 | 1 | -0/+5 |
| * | * Makefile.in (shared): Always mkdir shared; test -d shared || | Tom Yu | 1996-08-09 | 1 | -0/+5 |
| * | * AIX shared library fix: get -ldb not dbm | Sam Hartman | 1996-08-05 | 1 | -0/+9 |
| * | * Makefile.in: libkdb5.so needs to be built with | Ezra Peisach | 1996-07-23 | 1 | -0/+8 |
| * | this commit includes all the changes on the OV_9510_INTEGRATION and | Marc Horowitz | 1996-07-22 | 1 | -0/+40 |
| * | * keytab.c (krb5_ktkdb_close): Free memory allocated by | Ezra Peisach | 1996-06-11 | 1 | -0/+5 |
| * | Remove vestigal ODBM support | Theodore Tso | 1996-05-20 | 1 | -0/+4 |
| * | * kdb_dbm.c: Do not provide prototypes for dbm_error or | Ezra Peisach | 1996-05-18 | 1 | -0/+5 |
| * | Handle compiling with BERK_DB without dbm available. (Linux when | Ezra Peisach | 1996-05-07 | 1 | -0/+5 |
| * | bullet-proofing the code -- if the data contents are NULL, it would coredump | Richard Basch | 1996-03-22 | 1 | -0/+5 |
| * | * configure.in: Add KRB5_RUN_FLAGS | Ezra Peisach | 1996-03-19 | 1 | -0/+6 |
| * | * configure.in: Change WITH_KDB_DB to USE_KDB5_LIBRARIES and add | Ezra Peisach | 1996-03-18 | 1 | -0/+8 |
| * | configure.in: Change WITH_DB to WITH_KDB_DB | Ezra Peisach | 1996-03-03 | 1 | -0/+4 |
| * | * keytab.c (krb5_ktkdb_close): new function, non-optional. | Mark Eichin | 1996-02-24 | 1 | -0/+6 |
| * | * kdb_dbm.c (krb5_dbm_db_rename): Initialize pointer before use | Ezra Peisach | 1996-02-14 | 1 | -0/+5 |
| * | * kdb_dbm.c (krb5_dbm_db_rename): O_EXCL is meaningless without | Mark Eichin | 1996-01-30 | 1 | -0/+5 |
| * | * t_kdb.c: wrap db_dbm decls and berkely_dispatch in ifdefs | Mark Eichin | 1996-01-27 | 1 | -0/+8 |
| * | * keytab.c (krb5_ktkdb_resolve): Fix casting | Ezra Peisach | 1995-12-18 | 1 | -0/+5 |
| * | * Makefile.in, keytab.c : Move db keytab routines here | Chris Provenzano | 1995-12-13 | 1 | -0/+5 |
| * | * kdb_xdr.c : Remove mkvno for krb5_db_entry | Chris Provenzano | 1995-12-13 | 1 | -0/+3 |
| * | * kdb_dbm.c : Move the krb5_db_context to include/krb5/kdb_dbc.h. | Chris Provenzano | 1995-12-12 | 1 | -0/+10 |
| * | * fetch_mkey.c, kdb_cpw.c, t_kdb.c : | Chris Provenzano | 1995-11-09 | 1 | -0/+5 |
| * | * kdb_xdr.c (krb5_dbe_search_enctype): Make a more general version | Theodore Tso | 1995-11-07 | 1 | -0/+7 |
| * | * decrypt_key.c (krb5_dbekd_decrypt_key_data()) : If key salt length | Chris Provenzano | 1995-11-03 | 1 | -0/+28 |
| * | 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 |