summaryrefslogtreecommitdiff
path: root/source4/torture/config.mk
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2007-02-27 23:35:38 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:48:57 -0500
commitbedc59ca5ce60b69d87c5384d2737730de2c7313 (patch)
tree9861fc443e8d28b767ba85b9fe6db2d5903e5215 /source4/torture/config.mk
parentf5f0e502b3eadacd3ef1ee382f63e02cbbf9ae58 (diff)
downloadsamba-bedc59ca5ce60b69d87c5384d2737730de2c7313.tar.gz
samba-bedc59ca5ce60b69d87c5384d2737730de2c7313.tar.bz2
samba-bedc59ca5ce60b69d87c5384d2737730de2c7313.zip
r21570: added a RPC-HANDLES test that tries to show that rpc policy handles
are not shared between connections. It tests three types of policy handles, on lsa, samr and drsuapi. You need to run on ncacn_ip_tcp with seal for drsuapi. Metze, can you have a look and see how this tallies with what you've seen? (This used to be commit c1f41ac045f6023da06c3dbd0a37f39edd8a62f8)
Diffstat (limited to 'source4/torture/config.mk')
-rw-r--r--source4/torture/config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/torture/config.mk b/source4/torture/config.mk
index 154a892cea..7f40e2bc05 100644
--- a/source4/torture/config.mk
+++ b/source4/torture/config.mk
@@ -155,7 +155,8 @@ OBJ_FILES = \
rpc/bench.o \
rpc/samba3rpc.o \
rpc/rpc.o \
- rpc/async_bind.o
+ rpc/async_bind.o \
+ rpc/handles.o
PUBLIC_DEPENDENCIES = \
NDR_TABLE RPC_NDR_UNIXINFO dcerpc_samr RPC_NDR_WINREG RPC_NDR_INITSHUTDOWN \
RPC_NDR_OXIDRESOLVER RPC_NDR_EVENTLOG RPC_NDR_ECHO RPC_NDR_SVCCTL \