summaryrefslogtreecommitdiffstats
path: root/source3/include/smb.h
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1997-10-08 17:12:07 +0000
committerLuke Leighton <lkcl@samba.org>1997-10-08 17:12:07 +0000
commit8871297885050911aaa802c4e90e282c44e49b84 (patch)
tree333ad8e43011fc06b0df50e65dbf89d5535853aa /source3/include/smb.h
parent827aa6bc6ad8e73a9100c2ae4cad3f0da8a29a58 (diff)
downloadsamba-8871297885050911aaa802c4e90e282c44e49b84.tar.gz
samba-8871297885050911aaa802c4e90e282c44e49b84.tar.xz
samba-8871297885050911aaa802c4e90e282c44e49b84.zip
loadparm.c proto.h:
added lp_domainsid() lsaparse.c smb.h: debugging structures and parsing functions pipes.c: finally got to the functions that will go into the RPC switch statement. (This used to be commit d15aed8a9c58a7cc90befaee2d5a2752708f9327)
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r--source3/include/smb.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index c347202743c..9f5279fca00 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -326,6 +326,7 @@ typedef struct domsid2_info
{
uint32 type; /* value is 5 */
uint32 undoc; /* value is 0 */
+
UNIHDR2 hdr; /* XXXX conflict between hdr and str for length */
UNISTR str; /* XXXX conflict between hdr and str for length */
@@ -488,7 +489,8 @@ typedef struct lsa_r_open_pol_info
/* LSA_Q_QUERY_INFO - LSA query info policy */
typedef struct lsa_query_info
{
- uint16 info_class; /* info class (also a policy handle?) */
+ LSA_POL_HND pol; /* policy handle */
+ uint16 info_class; /* info class */
} LSA_Q_QUERY_INFO;