summaryrefslogtreecommitdiff
path: root/libcli/security
Commit message (Expand)AuthorAgeFilesLines
* 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
* libcli/auth Merge source4/libcli/security and util_sid.c into the common codeAndrew Bartlett2010-10-1410-9/+1139
* libcli/security Define traditional constants in terms of IDL macrosAndrew Bartlett2010-10-141-0/+64
* libcli/security Move source3/lib/util_seaccess.c into the common codeAndrew Bartlett2010-10-143-0/+306
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-125-7/+52
* libcli/security Add debug class to security_token_debug() et alAndrew Bartlett2010-10-124-16/+18
* libcli/security Move most of security_token.c to common code.Andrew Bartlett2010-10-123-1/+203
* libsecurity-common: Add missing dependency on libndr.Jelmer Vernooij2010-10-111-1/+1
* Add some const. Needed for my SD work.Jeremy Allison2010-10-082-14/+14
* libcli: add dom_sid_compare_domain()Günther Deschner2010-09-202-0/+20
* Fix string_to_sid() to allow non '\0' termination of the string - allowsJeremy Allison2010-09-141-11/+6
* libcli/security Use sid_append_rid() in dom_sid_append_rid()Andrew Bartlett2010-09-141-5/+5
* libcli/security Merge source3/ string_to_sid() to common codeAndrew Bartlett2010-09-141-37/+92
* libcli/privileges Fix commentAndrew Bartlett2010-09-111-1/+1
* s4-privs Seperate rights and privilegesAndrew Bartlett2010-09-112-14/+60
* libcli/security Remove unused SE_NONE defineAndrew Bartlett2010-09-111-1/+0
* libcli/security Move 'private' privileges functions to another headerAndrew Bartlett2010-09-113-24/+42
* libcli/security Remove 'always true' return from se_priv_put_all_privilegesAndrew Bartlett2010-09-112-3/+2
* privileges: privilege luids are not all below 64Andrew Tridgell2010-09-111-3/+0
* libcli/security Make sec_privilege_from_index() return SEC_PRIV_INVALID on fa...Andrew Bartlett2010-09-111-1/+1
* libcli/security Remove unused declarations from privileges.hAndrew Bartlett2010-09-111-51/+1