smbd: rename smbXsrv_client->ev_ctx into smbXsrv_client->raw_ev_ctx
authorStefan Metzmacher <metze@samba.org>
Thu, 22 Mar 2018 09:54:41 +0000 (10:54 +0100)
committerStefan Metzmacher <metze@samba.org>
Mon, 18 Jun 2018 06:59:18 +0000 (08:59 +0200)
commit19119a55490bcfacbc7d4be340f650e9eaf212f2
treedea4b06ec1baf962193f1a20397bef73aa4c140f
parentdb83a8f7c86946d478a55b611779b9666a47cabc
smbd: rename smbXsrv_client->ev_ctx into smbXsrv_client->raw_ev_ctx

That makes it clearer that no tevent_context wrapper is used here
and the related code should really run without any (active) impersonation
as before.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/librpc/idl/smbXsrv.idl
source3/smbd/process.c
source3/smbd/smbXsrv_client.c
source3/smbd/smbXsrv_session.c