| Commit message (Expand) | Author | Age | Files | Lines |
* | * kadmin5.c (kadmin_startup): initialize action before strcat'ing | Mark Eichin | 1995-10-02 | 2 | -0/+6 |
* | (key_encrypt_keys): Remove equally errneous krb5_use_enctype() call | Theodore Tso | 1995-09-14 | 2 | -3/+38 |
* | Keys are encrypted in the key of the master key encryption type, not | Theodore Tso | 1995-09-14 | 3 | -75/+67 |
* | Globally change use of ENCTYPE_DES_CBC_MD5 to DEFAULT_KDC_ENCTYPE, so | Theodore Tso | 1995-09-07 | 1 | -7/+9 |
* | srv_key.c: Globally change use of ENCTYPE_DES_CBC_MD5 to | Theodore Tso | 1995-09-07 | 3 | -3/+22 |
* | * ktutil_funcs.c : Do appropriate magic for enctype/keytype cleanup | Chris Provenzano | 1995-09-07 | 2 | -4/+8 |
* | * admin.c, passwd.c, srv_key.c, srv_main.c : | Chris Provenzano | 1995-09-06 | 5 | -40/+44 |
* | * kadmin5.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/g | Chris Provenzano | 1995-09-06 | 2 | -11/+14 |
* | * admin.c, kadm5_defs.h, srv_key.c, srv_main.c : Remove krb5_enctype | Chris Provenzano | 1995-09-06 | 5 | -39/+17 |
* | Describe previous changes | Paul Park | 1995-08-31 | 1 | -0/+11 |
* | Update ACL file description | Paul Park | 1995-08-31 | 1 | -3/+30 |
* | Provide object for ACL decision | Paul Park | 1995-08-31 | 2 | -36/+42 |
* | Make access decision based on subject and object, not just subject | Paul Park | 1995-08-31 | 2 | -9/+73 |
* | Fix automatic generation of changepw service | Paul Park | 1995-08-25 | 2 | -7/+13 |
* | Update file list | Theodore Tso | 1995-08-24 | 4 | -0/+48 |
* | Remove description of flags. This should be someplace common | Paul Park | 1995-08-21 | 2 | -40/+7 |
* | Use libkadm string handling routines | Paul Park | 1995-08-21 | 2 | -10/+16 |
* | * configure.in: Build ktutil now | Tom Yu | 1995-08-18 | 2 | -1/+4 |
* | First cut of ktutil; change functions have not yet been added | Tom Yu | 1995-08-18 | 8 | -0/+759 |
* | Describe previous changes | Paul Park | 1995-08-17 | 1 | -0/+7 |
* | Only keep the database open while processing one command | Paul Park | 1995-08-17 | 1 | -0/+31 |
* | Add routines to open and close the database | Paul Park | 1995-08-17 | 2 | -4/+39 |
* | Replace key_name_to_data() with krb5_dbe_find_keytype() | Paul Park | 1995-08-15 | 5 | -70/+53 |
* | Consolidate handling of tagged database attributes | Paul Park | 1995-08-10 | 5 | -162/+142 |
* | Describe previous changes | Paul Park | 1995-08-09 | 1 | -0/+19 |
* | Add prototype for key_master_encblock() | Paul Park | 1995-08-09 | 1 | -0/+1 |
* | Fix Purify complaint | Paul Park | 1995-08-09 | 1 | -1/+3 |
* | 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 |