summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/rpc.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2006-10-15 16:17:17 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:21:03 -0500
commit518666fde197110cdcc2702168d55e787e0e89d9 (patch)
tree1ec68d65f12e348862674a54e383b51c06d750d4 /source4/torture/rpc/rpc.c
parentd0ba572fabb5ede84b97d71d24d85a4869cc43ce (diff)
downloadsamba-518666fde197110cdcc2702168d55e787e0e89d9.tar.gz
samba-518666fde197110cdcc2702168d55e787e0e89d9.tar.bz2
samba-518666fde197110cdcc2702168d55e787e0e89d9.zip
r19293: Add RPC-SAMBA3-WINREG, the start of a test of what Samba3 is able to perform
right now. Volker (This used to be commit f381232c3ad032fcffb37d68d005e94cb2c95971)
Diffstat (limited to 'source4/torture/rpc/rpc.c')
-rw-r--r--source4/torture/rpc/rpc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/rpc/rpc.c b/source4/torture/rpc/rpc.c
index 24776d556d..754633e51b 100644
--- a/source4/torture/rpc/rpc.c
+++ b/source4/torture/rpc/rpc.c
@@ -137,6 +137,7 @@ NTSTATUS torture_rpc_init(void)
register_torture_op("RPC-SAMBA3-LSA", torture_samba3_rpc_lsa);
register_torture_op("RPC-SAMBA3-SPOOLSS", torture_samba3_rpc_spoolss);
register_torture_op("RPC-SAMBA3-WKSSVC", torture_samba3_rpc_wkssvc);
+ register_torture_op("RPC-SAMBA3-WINREG", torture_samba3_rpc_winreg);
register_torture_op("RPC-DRSUAPI", torture_rpc_drsuapi);
register_torture_op("RPC-CRACKNAMES", torture_rpc_drsuapi_cracknames);
register_torture_op("RPC-ROT", torture_rpc_rot);