1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00
samba-mirror/selftest/knownfail.d
Douglas Bagnall a836ad1442 pytest: conditional_ace_claims tests large composite comparisons
Our composite comparisons are currently all wrong.

Soon they will be fixed, but we are going to have an inflection point
where we switch from the naive compare-everything approach to a sort
based comparison, and we want to test both sides. Also, we use these
tests for a little bit of timing, which reveals it is all fast enough.

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2023-11-27 22:37:32 +00:00
..
bug-14236
bug-14810 CVE-2020-25720 s4:dsdb/descriptor: Validate owner SIDs written to security descriptors 2022-09-16 02:32:36 +00:00
claims-client-tool netcmd: claims: rename claims and silo tests 2023-10-26 23:32:34 +00:00
complex_expressions
conditional_ace_claims pytest: conditional_ace_claims tests large composite comparisons 2023-11-27 22:37:32 +00:00
dfs_paths s3: smbd: Fix dumb typos that meant smb1.SMB1-DFS-* tests were running against an SMB2-only fileserver. 2023-03-31 06:07:01 +00:00
dirsync CVE-2023-4154: Unimplement the original DirSync behaviour without LDAP_DIRSYNC_OBJECT_SECURITY 2023-10-10 14:49:39 +00:00
dns selftest: Fix code spelling 2023-07-05 06:34:32 +00:00
dns_packet
dns-aging
durable-v2-delay
empty-domain-name
encrypted_secrets
getncchanges s4-rpc_server/drsupai: Avoid looping with Azure AD Connect by not incrementing temp_highest_usn for the NC root 2023-08-13 21:59:29 +00:00
initshutdown
kdc-salt dsdb: Allow special chars like "@" in samAccountName when generating the salt 2021-10-20 12:54:54 +00:00
keytab
kinit_trust
krb5-no-preauth selftest: knownfail updates after Heimdal Upgrade 2022-01-19 20:50:35 +00:00
labdc
ldap CVE-2020-25722 Ensure the structural objectclass cannot be changed 2021-11-09 19:45:34 +00:00
ldap_spn CVE-2022-0336: s4/dsdb/samldb: Don't return early when an SPN is re-added to an object 2022-01-31 15:27:37 +00:00
lm-hash-support-gone torture: Allow Samba as an AD DC to use zeros for LM key 2022-03-17 02:47:13 +00:00
lzxpress lzxpress: compress shortcut if we've reached maximum length 2022-05-17 23:11:21 +00:00
modify-order CVE-2020-25722 Ensure the structural objectclass cannot be changed 2021-11-09 19:45:34 +00:00
multichannel
netlogon
nt-hash-support-gone samba-tool user: Accomodate missing unicodePwd in getpassword command 2022-06-26 22:10:29 +00:00
ntlmv1-restrictions
ntlmv2-restrictions
oneway
priv_attr CVE-2020-25722 selftest/priv_attrs: Mention that these knownfails are OK (for now) 2021-11-09 19:45:32 +00:00
protected_users s4:auth: Disable NTLM authentication for Protected Users 2022-03-18 11:55:30 +00:00
python-segfaults
quota1
README
replica_sync
rpc-dfs s3:rpc_server: Fix double blackslash issue in dfs path 2023-07-05 20:24:35 +00:00
rpc-netlogon-zerologon
run_conditional_ace libcli/security: test_run_conditional_ace tests more comparisons 2023-11-27 22:37:32 +00:00
rw-invalid
s3-logging tests: adapt logging test for s3. 2022-06-17 01:28:30 +00:00
s3-lsa-server
samba3.rpc.samr lib/torture: Don't overwrite test outcomes 2023-04-12 13:52:32 +00:00
samba3.vfs.fruit
samba4.ldap.confidential_attr CVE-2018-14628: s4:setup: set the correct nTSecurityDescriptor on the CN=Deleted Objects container 2023-10-16 14:39:33 +00:00
samba4.rpc.netlogon-s3 lib/torture: Don't overwrite test outcomes 2023-04-12 13:52:32 +00:00
samba4.rpc.samr lib/torture: Don't overwrite test outcomes 2023-04-12 13:52:32 +00:00
samba-4.5-emulation selftest: Fix code spelling 2023-07-05 06:34:32 +00:00
sddl s3/utils: when encoding ace string use "FA", "FR", "FW", "FX" string rights 2023-04-28 02:15:36 +00:00
security-descriptors libcli/security/tests: remove duplicate TX-integer tests from oversized-ACLs 2023-11-27 01:12:40 +00:00
sid-strings libcli/security: SDDL accepts lowercase "s-" in SIDs 2023-11-01 20:10:45 +00:00
silo-client-tool netcmd: claims: rename claims and silo tests 2023-10-26 23:32:34 +00:00
smb1-tests Add test smbclient 'delree' of dir (on DFS share) 2022-06-17 16:20:35 +00:00
smb2.replay
smb2.session
smbcacls
smbclient_machine_auth.plain s3:tests: Correctly implement tests for forceuser/forcegroup 2023-04-06 12:51:30 +00:00
smbclient-smb3 s3/client: fix dfs deltree, resolve dfs path 2022-06-17 17:12:07 +00:00
source3-epmapper s3:rpc_server: Add samba-dcerpcd helper programs 2021-12-10 14:02:30 +00:00
srvsvc
symlink libsmb: Fix parsing symlink reparse points 2023-09-08 17:24:19 +00:00
uac_objectclass_restrict CVE-2020-25722 Ensure the structural objectclass cannot be changed 2021-11-09 19:45:34 +00:00
upn_handling
usage Claims initial black box tests 2023-11-23 00:32:33 +00:00
vlv
wkssvc

# 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 beginning with '#' are ignored.
# Please don't add tests to this README!