Changeset 745 for trunk/server/source4/torture/util.h
- Timestamp:
- Nov 27, 2012, 4:43:17 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 581,587,591,594,597,600,615,618,740
- Property svn:mergeinfo changed
-
trunk/server/source4/torture/util.h
r414 r745 25 25 struct smbcli_state; 26 26 struct smbcli_tree; 27 28 /** 29 * Useful target macros for handling server bugs in torture tests. 30 */ 31 #define TARGET_IS_WINXP(_tctx) (torture_setting_bool(_tctx, "winxp", false)) 32 #define TARGET_IS_W2K3(_tctx) (torture_setting_bool(_tctx, "w2k3", false)) 33 #define TARGET_IS_W2K8(_tctx) (torture_setting_bool(_tctx, "w2k8", false)) 34 #define TARGET_IS_WIN7(_tctx) (torture_setting_bool(_tctx, "win7", false)) 35 #define TARGET_IS_SAMBA3(_tctx) (torture_setting_bool(_tctx, "samba3", false)) 36 #define TARGET_IS_SAMBA4(_tctx) (torture_setting_bool(_tctx, "samba4", false)) 27 37 28 38 /** … … 94 104 95 105 106 NTSTATUS torture_check_privilege(struct smbcli_state *cli, 107 const char *sid_str, 108 const char *privilege); 109 96 110 97 111 #endif /* _TORTURE_UTIL_H_ */
Note:
See TracChangeset
for help on using the changeset viewer.