mirror of
https://github.com/samba-team/samba.git
synced 2025-11-18 00:23:50 +03:00
r3806: added support to smb_server and pvfs for the NTTRANS Create call. This
call has an optional sec_desc and ea_list.
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
994ac7f031
commit
8379ad14e3
@@ -2294,6 +2294,8 @@ void reply_ntcreate_and_X(struct smbsrv_request *req)
|
||||
io->ntcreatex.in.create_options = IVAL(req->in.vwv, 39);
|
||||
io->ntcreatex.in.impersonation = IVAL(req->in.vwv, 43);
|
||||
io->ntcreatex.in.security_flags = CVAL(req->in.vwv, 47);
|
||||
io->ntcreatex.in.ea_list = NULL;
|
||||
io->ntcreatex.in.sec_desc = NULL;
|
||||
|
||||
/* we need a neater way to handle this alignment */
|
||||
if ((req->flags2 & FLAGS2_UNICODE_STRINGS) &&
|
||||
|
||||
Reference in New Issue
Block a user