From 4e1a4cbe1f939f771554fa313eaf905fd72c2ff9 Mon Sep 17 00:00:00 2001 From: Zack Kirsch Date: Mon, 9 Feb 2009 21:58:50 -0800 Subject: s4 torture: Smbtorture additions for Windows BRL - Adds a few new BRL tests to RAW-LOCK - Adds a "win7" target to allow torture to handle protocol changes in windows 7 --- libcli/util/ntstatus.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libcli/util') diff --git a/libcli/util/ntstatus.h b/libcli/util/ntstatus.h index 139562d8c2..1608e2874f 100644 --- a/libcli/util/ntstatus.h +++ b/libcli/util/ntstatus.h @@ -60,6 +60,9 @@ typedef uint32_t NTSTATUS; #define ERROR_INSUFFICIENT_BUFFER NT_STATUS(0x007a) #define ERROR_INVALID_DATATYPE NT_STATUS(0x070c) +/* XXX Win7 Status code: Name unknown. */ +#define NT_STATUS_WIN7_INVALID_RANGE NT_STATUS(0xC0000000 | 0x01a1) + /* Win32 Error codes extracted using a loop in smbclient then printing a netmon sniff to a file. */ -- cgit