1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-14 20:23:54 +03:00

Move to talloc control of SPOOL_XXX structs. Move to talloc control of

security descriptors and pointers. Syncup with 2.2 tree.
Jeremy.
This commit is contained in:
Jeremy Allison
-
parent 2d3429cfe2
commit 14d5997dc8
13 changed files with 451 additions and 707 deletions

View File

@@ -105,6 +105,10 @@ typedef struct security_ace_info
#define ACL_REVISION 0x3
#endif
#ifndef NT4_ACL_REVISION
#define NT4_ACL_REVISION 0x2
#endif
#ifndef _SEC_ACL
/* SEC_ACL */
typedef struct security_acl_info
@@ -149,7 +153,7 @@ typedef struct security_descriptor_info
typedef struct sec_desc_buf_info
{
uint32 max_len;
uint32 undoc;
uint32 ptr;
uint32 len;
SEC_DESC *sec;