s3-rpc_server remove per-element copies of auth_session_info
authorAndrew Bartlett <abartlet@samba.org>
Mon, 18 Jul 2011 03:10:30 +0000 (13:10 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 19 Jul 2011 23:17:13 +0000 (09:17 +1000)
commit03b153ce54fdae77694577f33453a19928225d00
treee65f47aa5f0ef754e8a79073daa97ed727e6d36f
parent9fcc617ff5a216cc4ff1a587786522d28d84c7f2
s3-rpc_server remove per-element copies of auth_session_info

This is not required any more now that they are the same structure,
and shows the value in having a common structure across the codebase.

In particular, now any additional state that needs to be added to the
auth_session_info will be transparently available across the named
pipe proxy, without a need to modify the mapping layer.

Andrew Bartlett

Signed-off-by: Andrew Tridgell <tridge@samba.org>
source3/rpc_server/rpc_ncacn_np.c
source3/rpc_server/rpc_server.c