Add missing file - netlogon.h
authorAndrew Bartlett <abartlet@samba.org>
Wed, 27 Aug 2008 12:26:25 +0000 (22:26 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 27 Aug 2008 12:26:25 +0000 (22:26 +1000)
This file allows the remote_pac.c code to call into netlogon.c's setup
credentials code.

Andrew Bartlett

source/torture/rpc/netlogon.h [new file with mode: 0644]

diff --git a/source/torture/rpc/netlogon.h b/source/torture/rpc/netlogon.h
new file mode 100644 (file)
index 0000000..92d366b
--- /dev/null
@@ -0,0 +1,6 @@
+
+bool test_SetupCredentials2(struct dcerpc_pipe *p, struct torture_context *tctx,
+                           uint32_t negotiate_flags,
+                           struct cli_credentials *machine_credentials,
+                           int sec_chan_type,
+                           struct creds_CredentialState **creds_out);