search for: 0c92b72

Displaying 4 results from an estimated 4 matches for "0c92b72".

Did you mean: 0.9272
2016 Aug 26
2
Issue with acl_xattr:ignore system acls in 4.5rc2
...t; - if (ignore_file_system_acl) { > + if (config->ignore_system_acls) { > TALLOC_FREE(psd); > status = make_default_filesystem_acl(mem_ctx, > smb_fname->base_name, > diff --git a/source3/modules/vfs_acl_tdb.c b/source3/modules/vfs_acl_tdb.c > index e4c8462..0c92b72 100644 > --- a/source3/modules/vfs_acl_tdb.c > +++ b/source3/modules/vfs_acl_tdb.c > @@ -308,6 +308,7 @@ static int connect_acl_tdb(struct vfs_handle_struct *handle, > const char *user) > { > int ret = SMB_VFS_NEXT_CONNECT(handle, service, user); > + bool ok; > &gt...
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
...t; - if (ignore_file_system_acl) { > + if (config->ignore_system_acls) { > TALLOC_FREE(psd); > status = make_default_filesystem_acl(mem_ctx, > smb_fname->base_name, > diff --git a/source3/modules/vfs_acl_tdb.c b/source3/modules/vfs_acl_tdb.c > index e4c8462..0c92b72 100644 > --- a/source3/modules/vfs_acl_tdb.c > +++ b/source3/modules/vfs_acl_tdb.c > @@ -308,6 +308,7 @@ static int connect_acl_tdb(struct vfs_handle_struct *handle, > const char *user) > { > int ret = SMB_VFS_NEXT_CONNECT(handle, service, user); > + bool ok; > &gt...
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