smbd: add an effective connection_struct->user_ev_ctx that holds the event context...
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:21 +0000 (08:59 +0200)
commitf2df8be16be9dccd3d10ec060f1efbe5007a28c6
tree5bcfddd9dd5d53f894cbe8a92dcd07682aa9b02c
parentc835ffa72ddfd2431d22909148913b50f0d829d1
smbd: add an effective connection_struct->user_ev_ctx that holds the event context used for the current user

This will be filled with an impersonation wrapper in the next commits.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/include/vfs.h
source3/modules/vfs_aio_pthread.c
source3/modules/vfs_default.c
source3/modules/vfs_readonly.c
source3/smbd/conn.c
source3/smbd/msdfs.c
source3/smbd/uid.c