summaryrefslogtreecommitdiff
path: root/libcli/security
Commit message (Expand)AuthorAgeFilesLines
* pysecurity: use unsigned int, not int to approximate uint32_tDouglas Bagnall2019-07-221-4/+4
* libcli/pysecurity: use pytalloc_get_name to avoid NULL derefDouglas Bagnall2019-07-221-2/+2
* libcli: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig2019-06-301-3/+3
* libcli/security: Remove unused dup_sec_desc_buf()Andrew Bartlett2019-05-222-17/+0
* squash 'cast between incompatible function types' warningNoel Power2019-05-161-1/+4
* libcli: Update error check for new string conversion wrapperSwen Schillig2019-04-111-3/+3
* build: Remove bld.gen_python_environments()Andrew Bartlett2019-03-211-7/+6
* lib: Remove "struct sid_parse_ret" againVolker Lendecke2019-03-122-7/+4
* lib: Make sid_parse return the parsed lengthVolker Lendecke2019-03-122-4/+7
* libcli/security: fix handling of deny type ACEs in access_check_max_allowed()Ralph Boehme2019-03-041-1/+1
* libcli/security: correct access check and maximum access calculation for Owne...Ralph Boehme2019-03-041-67/+73
* libcli: Use wrapper for string to integer conversionSwen Schillig2019-03-011-6/+8
* libcli/security: add "Owner Rights" calculation to access_check_max_allowed()Ralph Boehme2019-02-281-5/+28
* sddl: Use C99 initializer for sid_codesAndreas Schneider2019-01-281-49/+49
* libcli:security: Return early if there are no aces to duplicateAndreas Schneider2018-12-121-5/+10
* libcli:security: Do not duplicate invalid acesAndreas Schneider2018-12-121-0/+4
* libcli/security: add dom_sid_lookup_is_predefined_domain()Ralph Boehme2018-12-052-0/+34
* libcli: Use dom_sid_str_bufVolker Lendecke2018-11-271-2/+5
* libcli: Use dom_sid_str_bufVolker Lendecke2018-11-271-4/+5
* libcli: Use dom_sid_str_bufVolker Lendecke2018-11-091-11/+7
* lib: Make dom_sid_string_buf staticVolker Lendecke2018-11-032-2/+1
* lib: Add dom_sid_str_bufVolker Lendecke2018-11-022-0/+12
* lib: Add error checks in dom_sid_string_bufVolker Lendecke2018-11-021-9/+23
* lib: Avoid an "includes.h"Volker Lendecke2018-10-251-1/+4
* CVE-2018-10919 security: Fix checking of object-specific CONTROL_ACCESS rightsTim Beale2018-08-141-0/+10
* CVE-2018-10919 security: Add more comments to the object-specific access checksTim Beale2018-08-141-8/+22
* CVE-2018-10919 security: Move object-specific access checks into separate fun...Tim Beale2018-08-141-27/+59
* libcli: remove unused se_create_child_secdesc_buf()Ralph Boehme2018-05-092-32/+0
* libcli/security: add dom_sid_is_valid_account_domain()Stefan Metzmacher2018-03-192-0/+64
* libcli/security: fix some SID values in commentsStefan Metzmacher2018-03-161-3/+3
* libcli/security: only announce a session as GUEST if 'Builtin\Guests' is ther...Ralph Boehme2018-03-151-7/+11
* libcli/security: add dom_sid_lookup_predefined_{sid,name}()Stefan Metzmacher2018-02-212-0/+512
* lib: Save a few bytes of .textVolker Lendecke2017-11-131-1/+1
* libcli: Fix a signed/unsigned hickupVolker Lendecke2017-11-131-1/+1
* libcli/security: Move debug message to DBG_DEBUG()Andrew Bartlett2017-09-071-1/+1
* python: Port samba.security to Python 3 compatible form.Lumir Balhar2017-09-062-12/+22
* libcli/security: fix dom_sid_in_domain()Ralph Boehme2017-04-121-1/+5
* libcli/security: add SID_NAME_LABEL to sid_type_lookup()Stefan Metzmacher2017-03-231-1/+2
* libcli: Add an overflow checkVolker Lendecke2017-01-231-0/+4
* libcli: Do not overwrite pointer on realloc failureVolker Lendecke2017-01-231-3/+5
* lib: Add required prerequisites for librpc/gen_ndr/security.hVolker Lendecke2016-12-281-0/+3
* lib: security: se_access_check() incorrectly processes owner rights (S-1-3-4)...Jeremy Allison2016-12-101-1/+1
* lib: Make dom_sid_parse_endp init "endp" on all "ok" pathsVolker Lendecke2016-12-061-1/+2
* libcli: Remove code cloneMoritz Beller2016-10-131-1/+1
* lib: Annotate well known SID namesSteve French2016-09-291-1/+35
* libcli/security: implement SECURITY_GUESTStefan Metzmacher2016-04-284-0/+12
* libcli: Fix debug message, print sid string for new_ace trustee.Noel Power2016-02-161-1/+1
* security: Add Asserted Identity sids (S-1-18)Günther Deschner2016-01-152-0/+11
* lib: Remove unused sid_blob_parseVolker Lendecke2015-08-262-15/+6
* lib: Make sid_parse take a uint8_tVolker Lendecke2015-08-262-2/+2