search for: info_level_is_unix

Displaying 1 result from an estimated 1 matches for "info_level_is_unix".

2016 Mar 30
0
Fwd: Fwd: Setting FS Quota against SAMBA share from windows2k12
...Tue, Mar 29, 2016 at 4:03 PM, Jeremy Allison <jra at samba.org> wrote: > On Tue, Mar 29, 2016 at 02:33:48PM -0700, Partha Sarathi wrote: > > Thanks Jeremy. > > > > Please find the updated patch for review. > > More changes (sorry). This code: > > + if (INFO_LEVEL_IS_UNIX(info_level) && !lp_unix_extensions()) { > + return NT_STATUS_INVALID_LEVEL; > + } > + > + if (!CAN_WRITE(conn)) { > + /* Allow POSIX opens. The open path will deny > + * any non-readonly opens. */ > +...