summaryrefslogtreecommitdiff
path: root/libcli/security
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #8797 - Samba does not correctly handle DENY ACEs when privileges app...Richard Sharpe2012-06-221-26/+28
* Honor SeTakeOwnershiPrivilege when client asks for SEC_STD_WRITE_OWNER but ha...Richard Sharpe2012-06-221-0/+5
* Second part of fix for bug #8673 - NT ACL issue.Jeremy Allison2012-01-231-3/+4
* libcli/: Fix prototypes for all functions.(cherry picked from commit fa387825...Jelmer Vernooij2011-05-172-0/+3
* libcli/security: fix build warning, cr_descr_log_acl() is not used currently.Günther Deschner2011-05-151-0/+2
* Add dom_sid_parse_endpVolker Lendecke2011-04-262-2/+14
* libcli/security: make sure that we don't grant SEC_STD_DELETE to the owner by...Stefan Metzmacher2011-03-211-28/+30
* libcli/security: move display_sec headers to own header file and add toGünther Deschner2011-03-163-0/+36
* libcli: openchange doesn't need these headers any moreAndrew Tridgell2011-03-161-2/+0
* libcli: protect access_check.h against double inclusionAndrew Tridgell2011-03-151-0/+3
* waf: build substituted public headers in build treeAndrew Tridgell2011-03-151-0/+2
* Quite some callers of sid_split_rid do not care about the ridVolker Lendecke2011-03-101-1/+3
* Add dom_sid_string_bufVolker Lendecke2011-03-032-12/+40
* libcli/security Add unix_token and unix_info to auth_session_info tooAndrew Bartlett2011-03-011-0/+2
* s4-auth Move libcli/security/session.c to the top levelAndrew Bartlett2011-02-224-1/+116
* libcli/security/security_descriptor.c - fix three wrong counter variablesMatthias Dieter Wallnöfer2011-02-211-3/+3
* libcli/security/privileges.c - fix wrong counter typeMatthias Dieter Wallnöfer2011-02-211-1/+1
* libcli/security/privileges.c - fix the counting of privilegesMatthias Dieter Wallnöfer2011-02-211-9/+4
* libcli/security/sddl.c - fix wrong counter typeMatthias Dieter Wallnöfer2011-02-211-1/+1
* libcli/security/display_sec.c - fix wrong counter typeMatthias Dieter Wallnöfer2011-02-211-1/+1
* libcli/security - fix two output format specifiersMatthias Dieter Wallnöfer2011-02-152-2/+2
* security: Fixed some handling of ACEs with INHERITED flag provided by the userNadezhda Ivanova2011-02-101-5/+16
* pysecurity: Add missing dependency on pytalloc-util.Jelmer Vernooij2011-02-081-1/+1
* libcli/security: Make add_sid_to_array_unique use a uin32_t counterVolker Lendecke2011-02-071-1/+1
* libcli/security: Make del_sid_from_array take a uint32_tVolker Lendecke2011-02-072-3/+5
* s4-security: Fixed incorrect inheritance of IO flagged ACESNadezhda Ivanova2011-01-181-0/+5
* libcli/security Add python bindings for se_access_checkAndrew Bartlett2011-01-142-0/+89
* security: Fixed incorrect indentation in create_descriptor.cNadezhda Ivanova2011-01-131-12/+12
* security: Fixed bugs in expansion of generic information ACEsNadezhda Ivanova2011-01-111-38/+82
* libcli/security: fix sid_type_lookup().Günther Deschner2011-01-101-7/+5
* libcli/security: remove unused variable.Günther Deschner2010-12-171-1/+0
* libcli/security Add sid_blob_parse() to directly parse a binary SID blobAndrew Bartlett2010-12-162-3/+14
* s4:fix some shadowed declaration warnings on Solaris by renaming the symbolsMatthias Dieter Wallnöfer2010-12-061-1/+1
* Turns out there are lots of places in S3 where token passed inJeremy Allison2010-12-021-0/+4
* libcli/security/object_tree.c - remove unreachable statementMatthias Dieter Wallnöfer2010-11-291-1/+0
* s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij2010-10-311-5/+0
* waf: Remove lib prefix from libraries manually.Jelmer Vernooij2010-10-261-1/+1
* s4: Drop duplicate 'lib' prefix for private libraries.Jelmer Vernooij2010-10-261-1/+1
* libcli/security Remove unused sec_acl_equal()Andrew Bartlett2010-10-242-47/+0
* s4: Rename LIBSECURITY{_SESSION,} to libsecurity{_session,}Jelmer Vernooij2010-10-241-1/+1
* create_descriptor.c - fix commentMatthias Dieter Wallnöfer2010-10-231-1/+1
* Fix const warning. Allocate off NULL as we always talloc_free().Jeremy Allison2010-10-221-1/+1
* libcli: LIBSECURITY depends on NDR_SECURITYAndrew Tridgell2010-10-211-1/+1
* libcli: make the LIBSECURITY subsystem into a private libraryAndrew Tridgell2010-10-211-4/+5
* Now we have SeSystemSecurity, remove the source3-only #ifdef.Jeremy Allison2010-10-211-2/+0
* Add code to implement SeSecurityPrivilege in net rpc rights, and in theJeremy Allison2010-10-211-6/+3
* libcli/security/access_check.c - fix a memory leakMatthias Dieter Wallnöfer2010-10-201-7/+12
* Fix shadow warning for "access" variable.Jeremy Allison2010-10-191-3/+3
* security: ensure the merge of libcli/security doesn't change s3 behaviourAndrew Tridgell2010-10-141-0/+5
* libcli/security Use static SIDs rather than parsing from stringsAndrew Bartlett2010-10-142-5/+6