summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* CVE-2020-25717: auth/ntlmssp: start with authoritative = 1Stefan Metzmacher2021-11-091-1/+1
* CVE-2020-25717: s3:auth: start with authoritative = 1Stefan Metzmacher2021-11-092-2/+2
* CVE-2020-25717: s3:rpcclient: start with authoritative = 1Stefan Metzmacher2021-11-091-1/+1
* CVE-2020-25717: s3:torture: start with authoritative = 1Stefan Metzmacher2021-11-091-1/+1
* CVE-2020-25717: s3:ntlm_auth: start with authoritative = 1Stefan Metzmacher2021-11-092-7/+7
* CVE-2020-25717: s4:auth_simple: start with authoritative = 1Stefan Metzmacher2021-11-091-1/+1
* CVE-2020-25717: s4:smb_server: start with authoritative = 1Stefan Metzmacher2021-11-091-2/+2
* CVE-2020-25717: s4:torture: start with authoritative = 1Stefan Metzmacher2021-11-092-3/+3
* CVE-2020-25717: s4:auth/ntlm: make sure auth_check_password() defaults to r->...Stefan Metzmacher2021-11-091-0/+5
* CVE-2020-25717: s3:winbindd: make sure we default to r->out.authoritative = trueStefan Metzmacher2021-11-095-5/+40
* 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: selftest: remove "gensec:require_pac" settingsStefan Metzmacher2021-11-093-4/+4
* CVE-2020-25719 CVE-2020-25717 tests/krb5: Add tests for connecting to service...Stefan Metzmacher2021-11-095-37/+158
* CVE-2020-25721 tests/krb5: Add tests for extended PAC_UPN_DNS_INFO PAC bufferJoseph Sutton2021-11-096-2/+103
* CVE-2020-25719 tests/krb5: Add tests for including authdata without a PACJoseph Sutton2021-11-094-6/+50
* CVE-2020-25718 tests/krb5: Add tests for RODC-printed and invalid TGTsJoseph Sutton2021-11-095-2/+944
* CVE-2020-25719 tests/krb5: Add principal aliasing testJoseph Sutton2021-11-096-0/+227
* CVE-2020-25719 tests/krb5: Add a test for making an S4U2Self request without ...Joseph Sutton2021-11-092-2/+36
* CVE-2020-25719 tests/krb5: Add tests for requiring and issuing a PACJoseph Sutton2021-11-093-16/+123
* CVE-2020-25721 ndrdump: Add tests for PAC with UPN_DNS_INFOJoseph Sutton2021-11-095-0/+470
* CVE-2020-25722 tests/krb5: Add KDC tests for 3-part SPNsJoseph Sutton2021-11-096-0/+236
* 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
* MS CVE-2020-17049 tests/krb5: Allow tests to pass if ticket signature checksu...Joseph Sutton2021-11-091-2/+19
* CVE-2020-25719 tests/krb5: Add method to get unique username for test accountsJoseph Sutton2021-11-091-2/+7
* CVE-2020-25719 tests/krb5: Add is_tgt() helper methodJoseph Sutton2021-11-091-2/+5
* CVE-2020-25722 tests/krb5: Allow creating server accountsJoseph Sutton2021-11-091-0/+7
* CVE-2020-25719 CVE-2020-25717 tests/krb5: Add pac_request parameter to get_se...Joseph Sutton2021-11-091-2/+6
* CVE-2020-25719 CVE-2020-25717 tests/krb5: Modify get_service_ticket() to use ...Joseph Sutton2021-11-091-27/+27
* CVE-2020-25718 tests/krb5: Allow tests accounts to replicate to RODCJoseph Sutton2021-11-091-0/+2
* CVE-2020-25721 krb5pac: Add new buffers for samAccountName and objectSIDAndrew Bartlett2021-11-092-4/+18
* CVE-2020-25722 selftest/user_account_control: more work to cope with UAC/obje...Andrew Bartlett2021-11-092-23/+29
* CVE-2020-25722 selftest/user_account_control: Allow a broader set of possible...Andrew Bartlett2021-11-093-9/+8
* CVE-2020-25722 selftest: Allow self.assertRaisesLdbError() to take a list of ...Andrew Bartlett2021-11-093-12/+25
* CVE-2020-25722 selftest: adapt ldap.py/sam.py test_all tests to new default c...Andrew Bartlett2021-11-093-10/+10
* CVE-2020-25722 selftest: Adapt sam.py test to userAccountControl/objectclass ...Andrew Bartlett2021-11-092-5/+3
* CVE-2020-25722 selftest: New objects of objectclass=computer are workstations...Andrew Bartlett2021-11-092-3/+2
* CVE-2020-25722 selftest: Adjust sam.py test_userAccountControl_computer_add_t...Andrew Bartlett2021-11-092-2/+1
* CVE-2020-25722 selftest: Split test_userAccountControl into unit testsAndrew Bartlett2021-11-092-3/+24
* CVE-2020-25722 samdb: Fill in isCriticalSystemObject on any account type changeAndrew Bartlett2021-11-092-3/+8
* CVE-2020-25722 selftest: Adapt sam.py test_isCriticalSystemObject to new UF_W...Andrew Bartlett2021-11-093-3/+36
* CVE-2020-25722 dsdb: Add restrictions on computer accounts without a trailing $Andrew Bartlett2021-11-093-30/+154
* CVE-2020-25722 dsdb: samldb_objectclass_trigger() is only called on ADD, so r...Andrew Bartlett2021-11-091-94/+93
* CVE-2020-25722 selftest: Adapt selftest to restriction on swapping account typesAndrew Bartlett2021-11-092-44/+39
* CVE-2020-25722 selftest/priv_attrs: Mention that these knownfails are OK (for...Andrew Bartlett2021-11-091-0/+5
* CVE-2020-25722 dsdb: Prohibit mismatch between UF_ account types and objectcl...Andrew Bartlett2021-11-094-55/+145
* CVE-2020-25722 dsdb: Add tests for modifying objectClass, userAccountControl ...Joseph Sutton2021-11-092-0/+196
* CVE-2020-25722 dsdb: Improve privileged and unprivileged tests for objectclas...Andrew Bartlett2021-11-094-60/+142
* CVE-2020-25722 dsdb: objectclass computer becomes UF_WORKSTATION_TRUST by def...Andrew Bartlett2021-11-092-5/+64