smbd: Add make_smb2_posix_create_ctx()
authorVolker Lendecke <vl@samba.org>
Thu, 23 Jan 2020 20:14:44 +0000 (21:14 +0100)
committerJeremy Allison <jra@samba.org>
Fri, 7 Feb 2020 21:01:31 +0000 (21:01 +0000)
commit8047876f4ac71ed103fbc4aba8ace69fac45ece9
treea8f4361630ee640c76796cdcd51ec9dba608e4ae
parent54bd27167ce2b2b6ca47396c4b2d03c458615f20
smbd: Add make_smb2_posix_create_ctx()

Will be used internally to pass an artificial posix create context
into VFS_CREATE_FILE from the SMB1 unix extension calls

Pair programmed with: Jeremy Allison <jra@samba.org>
Signed-off-by: Volker Lendecke <vl@samba.org>
libcli/smb/smb2_posix.c [new file with mode: 0644]
libcli/smb/smb2_posix.h [new file with mode: 0644]
libcli/smb/wscript