summaryrefslogtreecommitdiff
path: root/libcli/security/secdesc.h
AgeCommit message (Collapse)AuthorFilesLines
2011-07-23libcli/security: add some const to marshall_sec_desc[_buf]()Stefan Metzmacher1-2/+2
metze
2011-06-10libcli/security/secdesc.h: fix licence/copyrightGünther Deschner1-0/+22
Guenther
2011-05-31libcli/security: move secdesc.c to the top level libcli/securityAndrew Bartlett1-0/+102
This code does not rely on lp_ or other source3 only functions, so can be part of the common library. Andrew Bartlett