From 232db0b46dcc78b977f0495645fd48487a0b090b Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 5 Jun 2006 10:00:41 +0000 Subject: r16044: Create a samba3 specific file in torture/rpc. The tests in there survive against W2k3, but they are designed to walk existing Samba3 code paths. It might be possible that I add something like that to other subdirs like raw/. RPC-BINDSAMBA3 excercises the bind variants that samba3 supports right now. RPC-NETLOGSAMBA3 does a samba3 style join, does some schannel-protected netlogon operations and leaves again. Samba3 right now does not survive this, I'm about to fix it soon. I'll also post a *VERY* dirty hack (fake users in sys_getpwnam()) to be able to run this in the build farm. Volker (This used to be commit 60b45bf8b6d0d2bb216e319891d50d0e07ab3010) --- source4/torture/config.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/torture/config.mk') diff --git a/source4/torture/config.mk b/source4/torture/config.mk index b48ea86d7c..71679418c4 100644 --- a/source4/torture/config.mk +++ b/source4/torture/config.mk @@ -142,6 +142,7 @@ OBJ_FILES = \ rpc/dssetup.o \ rpc/alter_context.o \ rpc/bench.o \ + rpc/samba3rpc.o \ rpc/rpc.o \ rpc/async_bind.o PUBLIC_DEPENDENCIES = \ -- cgit