summaryrefslogtreecommitdiff
path: root/selftest
Commit message (Expand)AuthorAgeFilesLines
* CVE-2020-25719 CVE-2020-25717: auth/gensec: always require a PAC in domain mo...Stefan Metzmacher2021-11-091-4/+0
* CVE-2020-25717: s3:auth: remove fallbacks in smb_getpwnam()Ralph Boehme2021-11-091-0/+26
* CVE-2020-25717: s3:auth: Check minimum domain uidSamuel Cabrero2021-11-091-1/+0
* CVE-2020-25717: selftest: Add a test for the new 'min domain uid' parameterSamuel Cabrero2021-11-091-0/+1
* CVE-2020-25717: selftest: Add ad_member_no_nss_wb environmentSamuel Cabrero2021-11-092-1/+63
* CVE-2020-25719 CVE-2020-25717: selftest: remove "gensec:require_pac" settingsStefan Metzmacher2021-11-093-4/+4
* CVE-2020-25721 tests/krb5: Add tests for extended PAC_UPN_DNS_INFO PAC bufferJoseph Sutton2021-11-092-0/+8
* CVE-2020-25719 tests/krb5: Add tests for including authdata without a PACJoseph Sutton2021-11-092-0/+10
* CVE-2020-25718 tests/krb5: Add tests for RODC-printed and invalid TGTsJoseph Sutton2021-11-092-0/+131
* CVE-2020-25719 tests/krb5: Add principal aliasing testJoseph Sutton2021-11-092-0/+14
* CVE-2020-25719 tests/krb5: Add a test for making an S4U2Self request without ...Joseph Sutton2021-11-091-0/+1
* CVE-2020-25719 tests/krb5: Add tests for requiring and issuing a PACJoseph Sutton2021-11-092-0/+15
* CVE-2020-25722 tests/krb5: Add KDC tests for 3-part SPNsJoseph Sutton2021-11-092-0/+12
* CVE-2020-25722 selftest/user_account_control: more work to cope with UAC/obje...Andrew Bartlett2021-11-091-6/+0
* CVE-2020-25722 selftest/user_account_control: Allow a broader set of possible...Andrew Bartlett2021-11-092-5/+0
* CVE-2020-25722 selftest: Allow self.assertRaisesLdbError() to take a list of ...Andrew Bartlett2021-11-091-2/+0
* CVE-2020-25722 selftest: adapt ldap.py/sam.py test_all tests to new default c...Andrew Bartlett2021-11-091-3/+0
* CVE-2020-25722 selftest: Adapt sam.py test to userAccountControl/objectclass ...Andrew Bartlett2021-11-091-2/+0
* CVE-2020-25722 selftest: New objects of objectclass=computer are workstations...Andrew Bartlett2021-11-091-1/+0
* CVE-2020-25722 selftest: Adjust sam.py test_userAccountControl_computer_add_t...Andrew Bartlett2021-11-091-1/+0
* CVE-2020-25722 selftest: Split test_userAccountControl into unit testsAndrew Bartlett2021-11-091-2/+4
* CVE-2020-25722 samdb: Fill in isCriticalSystemObject on any account type changeAndrew Bartlett2021-11-091-1/+0
* CVE-2020-25722 selftest: Adapt sam.py test_isCriticalSystemObject to new UF_W...Andrew Bartlett2021-11-092-2/+1
* CVE-2020-25722 dsdb: Add restrictions on computer accounts without a trailing $Andrew Bartlett2021-11-092-13/+0
* CVE-2020-25722 selftest: Adapt selftest to restriction on swapping account typesAndrew Bartlett2021-11-091-28/+1
* 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-093-24/+23
* CVE-2020-25722 dsdb: Add tests for modifying objectClass, userAccountControl ...Joseph Sutton2021-11-091-0/+46
* CVE-2020-25722 dsdb: Improve privileged and unprivileged tests for objectclas...Andrew Bartlett2021-11-093-13/+17
* CVE-2020-25722 dsdb: objectclass computer becomes UF_WORKSTATION_TRUST by def...Andrew Bartlett2021-11-091-0/+42
* CVE-2020-25722 selftest: Test combinations of account type and objectclass fo...Andrew Bartlett2021-11-091-0/+11
* CVE-2020-25722 selftest: Extend priv_attrs test - work around UF_NORMAL_ACCOU...Andrew Bartlett2021-11-091-14/+2
* CVE-2020-25722 dsdb: Restrict the setting of privileged attributes during LDA...Andrew Bartlett2021-11-091-24/+0
* CVE-2020-25722 dsdb: Move krbtgt password setup after the point of checking i...Andrew Bartlett2021-11-091-8/+4
* CVE-2020-25722 dsdb: Tests for our known set of privileged attributesAndrew Bartlett2021-11-091-0/+54
* waf: Fix resolv_wrapper with glibc 2.34Andreas Schneider2021-11-051-1/+1
* lib/dbwrap: reset deleted record to tdb_nullRalph Boehme2021-11-041-1/+0
* CI: add a test for bug 14882Ralph Boehme2021-11-041-0/+1
* s3: smbd: Ensure in the directory scanning loops inside rmdir_internals() we ...Jeremy Allison2021-11-041-1/+0
* s3: smbtorture3: Add test for setting delete on close on a directory, then cr...Jeremy Allison2021-11-041-0/+1
* gp: Apply Firewalld PolicyDavid Mulder2021-11-011-1/+0
* gp: Test Firewalld Group Policy ApplyDavid Mulder2021-11-011-0/+1
* s3: smbd: Fix logic in can_delete_directory_fsp() to cope with dangling symli...Jeremy Allison2021-10-291-1/+0
* s3: smbd: Add two tests showing the ability to delete a directory containing ...Jeremy Allison2021-10-292-0/+5
* s3: smbd: Fix recursive directory delete of a directory containing veto file ...Jeremy Allison2021-10-291-1/+0
* s3: smbd: Add two tests showing recursive directory delete of a directory con...Jeremy Allison2021-10-292-0/+17
* lib: handle NTTIME_THAW in nt_time_to_full_timespec()Ralph Boehme2021-10-281-1/+0
* torture: add a test for NTTIME_FREEZE and NTTIME_THAWRalph Boehme2021-10-281-0/+1
* Revert "gp: Test Firewalld Group Policy Apply"Andreas Schneider2021-10-251-1/+0
* Revert "gp: Apply Firewalld Policy"Andreas Schneider2021-10-251-0/+1