diff options
author | Stefan Metzmacher <metze@samba.org> | 2013-11-29 12:04:36 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2014-01-07 08:37:38 +0100 |
commit | ef28ed685f55155446a1386d94f8b30b6164be6b (patch) | |
tree | 7025f8073b13c2e0d73091814ff5d3f240bec1db /source4 | |
parent | 306cba4b8c3bcf5aa1e13296eaebbe212bb35a48 (diff) | |
download | samba-ef28ed685f55155446a1386d94f8b30b6164be6b.tar.gz samba-ef28ed685f55155446a1386d94f8b30b6164be6b.tar.xz samba-ef28ed685f55155446a1386d94f8b30b6164be6b.zip |
libcli/smb: move some *TRANSACT_* flags to smb_constants.h
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source4')
-rw-r--r-- | source4/libcli/raw/smb.h | 13 | ||||
-rw-r--r-- | source4/libcli/raw/trans2.h | 19 |
2 files changed, 0 insertions, 32 deletions
diff --git a/source4/libcli/raw/smb.h b/source4/libcli/raw/smb.h index 7fbbd0c0c3e..5bde657af64 100644 --- a/source4/libcli/raw/smb.h +++ b/source4/libcli/raw/smb.h @@ -206,19 +206,6 @@ incorrect parameters - what does it mean? maybe created temporary file? */ #define NTCREATEX_ACTION_UNKNOWN 5 -/* These are the trans subcommands */ -#define TRANSACT_SETNAMEDPIPEHANDLESTATE 0x01 -#define TRANSACT_DCERPCCMD 0x26 -#define TRANSACT_WAITNAMEDPIPEHANDLESTATE 0x53 - -/* These are the NT transact sub commands. */ -#define NT_TRANSACT_CREATE 1 -#define NT_TRANSACT_IOCTL 2 -#define NT_TRANSACT_SET_SECURITY_DESC 3 -#define NT_TRANSACT_NOTIFY_CHANGE 4 -#define NT_TRANSACT_RENAME 5 -#define NT_TRANSACT_QUERY_SECURITY_DESC 6 - /* Named pipe write mode flags. Used in writeX calls. */ #define PIPE_RAW_MODE 0x4 #define PIPE_START_MESSAGE 0x8 diff --git a/source4/libcli/raw/trans2.h b/source4/libcli/raw/trans2.h index d9a3f5f7d2c..c1ec3ae214b 100644 --- a/source4/libcli/raw/trans2.h +++ b/source4/libcli/raw/trans2.h @@ -22,25 +22,6 @@ #ifndef _TRANS2_H_ #define _TRANS2_H_ -/* These are the TRANS2 sub commands */ -#define TRANSACT2_OPEN 0 -#define TRANSACT2_FINDFIRST 1 -#define TRANSACT2_FINDNEXT 2 -#define TRANSACT2_QFSINFO 3 -#define TRANSACT2_SETFSINFO 4 -#define TRANSACT2_QPATHINFO 5 -#define TRANSACT2_SETPATHINFO 6 -#define TRANSACT2_QFILEINFO 7 -#define TRANSACT2_SETFILEINFO 8 -#define TRANSACT2_FSCTL 9 -#define TRANSACT2_IOCTL 0xA -#define TRANSACT2_FINDNOTIFYFIRST 0xB -#define TRANSACT2_FINDNOTIFYNEXT 0xC -#define TRANSACT2_MKDIR 0xD -#define TRANSACT2_SESSION_SETUP 0xE -#define TRANSACT2_GET_DFS_REFERRAL 0x10 -#define TRANSACT2_REPORT_DFS_INCONSISTANCY 0x11 - /* trans2 Query FS info levels */ /* |