search for: psd_blob

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

Did you mean: ls_blob
2016 Aug 26
2
Issue with acl_xattr:ignore system acls in 4.5rc2
...DEBUG(10, ("get_nt_acl_internal: ACL blob revision " 689 "mismatch (%u) for file %s\n", 690 (unsigned int)hash_type, 691 smb_fname->base_name)); 692 TALLOC_FREE(psd_blob); 693 return NT_STATUS_OK; 694 } 695 696 /* determine which type of xattr we got */ 697 if (hash_type != XATTR_SD_HASH_TYPE_SHA256) { 698 DEBUG(10, ("get_nt_acl_internal: ACL blob hash type " 699 &q...
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
...m, > SEC_ACE_TYPE_ACCESS_ALLOWED, > -- > 2.7.4 > > > From 55d74651c664d210a55b6833dee575dc1b101271 Mon Sep 17 00:00:00 2001 > From: Ralph Boehme <slow at samba.org> > Date: Tue, 23 Aug 2016 13:08:12 +0200 > Subject: [PATCH 02/13] vfs_acl_common: rename psd to psd_blob in > get_nt_acl_internal() > > This makes it explicit where the SD is originating from. No change in > behaviour. > > This just paves the way for a later change that will simplify the whole > logic and talloc hierarchy, therefor this also strictly renames the > occurences...
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