s3:torture: add STR-MATCH-MSWILD test for is_in_path()
commit0a459c6b2df45895c7a89a65ce736a1402a88dcc
authorStefan Metzmacher <metze@samba.org>
Fri, 18 Jun 2021 21:54:27 +0000 (18 21:54 +0000)
committerStefan Metzmacher <metze@samba.org>
Thu, 1 Jul 2021 13:02:31 +0000 (1 13:02 +0000)
tree3a087f6c4a670259e2f078fab94e9fd384745ca5
parentaccaa2f1f67a7f064a4ce03a120d7b2f8e847ccf
s3:torture: add STR-MATCH-MSWILD test for is_in_path()

I want to assert at least some of the behavior as the
next commits will add a new abstraction that should
at least partly behave the same.

Note: case_[in]sensitive_idx is the index to the patterns
in the namelist, set to -1 on non-match, otherwise to
a value >= 0.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/selftest/tests.py
source3/torture/proto.h
source3/torture/test_matching.c [new file with mode: 0644]
source3/torture/torture.c
source3/wscript_build