search for: ppsd

Displaying 4 results from an estimated 4 matches for "ppsd".

Did you mean: pps
2016 Aug 26
2
Issue with acl_xattr:ignore system acls in 4.5rc2
.../* Hash matches, return blob sd. */ 786 DEBUG(10, ("get_nt_acl_internal: blob hash " 787 "matches for file %s\n", 788 smb_fname->base_name )); 789 *ppsd = psd_blob; 794 DEBUG(10, ("get_nt_acl_internal: blob hash " 795 "does not match for file %s - returning " 796 "file system SD mapping.\n", 797 smb_fname->base_name...
2016 Aug 26
2
Issue with acl_xattr:ignore system acls in 4.5rc2
On Fri, Aug 26, 2016 at 06:33:26PM +0200, Ralph Böhme via samba wrote: > On Thu, Aug 25, 2016 at 12:14:00PM -0700, Jeremy Allison wrote: > > On Wed, Aug 24, 2016 at 04:06:42PM +0200, Ralph Böhme via samba wrote: > > > > > > Yeah, as much as I'd like to avoid adding a new option, I guess we > > > have to do something about it, my latest take on this is >
2016 Aug 29
1
Issue with acl_xattr:ignore system acls in 4.5rc2
...files_struct *fsp, const struct smb_filename *smb_fname, - DATA_BLOB *blob, + const DATA_BLOB *blob, struct security_descriptor **ppsd, bool *psd_is_from_fs) { Making the blob pointer parameter to validate_nt_acl_blob() const helps be realize it's an 'in' parameter the function should be messing with (and extra const is always good, right ?). Also, as you've re-written most o...
2016 Aug 27
2
Issue with acl_xattr:ignore system acls in 4.5rc2
On Fri, Aug 26, 2016 at 04:03:49PM -0700, Jeremy Allison wrote: > On Fri, Aug 26, 2016 at 02:46:19PM -0700, Jeremy Allison via samba wrote: > > On Fri, Aug 26, 2016 at 06:44:05PM +0200, Ralph Böhme wrote: > > > > > > Cheerio! > > > -slow > > > > Still reviewing this - but a few things that will need changing: > > > > When adding the