summaryrefslogtreecommitdiff
path: root/libcli/security/security_descriptor.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-01libcli/security: Handle new ACE types with sec_ace_object()Joseph Sutton1-24/+5
2023-10-01libcli/security: Have security_ace_equal() handle callback and resource ACEsJoseph Sutton1-6/+105
2023-04-27libcli:security: Fix code spellingAndreas Schneider1-1/+1
2023-03-22libcli/security: Correctly handle ACL deletionJoseph Sutton1-0/+1
2023-03-22libcli/security: add security_descriptor_[s|d]acl_insert() helpersStefan Metzmacher1-0/+28
2023-03-22libcli/security: prepare security_descriptor_acl_add() to place the ace at a ...Stefan Metzmacher1-7/+20
2023-03-09lib: Fix a typoVolker Lendecke1-1/+1
2023-03-09libcli/security: Avoid includes.hVolker Lendecke1-1/+1
2023-03-09lib: Fix whitespaceVolker Lendecke1-15/+15
2022-09-27libcli security_descriptor: Compare object type and inherited object type whe...Christian Merten1-0/+35
2022-09-27libcli security_descriptor: Add function to delete a given ace from a securit...Christian Merten1-0/+66
2020-11-19lib: Remove unused security_descriptor_append()Volker Lendecke1-12/+0
2020-03-26libcli: Use ARRAY_DEL_ELEMENT() in security_descriptor_acl_del()Volker Lendecke1-2/+1
2020-01-30libcli: Align integer typesVolker Lendecke1-1/+1
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
2015-03-30libcli/security: add security_descriptor_for_client() helper functionStefan Metzmacher1-0/+70
2014-12-04libcli/security: add a function that checks for MS NFS ACEsRalph Boehme1-0/+22
2014-05-29libcli/security: cleanup security_ace_equal()David Disseldorp1-8/+20
2014-05-27libcli: Fix a memleakVolker Lendecke1-5/+3
2011-02-21libcli/security/security_descriptor.c - fix three wrong counter variablesMatthias Dieter Wallnöfer1-3/+3
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-2/+1
2010-06-19libcli: Fixed a segfault in security_acl_dup when the acl is NULL.Brendan Powers1-0/+4
2009-09-20Initial implementation of security descriptor creation in DSNadezhda Ivanova1-0/+50
2009-09-16Owner and group defaulting.Nadezhda Ivanova1-1/+1
2009-06-19A fix in the ACL code used by both SAMBA 3 and 4Matthias Dieter Wallnöfer1-1/+1
2009-04-21Fix includes for security_descriptor file for the non-merged build.Jelmer Vernooij1-1/+2
2009-04-21Move the security_descriptor utility code to the top-level.Jelmer Vernooij1-0/+533