search for: smb_posix_path_open

Displaying 2 results from an estimated 2 matches for "smb_posix_path_open".

2010 Feb 24
1
Reg: SET_PATH_INFO (info level - 521)
Hi Problem Description: I am trying to see a network trace using wireshark,which was able to read the SET_PATH_INFO with info level '512' but when i got some new traces from an upgraded RHEL 5.4 and new samba client 3.0.33 .15, i am getting SET_PATH_INFO with info level '521' which the wireshark fails to recognize. Could you please clarify if the SET_PATH_INFO has a new info
2016 Mar 30
0
Fwd: Fwd: Setting FS Quota against SAMBA share from windows2k12
...!lp_unix_extensions()) { > + return NT_STATUS_INVALID_LEVEL; > + } > + > + if (!CAN_WRITE(conn)) { > + /* Allow POSIX opens. The open path will deny > + * any non-readonly opens. */ > + if (info_level != SMB_POSIX_PATH_OPEN) { > + return NT_STATUS_DOS(ERRSRV, ERRaccess); > + } > + } > > isn't needed. It's boilerplate from smbd_do_setfilepathinfo() > and really doesn't apply here. > > > On Tue, Mar 29, 2016 at 9:44 AM, Jeremy Allison &l...