index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
lib
/
secdesc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
libcli/security: move secdesc.c to the top level libcli/security
Andrew Bartlett
2011-05-31
1
-712
/
+0
*
s3: Remove superfluous ;
Günther Deschner
2011-02-02
1
-4
/
+4
*
libcli/security Provide a common, top level libcli/security/security.h
Andrew Bartlett
2010-10-12
1
-1
/
+1
*
More neccessary const.
Jeremy Allison
2010-10-09
1
-1
/
+1
*
s3-util: use shared dom_sid_dup.
Günther Deschner
2010-09-20
1
-2
/
+2
*
s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions.
Günther Deschner
2010-09-20
1
-2
/
+3
*
s3-security: move ALL_SECURITY_INFORMATION to the only user.
Günther Deschner
2010-06-03
1
-0
/
+7
*
s3-security: use shared SECINFO_DACL define.
Günther Deschner
2010-06-03
1
-1
/
+1
*
s3-security: use shared SECINFO_SACL define.
Günther Deschner
2010-06-03
1
-1
/
+1
*
s3-security: use shared SECINFO_GROUP define.
Günther Deschner
2010-06-03
1
-1
/
+1
*
s3-security: use shared SECINFO_OWNER define.
Günther Deschner
2010-06-03
1
-1
/
+1
*
s3-build: only use ndr_security.h where needed.
Günther Deschner
2010-05-31
1
-0
/
+1
*
s3:dom_sid Global replace of DOM_SID with struct dom_sid
Andrew Bartlett
2010-05-21
1
-11
/
+11
*
s3-secdesc: move SEC_DESC_HEADER_SIZE to its only user.
Günther Deschner
2010-05-18
1
-0
/
+2
*
s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".
Günther Deschner
2010-05-18
1
-26
/
+26
*
s3-secdesc: remove "typedef struct security_acl SEC_ACL".
Günther Deschner
2010-05-18
1
-8
/
+8
*
s3-secdesc: remove "typedef struct security_ace SEC_ACE".
Günther Deschner
2010-05-18
1
-9
/
+9
*
s3-secdesc: remove "typedef struct sec_desc_buf SEC_DESC_BUF".
Günther Deschner
2010-05-18
1
-9
/
+9
*
s3: Remove use of iconv_convenience.
Jelmer Vernooij
2010-05-18
1
-8
/
+6
*
s3-lib: Create a sec_desc_merge and sec_desc_merge_buf function.
Andreas Schneider
2010-05-04
1
-1
/
+42
*
Restructure the ACL code some more, get the internal semantics
Jeremy Allison
2009-12-02
1
-0
/
+20
*
s3: Use common security_descriptor_equal().
Jelmer Vernooij
2009-04-21
1
-68
/
+0
*
s3-lib: add marshall_sec_desc_buf and unmarshall_sec_desc_buf helpers.
Günther Deschner
2009-02-24
1
-0
/
+63
*
Add iconv_convenience argument to size functions.
Jelmer Vernooij
2009-01-01
1
-2
/
+2
*
s3: Refactor getting sec_info from a security_descriptor into separate function
Tim Prouty
2008-12-09
1
-0
/
+27
*
Fix a subtle logic bug in the adaption of se_create_child_secdesc(), pass RAW...
Jeremy Allison
2008-11-08
1
-0
/
+3
*
If we didn't inherit any ACE's the ACE pointer should be NULL.
Jeremy Allison
2008-11-06
1
-4
/
+6
*
Start factoring out the inheritance differences.
Jeremy Allison
2008-11-06
1
-2
/
+1
*
Get closer to passing S4 RAW-ACLs.
Jeremy Allison
2008-10-31
1
-3
/
+3
*
Inherit Windows ACLs on a new directory.
Jeremy Allison
2008-10-30
1
-3
/
+3
*
Allow a new file to inherit the Windows ACL from its parent.
Jeremy Allison
2008-10-29
1
-63
/
+131
*
Remove SEC_ACCESS. It's a uint32_t.
Jeremy Allison
2008-10-09
1
-12
/
+1
*
s3-nbt: fix remaining callers of ndr_push/pull_struct_blob.
Günther Deschner
2008-09-23
1
-2
/
+2
*
Remove tiny code duplication
Volker Lendecke
2007-12-29
1
-29
/
+0
*
Make [un]marshall_sec_desc use librpc/ndr
Volker Lendecke
2007-12-29
1
-25
/
+29
*
Remove tiny code duplication
Volker Lendecke
2007-12-29
1
-4
/
+4
*
Some C++ fixes
Volker Lendecke
2007-12-21
1
-4
/
+8
*
Replace sid_string_static by sid_string_dbg in DEBUGs
Volker Lendecke
2007-12-15
1
-17
/
+8
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-3
/
+3
*
r25534: Apply some const
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r23801: The FSF has moved around a lot. This fixes their Mass Ave address.
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r22589: Make TALLOC_ARRAY consistent across all uses.
Jeremy Allison
2007-10-10
1
-2
/
+6
*
r19963: Add 'registry shares = yes' and registry key security descriptors.
Volker Lendecke
2007-10-10
1
-4
/
+61
*
r18745: Use the Samba4 data structures for security descriptors and security ...
Jelmer Vernooij
2007-10-10
1
-44
/
+37
*
r14280: Fix Coverity #129 and 130: check before dereferencing a pointer. This
Jim McDonough
2007-10-10
1
-4
/
+4
*
r14249: We've dereferenced the_acl before, no point in checking.
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r14002: Quick fix for Coverity CID #12.
Jeremy Allison
2007-10-10
1
-0
/
+4
*
r13316: Let the carnage begin....
Gerald Carter
2007-10-10
1
-0
/
+10
*
r6263: Get rid of generate_wellknown_sids, they are const static and initiali...
Volker Lendecke
2007-10-10
1
-2
/
+2
[next]