The branch, master has been updated
via 8324dbc... Removed the default DACL from token, as we will not be
using it.
from f9c9dee... Convert from numbers to correct SMB_FIND_XX constant
names. Jeremy.
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 8324dbcb11cbba12fb73896dfc1ddc311edf0fb7
Author: Nadezhda Ivanova <[email protected]>
Date: Mon Nov 2 16:50:28 2009 +0200
Removed the default DACL from token, as we will not be using it.
-----------------------------------------------------------------------
Summary of changes:
librpc/idl/security.idl | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
Changeset truncated at 500 lines:
diff --git a/librpc/idl/security.idl b/librpc/idl/security.idl
index c24dc64..c57b30c 100644
--- a/librpc/idl/security.idl
+++ b/librpc/idl/security.idl
@@ -438,7 +438,6 @@ interface security
uint32 num_sids;
[size_is(num_sids)] dom_sid *sids[*];
udlong privilege_mask;
- security_acl *default_dacl;
} security_token;
/* bits that determine which parts of a security descriptor
--
Samba Shared Repository