Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-21 | libcli/security/sddl.c - fix wrong counter type | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
This strictly needs to be from type "uint32_t" since "acl->num_aces" is defined of this type. | |||||
2010-10-12 | libcli/security Provide a common, top level libcli/security/security.h | Andrew Bartlett | 1 | -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 | |||||
2010-03-28 | Attempt to fix the build on AIX, that system seems to have a #define for s_type | Volker Lendecke | 1 | -18/+35 | |
2010-03-03 | libcli/security: fix sddl.c to be able to build it from source3 | Michael Adam | 1 | -1/+1 | |
2010-03-03 | s4:move the sddl code down to the top level | Michael Adam | 1 | -0/+626 | |
Michael |