1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-06 13:18:07 +03:00
samba-mirror/selftest/knownfail.d
Andrew Bartlett 16b377276e CVE-2019-14902 dsdb: Change basis of descriptor module deferred processing to be GUIDs
We can not process on the basis of a DN, as the DN may have changed in a rename,
not only that this module can see, but also from repl_meta_data below.

Therefore remove all the complex tree-based change processing, leaving only
a tree-based sort of the possible objects to be changed, and a single
stopped_dn variable containing the DN to stop processing below (after
a no-op change).

BUG: https://bugzilla.samba.org/show_bug.cgi?id=12497

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
2020-01-10 11:56:20 +01:00
..
dns CVE-2018-14629 dns: fix CNAME loop prevention using counter regression 2018-12-10 10:12:21 +01:00
encrypted_secrets dsdb encrypted_secrets tests: Allow "ldb://" in file path 2018-11-05 12:44:32 +01:00
getncchanges getncchanges.py: Add a multi-valued linked attribute test 2017-09-18 05:51:25 +02:00
keytab auth: keytab invalidation fix 2018-05-15 15:45:08 +02:00
labdc selftest: Add a 'LABDC' testenv to mimic a preproduction test-bed 2018-07-10 04:42:10 +02:00
netlogon smbtorture: Add more tests around NETLOGON challenge reuse 2017-06-27 16:57:42 +02:00
ntlmv1-restrictions selftest: Use new ntlmv2-only and mschapv2-and-ntlmv2-only options 2017-07-04 06:57:20 +02:00
ntlmv2-restrictions s4:selftest: replace --option=usespnego= with --option=clientusespnego= 2018-01-10 01:01:24 +01:00
password_settings tests: Add tests for domain pwdHistoryLength 2018-05-23 06:55:32 +02:00
README selftest: use an additional directory of knownfail/flapping files 2017-06-03 13:55:41 +02:00
replica_sync selftest: Add test for a re-animated object conflict 2017-09-26 05:33:17 +02:00
s3-lsa-server test_trust_ntlm.sh: add lookup name tests 2018-02-21 14:19:19 +01:00
samba3.vfs.fruit vfs_fruit: change trigger points of AppleDouble conversion 2019-06-13 14:25:17 +00:00
smbclient-smb3 s3:selftest: run samba3.blackbox.inherit_owner tests with NT1 and SMB3 2017-06-27 16:57:48 +02:00
upn_handling s3:winbind: Do not lookup local system accounts in AD 2018-07-04 23:55:56 +02:00

# Files in this directory contain lists of regular expressions
# matching the names of tests that are temporarily expected to fail.
#
# "make test" will not report failures for tests listed here and will consider
# a successful run for any of these tests an error.
#
# Empty lines and lines begining with '#' are ignored.
# Please don't add tests to this README!