smbd: rename [un]become_user*() to [un]become_user_without_service*()
authorStefan Metzmacher <metze@samba.org>
Fri, 19 Jul 2019 09:14:13 +0000 (11:14 +0200)
committerJeremy Allison <jra@samba.org>
Wed, 11 Sep 2019 19:59:34 +0000 (19:59 +0000)
commit5da24aa18e9c0ff6f2852b5421945111ef5c6b2b
treef5777d28bbb00a75986797f175585ebda5a8e2dc
parent15699475d6031dd0ed5cd24e9915c574b35a233b
smbd: rename [un]become_user*() to [un]become_user_without_service*()

We should make the behavior change (that gives up some protection)
more obvious, by changing the function names.

At least some OEMs have patches relying on the 4.9/4.10 behaviour
and we want them to detect that they have to do more work when they
need to change directories.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/include/vfs.h
source3/modules/vfs_btrfs.c
source3/printing/nt_printing.c
source3/rpc_server/fss/srv_fss_agent.c
source3/smbd/close.c
source3/smbd/proto.h
source3/smbd/uid.c
source3/utils/net_vfs.c