summaryrefslogtreecommitdiff
path: root/python/samba
Commit message (Expand)AuthorAgeFilesLines
* CVE-2020-25722 pytest: test setting servicePrincipalName over ldapDouglas Bagnall2021-11-081-0/+917
* CVE-2020-25722 pytest: test sAMAccountName/userPrincipalName over ldapDouglas Bagnall2021-11-081-0/+510
* CVE-2020-25722 samba-tool spn add: remove --force optionDouglas Bagnall2021-11-081-4/+2
* CVE-2020-25722 samba-tool spn: accept -H for database urlDouglas Bagnall2021-11-081-11/+22
* CVE-2020-25722 pytest: assertRaisesLdbError invents a message if you're lazyDouglas Bagnall2021-11-081-0/+2
* CVE-2020-25722 pytests: add reverse lookup dict for LDB error codesDouglas Bagnall2021-11-081-0/+16
* CVE-2020-25717: selftest: Add a test for the new 'min domain uid' parameterSamuel Cabrero2021-11-082-0/+122
* CVE-2020-25719 CVE-2020-25717 tests/krb5: Adapt tests for connecting without ...Joseph Sutton2021-11-084-7/+8
* CVE-2020-25719 CVE-2020-25717 tests/krb5: Add tests for connecting to service...Stefan Metzmacher2021-11-084-29/+149
* CVE-2020-25721 tests/krb5: Add tests for extended PAC_UPN_DNS_INFO PAC bufferJoseph Sutton2021-11-084-2/+95
* CVE-2020-25719 tests/krb5: Add tests for including authdata without a PACJoseph Sutton2021-11-082-6/+40
* CVE-2020-25718 tests/krb5: Add tests for RODC-printed and invalid TGTsJoseph Sutton2021-11-083-2/+813
* CVE-2020-25719 tests/krb5: Add principal aliasing testJoseph Sutton2021-11-083-0/+203
* CVE-2020-25719 tests/krb5: Add a test for making an S4U2Self request without ...Joseph Sutton2021-11-081-2/+35
* CVE-2020-25719 tests/krb5: Add tests for requiring and issuing a PACJoseph Sutton2021-11-081-16/+108
* CVE-2020-25721 ndrdump: Add tests for PAC with UPN_DNS_INFOJoseph Sutton2021-11-081-0/+35
* CVE-2020-25722 tests/krb5: Add KDC tests for 3-part SPNsJoseph Sutton2021-11-083-0/+214
* CVE-2020-25719 CVE-2020-25717 tests/krb5: Allow create_ccache_with_user() to ...Joseph Sutton2021-11-081-1/+4
* CVE-2020-25719 CVE-2020-25717 tests/krb5: Refactor create_ccache_with_user() ...Joseph Sutton2021-11-085-39/+27
* CVE-2020-25721 tests/krb5: Check PAC buffer types when STRICT_CHECKING=0Joseph Sutton2021-11-081-9/+14
* MS CVE-2020-17049 tests/krb5: Allow tests to pass if ticket signature checksu...Joseph Sutton2021-11-081-2/+19
* CVE-2020-25719 tests/krb5: Add method to get unique username for test accountsJoseph Sutton2021-11-081-2/+7
* CVE-2020-25719 tests/krb5: Add is_tgt() helper methodJoseph Sutton2021-11-081-2/+5
* CVE-2020-25722 tests/krb5: Allow creating server accountsJoseph Sutton2021-11-081-0/+7
* CVE-2020-25719 CVE-2020-25717 tests/krb5: Add pac_request parameter to get_se...Joseph Sutton2021-11-081-2/+6
* CVE-2020-25719 CVE-2020-25717 tests/krb5: Modify get_service_ticket() to use ...Joseph Sutton2021-11-081-27/+27
* CVE-2020-25718 tests/krb5: Allow tests accounts to replicate to RODCJoseph Sutton2021-11-081-0/+2
* CVE-2020-25722 selftest: Allow self.assertRaisesLdbError() to take a list of ...Andrew Bartlett2021-11-081-10/+20
* CVE-2020-17049 tests/krb5: Check account name and SID in PAC for S4U testsJoseph Sutton2021-11-083-0/+42
* CVE-2020-25722 pydsdb: Add API to return strings of known UF_ flagsAndrew Bartlett2021-11-081-0/+57
* CVE-2020-25722 selftest: Move self.assertRaisesLdbError() to samba.tests.Test...Andrew Bartlett2021-11-081-0/+25
* pytest:segfault: Add test for deleting an ldb.Control critical flagJoseph Sutton2021-10-261-0/+7
* pytest:segfault: Add test for deleting an ldb.Message dnJoseph Sutton2021-10-261-0/+5
* tests/krb5: Add tests for account salt calculationJoseph Sutton2021-10-263-0/+338
* tests/krb5: Fix account salt calculation to match WindowsJoseph Sutton2021-10-261-2/+11
* tests/krb5: Allow specifying the UPN for test accountsJoseph Sutton2021-10-262-0/+11
* tests/krb5: Allow creating machine accounts without a trailing dollarJoseph Sutton2021-10-261-4/+8
* tests/krb5: Allow specifying prefix or suffix for test account namesJoseph Sutton2021-10-261-0/+8
* tests/krb5: Decrease length of test account prefixJoseph Sutton2021-10-261-1/+1
* selftest: krb5 account creation: clarify account type as an enumJoseph Sutton2021-10-267-63/+100
* pytest: dynamic tests optionally add __doc__Douglas Bagnall2021-10-261-1/+2
* tests/krb5: Add tests for constrained delegation to NO_AUTH_DATA_REQUIRED ser...Joseph Sutton2021-10-261-1/+106
* tests/krb5: Ensure PAC is not present if expect_pac is falseJoseph Sutton2021-10-261-7/+7
* tests/krb5: Add tests for requesting a service ticket without a PACJoseph Sutton2021-10-261-0/+120
* tests/krb5: Add method to get the PAC from a ticketJoseph Sutton2021-10-261-0/+9
* tests/krb5: Allow specifying whether to expect a PAC with _test_as_exchange()Joseph Sutton2021-10-261-0/+2
* tests/krb5: Allow get_tgt() to request including or omitting a PACJoseph Sutton2021-10-261-4/+5
* tests/krb5: Fix duplicate account creationJoseph Sutton2021-10-261-8/+5
* tests/krb5: Allow bypassing cache when creating accountsJoseph Sutton2021-10-261-4/+9
* tests/krb5: Don't include empty AD-IF-RELEVANTJoseph Sutton2021-10-261-7/+12