summaryrefslogtreecommitdiff
path: root/libcli/security
AgeCommit message (Expand)AuthorFilesLines
2020-10-02libcli: Align some integer typesVolker Lendecke1-2/+2
2020-10-02libcli: Don't leave a pointer uninitializedVolker Lendecke1-4/+2
2020-10-02libcli: Remove a pointless if-expressionVolker Lendecke1-3/+0
2020-08-28lib/util: remove extra safe_string.h fileMatthew DeVore1-0/+3
2020-08-03lib: relicense smb_strtoul(l) under LGPLv3Ralph Boehme1-0/+1
2020-05-30libcli: simplify an if conditionRalph Boehme1-1/+4
2020-05-08Fix clang 9 missing-field-initializer warningsGary Lockyer1-1/+1
2020-03-26libcli: Use ARRAY_DEL_ELEMENT() in security_descriptor_acl_del()Volker Lendecke1-2/+1
2020-03-23py3: Remove #define PyInt_FromLong PyLong_FromLongAndrew Bartlett1-1/+1
2020-01-30libcli: Align integer typesVolker Lendecke1-1/+1
2020-01-03lib: Remove an unused variable from security_token_debug()Volker Lendecke1-8/+0
2019-07-22pysecurity: use unsigned int, not int to approximate uint32_tDouglas Bagnall1-4/+4
2019-07-22libcli/pysecurity: use pytalloc_get_name to avoid NULL derefDouglas Bagnall1-2/+2
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