mirror of
https://github.com/samba-team/samba.git
synced 2025-02-05 21:57:51 +03:00
r11637: we need a session and a tcon for ntioctl() and ntrename()
metze (This used to be commit 3389544c2b14a044aed4a6d0ff966c0a2d92a61a)
This commit is contained in:
parent
872b821fca
commit
a2d2128b8a
@ -166,7 +166,7 @@ static const struct smb_message_struct
|
||||
/* 0x24 */ { "SMBlockingX",reply_lockingX,AS_USER},
|
||||
/* 0x25 */ { "SMBtrans",reply_trans,AS_USER},
|
||||
/* 0x26 */ { "SMBtranss",reply_transs,AS_USER},
|
||||
/* 0x27 */ { "SMBioctl",reply_ioctl,0},
|
||||
/* 0x27 */ { "SMBioctl",reply_ioctl,AS_USER},
|
||||
/* 0x28 */ { "SMBioctls",NULL,AS_USER},
|
||||
/* 0x29 */ { "SMBcopy",reply_copy,AS_USER},
|
||||
/* 0x2a */ { "SMBmove",NULL,AS_USER},
|
||||
@ -291,8 +291,8 @@ static const struct smb_message_struct
|
||||
/* 0xa1 */ { "SMBnttranss", reply_nttranss, AS_USER},
|
||||
/* 0xa2 */ { "SMBntcreateX", reply_ntcreate_and_X, AS_USER},
|
||||
/* 0xa3 */ { NULL, NULL, 0 },
|
||||
/* 0xa4 */ { "SMBntcancel", reply_ntcancel, 0 },
|
||||
/* 0xa5 */ { "SMBntrename", reply_ntrename, 0 },
|
||||
/* 0xa4 */ { "SMBntcancel", reply_ntcancel, 0},
|
||||
/* 0xa5 */ { "SMBntrename", reply_ntrename, AS_USER},
|
||||
/* 0xa6 */ { NULL, NULL, 0 },
|
||||
/* 0xa7 */ { NULL, NULL, 0 },
|
||||
/* 0xa8 */ { NULL, NULL, 0 },
|
||||
|
Loading…
x
Reference in New Issue
Block a user