summaryrefslogtreecommitdiffstats
path: root/libcli/security/access_check.c
Commit message (Expand)AuthorAgeFilesLines
* s4-dsacl: Fixed incorrect handling of privileges in sec_access_check_dsNadezhda Ivanova2013-10-251-8/+4
* Fix bug #9674 - Samba denies owner Read Control when there is a DENY entry wh...Richard Sharpe2013-02-231-3/+3
* libcli-acl: add documentationMatthieu Patou2013-01-221-1/+19
* libcli/security: avoid usage of dom_sid_parse_talloc() in sec_access_check_ds()Stefan Metzmacher2013-01-211-8/+4
* libcli/security: simplify get_ace_object_type()Stefan Metzmacher2013-01-211-8/+4
* libcli/security: fix formating in access_check.cStefan Metzmacher2013-01-211-8/+12
* libcli/security: fix whitespaces in access_check.cStefan Metzmacher2013-01-211-98/+100
* libcli/security: don't look at the inherited type in get_ace_object_type()Stefan Metzmacher2013-01-171-2/+0
* Factor out privilege checking code into se_file_access_check() which takes a ...Jeremy Allison2012-08-311-10/+76
* Fix bug #8795 - Samba does not handle the Owner Rights permissions at allRichard Sharpe2012-03-141-6/+46
* Fix bug #8797 - Samba does not correctly handle DENY ACEs when privileges apply.Richard Sharpe2012-03-101-26/+28
* Honor SeTakeOwnershiPrivilege when client asks for SEC_STD_WRITE_OWNER but ha...Richard Sharpe2012-02-221-0/+5
* Second part of fix for bug #8673 - NT ACL issue.Jeremy Allison2012-01-111-3/+4
* libcli/security: make sure that we don't grant SEC_STD_DELETE to the owner by...Stefan Metzmacher2011-03-211-28/+30
* Fix const warning. Allocate off NULL as we always talloc_free().Jeremy Allison2010-10-221-1/+1
* Now we have SeSystemSecurity, remove the source3-only #ifdef.Jeremy Allison2010-10-211-2/+0
* libcli/security/access_check.c - fix a memory leakMatthias Dieter Wallnöfer2010-10-201-7/+12
* security: ensure the merge of libcli/security doesn't change s3 behaviourAndrew Tridgell2010-10-141-0/+5
* libcli/auth Merge source4/libcli/security and util_sid.c into the common codeAndrew Bartlett2010-10-141-0/+144
* libcli/security Move source3/lib/util_seaccess.c into the common codeAndrew Bartlett2010-10-141-0/+252