summaryrefslogtreecommitdiffstats
path: root/libcli/security/secdesc.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug #8811 - sd_has_inheritable_components segfaults on an SD that ↵Jeremy Allison2012-03-141-0/+4
| | | | | | | se_access_check accepts. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Mar 14 05:08:03 CET 2012 on sn-devel-104
* libcli/security: add some const to marshall_sec_desc[_buf]()Stefan Metzmacher2011-07-231-2/+2
| | | | metze
* s3: Allow NULL sd_size in make_sec_descVolker Lendecke2011-06-181-2/+10
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sat Jun 18 22:26:15 CEST 2011 on sn-devel-104
* libcli/security: move secdesc.c to the top level libcli/securityAndrew Bartlett2011-05-311-0/+719
This code does not rely on lp_ or other source3 only functions, so can be part of the common library. Andrew Bartlett