summaryrefslogtreecommitdiff
path: root/source4/rpc_server/netlogon/schannel_state.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r1136: - added IDL for netr_LogonGetDomainInfo()Andrew Tridgell1-5/+21
- added workstation to auth_session_info in rpc servers - added session key fetch hook in crypto backends in dcesrv - store and fetch seed as well as a session key in schannel ldb - when a client uses schannel to setup a netlogon pipe connection we also need to setup the credentials from the schannel negotiation so credentials chaining works - added server side netr_LogonGetDomainInfo() call (This used to be commit a35459387de3b6a422c5af6f658338fc7e4314b0)
2007-10-10r1030: added server side schannel supportAndrew Tridgell1-2/+13
(This used to be commit 2ac79dfba0e64056a680f21d7dd0c007f79d4a70)
2007-10-10r1015: commit the schannel session key handling code now, so abartlet andAndrew Tridgell1-0/+143
metze can have a look. Not tested yet, as I'm still writing the server side schannel code. (This used to be commit 768cc0193a1267274f297c47a36bef4acd391e83)