search for: psd_fs

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

Did you mean: msdfs
2016 Aug 26
2
Issue with acl_xattr:ignore system acls in 4.5rc2
...name )); 798 799 if (DEBUGLEVEL >= 10) { 800 DEBUG(10,("get_nt_acl_internal: acl for blob hash for %s is:\n", 801 smb_fname->base_name )); 802 NDR_PRINT_DEBUG(security_descriptor, psd_fs); These are gonna need fixing to remove the function names from the debugs (they are automatically added now). Still reviewing... > From dd4665a7930fad64ff649110cb087b69b08464f4 Mon Sep 17 00:00:00 2001 > From: Ralph Boehme <slow at samba.org> > Date: Wed, 24 Aug 2016 10:04:24 +02...
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
...ame); > return NT_STATUS_OK; > -- > 2.7.4 > > > From b37829fdcc5dac4e289b3b6ccc5a05fad4e529a5 Mon Sep 17 00:00:00 2001 > From: Ralph Boehme <slow at samba.org> > Date: Tue, 23 Aug 2016 13:11:24 +0200 > Subject: [PATCH 03/13] vfs_acl_common: rename pdesc_next to psd_fs > > In most realistic cases the "next" VFS op will return the permissions > from the filesystem. This rename 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 > l...
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