Age | Commit message (Expand) | Author | Files | Lines |
2011-02-21 | libcli/security/security_descriptor.c - fix three wrong counter variables | Matthias Dieter Wallnöfer | 1 | -3/+3 |
2011-02-21 | libcli/security/privileges.c - fix wrong counter type | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2011-02-21 | libcli/security/privileges.c - fix the counting of privileges | Matthias Dieter Wallnöfer | 1 | -9/+4 |
2011-02-21 | libcli/security/sddl.c - fix wrong counter type | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2011-02-21 | libcli/security/display_sec.c - fix wrong counter type | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2011-02-15 | libcli/security - fix two output format specifiers | Matthias Dieter Wallnöfer | 2 | -2/+2 |
2011-02-10 | security: Fixed some handling of ACEs with INHERITED flag provided by the user | Nadezhda Ivanova | 1 | -5/+16 |
2011-02-08 | pysecurity: Add missing dependency on pytalloc-util. | Jelmer Vernooij | 1 | -1/+1 |
2011-02-07 | libcli/security: Make add_sid_to_array_unique use a uin32_t counter | Volker Lendecke | 1 | -1/+1 |
2011-02-07 | libcli/security: Make del_sid_from_array take a uint32_t | Volker Lendecke | 2 | -3/+5 |
2011-01-18 | s4-security: Fixed incorrect inheritance of IO flagged ACES | Nadezhda Ivanova | 1 | -0/+5 |
2011-01-14 | libcli/security Add python bindings for se_access_check | Andrew Bartlett | 2 | -0/+89 |
2011-01-13 | security: Fixed incorrect indentation in create_descriptor.c | Nadezhda Ivanova | 1 | -12/+12 |
2011-01-11 | security: Fixed bugs in expansion of generic information ACEs | Nadezhda Ivanova | 1 | -38/+82 |
2011-01-10 | libcli/security: fix sid_type_lookup(). | Günther Deschner | 1 | -7/+5 |
2010-12-17 | libcli/security: remove unused variable. | Günther Deschner | 1 | -1/+0 |
2010-12-16 | libcli/security Add sid_blob_parse() to directly parse a binary SID blob | Andrew Bartlett | 2 | -3/+14 |
2010-12-06 | s4:fix some shadowed declaration warnings on Solaris by renaming the symbols | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2010-12-02 | Turns out there are lots of places in S3 where token passed in | Jeremy Allison | 1 | -0/+4 |
2010-11-29 | libcli/security/object_tree.c - remove unreachable statement | Matthias Dieter Wallnöfer | 1 | -1/+0 |
2010-10-31 | s4: Remove the old perl/m4/make/mk-based build system. | Jelmer Vernooij | 1 | -5/+0 |
2010-10-26 | waf: Remove lib prefix from libraries manually. | Jelmer Vernooij | 1 | -1/+1 |
2010-10-26 | s4: Drop duplicate 'lib' prefix for private libraries. | Jelmer Vernooij | 1 | -1/+1 |
2010-10-24 | libcli/security Remove unused sec_acl_equal() | Andrew Bartlett | 2 | -47/+0 |
2010-10-24 | s4: Rename LIBSECURITY{_SESSION,} to libsecurity{_session,} | Jelmer Vernooij | 1 | -1/+1 |
2010-10-23 | create_descriptor.c - fix comment | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2010-10-22 | Fix const warning. Allocate off NULL as we always talloc_free(). | Jeremy Allison | 1 | -1/+1 |
2010-10-21 | libcli: LIBSECURITY depends on NDR_SECURITY | Andrew Tridgell | 1 | -1/+1 |
2010-10-21 | libcli: make the LIBSECURITY subsystem into a private library | Andrew Tridgell | 1 | -4/+5 |
2010-10-21 | Now we have SeSystemSecurity, remove the source3-only #ifdef. | Jeremy Allison | 1 | -2/+0 |
2010-10-21 | Add code to implement SeSecurityPrivilege in net rpc rights, and in the | Jeremy Allison | 1 | -6/+3 |
2010-10-20 | libcli/security/access_check.c - fix a memory leak | Matthias Dieter Wallnöfer | 1 | -7/+12 |
2010-10-19 | Fix shadow warning for "access" variable. | Jeremy Allison | 1 | -3/+3 |
2010-10-14 | security: ensure the merge of libcli/security doesn't change s3 behaviour | Andrew Tridgell | 1 | -0/+5 |
2010-10-14 | libcli/security Use static SIDs rather than parsing from strings | Andrew Bartlett | 2 | -5/+6 |
2010-10-14 | libcli/auth Merge source4/libcli/security and util_sid.c into the common code | Andrew Bartlett | 10 | -9/+1139 |
2010-10-14 | libcli/security Define traditional constants in terms of IDL macros | Andrew Bartlett | 1 | -0/+64 |
2010-10-14 | libcli/security Move source3/lib/util_seaccess.c into the common code | Andrew Bartlett | 3 | -0/+306 |
2010-10-12 | libcli/security Provide a common, top level libcli/security/security.h | Andrew Bartlett | 5 | -7/+52 |
2010-10-12 | libcli/security Add debug class to security_token_debug() et al | Andrew Bartlett | 4 | -16/+18 |
2010-10-12 | libcli/security Move most of security_token.c to common code. | Andrew Bartlett | 3 | -1/+203 |
2010-10-11 | libsecurity-common: Add missing dependency on libndr. | Jelmer Vernooij | 1 | -1/+1 |
2010-10-08 | Add some const. Needed for my SD work. | Jeremy Allison | 2 | -14/+14 |
2010-09-20 | libcli: add dom_sid_compare_domain() | Günther Deschner | 2 | -0/+20 |
2010-09-14 | Fix string_to_sid() to allow non '\0' termination of the string - allows | Jeremy Allison | 1 | -11/+6 |
2010-09-14 | libcli/security Use sid_append_rid() in dom_sid_append_rid() | Andrew Bartlett | 1 | -5/+5 |
2010-09-14 | libcli/security Merge source3/ string_to_sid() to common code | Andrew Bartlett | 1 | -37/+92 |
2010-09-11 | libcli/privileges Fix comment | Andrew Bartlett | 1 | -1/+1 |
2010-09-11 | s4-privs Seperate rights and privileges | Andrew Bartlett | 2 | -14/+60 |
2010-09-11 | libcli/security Remove unused SE_NONE define | Andrew Bartlett | 1 | -1/+0 |