| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove last traces of the old admin server | Theodore Tso | 1996-07-26 | 1 | -46/+0 |
| * | Remove the old kadmin server | Theodore Tso | 1996-07-26 | 13 | -8173/+0 |
| * | * configure.in: remove ref to ET_RULES | Tom Yu | 1996-06-14 | 2 | -1/+5 |
| * | cvsignore hackery | Tom Yu | 1996-06-10 | 1 | -1/+0 |
| * | missing log entries | Ken Raeburn | 1996-05-02 | 2 | -1/+33 |
| * | Ken's acl and hangup fixes | Mark Eichin | 1996-04-09 | 7 | -11/+40 |
| * | * 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 |
| * | Simplified to simply require the use of WITH_ANAME or USE_KDB5_LIBRARY | Richard Basch | 1996-01-22 | 1 | -14/+0 |
| * | Set the enctype to ENCTYPE_UNKNOWN when the enctype should be determined from | Richard Basch | 1996-01-11 | 1 | -3/+9 |
| * | remove rcs keyword cruft which doesn't make much sense in CVS. | Mark Eichin | 1995-11-03 | 1 | -3/+1 |
| * | (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 |
| * | * admin.c, passwd.c, srv_key.c, srv_main.c : | Chris Provenzano | 1995-09-06 | 5 | -40/+44 |
| * | * 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 |
| * | 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 |
| * | 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 |
| * | 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 |