summaryrefslogtreecommitdiffstats
path: root/source3/lib/secdesc.c
Commit message (Expand)AuthorAgeFilesLines
* libcli/security: move secdesc.c to the top level libcli/securityAndrew Bartlett2011-05-311-712/+0
* s3: Remove superfluous ;Günther Deschner2011-02-021-4/+4
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-1/+1
* More neccessary const.Jeremy Allison2010-10-091-1/+1
* s3-util: use shared dom_sid_dup.Günther Deschner2010-09-201-2/+2
* s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions.Günther Deschner2010-09-201-2/+3
* s3-security: move ALL_SECURITY_INFORMATION to the only user.Günther Deschner2010-06-031-0/+7
* s3-security: use shared SECINFO_DACL define.Günther Deschner2010-06-031-1/+1
* s3-security: use shared SECINFO_SACL define.Günther Deschner2010-06-031-1/+1
* s3-security: use shared SECINFO_GROUP define.Günther Deschner2010-06-031-1/+1
* s3-security: use shared SECINFO_OWNER define.Günther Deschner2010-06-031-1/+1
* s3-build: only use ndr_security.h where needed.Günther Deschner2010-05-311-0/+1
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-11/+11
* s3-secdesc: move SEC_DESC_HEADER_SIZE to its only user.Günther Deschner2010-05-181-0/+2
* s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".Günther Deschner2010-05-181-26/+26
* s3-secdesc: remove "typedef struct security_acl SEC_ACL".Günther Deschner2010-05-181-8/+8
* s3-secdesc: remove "typedef struct security_ace SEC_ACE".Günther Deschner2010-05-181-9/+9
* s3-secdesc: remove "typedef struct sec_desc_buf SEC_DESC_BUF".Günther Deschner2010-05-181-9/+9
* s3: Remove use of iconv_convenience.Jelmer Vernooij2010-05-181-8/+6
* s3-lib: Create a sec_desc_merge and sec_desc_merge_buf function.Andreas Schneider2010-05-041-1/+42
* Restructure the ACL code some more, get the internal semanticsJeremy Allison2009-12-021-0/+20
* s3: Use common security_descriptor_equal().Jelmer Vernooij2009-04-211-68/+0
* s3-lib: add marshall_sec_desc_buf and unmarshall_sec_desc_buf helpers.Günther Deschner2009-02-241-0/+63
* Add iconv_convenience argument to size functions.Jelmer Vernooij2009-01-011-2/+2
* s3: Refactor getting sec_info from a security_descriptor into separate functionTim Prouty2008-12-091-0/+27
* Fix a subtle logic bug in the adaption of se_create_child_secdesc(), pass RAW...Jeremy Allison2008-11-081-0/+3
* If we didn't inherit any ACE's the ACE pointer should be NULL.Jeremy Allison2008-11-061-4/+6
* Start factoring out the inheritance differences.Jeremy Allison2008-11-061-2/+1
* Get closer to passing S4 RAW-ACLs.Jeremy Allison2008-10-311-3/+3
* Inherit Windows ACLs on a new directory.Jeremy Allison2008-10-301-3/+3
* Allow a new file to inherit the Windows ACL from its parent.Jeremy Allison2008-10-291-63/+131
* Remove SEC_ACCESS. It's a uint32_t.Jeremy Allison2008-10-091-12/+1
* s3-nbt: fix remaining callers of ndr_push/pull_struct_blob.Günther Deschner2008-09-231-2/+2
* Remove tiny code duplicationVolker Lendecke2007-12-291-29/+0
* Make [un]marshall_sec_desc use librpc/ndrVolker Lendecke2007-12-291-25/+29
* Remove tiny code duplicationVolker Lendecke2007-12-291-4/+4
* Some C++ fixesVolker Lendecke2007-12-211-4/+8
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-151-17/+8
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-3/+3
* r25534: Apply some constVolker Lendecke2007-10-101-1/+1
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r22589: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison2007-10-101-2/+6
* r19963: Add 'registry shares = yes' and registry key security descriptors.Volker Lendecke2007-10-101-4/+61
* r18745: Use the Samba4 data structures for security descriptors and security ...Jelmer Vernooij2007-10-101-44/+37
* r14280: Fix Coverity #129 and 130: check before dereferencing a pointer. ThisJim McDonough2007-10-101-4/+4
* r14249: We've dereferenced the_acl before, no point in checking.Volker Lendecke2007-10-101-1/+1
* r14002: Quick fix for Coverity CID #12.Jeremy Allison2007-10-101-0/+4
* r13316: Let the carnage begin....Gerald Carter2007-10-101-0/+10
* r6263: Get rid of generate_wellknown_sids, they are const static and initiali...Volker Lendecke2007-10-101-2/+2