summaryrefslogtreecommitdiffstats
path: root/libcli/security
Commit message (Expand)AuthorAgeFilesLines
* secacl: Slightly simplify make_sec_aclVolker Lendecke2013-12-141-3/+6
* secacl: Fix a memleak in an error pathVolker Lendecke2013-12-131-0/+1
* secacl: Don't use talloc_zeroVolker Lendecke2013-12-131-1/+4
* secacl: Fix whitespaceVolker Lendecke2013-12-131-11/+11
* s4-dsacl: Fixed incorrect handling of privileges in sec_access_check_dsNadezhda Ivanova2013-10-251-8/+4
* libcli: Add security_token_system_privilege().Andreas Schneider2013-08-062-0/+23
* libcli: fix conversion logic in dom_sid_string_bufJeff Layton2013-07-311-10/+18
* libcli: fix conversion logic in dom_sid_parse_endpJeff Layton2013-07-311-14/+15
* Add a comment about why we are removing the INHERITED bit so people understand.Richard Sharpe2013-04-021-0/+9
* Make sure that we only propogate the INHERITED flag when we are allowed to.Richard Sharpe2013-03-281-1/+2
* Fix bug #9674 - Samba denies owner Read Control when there is a DENY entry wh...Richard Sharpe2013-02-231-3/+3
* libcli/security: calculate INHERIT_ONLY correcty for AUDIT and ALARM aces (bu...Stefan Metzmacher2013-01-271-4/+16
* libcli-acl: add documentationMatthieu Patou2013-01-221-1/+19
* security: Add documentationMatthieu Patou2013-01-211-0/+9
* libcli-security: Add documentation for object_tree_modify_accessMatthieu Patou2013-01-211-2/+12
* libcli/security: remove useless if (root->num_of_children > 0) statementsAndrew Bartlett2013-01-211-8/+4
* libcli/security: add init_mask to existing children in insert_in_object_treeStefan Metzmacher2013-01-211-0/+1
* libcli/security: handle node initialisation in one spot in insert_in_object_t...Andrew Bartlett2013-01-212-38/+37
* 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
* libcli/security: Ensure to fill in remaining_access for the initial case (bug...Andrew Bartlett2013-01-151-0/+1
* libcli/security: calculate the correct inherited_object GUIDStefan Metzmacher2012-12-111-1/+7
* libcli/security: implement object_in_list()Stefan Metzmacher2012-12-111-2/+23
* libcli/security: remove duplicate aces in se_create_child_secdesc()Stefan Metzmacher2012-12-021-0/+34
* Factor out privilege checking code into se_file_access_check() which takes a ...Jeremy Allison2012-08-312-10/+87
* Fix bug #9124 - Samba fails to set "inherited" bit on inherited ACE's.Jeremy Allison2012-08-301-3/+7
* build: rename security → samba-securityBjörn Jacke2012-08-101-2/+2
* Fix warning: variable ‘XX’ set but not used.Jeremy Allison2012-06-191-7/+0
* Fix bug #8811 - sd_has_inheritable_components segfaults on an SD that se_acce...Jeremy Allison2012-03-141-0/+4
* Fix bug #8795 - Samba does not handle the Owner Rights permissions at allRichard Sharpe2012-03-143-6/+49
* 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
* security: add local authority well-known SIDsChristian Ambach2011-11-242-0/+3
* build: Reduce build systems to just top level waf and autoconfAndrew Bartlett2011-10-071-6/+5
* Adapt del_sid_from_array to Samba coding styleVolker Lendecke2011-08-171-1/+2
* Fix a typoVolker Lendecke2011-08-171-1/+1
* Remove unused "sid_equal"Volker Lendecke2011-08-172-10/+0
* Replace calls to sid_equal with calls to dom_sid_equalVolker Lendecke2011-08-171-2/+2
* pytalloc: Use consistent prefix for functions, add ABI file.Jelmer Vernooij2011-08-101-4/+4
* libcli/security: add some const to marshall_sec_desc[_buf]()Stefan Metzmacher2011-07-232-4/+4
* s3: Allow NULL sd_size in make_sec_descVolker Lendecke2011-06-181-2/+10
* libcli/security/secdesc.h: fix licence/copyrightGünther Deschner2011-06-101-0/+22
* Tiny simplification to dom_sid_string_bufVolker Lendecke2011-05-311-2/+1
* libcli/security: move secdesc.c to the top level libcli/securityAndrew Bartlett2011-05-314-1/+823
* libcli/security: fix build warning, cr_descr_log_acl() is not used currently.Günther Deschner2011-05-061-0/+2
* Add dom_sid_parse_endpVolker Lendecke2011-04-132-2/+14