From f717a79eff334835eb33783adcbb261e126185d6 Mon Sep 17 00:00:00 2001 From: Tim Prouty Date: Fri, 4 Dec 2009 16:07:35 -0800 Subject: s4 torture: Add a new torture:hide_on_access_denied parameter It appears some newer versions of windows return NT_STATUS_OBJECT_NAME_NOT_FOUND on a createfile when access is denied rather than NT_STATUS_ACCESS_DENIED. I'm not sure how this translates to directory enumeration yet, but for now make this a parameter that can be checked in the various torture tests. This also gets RAW-ACLS and SMB2-CREATE passing against win7. --- source4/torture/util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/torture/util.h') diff --git a/source4/torture/util.h b/source4/torture/util.h index 0dadc89be6..3721273915 100644 --- a/source4/torture/util.h +++ b/source4/torture/util.h @@ -107,4 +107,5 @@ NTSTATUS torture_check_privilege(struct smbcli_state *cli, const char *sid_str, const char *privilege); + #endif /* _TORTURE_UTIL_H_ */ -- cgit