aboutsummaryrefslogtreecommitdiff
path: root/src/kadmin
AgeCommit message (Expand)AuthorFilesLines
2020-01-07Work around macOS SIP in the test suiteGreg Hudson3-3/+7
2019-12-22Don't warn in kadmin when no policy is specifiedRobbie Harwood1-2/+2
2019-12-20Remove unused kadmin and RPC test scriptsGreg Hudson6-544/+1
2019-12-20Simplify keytab creation in kadmin and RPC testsGreg Hudson3-14/+0
2019-09-19Add environment variable for GSS mech configGreg Hudson2-0/+2
2019-07-31Eliminate qualname.plinGreg Hudson6-30/+7
2019-07-29Fix test suite issues affecting Travis imagesGreg Hudson1-9/+10
2019-05-31Use file2 replay cache by defaultGreg Hudson1-1/+1
2019-05-29Simplify kdb5_util global argv processingGreg Hudson1-7/+4
2019-05-28Display unsupported enctype namesGreg Hudson1-1/+3
2019-05-28Update test suite to avoid single-DES enctypesRobbie Harwood2-3/+1
2019-05-28Remove the v4 and afs3 salt typesRobbie Harwood1-1/+1
2019-05-14Remove dead variable def_kslist from two filesRobbie Harwood1-11/+1
2019-05-10Remove more dead codeRobbie Harwood2-6/+0
2019-05-10Improve error messages from kadmin change_passwordRobbie Harwood1-4/+8
2019-04-17Remove ovsec_adm_export dump format supportRobbie Harwood2-105/+8
2019-04-11Remove kadmin RPC support for setting v4 keyRobbie Harwood3-58/+1
2019-04-11Remove srvtab supportRobbie Harwood9-41/+8
2019-01-17Mark deprecated enctypes when usedRobbie Harwood1-1/+5
2018-10-26Improve code hygiene of kdb5_util dump helpersGreg Hudson1-17/+28
2018-10-26Fix minor leak in kadmind password change dispatchGreg Hudson1-1/+4
2018-10-19Don't dump policies if principals are specifiedGreg Hudson1-1/+2
2018-10-19Fix up kdb5_util documentationGreg Hudson3-12/+6
2018-10-12Fix multiple leaks in ktutil addentGreg Hudson1-57/+39
2018-10-04Add ktutil addent option to fetch salt from KDCGreg Hudson3-24/+83
2018-10-03Use the term "replica KDC" in source and docsGreg Hudson4-10/+10
2018-09-26Fix getdate.y compatability with POSIX yaccRobbie Harwood1-2/+3
2018-09-06Remove strftime() conditionalizationGreg Hudson1-465/+0
2018-08-31Check return values of time functionsGreg Hudson4-5/+11
2018-07-18Eliminate preprocessor-disabled dead codeRobbie Harwood2-67/+0
2018-07-12Convert Python tests to Python 3Greg Hudson1-2/+2
2018-07-05Explicitly look for python2 in configure.inGreg Hudson1-2/+0
2018-06-20Fix minor leak in kdb5_util purge_mkeysGreg Hudson1-1/+1
2018-06-18Eliminate use of the 'register' keywordThomas Sondergaard4-11/+11
2018-04-25Improve error for kadmind -proponly without ipropsashan1-0/+4
2018-04-23Avoid peeking into server handle in kadmindGreg Hudson3-17/+13
2018-04-23Fix doubled "kadmind:" in kadmind fail_to_start()Greg Hudson1-1/+0
2018-04-17Display more extended errors in kdb5_utilGreg Hudson1-10/+4
2018-03-14Exit with status 0 from kadmindRobbie Harwood1-1/+1
2018-03-02Use libkrb5support hex functions where appropriateGreg Hudson4-42/+34
2017-09-25make depend, man, update-poGreg Hudson1-3/+10
2017-08-21Fix bugs in kadm5_auth commitGreg Hudson1-3/+3
2017-08-17Use kadm5_auth interface in kadmindGreg Hudson13-449/+546
2017-08-17Add kadm5_auth pluggable interfaceGreg Hudson3-4/+389
2017-07-02Parse all kadm5.acl fields at startupGreg Hudson1-62/+29
2017-07-02Modernize auth_acl.cGreg Hudson7-830/+596
2017-07-02Move kadm5.acl code into kadmindGreg Hudson8-42/+973
2017-06-13Add ktutil add_entry option to specify saltMubashir Kazia3-9/+24
2017-06-13Allow unspecified kvno in keytab entriesLuke Howard1-2/+4
2017-06-05Pass full local address to dispatch functionsAndreas Schneider1-7/+2