aboutsummaryrefslogtreecommitdiff
path: root/src/kadmin
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-05Consistently name and constify address variablesAndreas Schneider1-8/+8
2017-06-05Kill TCP connections if getsockname failsAndreas Schneider1-13/+3
2017-05-18Use krb5_timestamp where appropriateGreg Hudson1-1/+1
2017-05-18Fix more time manipulations for y2038Greg Hudson1-1/+1
2017-05-16Make timestamp manipulations y2038-safeGreg Hudson6-27/+27
2017-04-20Add various bound checksMartin Kittel1-1/+13
2017-04-14Avoid increased alignment restriction warningsRobbie Harwood1-5/+5
2017-04-14Mute shift/reduce conflicts in getdate.yRobbie Harwood1-1/+4
2017-04-12Remove /* in block commentRobbie Harwood1-2/+2
2017-04-12Remove tautological comparisonsRobbie Harwood1-1/+1
2016-11-09Use zap() more consistentlyGreg Hudson1-4/+1
2016-10-25make dependGreg Hudson4-234/+246
2016-10-07Fix kadmind debug printf to show kprop portRobbie Harwood1-2/+5
2016-09-23Add the kdc_tcp_listen_backlog KDC optionMatt Rogers1-1/+2
2016-09-08Use krb5_db_register_keytab() in kinit, kadmindAndreas Schneider1-1/+1
2016-09-06Fix directory changes to use explicit subshellsRobbie Harwood1-2/+2
2016-08-24Use krb5_expand_hostname() when creating KDBGreg Hudson1-36/+7
2016-08-16Restore recursive dump functionalityTom Yu1-5/+1
2016-08-10Fix memory leaks in test programsGreg Hudson1-0/+6
2016-08-10Fix a variety of one-time leaksGreg Hudson8-114/+55
2016-08-04Warn about dump -recurse nonfunctionalityTom Yu1-0/+3
2016-07-30make dependGreg Hudson4-246/+235
2016-07-30Fix build system hygiene issuesGreg Hudson1-0/+2
2016-07-28Use single-colon rules in makefilesGreg Hudson9-31/+28
2016-07-18Add the kprop-port option to kadmindMatt Rogers2-4/+13
2016-07-18Allow user to restrict KDC to specific addressesSarah Day1-2/+2
2016-07-18Allow user to restrict kadmind bind addressesSarah Day1-5/+9
2016-07-18Add ability to bind addresses to the net-serverSarah Day1-6/+7
2016-07-18Remove workaround when pktinfo is unsupportedSarah Day1-3/+0
2016-06-20Fix argument order for kprop debug messageMatt Rogers1-1/+1
2016-06-13Fix kprop and kpropd realm handlingMatt Rogers1-7/+8
2016-06-08Fix kadmin min_life check with nonexistent policyGreg Hudson1-1/+3
2016-05-26Simplify principal and policy manipulation codeGreg Hudson2-4/+2
2016-04-25Improve kadmin time interval output consistencyGreg Hudson1-3/+3
2016-04-25Fix minor race in kadmin time interval parsingGreg Hudson3-8/+16
2016-04-25Improve kadmin parsing of time intervalsGreg Hudson1-49/+68
2016-02-26Improve libkadm5 server stubsSimo Sorce2-914/+575
2016-02-19Add the ability to lock down principal keysSimo Sorce4-10/+139