aboutsummaryrefslogtreecommitdiff
path: root/src/tests/gssapi
AgeCommit message (Expand)AuthorFilesLines
2022-03-09Fix conformance issue in GSSAPI testsGreg Hudson1-4/+3
2021-01-08Implement fallback for GSS acceptor namesGreg Hudson1-1/+23
2020-11-18Add verify option to cred storeSimo Sorce1-0/+16
2020-11-18Add password option to cred storeSimo Sorce4-23/+55
2020-10-20Unregister thread key in SPNEGO finalizationGreg Hudson3-15/+104
2020-10-08Fix Python deprecation warningsGreg Hudson1-1/+1
2020-07-01Add GSS_KRB5_NT_X509_CERT name typeIsaac Boukris3-1/+15
2020-05-29Return GSS_S_NO_CRED from krb5 gss_acquire_credGreg Hudson1-1/+1
2020-05-20Add channel bindings testsIsaac Boukris7-29/+219
2020-04-08Fix typos in commentsGreg Hudson2-2/+2
2020-03-31Correctly import "service@" GSS host-based nameGreg Hudson1-0/+3
2020-03-09Change KDC constrained-delegation precedence orderIsaac Boukris1-9/+23
2020-03-02Refresh manually acquired creds from client keytabRobbie Harwood1-0/+18
2020-01-23Apply permitted_enctypes to KDC request enctypesRobbie Harwood1-5/+1
2020-01-22Allow cross-realm RBCD with PAC and other authdataIsaac Boukris1-3/+0
2020-01-13Restrict test KDB to local principalsIsaac Boukris1-1/+3
2019-12-06Add NegoEx testsGreg Hudson4-21/+232
2019-12-06Qualify short hostnames when not using DNSGreg Hudson1-2/+3
2019-09-09Add tests for local and cross-realm RBCD requestsIsaac Boukris1-0/+99
2019-09-09S4U2Proxy evidence tickets needn't be forwardableIsaac Boukris1-14/+11
2019-07-29Fix test suite issues affecting Travis imagesGreg Hudson1-2/+3
2019-05-28Update test suite to avoid single-DES enctypesRobbie Harwood3-41/+3
2019-05-05Fix some return code handling bugsRobbie Harwood1-0/+1
2019-03-13Add tests for S4U2Self with certificateIsaac Boukris1-2/+71
2019-03-05Improve S4U2Self realm identification internalsGreg Hudson1-3/+1
2019-02-06Process SPNEGO error tokens through mechLuke Howard2-3/+9
2019-01-17Mark deprecated enctypes when usedRobbie Harwood1-6/+9
2019-01-16In rd_req_dec, always log non-permitted enctypesRobbie Harwood1-2/+3
2018-12-20Remove incorrect KDC assertionIsaac Boukris1-0/+8
2018-12-08Ignore password attributes for S4U2Self requestsIsaac Boukris1-0/+8
2018-10-26Update auto-generated filesGreg Hudson1-0/+4
2018-10-23Add GSS_KRB5_NT_ENTERPRISE_NAME name typeIsaac Boukris5-9/+69
2018-10-17Add test for cross realm S4U2Self using referralsIsaac Boukris1-11/+33
2018-09-26Don't rely on default realm in S4U2Self clientIsaac Boukris1-1/+4
2018-09-21Always honor desired_name in gss_add_cred()Greg Hudson1-0/+10
2018-09-19Fix memory bugs in gss_add_cred() extension caseGreg Hudson1-1/+30
2018-09-17Fix memory leak in gss_add_cred() creation caseGreg Hudson3-25/+127
2018-07-05Explicitly look for python2 in configure.inGreg Hudson7-8/+0
2018-07-05Disable canonicalization in ccselect testsGreg Hudson1-4/+7
2018-03-02Use libkrb5support hex functions where appropriateGreg Hudson2-12/+15
2017-11-21Length check when parsing GSS token encapsulationGreg Hudson1-5/+52
2017-09-25make depend, man, update-poGreg Hudson1-0/+4
2017-09-04Add hostname-based ccselect moduleRobbie Harwood1-0/+9
2017-06-19Suppress y2038 GSS tests when time_t is 32-bitGreg Hudson1-3/+4
2017-05-16Add timestamp testsGreg Hudson3-12/+187
2017-04-18make dependGreg Hudson1-1/+2
2017-04-14Add FAST encrypted challenge auth indicatorMatt Rogers1-0/+15
2017-04-10Add support to query the SSF of a GSS contextSimo Sorce1-0/+14
2017-02-21Add OID to inquire GSS cred impersonator nameSimo Sorce1-0/+20
2017-02-16Use fallback realm for GSSAPI ccache selectionMatt Rogers1-11/+41