summaryrefslogtreecommitdiff
path: root/source/lsarpcd
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>2000-01-08 17:50:08 +0000
committerLuke Leighton <lkcl@samba.org>2000-01-08 17:50:08 +0000
commitc5e0cdf77b033fde0e50eb9fbc1ff18c29440678 (patch)
tree479c5db2a8fa4f73dab8a2ddef7ef4c1656d8d7e /source/lsarpcd
parentd4fc2094776025cb13d52a2d309441cf6862e59c (diff)
downloadsamba-c5e0cdf77b033fde0e50eb9fbc1ff18c29440678.tar.gz
created means to add dce/rpc server auth parsers to individual pipes.
the ONLY one currently with an auth parser added is NTLMSSP on \PIPE\samr, which is as it should be! no other pipes should have NTLMSSP, because no other pipes deal with password tokens. this makes me happy to know that this is coded in this way. this was all in preparation for being to add netlogon "secure channel" with one function call to \PIPE\NETLOGON. [there seems to be a lot of little bits of work like this, just to add this darn netlogon sec-chan!]
Diffstat (limited to 'source/lsarpcd')
-rw-r--r--source/lsarpcd/lsarpcd.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/lsarpcd/lsarpcd.c b/source/lsarpcd/lsarpcd.c
index c613232b2da..500aba5d1b2 100644
--- a/source/lsarpcd/lsarpcd.c
+++ b/source/lsarpcd/lsarpcd.c
@@ -28,6 +28,13 @@ extern pstring debugf;
extern BOOL append_log;
extern int DEBUGLEVEL;
+/*****************************************************************************
+ initialise srv_auth_fns array
+ *****************************************************************************/
+void msrpc_auth_init(rpcsrv_struct *l)
+{
+}
+
void msrpc_service_init(char* service_name)
{
add_msrpc_command_processor( pipe_name, service_name, api_ntlsa_rpc );