diff options
author | Andrew Bartlett <abartlet@samba.org> | 2008-08-27 22:26:25 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2008-08-27 22:26:25 +1000 |
commit | c59c6cf18b5dbbdf3eabc1a4c0d1ed4832f36f2a (patch) | |
tree | 4c9604101b4af1980be59ab1e1451c43b63b3d75 | |
parent | 960bd9df1f4c7bec95be5362fa7fa66d5ac591e9 (diff) | |
download | samba-c59c6cf18b5dbbdf3eabc1a4c0d1ed4832f36f2a.tar.gz samba-c59c6cf18b5dbbdf3eabc1a4c0d1ed4832f36f2a.tar.bz2 samba-c59c6cf18b5dbbdf3eabc1a4c0d1ed4832f36f2a.zip |
Add missing file - netlogon.h
This file allows the remote_pac.c code to call into netlogon.c's setup
credentials code.
Andrew Bartlett
(This used to be commit 0343987cf18c1287d98ae542d397ab1fab0a04b7)
-rw-r--r-- | source4/torture/rpc/netlogon.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source4/torture/rpc/netlogon.h b/source4/torture/rpc/netlogon.h new file mode 100644 index 0000000000..92d366b46a --- /dev/null +++ b/source4/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); |