Displaying 20 results from an estimated 25 matches for "sec_desc".
2010 Jul 14
1
RAW_ACLS smbtorture test
Hi All,
I wanted to check the state of the ACL evaluation engine in samba. I
have configured my linux sles 10, samba version 3.5.1-3.3-2332 with "ea
support = yes", "store dos attributes=yes", "vfs objects = acl_xattr"
and get lots of error + some failure messages.
I attached the results of running the test against both samba as well as
native windows 2003 cifs
2013 Jun 23
3
[PATCH] Add read support for "big data" blocks to hivex
---
lib/hivex.c | 81 +++++++++++++++++++++++++++++++++++++++++++++++++------------
1 file changed, 66 insertions(+), 15 deletions(-)
diff --git a/lib/hivex.c b/lib/hivex.c
index efc27f8..e3c1e05 100644
--- a/lib/hivex.c
+++ b/lib/hivex.c
@@ -208,6 +208,19 @@ struct ntreg_sk_record {
char sec_desc[1]; /* security info follows */
} __attribute__((__packed__));
+struct ntreg_db_record {
+ int32_t seg_len; /* length (always -ve because used) */
+ char id[2]; /* "db" */
+ uint16_t nr_blocks;
+ uint32_t blocklist_offset;
+ uint32_t unkn...
2013 Jun 25
2
Re: [PATCH] Add read support for "big data" blocks to hivex
* Richard W.M. Jones:
> diff --git a/lib/hivex.c b/lib/hivex.c
> index e3c1e05..9351ac5 100644
> --- a/lib/hivex.c
> +++ b/lib/hivex.c
> @@ -1471,7 +1471,7 @@ hivex_value_value (hive_h *h, hive_value_h value,
> if (h->msglvl >= 2)
> fprintf (stderr, "hivex_value_value: warning: big data block is not "
> "valid
2008 Feb 28
1
Inheritable Permissions Issue
I have a Centos 3 server running Samba 3.0.28. It's a member of an AD
domain on a Windows Server 2003 R2 Standard x64 SP2 box. From the
W2K3 server I can see the samba share I created. Using the Security
tab in the Windows Explorer file properties dialog I can add and
remove users and change their permissions. However, in the
Permissions tab of the Advanced Security Settings dialog,
2013 Jun 25
0
Re: [PATCH] Add read support for "big data" blocks to hivex
...++++++++++++++++++++++++++++++++++++------------
> 1 file changed, 66 insertions(+), 15 deletions(-)
>
> diff --git a/lib/hivex.c b/lib/hivex.c
> index efc27f8..e3c1e05 100644
> --- a/lib/hivex.c
> +++ b/lib/hivex.c
> @@ -208,6 +208,19 @@ struct ntreg_sk_record {
> char sec_desc[1]; /* security info follows */
> } __attribute__((__packed__));
>
> +struct ntreg_db_record {
> + int32_t seg_len; /* length (always -ve because used) */
> + char id[2]; /* "db" */
> + uint16_t nr_blocks;
> + uint32_t...
2013 Jun 25
0
[PATCH] Add read support for "big data" blocks to hivex
...0,00
---
lib/hivex.c | 91 +++++++++++++++++++++++++++++++++++++++++++++++++++----------
1 file changed, 76 insertions(+), 15 deletions(-)
diff --git a/lib/hivex.c b/lib/hivex.c
index efc27f8..040b1e7 100644
--- a/lib/hivex.c
+++ b/lib/hivex.c
@@ -208,6 +208,19 @@ struct ntreg_sk_record {
char sec_desc[1]; /* security info follows */
} __attribute__((__packed__));
+struct ntreg_db_record {
+ int32_t seg_len; /* length (always -ve because used) */
+ char id[2]; /* "db" */
+ uint16_t nr_blocks;
+ uint32_t blocklist_offset;
+ uint32_t unkn...
2006 Jan 18
1
Problem in rpc_api_pipe related to the \spoolss pipe
...:33554432
init_lsa_obj_attr
000000 lsa_io_q_open_pol
0000 ptr : 00000001
0004 system_name: 005c
000008 lsa_io_obj_attr
0008 len : 00000018
000c ptr_root_dir: 00000000
0010 ptr_obj_name: 00000000
0014 attributes : 00000000
0018 ptr_sec_desc: 00000000
001c ptr_sec_qos : 00000001
000020 lsa_io_obj_qos sec_qos
0020 len : 0000000c
0024 sec_imp_level : 0002
0026 sec_ctxt_mode : 01
0027 effective_only: 00
lsa_io_sec_qos: length c does not match size 8
0028 des_acc...
2015 Apr 17
2
Cannot join Ubuntu12.04 Samba 4.1.17 to domain
...*
attr: struct lsa_ObjectAttribute
len : 0x00000018 (24)
root_dir : NULL
object_name : NULL
attributes : 0x00000000 (0)
sec_desc : NULL
sec_qos : *
sec_qos: struct lsa_QosInfo
len : 0x0000000c (12)
impersonation_level : 0x0002 (2)
context_mo...
2015 Apr 17
0
Cannot join Ubuntu12.04 Samba 4.1.17 to domain
...lsa_ObjectAttribute
> len : 0x00000018 (24)
> root_dir : NULL
> object_name : NULL
> attributes : 0x00000000 (0)
> sec_desc : NULL
> sec_qos : *
> sec_qos: struct lsa_QosInfo
> len : 0x0000000c (12)
> impersonation_level : 0x0002 (2)
>...
2016 Jul 10
0
Debian Jessie joining AD as member fails with "The object name is not found."
...*
attr: struct lsa_ObjectAttribute
len : 0x00000018 (24)
root_dir : NULL
object_name : NULL
attributes : 0x00000000 (0)
sec_desc : NULL
sec_qos : *
sec_qos: struct lsa_QosInfo
len : 0x0000000c (12)
impersonation_level : 0x0002 (2)
context_mo...
2016 Jul 18
3
Debian Jessie joining AD as member fails with "The object name is not found."
...*
attr: struct lsa_ObjectAttribute
len : 0x00000018 (24)
root_dir : NULL
object_name : NULL
attributes : 0x00000000 (0)
sec_desc : NULL
sec_qos : *
sec_qos: struct lsa_QosInfo
len : 0x0000000c (12)
impersonation_level : 0x0002 (2)
context_mo...
2019 Feb 28
2
winbind causing huge timeouts/delays since 4.8
...attr: struct lsa_ObjectAttribute
len : 0x00000018 (24)
root_dir : NULL
object_name : NULL
attributes : 0x00000000 (0)
sec_desc : NULL
sec_qos : *
sec_qos: struct lsa_QosInfo
len : 0x0000000c (12)
impersonation_level : 0x0002 (2)...
2016 Jul 18
0
Debian Jessie joining AD as member fails with "The object name is not found."
...> len : 0x00000018 (24)
> > root_dir : NULL
> > object_name : NULL
> > attributes : 0x00000000 (0)
> > sec_desc : NULL
> > sec_qos : *
> > sec_qos: struct lsa_QosInfo
> > len : 0x0000000c (12)
> > impersonation_level : 0x000...
2006 Jul 18
0
Access denied/WERR_ACCESS_DENIED on Printer Properties/rpcclient
...qos
init_open_pol: attr:0 da:33554432
init_lsa_obj_attr
000000 lsa_io_q_open_pol
0000 ptr : 00000001
0004 system_name: 005c
0008 len : 00000018
000c ptr_root_dir: 00000000
0010 ptr_obj_name: 00000000
0014 attributes : 00000000
0018 ptr_sec_desc: 00000000
001c ptr_sec_qos : 00000001
0020 len : 0000000c
0024 sec_imp_level : 0002
0026 sec_ctxt_mode : 01
0027 effective_only: 00
lsa_io_sec_qos: length c does not match size 8
0028 des_access: 02000000
create_rpc_request: opnu...
2016 Jul 19
1
Debian Jessie joining AD as member fails with "The object name is not found."
...> len : 0x00000018 (24)
> > root_dir : NULL
> > object_name : NULL
> > attributes : 0x00000000 (0)
> > sec_desc : NULL
> > sec_qos : *
> > sec_qos: struct lsa_QosInfo
> > len : 0x0000000c (12)
> > impersonation_level : 0x000...
2002 Oct 23
3
cupsaddsmb rpcclient error
..._unistr location
001c devmode: 00000000
0020 offset: 00000104
000104 smb_io_unistr sepfile
0024 offset: 000000f2
0000f2 smb_io_unistr printprocessor
0028 offset: 000000ea
0000ea smb_io_unistr datatype
002c offset: 000000e8
0000e8 smb_io_unistr parameters
0030 sec_desc: 00000000
00001c smb_io_reldevmode devmode
001c offset: 00000000
0034 attributes: 00000018
0038 priority: 00000001
003c defpriority: 00000001
0040 starttime: 00000000
0044 untiltime: 00000000
0048 status: 00000000
004c jobs: 00000000
0050 averageppm: 0000...
2006 Jan 03
2
samba, cups and cupsaddsmb
...qos
init_open_pol: attr:0 da:33554432
init_lsa_obj_attr
000000 lsa_io_q_open_pol
0000 ptr : 00000001
0004 system_name: 005c
0008 len : 00000018
000c ptr_root_dir: 00000000
0010 ptr_obj_name: 00000000
0014 attributes : 00000000
0018 ptr_sec_desc: 00000000
001c ptr_sec_qos : 00000001
0020 len : 0000000c
0024 sec_imp_level : 0002
0026 sec_ctxt_mode : 01
0027 effective_only: 00
lsa_io_sec_qos: length c does not match size 8
0028 des_access: 02000000
000000 smb_io_rpc_hdr hd...
2019 Feb 26
3
winbind causing huge timeouts/delays since 4.8
Am 23.02.19 um 22:23 schrieb Rowland Penny via samba:
> On Sat, 23 Feb 2019 21:54:31 +0100
> Alexander Spannagel via samba <samba at lists.samba.org> wrote:
>
>> Am 23.02.19 um 15:48 schrieb Rowland Penny via samba:
>>>>>>>>> If you have, as you have, 'files sss winbind' in the the
>>>>>>>>> passwd & group line
1999 Sep 23
1
rpcclient problem
i can use the smbclient -L just fine to get a list of shares off my NT4 (Alpha processor) server. My problem lies with rpcclient. It lets me login but then samtest gives the following error:
smb: \> samtest
samtest
SAM Encryption Test
SAMR_R_UNKNOWN_38: Unknown NT error
smb: \>
all i need to be able to do is change the nt password, but the ntpass command gives the same error.
any ideas
2011 Jan 21
0
Can not set SPN errors (again)
...attr: struct lsa_ObjectAttribute
len : 0x00000018 (24)
root_dir : NULL
object_name : NULL
attributes : 0x00000000 (0)
sec_desc : NULL
sec_qos : *
sec_qos: struct lsa_QosInfo
len : 0x0000000c (12)
impersonation_level : 0x0002 (2)...