Displaying 6 results from an estimated 6 matches for "data_blob_nul".
Did you mean:
data_blob_null
2019 Feb 18
0
SMB Signing with "map to guest = " options
...&result);
}
}
goto out;
}
It needs to still run this part form the tail of the function, not skip over it with the 'goto out'
/* ensure we are never given NULL session keys */
if (all_zero(info3->base.key.key, sizeof(info3->base.key.key))) {
result->session_key = data_blob_null;
} else {
result->session_key = data_blob_talloc(
result, info3->base.key.key,
sizeof(info3->base.key.key));
}
if (all_zero(info3->base.LMSessKey.key,
sizeof(info3->base.LMSessKey.key))) {
result->lm_session_key = data_blob_null;
} else {
result->lm_ses...
2019 Feb 14
3
SMB Signing with "map to guest = " options
Hi,
I'm using samba-4.7.x
I have some confusions over "map to guest=" options with setting SMB Signing
1. Set "*Server signing =auto*", "*map to guest=bad uid*" and set "client
signing in windows 2k12 server group policy" to "Microsoft network client:
Digitally sign communications (Always)” = *Disable*"
SMB_Server is joined to Windows 2k12
2016 Aug 26
2
Issue with acl_xattr:ignore system acls in 4.5rc2
...ALLOC_CTX *mem_ctx,
> + vfs_handle_struct *handle,
> + files_struct *fsp,
> + const struct smb_filename *smb_fname,
> + DATA_BLOB *blob,
> + struct security_descriptor **ppsd,
> + bool *psd_is_from_fs)
> {
> - DATA_BLOB blob = data_blob_null;
> NTSTATUS status;
> uint16_t hash_type = XATTR_SD_HASH_TYPE_NONE;
> uint16_t xattr_version = 0;
> @@ -491,41 +503,28 @@ static NTSTATUS get_nt_acl_internal(vfs_handle_struct *handle,
> struct security_descriptor *psd = NULL;
> struct security_descriptor *psd_blob = NU...
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
...ALLOC_CTX *mem_ctx,
> + vfs_handle_struct *handle,
> + files_struct *fsp,
> + const struct smb_filename *smb_fname,
> + DATA_BLOB *blob,
> + struct security_descriptor **ppsd,
> + bool *psd_is_from_fs)
> {
> - DATA_BLOB blob = data_blob_null;
> NTSTATUS status;
> uint16_t hash_type = XATTR_SD_HASH_TYPE_NONE;
> uint16_t xattr_version = 0;
> @@ -491,41 +503,28 @@ static NTSTATUS get_nt_acl_internal(vfs_handle_struct *handle,
> struct security_descriptor *psd = NULL;
> struct security_descriptor *psd_blob = NU...
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