diff options
author | Zack Kirsch <zack.kirsch@isilon.com> | 2009-02-09 21:58:50 -0800 |
---|---|---|
committer | Tim Prouty <tprouty@samba.org> | 2009-02-11 12:23:52 -0800 |
commit | 4e1a4cbe1f939f771554fa313eaf905fd72c2ff9 (patch) | |
tree | b73eff5ee52afd641616fba367dabe00845ee31f /libcli/util | |
parent | 307f4a66acfe3836550d57caf9aba347b24ba61e (diff) | |
download | samba-4e1a4cbe1f939f771554fa313eaf905fd72c2ff9.tar.gz samba-4e1a4cbe1f939f771554fa313eaf905fd72c2ff9.tar.bz2 samba-4e1a4cbe1f939f771554fa313eaf905fd72c2ff9.zip |
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
Diffstat (limited to 'libcli/util')
-rw-r--r-- | libcli/util/ntstatus.h | 3 |
1 files changed, 3 insertions, 0 deletions
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. */ |