summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorRafal Szczesniak <mimir@samba.org>2005-06-03 23:11:09 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:17:31 -0500
commitaf61fb877160d87330d5d67fa7873c6b594e3ea6 (patch)
tree6487ae65b7bd489eee2b484e19a9676e86627584 /source4
parentd0686bf094263c510a561f69a2da82f73e5f37f7 (diff)
downloadsamba-af61fb877160d87330d5d67fa7873c6b594e3ea6.tar.gz
samba-af61fb877160d87330d5d67fa7873c6b594e3ea6.tar.bz2
samba-af61fb877160d87330d5d67fa7873c6b594e3ea6.zip
r7251: Initial work on composite domain open call.
rafal (This used to be commit be3b283b20af0b17d8c9711f362b63b881ffbc1c)
Diffstat (limited to 'source4')
-rw-r--r--source4/include/structs.h3
-rw-r--r--source4/libnet/config.mk3
2 files changed, 4 insertions, 2 deletions
diff --git a/source4/include/structs.h b/source4/include/structs.h
index c2986682b5..551c155111 100644
--- a/source4/include/structs.h
+++ b/source4/include/structs.h
@@ -133,7 +133,7 @@ union libnet_find_pdc;
union libnet_rpc_connect;
union libnet_RemoteTOD;
union libnet_JoinDomain;
-union libnet_CreateUser;
+struct libnet_CreateUser;
struct libnet_ListShares;
struct libnet_AddShare;
struct libnet_DelShare;
@@ -176,6 +176,7 @@ struct smb_composite_fsinfo;
struct rpc_composite_userinfo;
struct rpc_composite_useradd;
struct rpc_composite_userdel;
+struct rpc_composite_domain_open;
struct nbt_name;
struct nbt_name_packet;
diff --git a/source4/libnet/config.mk b/source4/libnet/config.mk
index f8c64aa25e..6a50a57180 100644
--- a/source4/libnet/config.mk
+++ b/source4/libnet/config.mk
@@ -12,7 +12,8 @@ ADD_OBJ_FILES = \
libnet/libnet_user.o \
libnet/libnet_share.o \
libnet/userinfo.o \
- libnet/userman.o
+ libnet/userman.o \
+ libnet/domain.o
REQUIRED_SUBSYSTEMS = RPC_NDR_SAMR RPC_NDR_SRVSVC LIBCLI_COMPOSITE LIBSAMBA3
# End SUBSYSTEM LIBNET
#################################