summaryrefslogtreecommitdiffstats
path: root/src/kadmin
Commit message (Expand)AuthorAgeFilesLines
...
* *** empty log message ***Tom Yu1996-07-311-0/+5
* * kadmin.c: Remove delcaration for getpwuid(); already declared inTom Yu1996-07-311-1/+0
* * kdb5_create.c (kdb5_create): Ignore (expected) failure inEzra Peisach1996-07-272-1/+10
* * configure.in: remove createTom Yu1996-07-262-1/+5
* Actually install kadmin.local. (Or rather, don't install kadmin.localTheodore Tso1996-07-262-1/+7
* Remove the new kdb5_create, which is subsumed by kdb5_utilTheodore Tso1996-07-2612-1666/+0
* Remove last traces of the old admin serverTheodore Tso1996-07-261-46/+0
* Remove v5client, which is the old client for the old kadmin systemTheodore Tso1996-07-2611-3148/+0
* Remove the old kadmin serverTheodore Tso1996-07-2613-8173/+0
* Remove setenv.c and use krb5_setenv instead. This version of setenvSam Hartman1996-07-263-166/+6
* * Makefile.in, configure.in, adm_rw.c, kadm5_defs.h, main.c,Marc Horowitz1996-07-258-0/+2943
* kadmin.c (quit): Return zero so that we return the proper exit status.Theodore Tso1996-07-252-1/+8
* *** empty log message ***Marc Horowitz1996-07-251-0/+4
* * configure.in (CONFIG_DIRS): added v5passwddMarc Horowitz1996-07-251-1/+1
* * ovsec_kadmd.c (main): Put the #ifdef SO_REUSEADDR at theTom Yu1996-07-242-2/+7
* Use $(LD) instead of $(CC) for linking... This allows for use of purifyEzra Peisach1996-07-242-1/+5
* * Makefile.in (all): Use $(LD) instead of $(CC) for link stageEzra Peisach1996-07-244-2/+25
* * Makefile.in: add dependency for kdb5_util_ct.oTom Yu1996-07-232-0/+6
* * Makefile.in: add dependency for kadmin_ct.oTom Yu1996-07-232-0/+6
* this commit includes all the changes on the OV_9510_INTEGRATION andMarc Horowitz1996-07-221-0/+10
* this commit includes all the changes on the OV_9510_INTEGRATION andMarc Horowitz1996-07-22228-2/+40100
* * configure.in: remove ref to SS_RULESTom Yu1996-06-144-2/+8
* * configure.in: remove ref to ET_RULESTom Yu1996-06-144-2/+9
* cvsignore hackeryTom Yu1996-06-104-4/+0
* missing log entriesKen Raeburn1996-05-023-1/+40
* Ken's acl and hangup fixesMark Eichin1996-04-097-11/+40
* add "extract snk4 key" function to get device keys out of the databaseMark Eichin1996-04-092-0/+111
* * ktutil_funcs.c (ktutil_write_srvtab): use any type of des keyRichard Basch1996-03-202-28/+37
* * 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
* * Makefile.inRichard Basch1996-02-041-2/+6
* Implement -e option to list thatSam Hartman1996-01-262-2/+20
* Convert the kvno to a char before writing it out. (The previous codeSam Hartman1996-01-262-2/+9
* Simplified to simply require the use of WITH_ANAME or USE_KDB5_LIBRARYRichard Basch1996-01-222-28/+0
* Set the enctype to ENCTYPE_UNKNOWN when the enctype should be determined fromRichard Basch1996-01-111-3/+9
* ktutil.c (ktutil_write_v4): Call ktutil_write_srvtab not ktutil_write_keytabEzra Peisach1995-12-253-1/+11
* remove rcs keyword cruft which doesn't make much sense in CVS.Mark Eichin1995-11-034-12/+5
* * kadmin5.c (kadmin_startup): initialize action before strcat'ingMark Eichin1995-10-022-0/+6
* (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
* * ktutil_funcs.c : Do appropriate magic for enctype/keytype cleanupChris Provenzano1995-09-072-4/+8
* * admin.c, passwd.c, srv_key.c, srv_main.c :Chris Provenzano1995-09-065-40/+44
* * kadmin5.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/gChris Provenzano1995-09-062-11/+14
* * 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