| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | * kdb_dbm.c (krb5_dbm_db_create): move dirname, pagname | Mark Eichin | 1995-07-21 | 2 | -3/+8 |
| * | Move stash file #define to osconf.h and add stash file name handling | Paul Park | 1995-07-17 | 3 | -5/+11 |
| * | Make sure the dbm context is initialized before we start | Theodore Tso | 1995-07-09 | 2 | -0/+9 |
| * | Remove LDFLAGS | Paul Park | 1995-07-07 | 2 | -2/+5 |
| * | Describe previous changes | Paul Park | 1995-06-30 | 1 | -0/+11 |
| * | Add ability to test using Berkeley or DBM | Paul Park | 1995-06-30 | 1 | -16/+129 |
| * | Remove Berkeley database object modules | Paul Park | 1995-06-30 | 1 | -16/+1 |
| * | Add function dispatch for database accesses | Paul Park | 1995-06-30 | 1 | -115/+283 |
| * | * configure.in (--with-dbm): new option, allows easy building of | Mark Eichin | 1995-06-29 | 3 | -1/+22 |
| * | Changed shared libraries so that it works under AIX and sets the | Sam Hartman | 1995-06-26 | 1 | -0/+1 |
| * | Permit a process to have more than one database open at the same time | Paul Park | 1995-06-23 | 2 | -65/+186 |
| * | Shared library Makefile/configure changes and cleanup | Paul Park | 1995-06-15 | 4 | -47/+65 |
| * | Wed Jun 14 12:37:51 1995 Sam Hartman <hartmans@tardis.MIT.EDU> | Sam Hartman | 1995-06-14 | 4 | -6/+18 |
| * | (clean): Remove t_kdb and t_kdb.o | Ezra Peisach | 1995-06-11 | 2 | -0/+6 |
| * | configure.in: Remove standardized set of autoconf macros, which are | Theodore Tso | 1995-06-09 | 2 | -5/+4 |
| * | Ranlib libkdb5 after doing the update from berk_db | Paul Park | 1995-05-31 | 2 | -0/+5 |
| * | Use new Berkeley Database code and add test | Paul Park | 1995-05-26 | 5 | -26/+993 |
| * | Add Cygnus's "Sanitize" system to the krb5 tree, to make it easier to do | Theodore Tso | 1995-04-14 | 1 | -0/+45 |
| * | Oops. The ketype field was 2 bytes, not 1 | Theodore Tso | 1995-03-25 | 2 | -4/+4 |
| * | Fix stupid bug from the last change | Theodore Tso | 1995-03-25 | 2 | -2/+4 |
| * | Hardcode the size of the keytype field in the file format, to be | Theodore Tso | 1995-03-25 | 3 | -2/+10 |
| * | Don't cast dbm_close() to void, because dbm_close is already void | Theodore Tso | 1995-03-24 | 2 | -5/+10 |
| * | Avoid <krb5/....> includes | John Gilmore | 1995-02-28 | 8 | -36/+12 |
| * | Add .cvsignore file so that cvs ignores the autoconf-built configure file | Theodore Tso | 1995-02-03 | 1 | -0/+1 |
| * | Removed all references to DECLARG and OLDDECLARG. | Chris Provenzano | 1995-01-13 | 8 | -180/+233 |
| * | Fix obvious typo | Theodore Tso | 1994-11-19 | 1 | -1/+1 |
| * | * kdb_dbm.c (krb5_dbm_db_unlock): Use krb5_lock_file. | Mark Eichin | 1994-11-18 | 2 | -58/+30 |
| * | Set the keyblock's magic number and ecryption type information appropriately | Theodore Tso | 1994-11-17 | 2 | -0/+7 |
| * | Set the keyblock's magic number and encryption type information appropriately | Theodore Tso | 1994-11-09 | 2 | -0/+7 |
| * | Conversion of autoconfigury to Autoconf V2 | Mark Eichin | 1994-10-26 | 1 | -1/+1 |
| * | Add include config.h for POSIX_FILE_LOCKS | Theodore Tso | 1994-10-24 | 1 | -1/+2 |
| * | Don't need to define POSIX_FILE_LOCKS; just include config.h instead | Theodore Tso | 1994-10-24 | 2 | -6/+5 |
| * | Fix missing $(DESTDIR) in "make install" lines | Theodore Tso | 1994-10-19 | 2 | -1/+5 |
| * | Use POSIX_FILE_LOCKS if _POSIX_VERSION is defined in unistd.h | Theodore Tso | 1994-10-14 | 3 | -0/+17 |
| * | Rearrange declarations so it will actually compile | Theodore Tso | 1994-10-04 | 1 | -16/+43 |
| * | Commited wrong version of kdb_compat.h | Theodore Tso | 1994-10-04 | 1 | -1/+1 |
| * | Add backwards compatibility for version numbers 1.0 and 2.0 of the | Theodore Tso | 1994-10-04 | 3 | -1/+112 |
| * | Database records now must be version 2.0 (instead of versions 1.0 or | Theodore Tso | 1994-10-04 | 2 | -2/+10 |
| * | make install obey $(DESTDIR) | Theodore Tso | 1994-10-04 | 2 | -1/+5 |