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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user