summaryrefslogtreecommitdiff
path: root/libcli/security/util_sid.c
AgeCommit message (Expand)AuthorFilesLines
2025-02-14libcli/security: simplify logic in add_sid_to_array_attrs()Stefan Metzmacher1-2/+8
2025-02-14libcli/security: add some more global_sid_ values required for SID filteringStefan Metzmacher1-0/+30
2025-01-29libcli/security: let dom_sid_lookup_predefined_sid() behave like Windows 2008R2Stefan Metzmacher1-4/+1
2024-12-17lib: Fix Coverity ID 1636566 Untrusted loop boundVolker Lendecke1-3/+4
2024-02-28libcli/security: Add SID_FRESH_PUBLIC_KEY_IDENTITYAndrew Bartlett1-0/+4
2023-11-01libcli/security: Add sid_attrs_contains_sid()Joseph Sutton1-0/+22
2023-11-01libcli/security: Make use of sids_contains_sid()Joseph Sutton1-5/+4
2023-11-01libcli/security: Add sids_contains_sid()Joseph Sutton1-0/+22
2023-11-01libcli/security: Make use of sids_contains_sid_attrs()Joseph Sutton1-9/+3
2023-11-01libcli/security: Rename sids_contains_sid() to sids_contains_sid_attrs()Joseph Sutton1-4/+4
2023-11-01s4:dsdb: Make sids_contains_sid() usable by other Samba modulesJoseph Sutton1-0/+30
2023-11-01libcli/security: Correct function documentationJoseph Sutton1-1/+1
2023-11-01libcli/security: Remove unnecessary return statementJoseph Sutton1-2/+0
2023-10-25libcli/security: Fix code spellingJoseph Sutton1-1/+1
2023-09-27libcli:security: Add Compounded Authentication and Claims Valid SID constantsJoseph Sutton1-0/+6
2023-09-27libcli:security: Correct Asserted Identity SID definitionsJoseph Sutton1-2/+2
2023-09-27libcli:security: Add SELF SID constantJoseph Sutton1-0/+3
2023-08-14lib: Move few bytes of R/W data to R/O textVolker Lendecke1-24/+34
2023-08-08libcli/security: Remove unused function sid_compare_domain()Joseph Sutton1-18/+0
2023-08-08libcli/security: Call dom_sid_compare_domain() instead of sid_compare_domain()Joseph Sutton1-1/+1
2023-05-16rpc: Add global_sid_Samba_NPA_Flags SIDVolker Lendecke1-0/+7
2023-04-27libcli:security: Fix code spellingAndreas Schneider1-1/+1
2023-03-09libcli/security: Avoid includes.hVolker Lendecke1-1/+2
2023-02-08libcli/security: Add auth_SidAttr utility functionsJoseph Sutton1-0/+68
2022-10-21libcli/security: Make null_sid static const, not just constJoseph Sutton1-1/+1
2022-10-21libcli/security: Fix function header comments in SID handlingJoseph Sutton1-2/+2
2021-10-08smbd: Make SID_SAMBA_SMB3 a static SIDVolker Lendecke1-0/+4
2020-08-28lib/util: remove extra safe_string.h fileMatthew DeVore1-0/+3
2019-03-12lib: Remove "struct sid_parse_ret" againVolker Lendecke1-4/+3
2019-03-12lib: Make sid_parse return the parsed lengthVolker Lendecke1-3/+4
2018-12-05libcli/security: add dom_sid_lookup_is_predefined_domain()Ralph Boehme1-0/+33
2018-03-16libcli/security: fix some SID values in commentsStefan Metzmacher1-3/+3
2018-02-21libcli/security: add dom_sid_lookup_predefined_{sid,name}()Stefan Metzmacher1-0/+499
2017-11-13lib: Save a few bytes of .textVolker Lendecke1-1/+1
2017-11-13libcli: Fix a signed/unsigned hickupVolker Lendecke1-1/+1
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-09-29lib: Annotate well known SID namesSteve French1-1/+35
2016-01-15security: Add Asserted Identity sids (S-1-18)Günther Deschner1-0/+8
2015-08-26lib: Remove unused sid_blob_parseVolker Lendecke1-14/+6
2015-08-26lib: Make sid_parse take a uint8_tVolker Lendecke1-1/+1
2015-08-20lib: Use dom_sid_equal where appropriateVolker Lendecke1-1/+2
2014-12-04libcli/security: add NFS SID mappingsRalph Boehme1-0/+17
2014-05-27libcli: Avoid an explicit memset callVolker Lendecke1-4/+4
2012-03-14Fix bug #8795 - Samba does not handle the Owner Rights permissions at allRichard Sharpe1-0/+2
2011-11-24security: add local authority well-known SIDsChristian Ambach1-0/+2
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 Lendecke1-9/+0