s4:rpc_server: add dcesrv_iface_state_{store,find}_{assoc,conn}() helpers
authorStefan Metzmacher <metze@samba.org>
Mon, 10 Dec 2018 21:41:31 +0000 (22:41 +0100)
committerJeremy Allison <jra@samba.org>
Sat, 12 Jan 2019 02:13:38 +0000 (03:13 +0100)
commitc76a5be87bf8985d54e82a32df3abf855a616134
treec938b4e8b7d2a7ada11f668bd79343ed56376f8c
parent38e0c06abc71620af7c8cfc44af326d10ff9ff14
s4:rpc_server: add dcesrv_iface_state_{store,find}_{assoc,conn}() helpers

They can be used instead of
dcesrv_connection_context->private_data and
dcesrv_assoc_group->proxied_id.

This is the first step to hide internal details of
the core dcerpc server from the interface implementations.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=7113
BUG: https://bugzilla.samba.org/show_bug.cgi?id=11892

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source4/rpc_server/dcerpc_server.h
source4/rpc_server/handles.c