summaryrefslogtreecommitdiffstats
path: root/libcli/security/access_check.c
Commit message (Expand)AuthorAgeFilesLines
* 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