diff options
author | Gerald Carter <jerry@samba.org> | 2002-10-04 19:33:41 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2002-10-04 19:33:41 +0000 |
commit | 9c1b62c0fd06cc65853269db3c63b169daa90664 (patch) | |
tree | 06d7b444a237f4af411ee904a05166bce24665b7 /source3/include | |
parent | 326a429d4665130980e1f77cc2c6e65835fdb235 (diff) | |
download | samba-9c1b62c0fd06cc65853269db3c63b169daa90664.tar.gz samba-9c1b62c0fd06cc65853269db3c63b169daa90664.tar.bz2 samba-9c1b62c0fd06cc65853269db3c63b169daa90664.zip |
merge of working dsrolegetprimdominfo() client code from APP_HEAD
(This used to be commit 028477e35208e76fedbc7c743426fd9be94b7cf0)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/ntdomain.h | 1 | ||||
-rw-r--r-- | source3/include/rpc_dce.h | 1 | ||||
-rw-r--r-- | source3/include/smb.h | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h index ffb9c96b72..628035885e 100644 --- a/source3/include/ntdomain.h +++ b/source3/include/ntdomain.h @@ -374,5 +374,6 @@ struct acct_info #include "rpc_wkssvc.h" #include "rpc_spoolss.h" #include "rpc_dfs.h" +#include "rpc_ds.h" #endif /* _NT_DOMAIN_H */ diff --git a/source3/include/rpc_dce.h b/source3/include/rpc_dce.h index 61316de89c..3e615dab80 100644 --- a/source3/include/rpc_dce.h +++ b/source3/include/rpc_dce.h @@ -89,6 +89,7 @@ enum NTLM_MESSAGE_TYPE /* Maximum PDU fragment size. */ #define MAX_PDU_FRAG_LEN 0x1630 +/* #define MAX_PDU_FRAG_LEN 0x10b8 this is what w2k sets */ /* * Actual structure of a DCE UUID diff --git a/source3/include/smb.h b/source3/include/smb.h index 5bf79b75fe..b5ab504415 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -188,7 +188,7 @@ typedef smb_ucs2_t wfstring[FSTRING_LEN]; #define PIPE_NETDFS "\\PIPE\\netdfs" #define PI_LSARPC 0 -#define PI_LSARPC_V2 1 +#define PI_LSARPC_DS 1 #define PI_SAMR 2 #define PI_NETLOGON 3 #define PI_SRVSVC 4 |