summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2008-08-27 22:26:25 +1000
committerAndrew Bartlett <abartlet@samba.org>2008-08-27 22:26:25 +1000
commit0343987cf18c1287d98ae542d397ab1fab0a04b7 (patch)
treee94aa24b0933fb96ab0aae863e23719808070c6b
parentd878643071a1477435a267e2944461d367cdfa79 (diff)
downloadsamba-0343987cf18c1287d98ae542d397ab1fab0a04b7.tar.gz
Add missing file - netlogon.h
This file allows the remote_pac.c code to call into netlogon.c's setup credentials code. Andrew Bartlett
-rw-r--r--source/torture/rpc/netlogon.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/torture/rpc/netlogon.h b/source/torture/rpc/netlogon.h
new file mode 100644
index 00000000000..92d366b46ad
--- /dev/null
+++ b/source/torture/rpc/netlogon.h
@@ -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);