aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-09-22Convert kprop and kpropd to use getopt()Greg Hudson2-141/+84
2017-09-11Fix AIX build issuesGreg Hudson5-15/+19
2017-09-08Limit ticket lifetime to 2^31-1 secondsGreg Hudson10-15/+24
2017-09-06Allow small errors in t_renew.py testsGreg Hudson1-3/+5
2017-09-06Fix make-certs.sh for OpenSSL 1.1Greg Hudson1-12/+11
2017-09-04Add hostname-based ccselect moduleRobbie Harwood6-0/+171
2017-09-04Remove indirection around ccselect choose methodRobbie Harwood1-9/+1
2017-09-04Bump bundled libverto for 0.3.0 releaseRobbie Harwood6-39/+125
2017-08-30Issue trivially renewable ticketsGreg Hudson2-27/+59
2017-08-29Add PKINIT test case for generic client certGreg Hudson1-0/+10
2017-08-29Add test cert with no extensionsGreg Hudson17-160/+174
2017-08-29Fix certauth built-in module returnsGreg Hudson2-26/+27
2017-08-29Fix kdcpolicy build issuesGreg Hudson3-3/+3
2017-08-29Don't set ctime in KDC error repliesGreg Hudson2-2/+2
2017-08-28Preserve GSS context on init/accept failureGreg Hudson17-21/+72
2017-08-22Use standard comment in certauth plugin headerGreg Hudson1-3/+26
2017-08-21Fix bugs in kdcpolicy commitGreg Hudson3-10/+15
2017-08-21Fix bugs in kadm5_auth commitGreg Hudson2-4/+4
2017-08-21Avoid repeating typedef in certauth_plugin.hGreg Hudson3-8/+15
2017-08-18Add KDC policy pluggable interfaceRobbie Harwood23-74/+614
2017-08-17Add tests for kadm5_auth interfaceGreg Hudson9-0/+448
2017-08-17Use kadm5_auth interface in kadmindGreg Hudson19-458/+591
2017-08-17Add kadm5_auth pluggable interfaceGreg Hudson9-5/+741
2017-08-09Log failure details for mutex errorsRobbie Harwood1-0/+16
2017-08-07Remove incomplete PKINIT OCSP supportRobbie Harwood5-20/+11
2017-07-27Make ccache name work for klist/kdestroy -AGreg Hudson3-37/+42
2017-07-24Allow WARN_CFLAGS override for SolarisWill Fiveash1-2/+10
2017-07-24Prevent null dereference with keyboard master keyGreg Hudson1-3/+4
2017-07-24Simplify KDC status assignmentGreg Hudson2-79/+24
2017-07-24Prevent KDC unset status assertion failuresGreg Hudson3-5/+12
2017-07-17Update autoconf archive macrosGreg Hudson7-445/+550
2017-07-17Clarify "all privileges" in kadm5.acl docsGreg Hudson1-13/+14
2017-07-17Bump cmocka version in Travis buildGreg Hudson1-3/+3
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 Hudson12-104/+81
2017-06-28Fix kadm5 setkey operation with LDAP KDBGreg Hudson1-0/+6
2017-06-28Remove unused async binding code in LDAPGreg Hudson3-70/+0
2017-06-26Add aes-sha2 to default enctypes in docsGreg Hudson1-1/+1
2017-06-19Fix kadm5.acl error reportingGreg Hudson1-3/+3
2017-06-19Suppress y2038 GSS tests when time_t is 32-bitGreg Hudson1-3/+4
2017-06-15Turn off -Wmaybe-uninitializedGreg Hudson3-44/+38
2017-06-13Add ktutil add_entry option to specify saltMubashir Kazia5-11/+26
2017-06-13Allow unspecified kvno in keytab entriesLuke Howard4-5/+7
2017-06-07Add t_sha2 test program to .gitignoreAlexander Scheel1-1/+1
2017-06-05Pass local address to DAL audit_as_reqAndreas Schneider12-19/+37
2017-06-05Pass full local address to dispatch functionsAndreas Schneider5-15/+17
2017-06-05Consistently name and constify address variablesAndreas Schneider13-58/+65
2017-06-05Kill TCP connections if getsockname failsAndreas Schneider2-17/+9
2017-05-31Fix gmt_mktime for y2038Greg Hudson1-9/+8