diff options
author | Volker Lendecke <vl@samba.org> | 2008-07-19 20:27:56 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-07-19 20:27:56 +0200 |
commit | 2e7cb1a5ccf8ae513a432cef9ccebfcebe4241ac (patch) | |
tree | 109595ca3c7c7134931cf25555fbd6908eef9721 /source3/include | |
parent | 6fd4fedb3f81dbc256da57a0e943018d3a489d83 (diff) | |
download | samba-2e7cb1a5ccf8ae513a432cef9ccebfcebe4241ac.tar.gz samba-2e7cb1a5ccf8ae513a432cef9ccebfcebe4241ac.tar.bz2 samba-2e7cb1a5ccf8ae513a432cef9ccebfcebe4241ac.zip |
Introduce is_known_pipename
This scans the list of pipes registered via rpc_pipe_register_commands instead
of using static tables.
(This used to be commit 283e6039989adea1c8921b3600b410cb67b6492a)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 136abca7f3..ab923830bc 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -8815,6 +8815,7 @@ NTSTATUS rpc_pipe_register_commands(int version, const char *clnt, const char *srv, const struct ndr_syntax_id *interface, const struct api_struct *cmds, int size); +bool is_known_pipename(const char *cli_filename); bool api_pipe_bind_req(pipes_struct *p, prs_struct *rpc_in_p); bool api_pipe_alter_context(pipes_struct *p, prs_struct *rpc_in_p); bool api_pipe_ntlmssp_auth_process(pipes_struct *p, prs_struct *rpc_in, |