summaryrefslogtreecommitdiff
path: root/libcli/security
AgeCommit message (Expand)AuthorFilesLines
2013-10-25s4-dsacl: Fixed incorrect handling of privileges in sec_access_check_dsNadezhda Ivanova1-8/+4
2013-08-06libcli: Add security_token_system_privilege().Andreas Schneider2-0/+23
2013-07-31libcli: fix conversion logic in dom_sid_string_bufJeff Layton1-10/+18
2013-07-31libcli: fix conversion logic in dom_sid_parse_endpJeff Layton1-14/+15
2013-04-02Add a comment about why we are removing the INHERITED bit so people understand.Richard Sharpe1-0/+9
2013-03-28Make sure that we only propogate the INHERITED flag when we are allowed to.Richard Sharpe1-1/+2
2013-02-23Fix bug #9674 - Samba denies owner Read Control when there is a DENY entry wh...Richard Sharpe1-3/+3
2013-01-27libcli/security: calculate INHERIT_ONLY correcty for AUDIT and ALARM aces (bu...Stefan Metzmacher1-4/+16
2013-01-22libcli-acl: add documentationMatthieu Patou1-1/+19
2013-01-21security: Add documentationMatthieu Patou1-0/+9
2013-01-21libcli-security: Add documentation for object_tree_modify_accessMatthieu Patou1-2/+12
2013-01-21libcli/security: remove useless if (root->num_of_children > 0) statementsAndrew Bartlett1-8/+4
2013-01-21libcli/security: add init_mask to existing children in insert_in_object_treeStefan Metzmacher1-0/+1
2013-01-21libcli/security: handle node initialisation in one spot in insert_in_object_t...Andrew Bartlett2-38/+37
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
2013-01-15libcli/security: Ensure to fill in remaining_access for the initial case (bug...Andrew Bartlett1-0/+1
2012-12-11libcli/security: calculate the correct inherited_object GUIDStefan Metzmacher1-1/+7
2012-12-11libcli/security: implement object_in_list()Stefan Metzmacher1-2/+23
2012-12-02libcli/security: remove duplicate aces in se_create_child_secdesc()Stefan Metzmacher1-0/+34
2012-08-31Factor out privilege checking code into se_file_access_check() which takes a ...Jeremy Allison2-10/+87
2012-08-30Fix bug #9124 - Samba fails to set "inherited" bit on inherited ACE's.Jeremy Allison1-3/+7
2012-08-10build: rename security → samba-securityBjörn Jacke1-2/+2
2012-06-19Fix warning: variable ‘XX’ set but not used.Jeremy Allison1-7/+0
2012-03-14Fix bug #8811 - sd_has_inheritable_components segfaults on an SD that se_acce...Jeremy Allison1-0/+4
2012-03-14Fix bug #8795 - Samba does not handle the Owner Rights permissions at allRichard Sharpe3-6/+49
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-11-24security: add local authority well-known SIDsChristian Ambach2-0/+3
2011-10-07build: Reduce build systems to just top level waf and autoconfAndrew Bartlett1-6/+5
2011-08-17Adapt del_sid_from_array to Samba coding styleVolker Lendecke1-1/+2
2011-08-17Fix a typoVolker Lendecke1-1/+1
2011-08-17Remove unused "sid_equal"Volker Lendecke2-10/+0
2011-08-17Replace calls to sid_equal with calls to dom_sid_equalVolker Lendecke1-2/+2
2011-08-10pytalloc: Use consistent prefix for functions, add ABI file.Jelmer Vernooij1-4/+4
2011-07-23libcli/security: add some const to marshall_sec_desc[_buf]()Stefan Metzmacher2-4/+4
2011-06-18s3: Allow NULL sd_size in make_sec_descVolker Lendecke1-2/+10
2011-06-10libcli/security/secdesc.h: fix licence/copyrightGünther Deschner1-0/+22
2011-05-31Tiny simplification to dom_sid_string_bufVolker Lendecke1-2/+1
2011-05-31libcli/security: move secdesc.c to the top level libcli/securityAndrew Bartlett4-1/+823
2011-05-06libcli/security: fix build warning, cr_descr_log_acl() is not used currently.Günther Deschner1-0/+2
2011-04-13Add dom_sid_parse_endpVolker Lendecke2-2/+14
2011-04-05auth: Move auth_session_info into IDLAndrew Bartlett1-10/+1
2011-03-21libcli/security: make sure that we don't grant SEC_STD_DELETE to the owner by...Stefan Metzmacher1-28/+30
2011-03-19libcli/: Fix prototypes for all functions.Jelmer Vernooij2-0/+3
2011-03-16libcli/security: move display_sec headers to own header file and add toGünther Deschner3-0/+36