aboutsummaryrefslogtreecommitdiff
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2017-09-25make depend, man, update-poGreg Hudson1-0/+14
2017-08-29Fix certauth built-in module returnsGreg Hudson2-26/+27
2017-08-29Fix kdcpolicy build issuesGreg Hudson2-2/+2
2017-08-21Fix bugs in kdcpolicy commitGreg Hudson1-5/+5
2017-08-21Avoid repeating typedef in certauth_plugin.hGreg Hudson2-5/+10
2017-08-18Add KDC policy pluggable interfaceRobbie Harwood4-0/+132
2017-08-17Add tests for kadm5_auth interfaceGreg Hudson4-0/+349
2017-08-07Remove incomplete PKINIT OCSP supportRobbie Harwood3-14/+11
2017-06-28Remove unused async binding code in LDAPGreg Hudson3-70/+0
2017-06-05Pass local address to DAL audit_as_reqAndreas Schneider5-1/+6
2017-06-05Consistently name and constify address variablesAndreas Schneider5-7/+10
2017-05-18Pass client address to DAL audit_as_reqAndreas Schneider5-10/+14
2017-05-16Make timestamp manipulations y2038-safeGreg Hudson3-9/+9
2017-04-18make dependGreg Hudson1-5/+6
2017-04-14Avoid using tmpnam(3) in db2's hash.cRobbie Harwood1-16/+3
2017-04-14Remove tautological NULL checks in kdc_j_encode.cRobbie Harwood1-16/+13
2017-04-12Fix unused variablesRobbie Harwood1-1/+1
2017-04-10Port pkinit debug code to OpenSSL 1.1.0 APIJakub Jelen1-3/+5
2017-04-06Use the canonical client principal name for OTPMatt Rogers1-1/+2
2017-04-05Convert some pkiDebug messages to TRACE macrosMatt Rogers5-45/+97
2017-03-27Remove the NSS PKINIT crypto implementationMatt Rogers4-5826/+3
2017-03-24Remove some unnecessary PKINIT codeGreg Hudson1-9/+1
2017-03-23Correct error handling bug in prior commitGreg Hudson1-2/+2
2017-03-23Add the certauth dbmatch moduleMatt Rogers5-0/+123
2017-03-23Simplify PKINIT cert iteration and selectionMatt Rogers4-417/+189
2017-03-23Add certauth pluggable interfaceMatt Rogers8-40/+579
2017-02-27Fix PKINIT two-component matching rule parsingGreg Hudson1-1/+1
2017-02-23Add test cases for preauth fallback behaviorGreg Hudson6-66/+236
2017-02-15Add OpenLDAP LDIF file for Kerberos schemaGreg Hudson1-0/+68
2017-02-09Avoid draft 9 fallback after PKINIT failureGreg Hudson3-0/+10
2017-01-11Clean up krb5_db2_free_policy()Greg Hudson1-7/+0
2017-01-05Deindent crypto_retrieve_X509_sans()Greg Hudson1-96/+100
2017-01-03Improve PKINIT UPN SAN matchingMatt Rogers2-5/+9
2016-12-15Clean up PKINIT decode_data functionsGreg Hudson1-43/+32
2016-12-15Fix error handling in PKINIT decode_data()Greg Hudson1-10/+7
2016-12-03Add krbPwdPolicy attributes to kerberos.ldifTomas Kuthan1-1/+1
2016-11-23Simplify LDAP module by relying on OpenLDAP 2.1Greg Hudson2-91/+16
2016-10-25make dependGreg Hudson6-143/+152
2016-10-05Set alg param correctly for PKCS1Tom Yu1-2/+1
2016-09-22Add PKINIT support for OpenSSL 1.1.0Greg Hudson2-237/+400
2016-09-22Add k5tls support for OpenSSL 1.1.0Greg Hudson1-4/+4
2016-09-08Clean up libdb2 warningsTom Yu12-56/+63
2016-09-08Test bt_split.c unaligned accessTom Yu1-2/+24
2016-09-08Fix unaligned accesses in bt_split.cTom Yu1-6/+12
2016-09-08Fix bt_debug.c unaligned accesses and formatsTom Yu1-28/+39
2016-09-07Remove meaningless checks decoding DB2 principalsGreg Hudson1-4/+2
2016-08-29Avoid byte-swap cache corruption in libdb2Tom Yu2-0/+9
2016-08-29Add known file test case for btree byte swapTom Yu4-3/+159
2016-08-29Fix btree byte swapping for overflow dataTom Yu1-6/+9
2016-08-29Test btree unaligned byte swappingTom Yu1-2/+34