summaryrefslogtreecommitdiff
path: root/libcli/security/sddl.c
Commit message (Collapse)AuthorAgeFilesLines
* libcli/security/sddl.c - fix wrong counter typeMatthias Dieter Wallnöfer2011-02-211-1/+1
| | | | | This strictly needs to be from type "uint32_t" since "acl->num_aces" is defined of this type.
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-1/+1
| | | | | | | | | | | | | | This will reduce the noise from merges of the rest of the libcli/security code, without this commit changing what code is actually used. This includes (along with other security headers) dom_sid.h and security_token.h Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Oct 12 05:54:10 UTC 2010 on sn-devel-104
* Attempt to fix the build on AIX, that system seems to have a #define for s_typeVolker Lendecke2010-03-281-18/+35
|
* libcli/security: fix sddl.c to be able to build it from source3Michael Adam2010-03-031-1/+1
|
* s4:move the sddl code down to the top levelMichael Adam2010-03-031-0/+626
Michael