summaryrefslogtreecommitdiff
path: root/libcli/security/access_check.c
AgeCommit message (Expand)AuthorFilesLines
2024-12-17libcli: Modernize a DEBUGVolker Lendecke1-4/+4
2024-12-17libcli: Make handling implicit_owner_rights bit easier to readVolker Lendecke1-8/+11
2024-02-08libcli/security: Make ‘replace_sid’ parameter constJo Sutton1-1/+1
2023-09-27libcli:security: Use SELF SID constantJoseph Sutton1-4/+1
2023-09-26libcli/security: access_check handles CALLBACK_OBJECT typesDouglas Bagnall1-2/+58
2023-09-26libcli/security: se_access_check uses new callback checksDouglas Bagnall1-110/+9
2023-09-26libcli/security: sec_access_check_ds uses new callback ACE checksDouglas Bagnall1-8/+22
2023-09-26libcli/security: access_check with MAXIMUM_ALLOWED checks callbacksDouglas Bagnall1-0/+151
2023-09-26libcli/security: Hook in ability to disable conditional ACE evaluationAndrew Bartlett1-0/+67
2023-09-26libcli/security: conditional ace access checks for file serverDouglas Bagnall1-0/+36
2023-09-26libcli/security: conditional ace access checks for ADDouglas Bagnall1-0/+61
2023-04-27libcli:security: Fix code spellingAndreas Schneider1-1/+1
2023-04-05CVE-2023-0614 libcli/security: Make some parameters constJoseph Sutton1-5/+5
2023-03-09libcli/security: Avoid includes.hVolker Lendecke1-1/+2
2022-09-16CVE-2020-25720: s4-acl: Owner no longer has implicit Write DACLNadezhda Ivanova1-53/+114
2022-06-14libcli/security: Fix typosJoseph Sutton1-1/+1
2019-03-04libcli/security: fix handling of deny type ACEs in access_check_max_allowed()Ralph Boehme1-1/+1
2019-03-04libcli/security: correct access check and maximum access calculation for Owne...Ralph Boehme1-67/+73
2019-02-28libcli/security: add "Owner Rights" calculation to access_check_max_allowed()Ralph Boehme1-5/+28
2018-08-14CVE-2018-10919 security: Fix checking of object-specific CONTROL_ACCESS rightsTim Beale1-0/+10
2018-08-14CVE-2018-10919 security: Add more comments to the object-specific access checksTim Beale1-8/+22
2018-08-14CVE-2018-10919 security: Move object-specific access checks into separate fun...Tim Beale1-27/+59
2016-12-10lib: security: se_access_check() incorrectly processes owner rights (S-1-3-4)...Jeremy Allison1-1/+1
2013-10-25s4-dsacl: Fixed incorrect handling of privileges in sec_access_check_dsNadezhda Ivanova1-8/+4
2013-02-23Fix bug #9674 - Samba denies owner Read Control when there is a DENY entry wh...Richard Sharpe1-3/+3
2013-01-22libcli-acl: add documentationMatthieu Patou1-1/+19
2013-01-21libcli/security: avoid usage of dom_sid_parse_talloc() in sec_access_check_ds()Stefan Metzmacher1-8/+4
2013-01-21libcli/security: simplify get_ace_object_type()Stefan Metzmacher1-8/+4
2013-01-21libcli/security: fix formating in access_check.cStefan Metzmacher1-8/+12
2013-01-21libcli/security: fix whitespaces in access_check.cStefan Metzmacher1-98/+100
2013-01-17libcli/security: don't look at the inherited type in get_ace_object_type()Stefan Metzmacher1-2/+0
2012-08-31Factor out privilege checking code into se_file_access_check() which takes a ...Jeremy Allison1-10/+76
2012-03-14Fix bug #8795 - Samba does not handle the Owner Rights permissions at allRichard Sharpe1-6/+46
2012-03-10Fix bug #8797 - Samba does not correctly handle DENY ACEs when privileges apply.Richard Sharpe1-26/+28
2012-02-22Honor SeTakeOwnershiPrivilege when client asks for SEC_STD_WRITE_OWNER but ha...Richard Sharpe1-0/+5
2012-01-11Second part of fix for bug #8673 - NT ACL issue.Jeremy Allison1-3/+4
2011-03-21libcli/security: make sure that we don't grant SEC_STD_DELETE to the owner by...Stefan Metzmacher1-28/+30
2010-10-22Fix const warning. Allocate off NULL as we always talloc_free().Jeremy Allison1-1/+1
2010-10-21Now we have SeSystemSecurity, remove the source3-only #ifdef.Jeremy Allison1-2/+0
2010-10-20libcli/security/access_check.c - fix a memory leakMatthias Dieter Wallnöfer1-7/+12
2010-10-14security: ensure the merge of libcli/security doesn't change s3 behaviourAndrew Tridgell1-0/+5
2010-10-14libcli/auth Merge source4/libcli/security and util_sid.c into the common codeAndrew Bartlett1-0/+144
2010-10-14libcli/security Move source3/lib/util_seaccess.c into the common codeAndrew Bartlett1-0/+252