summaryrefslogtreecommitdiff
path: root/source/browserd
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/browserd
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/browserd')
-rw-r--r--source/browserd/browserd.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/browserd/browserd.c b/source/browserd/browserd.c
index d5e60f21bc8..ca386f96253 100644
--- a/source/browserd/browserd.c
+++ b/source/browserd/browserd.c
@@ -27,6 +27,13 @@ pstring servicesf = CONFIGFILE;
extern pstring debugf;
extern BOOL append_log;
+/*****************************************************************************
+ initialise srv_auth_fns array
+ *****************************************************************************/
+void msrpc_auth_init(rpcsrv_struct *l)
+{
+}
+
/*************************************************************************
initialise an msrpc service
*************************************************************************/