| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Fix memory leak | Paul Park | 1995-08-09 | 1 | -5/+5 |
| * | Network slave bookkeeping fixup | Paul Park | 1995-08-09 | 1 | -2/+4 |
| * | Add krb5_use_keytype for each keytype | Paul Park | 1995-08-09 | 1 | -0/+17 |
| * | First pass at kdb5 change-password code. Fix memory leaks | Paul Park | 1995-08-09 | 2 | -17/+187 |
| * | Add {add,del}_key_type commands | Paul Park | 1995-08-08 | 6 | -126/+274 |
| * | Describe previous changes | Paul Park | 1995-08-08 | 1 | -0/+11 |
| * | Fix key merging logic and allow multiple key/salt strings to be parsed | Paul Park | 1995-08-08 | 1 | -9/+26 |
| * | Don't deallocate key/salt tuples if supplied by caller to string_to_key | Paul Park | 1995-08-08 | 1 | -2/+7 |
| * | Handle new protocol error messages | Paul Park | 1995-08-08 | 1 | -0/+8 |
| * | Use sigjmp_buf under POSIX_SETJMP | Paul Park | 1995-08-08 | 3 | -3/+15 |
| * | Describe previous changes | Paul Park | 1995-08-07 | 1 | -0/+6 |
| * | Handle V4 salttype correctly | Paul Park | 1995-08-07 | 1 | -5/+9 |
| * | Fix key list merging so that kvno is generated correctly | Paul Park | 1995-08-07 | 1 | -14/+18 |
| * | Describe previous changes | Paul Park | 1995-08-04 | 1 | -0/+16 |
| * | Update key handling prototypes and add new prototypes | Paul Park | 1995-08-04 | 1 | -0/+24 |
| * | Rework key_{string_to,random}_keys. Find latest admin key instead of key[0] | Paul Park | 1995-08-04 | 1 | -193/+318 |
| * | Make passwd_check_opass_ok() available | Paul Park | 1995-08-04 | 1 | -6/+7 |
| * | Add support for add-key and delete-key | Paul Park | 1995-08-04 | 2 | -27/+744 |
| * | Replace hand-decoded integers with kdb macros | Paul Park | 1995-08-04 | 2 | -8/+6 |
| * | Describe previous changes | Paul Park | 1995-08-03 | 1 | -0/+13 |
| * | Include adm.h, update prototypes | Paul Park | 1995-08-03 | 1 | -33/+37 |
| * | Use new database entry format. Update key_{string_to,encrypt,decrypt,random}... | Paul Park | 1995-08-03 | 1 | -260/+498 |
| * | Use new database entry format. Use new calling sequences for key...() | Paul Park | 1995-08-03 | 2 | -268/+265 |
| * | Handle the key/salt pair list and pass it to key_init | Paul Park | 1995-08-03 | 1 | -5/+29 |
| * | Clean up debugging messages | Paul Park | 1995-08-03 | 1 | -8/+9 |
| * | Use new database entry format and new libkadm string conversion | Paul Park | 1995-08-03 | 3 | -385/+61 |
| * | Remove dependence on mit-des.h | Paul Park | 1995-07-27 | 2 | -3/+7 |
| * | Add KDC profile and stash file support | Paul Park | 1995-07-17 | 6 | -49/+167 |
| * | Reorganize library logic and use LDFLAGS from configure | Paul Park | 1995-07-07 | 9 | -37/+30 |
| * | Remove LDFLAGS | Paul Park | 1995-07-07 | 2 | -1/+4 |
| * | Add ability to switch between Berkeley and DBM for KDC database | Paul Park | 1995-06-30 | 2 | -1/+29 |
| * | Describe previous changes | Paul Park | 1995-06-30 | 2 | -0/+15 |
| * | Fix initialization and terminal disassociation broken by previous rev | Paul Park | 1995-06-30 | 1 | -7/+7 |
| * | Add usage of compile(3) for regular expressions so SysV machines have them too | Paul Park | 1995-06-30 | 1 | -12/+38 |
| * | Remove -g from LDFLAGS | Sam Hartman | 1995-06-29 | 2 | -1/+6 |
| * | ---------------------------------------------------------------------- | Sam Hartman | 1995-06-29 | 2 | -6/+9 |
| * | Compiler warning cleanup | Paul Park | 1995-06-27 | 4 | -5/+14 |
| * | * Makefile.in - Change explicit library names to -l<lib> form, and | Tom Yu | 1995-06-20 | 1 | -1/+0 |
| * | Change kadm_cleanup so that it returns a defined value | Sam Hartman | 1995-06-17 | 2 | -0/+8 |
| * | Shared library Makefile/configure changes and cleanup | Paul Park | 1995-06-15 | 9 | -21/+42 |
| * | Fixed ACL routines to work on systems with unsigned char. | Sam Hartman | 1995-06-14 | 2 | -2/+14 |
| * | Check for sys/select.h and include if found. Required to | Sam Hartman | 1995-06-13 | 3 | -0/+12 |
| * | changes to accomodate redefinition of krb5_auth_context | Tom Yu | 1995-06-11 | 8 | -8/+21 |
| * | Change the default kadmin instance to be "admin" | Theodore Tso | 1995-06-10 | 2 | -1/+5 |
| * | configure.in: Remove standardized set of autoconf macros, which are | Theodore Tso | 1995-06-09 | 6 | -15/+12 |
| * | configure.in: Remove standardized set of autoconf macros, which are | Theodore Tso | 1995-06-09 | 2 | -7/+7 |
| * | Update kadmind5 to use new logging routines | Paul Park | 1995-06-08 | 7 | -99/+58 |
| * | Makefile.in (CFLAGS), srv_acl.c (acl_init): Use KRB5_DEFAULT_ADMIN_ACL | Theodore Tso | 1995-06-07 | 3 | -7/+7 |
| * | (key_decrypt_keys): On error, when clearing keyblocks, set contents to null. | Ezra Peisach | 1995-06-07 | 2 | -5/+26 |
| * | Change password prompting order | Paul Park | 1995-06-05 | 4 | -71/+129 |