aboutsummaryrefslogtreecommitdiff
path: root/src/kadmin
AgeCommit message (Expand)AuthorFilesLines
1995-11-03remove rcs keyword cruft which doesn't make much sense in CVS.Mark Eichin4-12/+5
1995-10-02 * kadmin5.c (kadmin_startup): initialize action before strcat'ingMark Eichin2-0/+6
1995-09-14(key_encrypt_keys): Remove equally errneous krb5_use_enctype() callTheodore Tso2-3/+38
1995-09-14Keys are encrypted in the key of the master key encryption type, notTheodore Tso3-75/+67
1995-09-07Globally change use of ENCTYPE_DES_CBC_MD5 to DEFAULT_KDC_ENCTYPE, soTheodore Tso1-7/+9
1995-09-07srv_key.c: Globally change use of ENCTYPE_DES_CBC_MD5 toTheodore Tso3-3/+22
1995-09-07 * ktutil_funcs.c : Do appropriate magic for enctype/keytype cleanupChris Provenzano2-4/+8
1995-09-06 * admin.c, passwd.c, srv_key.c, srv_main.c :Chris Provenzano5-40/+44
1995-09-06 * kadmin5.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/gChris Provenzano2-11/+14
1995-09-06 * admin.c, kadm5_defs.h, srv_key.c, srv_main.c : Remove krb5_enctypeChris Provenzano5-39/+17
1995-08-31Describe previous changesPaul Park1-0/+11
1995-08-31Update ACL file descriptionPaul Park1-3/+30
1995-08-31Provide object for ACL decisionPaul Park2-36/+42
1995-08-31Make access decision based on subject and object, not just subjectPaul Park2-9/+73
1995-08-25Fix automatic generation of changepw servicePaul Park2-7/+13
1995-08-24Update file listTheodore Tso4-0/+48
1995-08-21Remove description of flags. This should be someplace commonPaul Park2-40/+7
1995-08-21Use libkadm string handling routinesPaul Park2-10/+16
1995-08-18 * configure.in: Build ktutil nowTom Yu2-1/+4
1995-08-18First cut of ktutil; change functions have not yet been addedTom Yu8-0/+759
1995-08-17Describe previous changesPaul Park1-0/+7
1995-08-17Only keep the database open while processing one commandPaul Park1-0/+31
1995-08-17Add routines to open and close the databasePaul Park2-4/+39
1995-08-15Replace key_name_to_data() with krb5_dbe_find_keytype()Paul Park5-70/+53
1995-08-10Consolidate handling of tagged database attributesPaul Park5-162/+142
1995-08-09Describe previous changesPaul Park1-0/+19
1995-08-09Add prototype for key_master_encblock()Paul Park1-0/+1
1995-08-09Fix Purify complaintPaul Park1-1/+3
1995-08-09Fix memory leakPaul Park1-5/+5
1995-08-09Network slave bookkeeping fixupPaul Park1-2/+4
1995-08-09Add krb5_use_keytype for each keytypePaul Park1-0/+17
1995-08-09First pass at kdb5 change-password code. Fix memory leaksPaul Park2-17/+187
1995-08-08Add {add,del}_key_type commandsPaul Park6-126/+274
1995-08-08Describe previous changesPaul Park1-0/+11
1995-08-08Fix key merging logic and allow multiple key/salt strings to be parsedPaul Park1-9/+26
1995-08-08Don't deallocate key/salt tuples if supplied by caller to string_to_keyPaul Park1-2/+7
1995-08-08Handle new protocol error messagesPaul Park1-0/+8
1995-08-08Use sigjmp_buf under POSIX_SETJMPPaul Park3-3/+15
1995-08-07Describe previous changesPaul Park1-0/+6
1995-08-07Handle V4 salttype correctlyPaul Park1-5/+9
1995-08-07Fix key list merging so that kvno is generated correctlyPaul Park1-14/+18
1995-08-04Describe previous changesPaul Park1-0/+16
1995-08-04Update key handling prototypes and add new prototypesPaul Park1-0/+24
1995-08-04Rework key_{string_to,random}_keys. Find latest admin key instead of key[0]Paul Park1-193/+318
1995-08-04Make passwd_check_opass_ok() availablePaul Park1-6/+7
1995-08-04Add support for add-key and delete-keyPaul Park2-27/+744
1995-08-04Replace hand-decoded integers with kdb macrosPaul Park2-8/+6
1995-08-03Describe previous changesPaul Park1-0/+13
1995-08-03Include adm.h, update prototypesPaul Park1-33/+37
1995-08-03Use new database entry format. Update key_{string_to,encrypt,decrypt,random}...Paul Park1-260/+498