| Commit message (Expand) | Author | Age | Files | Lines |
| * | * srv_main.c: Move inclusion of k5-int.h before testing if | Ezra Peisach | 1996-03-03 | 2 | -1/+6 |
| * | This is the aggregate of a bunch of fixes to kadmind (after all, some people | Mark Eichin | 1996-02-24 | 5 | -434/+383 |
| * | * Makefile.in | Richard Basch | 1996-02-04 | 1 | -2/+6 |
| * | Implement -e option to list that | Sam Hartman | 1996-01-26 | 2 | -2/+20 |
| * | Convert the kvno to a char before writing it out. (The previous code | Sam Hartman | 1996-01-26 | 2 | -2/+9 |
| * | Simplified to simply require the use of WITH_ANAME or USE_KDB5_LIBRARY | Richard Basch | 1996-01-22 | 2 | -28/+0 |
| * | Set the enctype to ENCTYPE_UNKNOWN when the enctype should be determined from | Richard Basch | 1996-01-11 | 1 | -3/+9 |
| * | ktutil.c (ktutil_write_v4): Call ktutil_write_srvtab not ktutil_write_keytab | Ezra Peisach | 1995-12-25 | 3 | -1/+11 |
| * | remove rcs keyword cruft which doesn't make much sense in CVS. | Mark Eichin | 1995-11-03 | 4 | -12/+5 |
| * | * 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 |