summaryrefslogtreecommitdiffstats
path: root/libcli/security/secdesc.h
Commit message (Collapse)AuthorAgeFilesLines
* libcli/security: add some const to marshall_sec_desc[_buf]()Stefan Metzmacher2011-07-231-2/+2
| | | | metze
* libcli/security/secdesc.h: fix licence/copyrightGünther Deschner2011-06-101-0/+22
| | | | Guenther
* libcli/security: move secdesc.c to the top level libcli/securityAndrew Bartlett2011-05-311-0/+102
This code does not rely on lp_ or other source3 only functions, so can be part of the common library. Andrew Bartlett