Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libcli/security: move display_sec headers to own header file and add to | Günther Deschner | 2011-03-16 | 1 | -0/+1 |
| | | | | | | security.h grouping header. Guenther | ||||
* | libcli/security/display_sec.c - fix wrong counter type | Matthias Dieter Wallnöfer | 2011-02-21 | 1 | -1/+1 |
| | | | | | This strictly needs to be of type "uint32_t" due to "sec_acl->num_aces" which is of type "uint32_t". | ||||
* | libcli/security - fix two output format specifiers | Matthias Dieter Wallnöfer | 2011-02-15 | 1 | -1/+1 |
| | |||||
* | libcli/security Provide a common, top level libcli/security/security.h | Andrew Bartlett | 2010-10-12 | 1 | -3/+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 | ||||
* | s3/s4 - remove "talloc_tos()" from common code since s4 doesn't support it | Matthias Dieter Wallnöfer | 2010-06-21 | 1 | -4/+9 |
| | | | | | Please don't use this in common code parts until we change the policy regarding it. | ||||
* | display_sec: Move to common libcli/security directory. | Jelmer Vernooij | 2009-03-25 | 1 | -0/+322 |