mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
libcli/smb: define FSCTL_SMBTORTURE_FORCE_UNACKED_TIMEOUT
This will be used by smbtorture in order to simulate channel failures without relying on iptables. BUG: https://bugzilla.samba.org/show_bug.cgi?id=11897 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Günther Deschner <gd@samba.org>
This commit is contained in:
parent
816528923e
commit
0d2566210a
@ -582,6 +582,14 @@ enum csc_policy {
|
||||
(FSCTL_NETWORK_FILESYSTEM | FSCTL_ACCESS_ANY | 0x0200 | FSCTL_METHOD_BUFFERED)
|
||||
#define FSCTL_VALIDATE_NEGOTIATE_INFO (FSCTL_NETWORK_FILESYSTEM | FSCTL_ACCESS_ANY | 0x0204 | FSCTL_METHOD_BUFFERED)
|
||||
|
||||
/*
|
||||
* For testing various details we use special codes via
|
||||
* smbtorture in order to test failures
|
||||
*/
|
||||
#define FSCTL_SMBTORTURE 0x83840000
|
||||
#define FSCTL_SMBTORTURE_FORCE_UNACKED_TIMEOUT \
|
||||
(FSCTL_SMBTORTURE | FSCTL_ACCESS_WRITE | 0x0000 | FSCTL_METHOD_NEITHER)
|
||||
|
||||
/*
|
||||
* A few values from [MS-FSCC] 2.1.2.1 Reparse Tags
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user