]> git.ipfire.org Git - thirdparty/samba.git/commit
s3: smbd: Now we always use handle for directory enumeration, we can delete the fallb...
authorJeremy Allison <jra@samba.org>
Wed, 17 Jul 2019 18:21:12 +0000 (11:21 -0700)
committerRalph Boehme <slow@samba.org>
Tue, 6 Aug 2019 14:23:34 +0000 (14:23 +0000)
commitd485c43cc74c5550d151fe728ddc53b02ab23df8
treec43214b0078075c4968f62d084642af3c783b65a
parenta130760f70960de559b845fffb1b70dc11db6f24
s3: smbd: Now we always use handle for directory enumeration, we can delete the fallback code.

The code inside open_dir_safely() is root safe
and can replace the deleted open_dir_with_privilege()
fallback code.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/smbd/dir.c