summaryrefslogtreecommitdiffstats
path: root/src/kadmin/v5server
Commit message (Expand)AuthorAgeFilesLines
* * configure.in: remove ref to ET_RULESTom Yu1996-06-142-1/+5
* cvsignore hackeryTom Yu1996-06-101-1/+0
* missing log entriesKen Raeburn1996-05-022-1/+33
* Ken's acl and hangup fixesMark Eichin1996-04-097-11/+40
* * srv_main.c: Move inclusion of k5-int.h before testing ifEzra Peisach1996-03-032-1/+6
* This is the aggregate of a bunch of fixes to kadmind (after all, some peopleMark Eichin1996-02-245-434/+383
* Simplified to simply require the use of WITH_ANAME or USE_KDB5_LIBRARYRichard Basch1996-01-221-14/+0
* Set the enctype to ENCTYPE_UNKNOWN when the enctype should be determined fromRichard Basch1996-01-111-3/+9
* remove rcs keyword cruft which doesn't make much sense in CVS.Mark Eichin1995-11-031-3/+1
* (key_encrypt_keys): Remove equally errneous krb5_use_enctype() callTheodore Tso1995-09-142-3/+38
* Keys are encrypted in the key of the master key encryption type, notTheodore Tso1995-09-143-75/+67
* Globally change use of ENCTYPE_DES_CBC_MD5 to DEFAULT_KDC_ENCTYPE, soTheodore Tso1995-09-071-7/+9
* srv_key.c: Globally change use of ENCTYPE_DES_CBC_MD5 toTheodore Tso1995-09-073-3/+22
* * admin.c, passwd.c, srv_key.c, srv_main.c :Chris Provenzano1995-09-065-40/+44
* * admin.c, kadm5_defs.h, srv_key.c, srv_main.c : Remove krb5_enctypeChris Provenzano1995-09-065-39/+17
* Describe previous changesPaul Park1995-08-311-0/+11
* Update ACL file descriptionPaul Park1995-08-311-3/+30
* Provide object for ACL decisionPaul Park1995-08-312-36/+42
* Make access decision based on subject and object, not just subjectPaul Park1995-08-312-9/+73
* Fix automatic generation of changepw servicePaul Park1995-08-252-7/+13
* Describe previous changesPaul Park1995-08-171-0/+7
* Only keep the database open while processing one commandPaul Park1995-08-171-0/+31
* Add routines to open and close the databasePaul Park1995-08-172-4/+39
* Replace key_name_to_data() with krb5_dbe_find_keytype()Paul Park1995-08-155-70/+53
* Consolidate handling of tagged database attributesPaul Park1995-08-105-162/+142
* Describe previous changesPaul Park1995-08-091-0/+19
* Add prototype for key_master_encblock()Paul Park1995-08-091-0/+1
* Fix Purify complaintPaul Park1995-08-091-1/+3
* Fix memory leakPaul Park1995-08-091-5/+5
* Network slave bookkeeping fixupPaul Park1995-08-091-2/+4
* Add krb5_use_keytype for each keytypePaul Park1995-08-091-0/+17
* First pass at kdb5 change-password code. Fix memory leaksPaul Park1995-08-092-17/+187
* Describe previous changesPaul Park1995-08-081-0/+11
* Fix key merging logic and allow multiple key/salt strings to be parsedPaul Park1995-08-081-9/+26
* Don't deallocate key/salt tuples if supplied by caller to string_to_keyPaul Park1995-08-081-2/+7
* Handle new protocol error messagesPaul Park1995-08-081-0/+8
* Use sigjmp_buf under POSIX_SETJMPPaul Park1995-08-083-3/+15
* Describe previous changesPaul Park1995-08-071-0/+6
* Handle V4 salttype correctlyPaul Park1995-08-071-5/+9
* Fix key list merging so that kvno is generated correctlyPaul Park1995-08-071-14/+18
* Describe previous changesPaul Park1995-08-041-0/+16
* Update key handling prototypes and add new prototypesPaul Park1995-08-041-0/+24
* Rework key_{string_to,random}_keys. Find latest admin key instead of key[0]Paul Park1995-08-041-193/+318
* Make passwd_check_opass_ok() availablePaul Park1995-08-041-6/+7
* Add support for add-key and delete-keyPaul Park1995-08-042-27/+744
* Describe previous changesPaul Park1995-08-031-0/+13
* Include adm.h, update prototypesPaul Park1995-08-031-33/+37
* Use new database entry format. Update key_{string_to,encrypt,decrypt,random}...Paul Park1995-08-031-260/+498
* Use new database entry format. Use new calling sequences for key...()Paul Park1995-08-032-268/+265
* Handle the key/salt pair list and pass it to key_initPaul Park1995-08-031-5/+29