summaryrefslogtreecommitdiff
path: root/source3/rpc_server/dcesrv_spnego.h
AgeCommit message (Collapse)AuthorFilesLines
2012-02-16s3-librpc: Use gensec_spnego for DCE/RPC authenticationAndrew Bartlett1-38/+0
This ensures that we use the same SPNEGO code on session setup and on DCE/RPC binds, and simplfies the calling code as spnego is no longer a special case in cli_pipe.c A special case wrapper function remains to avoid changing the application layer callers in this patch. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org>
2011-07-04s3-auth: Added remote_address to ntlmssp server.Andreas Schneider1-0/+1
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
2010-09-23s3-dcerpc: add spnego server helpersSimo Sorce1-0/+37
squashed: add michlistMIC signature checks Signed-off-by: Günther Deschner <gd@samba.org>