]> git.ipfire.org Git - thirdparty/samba.git/commit
smbd: check negotiate before the create context is handled
authorJule Anger <janger@samba.org>
Tue, 3 Sep 2024 12:42:03 +0000 (14:42 +0200)
committerVolker Lendecke <vl@samba.org>
Mon, 14 Oct 2024 07:32:50 +0000 (07:32 +0000)
commite2324028f472a0cdc4467d08bef66f554d99189e
treee57f81a4a445ba4f74f083a2b31185871295c144
parentb8dbf743c1375f47219b73c37e67ce48bd1476cd
smbd: check negotiate before the create context is handled

So far, the create context is used as it is sent by the client.
Now we first check whether posix extensions are negotiated.

Pair-Programmed-With: Ralph Boehme <slow@samba.org>
Signed-off-by: Jule Anger <janger@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
source3/smbd/open.c