summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* CVE-2021-23192: python/tests/dcerpc: add tests to check how security contexts...Stefan Metzmacher2021-11-091-0/+1273
* CVE-2021-23192: python/tests/dcerpc: fix do_single_request(send_req=False)Stefan Metzmacher2021-11-091-17/+20
* CVE-2021-23192: python/tests/dcerpc: let generate_request_auth() use g_auth_l...Stefan Metzmacher2021-11-091-3/+3
* CVE-2021-23192: python/tests/dcerpc: change assertNotEquals() into assertNotE...Stefan Metzmacher2021-11-092-151/+151
* CVE-2020-25722 pytests: Give computer accounts unique (and valid) sAMAccountN...Stefan Metzmacher2021-11-091-6/+12
* CVE-2020-25719 tests/krb5: Add tests for using a ticket with a renamed accountJoseph Sutton2021-11-095-33/+128
* CVE-2020-25718 tests/krb5: Only fetch RODC account credentials when necessaryJoseph Sutton2021-11-091-3/+6
* CVE-2020-25721 auth: Fill in the new HAS_SAM_NAME_AND_SID valuesAndrew Bartlett2021-11-091-2/+0
* CVE-2020-25722 pytest: Raise an error when adding a dynamic test that would o...Joseph Sutton2021-11-091-1/+4
* CVE-2020-25719 tests/krb5: Add tests for mismatched names with user-to-userJoseph Sutton2021-11-092-2/+104
* CVE-2020-25719 tests/krb5: Add test for user-to-user with no snameJoseph Sutton2021-11-091-11/+27
* CVE-2020-25719 tests/krb5: Add tests for requester SID PAC bufferJoseph Sutton2021-11-091-4/+218
* CVE-2020-25719 tests/krb5: Add tests for PAC-REQUEST padataJoseph Sutton2021-11-091-3/+229
* CVE-2020-25719 tests/krb5: Add tests for PAC attributes bufferJoseph Sutton2021-11-091-16/+265
* CVE-2020-25719 tests/krb5: Add expected parameters to cache key for obtaining...Joseph Sutton2021-11-091-2/+7
* CVE-2020-25719 tests/krb5: Add EXPECT_PAC environment variable to expect pac ...Joseph Sutton2021-11-091-6/+19
* CVE-2020-25719 tests/krb5: Add testing for PAC_TYPE_REQUESTER_SID PAC bufferJoseph Sutton2021-11-092-0/+22
* CVE-2020-25719 tests/krb5: Add testing for PAC_TYPE_ATTRIBUTES_INFO PAC bufferJoseph Sutton2021-11-092-1/+44
* CVE-2020-25719 tests/krb5: Add _modify_tgt() method for modifying already obt...Joseph Sutton2021-11-091-2/+60
* CVE-2020-25719 tests/krb5: Extend _get_tgt() method to allow more modificatio...Joseph Sutton2021-11-091-18/+37
* CVE-2020-25719 tests/krb5: tests/krb5: Adjust expected error code for S4U2Sel...Joseph Sutton2021-11-091-10/+22
* CVE-2020-25719 tests/krb5: Adjust expected error codes for user-to-user testsJoseph Sutton2021-11-091-1/+3
* CVE-2020-25719 tests/krb5: Adjust PAC tests to prepare for new PAC_ATTRIBUTES...Joseph Sutton2021-11-091-5/+5
* CVE-2020-25719 tests/krb5: Use correct credentials for user-to-user testsJoseph Sutton2021-11-091-5/+4
* CVE-2020-25719 tests/krb5: Return ticket from _tgs_req()Joseph Sutton2021-11-091-6/+12
* CVE-2020-25719 tests/krb5: Expect 'renew-till' element when renewing a TGTJoseph Sutton2021-11-091-2/+6
* CVE-2020-25719 tests/krb5: Don't expect a kvno for user-to-userJoseph Sutton2021-11-091-3/+13
* CVE-2020-25719 tests/krb5: Allow update_pac_checksums=True if the PAC is not ...Joseph Sutton2021-11-091-1/+1
* CVE-2020-25719 tests/krb5: Provide expected parameters for both AS-REQs in ge...Joseph Sutton2021-11-091-2/+7
* CVE-2020-25718 tests/krb5: Fix indentationJoseph Sutton2021-11-091-4/+4
* CVE-2020-25722 pytest: test setting servicePrincipalName over ldapDouglas Bagnall2021-11-091-0/+917
* CVE-2020-25722 pytest: test sAMAccountName/userPrincipalName over ldapDouglas Bagnall2021-11-091-0/+510
* CVE-2020-25722 samba-tool spn add: remove --force optionDouglas Bagnall2021-11-091-4/+2
* CVE-2020-25722 samba-tool spn: accept -H for database urlDouglas Bagnall2021-11-091-11/+22
* CVE-2020-25722 pytest: assertRaisesLdbError invents a message if you're lazyDouglas Bagnall2021-11-091-0/+2
* CVE-2020-25722 pytests: add reverse lookup dict for LDB error codesDouglas Bagnall2021-11-091-0/+16
* CVE-2020-25717: selftest: Add a test for the new 'min domain uid' parameterSamuel Cabrero2021-11-092-0/+122
* CVE-2020-25719 CVE-2020-25717 tests/krb5: Adapt tests for connecting without ...Joseph Sutton2021-11-094-7/+8
* CVE-2020-25719 CVE-2020-25717 tests/krb5: Add tests for connecting to service...Stefan Metzmacher2021-11-094-29/+149
* CVE-2020-25721 tests/krb5: Add tests for extended PAC_UPN_DNS_INFO PAC bufferJoseph Sutton2021-11-094-2/+95
* CVE-2020-25719 tests/krb5: Add tests for including authdata without a PACJoseph Sutton2021-11-092-6/+40
* CVE-2020-25718 tests/krb5: Add tests for RODC-printed and invalid TGTsJoseph Sutton2021-11-093-2/+813
* CVE-2020-25719 tests/krb5: Add principal aliasing testJoseph Sutton2021-11-093-0/+203
* CVE-2020-25719 tests/krb5: Add a test for making an S4U2Self request without ...Joseph Sutton2021-11-091-2/+35
* CVE-2020-25719 tests/krb5: Add tests for requiring and issuing a PACJoseph Sutton2021-11-091-16/+108
* CVE-2020-25721 ndrdump: Add tests for PAC with UPN_DNS_INFOJoseph Sutton2021-11-091-0/+35
* CVE-2020-25722 tests/krb5: Add KDC tests for 3-part SPNsJoseph Sutton2021-11-093-0/+214
* CVE-2020-25719 CVE-2020-25717 tests/krb5: Allow create_ccache_with_user() to ...Joseph Sutton2021-11-091-1/+4
* CVE-2020-25719 CVE-2020-25717 tests/krb5: Refactor create_ccache_with_user() ...Joseph Sutton2021-11-095-39/+27
* CVE-2020-25721 tests/krb5: Check PAC buffer types when STRICT_CHECKING=0Joseph Sutton2021-11-091-9/+14