summaryrefslogtreecommitdiff
path: root/libcli/security
Commit message (Expand)AuthorAgeFilesLines
* rpc_server3: Pass winbind_env_set() state through to rpcd_*Volker Lendecke2023-05-161-0/+1
* rpc: Add global_sid_Samba_NPA_Flags SIDVolker Lendecke2023-05-162-0/+10
* libcli: Add security_token_count_flag_sids()Volker Lendecke2023-05-162-0/+46
* libcli/security/tests: test strings for windows and samba SDDL testsDouglas Bagnall2023-04-286-0/+144
* s3/utils: when encoding ace string use "FA", "FR", "FW", "FX" string rightsNoel Power2023-04-281-2/+22
* s3/utils: value for ace_flags value "FA" is incorrectNoel Power2023-04-281-1/+1
* libcli:security:sddl: accept only 8-4-4-4-12 GUIDsDouglas Bagnall2023-04-281-6/+17
* libcli:security:sddl_decode_access allows spaces between flagsDouglas Bagnall2023-04-281-2/+14
* libcli:security: sddl_decode_ace: don't allow junk after SIDDouglas Bagnall2023-04-281-1/+3
* libcli/security: sddl_decode_access rejects trailing rubbishDouglas Bagnall2023-04-281-2/+9
* libcli:security: sddl_map_flags rejects trailing nonsenseDouglas Bagnall2023-04-281-7/+15
* libcli/security: SDDL parse tests to run on WindowsDouglas Bagnall2023-04-282-0/+599
* libcli/security: do not pad sddl flags with zerosDouglas Bagnall2023-04-281-1/+1
* libcli/security: ace type is not enum not flagsDouglas Bagnall2023-04-281-1/+9
* libcli/security: disallow sddl access masks greater than 32 bitsDouglas Bagnall2023-04-281-4/+27
* libcli/security: allow decimal/octal numbers in SDDL access maskDouglas Bagnall2023-04-281-5/+17
* lib/sec/sddl: allow empty non-trailing ACL with flagsDouglas Bagnall2023-04-281-4/+9
* libcli/sec/sddl decode: allow hex numbers in SIDsDouglas Bagnall2023-04-281-8/+39
* libcli/sec/sddl decode: don't ignore random junk.Douglas Bagnall2023-04-281-0/+2
* libcli/security/dom_sid: use (unsigned char) in isdigit()Douglas Bagnall2023-04-281-3/+3
* libcli/security/dom_sid: hex but not octal is OK for sub-authDouglas Bagnall2023-04-281-2/+9
* libcli/security: avoid overflow in subauthsDouglas Bagnall2023-04-281-1/+9
* libcli/security: stricter identauth parsingDouglas Bagnall2023-04-281-4/+19
* libcli/security: avoid overflow in revision numberDouglas Bagnall2023-04-281-1/+1
* libcli/security/dom_sid: remove a couple of lost commentsDouglas Bagnall2023-04-281-2/+0
* libcli:security: Fix code spellingAndreas Schneider2023-04-278-9/+9
* CVE-2023-0614 libcli/security: Make some parameters constJoseph Sutton2023-04-052-6/+6
* libcli/security: Add dom_sid_has_account_domain() to confirm a S-1-5-21 prefixJoseph Sutton2023-03-312-0/+38
* libcli/security: rewrite calculate_inherited_from_parent()Stefan Metzmacher2023-03-221-55/+192
* libcli/security: Correctly handle ACL deletionJoseph Sutton2023-03-221-0/+1
* libcli/security: add security_descriptor_[s|d]acl_insert() helpersStefan Metzmacher2023-03-222-0/+34
* libcli/security: prepare security_descriptor_acl_add() to place the ace at a ...Stefan Metzmacher2023-03-221-7/+20
* libcli/security: Reorder SDDL access flags table to match WindowsJoseph Sutton2023-03-211-9/+9
* libcli/security: prepare sddl machine/forest_sid handlingStefan Metzmacher2023-03-201-21/+66
* libcli/security: simplify sddl_encode_sid()Stefan Metzmacher2023-03-201-20/+24
* libcli/security: simplify rid-based SDDL sid stringsStefan Metzmacher2023-03-201-17/+17
* libcli/security: introduce struct sddl_transition_stateStefan Metzmacher2023-03-201-21/+40
* lib: Fix a typoVolker Lendecke2023-03-091-1/+1
* lib: Remove a talloc_stackframe()Volker Lendecke2023-03-091-6/+0
* libcli/security: Avoid includes.hVolker Lendecke2023-03-0912-12/+20
* lib: librpc/gen_ndr/security.h needs DATA_BLOBVolker Lendecke2023-03-091-0/+2
* lib: Fix whitespaceVolker Lendecke2023-03-093-37/+33
* auth: Make more liberal use of SID index constantsJoseph Sutton2023-02-081-0/+2
* libcli/security: Add auth_SidAttr utility functionsJoseph Sutton2023-02-082-0/+75
* libcli/security: Make null_sid static const, not just constJoseph Sutton2022-10-211-1/+1
* libcli/security: Fix function header comments in SID handlingJoseph Sutton2022-10-211-2/+2
* libcli security/sddl: Make sddl_encode_ace visibleChristian Merten2022-09-272-3/+4
* libcli security_descriptor: Compare object type and inherited object type whe...Christian Merten2022-09-271-0/+35
* libcli security_descriptor: Add function to delete a given ace from a securit...Christian Merten2022-09-272-0/+70
* CVE-2020-25720: s4-acl: Owner no longer has implicit Write DACLNadezhda Ivanova2022-09-162-53/+122