summaryrefslogtreecommitdiff
path: root/libcli/security
AgeCommit message (Expand)AuthorFilesLines
2019-06-30libcli: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig1-3/+3
2019-05-22libcli/security: Remove unused dup_sec_desc_buf()Andrew Bartlett2-17/+0
2019-05-16squash 'cast between incompatible function types' warningNoel Power1-1/+4
2019-04-11libcli: Update error check for new string conversion wrapperSwen Schillig1-3/+3
2019-03-21build: Remove bld.gen_python_environments()Andrew Bartlett1-7/+6
2019-03-12lib: Remove "struct sid_parse_ret" againVolker Lendecke2-7/+4
2019-03-12lib: Make sid_parse return the parsed lengthVolker Lendecke2-4/+7
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-03-01libcli: Use wrapper for string to integer conversionSwen Schillig1-6/+8
2019-02-28libcli/security: add "Owner Rights" calculation to access_check_max_allowed()Ralph Boehme1-5/+28
2019-01-28sddl: Use C99 initializer for sid_codesAndreas Schneider1-49/+49
2018-12-12libcli:security: Return early if there are no aces to duplicateAndreas Schneider1-5/+10
2018-12-12libcli:security: Do not duplicate invalid acesAndreas Schneider1-0/+4
2018-12-05libcli/security: add dom_sid_lookup_is_predefined_domain()Ralph Boehme2-0/+34
2018-11-27libcli: Use dom_sid_str_bufVolker Lendecke1-2/+5
2018-11-27libcli: Use dom_sid_str_bufVolker Lendecke1-4/+5
2018-11-09libcli: Use dom_sid_str_bufVolker Lendecke1-11/+7
2018-11-03lib: Make dom_sid_string_buf staticVolker Lendecke2-2/+1
2018-11-02lib: Add dom_sid_str_bufVolker Lendecke2-0/+12
2018-11-02lib: Add error checks in dom_sid_string_bufVolker Lendecke1-9/+23
2018-10-25lib: Avoid an "includes.h"Volker Lendecke1-1/+4
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
2018-05-09libcli: remove unused se_create_child_secdesc_buf()Ralph Boehme2-32/+0
2018-03-19libcli/security: add dom_sid_is_valid_account_domain()Stefan Metzmacher2-0/+64
2018-03-16libcli/security: fix some SID values in commentsStefan Metzmacher1-3/+3
2018-03-15libcli/security: only announce a session as GUEST if 'Builtin\Guests' is ther...Ralph Boehme1-7/+11
2018-02-21libcli/security: add dom_sid_lookup_predefined_{sid,name}()Stefan Metzmacher2-0/+512
2017-11-13lib: Save a few bytes of .textVolker Lendecke1-1/+1
2017-11-13libcli: Fix a signed/unsigned hickupVolker Lendecke1-1/+1
2017-09-07libcli/security: Move debug message to DBG_DEBUG()Andrew Bartlett1-1/+1
2017-09-06python: Port samba.security to Python 3 compatible form.Lumir Balhar2-12/+22
2017-04-12libcli/security: fix dom_sid_in_domain()Ralph Boehme1-1/+5
2017-03-23libcli/security: add SID_NAME_LABEL to sid_type_lookup()Stefan Metzmacher1-1/+2
2017-01-23libcli: Add an overflow checkVolker Lendecke1-0/+4
2017-01-23libcli: Do not overwrite pointer on realloc failureVolker Lendecke1-3/+5
2016-12-28lib: Add required prerequisites for librpc/gen_ndr/security.hVolker Lendecke1-0/+3
2016-12-10lib: security: se_access_check() incorrectly processes owner rights (S-1-3-4)...Jeremy Allison1-1/+1
2016-12-06lib: Make dom_sid_parse_endp init "endp" on all "ok" pathsVolker Lendecke1-1/+2
2016-10-13libcli: Remove code cloneMoritz Beller1-1/+1
2016-09-29lib: Annotate well known SID namesSteve French1-1/+35
2016-04-28libcli/security: implement SECURITY_GUESTStefan Metzmacher4-0/+12
2016-02-16libcli: Fix debug message, print sid string for new_ace trustee.Noel Power1-1/+1
2016-01-15security: Add Asserted Identity sids (S-1-18)Günther Deschner2-0/+11
2015-08-26lib: Remove unused sid_blob_parseVolker Lendecke2-15/+6
2015-08-26lib: Make sid_parse take a uint8_tVolker Lendecke2-2/+2
2015-08-20lib: Use dom_sid_equal where appropriateVolker Lendecke1-1/+2
2015-08-14lib: Remove some unused codeVolker Lendecke2-20/+0