summaryrefslogtreecommitdiff
path: root/libcli/security
AgeCommit message (Expand)AuthorFilesLines
2012-03-14Fix bug #8811 - sd_has_inheritable_components segfaults on an SD that se_acce...Jeremy Allison1-0/+4
2012-03-14Fix bug #8795 - Samba does not handle the Owner Rights permissions at allRichard Sharpe3-6/+49
2012-03-10Fix bug #8797 - Samba does not correctly handle DENY ACEs when privileges apply.Richard Sharpe1-26/+28
2012-02-22Honor SeTakeOwnershiPrivilege when client asks for SEC_STD_WRITE_OWNER but ha...Richard Sharpe1-0/+5
2012-01-11Second part of fix for bug #8673 - NT ACL issue.Jeremy Allison1-3/+4
2011-11-24security: add local authority well-known SIDsChristian Ambach2-0/+3
2011-10-07build: Reduce build systems to just top level waf and autoconfAndrew Bartlett1-6/+5
2011-08-17Adapt del_sid_from_array to Samba coding styleVolker Lendecke1-1/+2
2011-08-17Fix a typoVolker Lendecke1-1/+1
2011-08-17Remove unused "sid_equal"Volker Lendecke2-10/+0
2011-08-17Replace calls to sid_equal with calls to dom_sid_equalVolker Lendecke1-2/+2
2011-08-10pytalloc: Use consistent prefix for functions, add ABI file.Jelmer Vernooij1-4/+4
2011-07-23libcli/security: add some const to marshall_sec_desc[_buf]()Stefan Metzmacher2-4/+4
2011-06-18s3: Allow NULL sd_size in make_sec_descVolker Lendecke1-2/+10
2011-06-10libcli/security/secdesc.h: fix licence/copyrightGünther Deschner1-0/+22
2011-05-31Tiny simplification to dom_sid_string_bufVolker Lendecke1-2/+1
2011-05-31libcli/security: move secdesc.c to the top level libcli/securityAndrew Bartlett4-1/+823
2011-05-06libcli/security: fix build warning, cr_descr_log_acl() is not used currently.Günther Deschner1-0/+2
2011-04-13Add dom_sid_parse_endpVolker Lendecke2-2/+14
2011-04-05auth: Move auth_session_info into IDLAndrew Bartlett1-10/+1
2011-03-21libcli/security: make sure that we don't grant SEC_STD_DELETE to the owner by...Stefan Metzmacher1-28/+30
2011-03-19libcli/: Fix prototypes for all functions.Jelmer Vernooij2-0/+3
2011-03-16libcli/security: move display_sec headers to own header file and add toGünther Deschner3-0/+36
2011-03-16libcli: openchange doesn't need these headers any moreAndrew Tridgell1-2/+0
2011-03-15libcli: protect access_check.h against double inclusionAndrew Tridgell1-0/+3
2011-03-15waf: build substituted public headers in build treeAndrew Tridgell1-0/+2
2011-03-10Quite some callers of sid_split_rid do not care about the ridVolker Lendecke1-1/+3
2011-03-03Add dom_sid_string_bufVolker Lendecke2-12/+40
2011-03-01libcli/security Add unix_token and unix_info to auth_session_info tooAndrew Bartlett1-0/+2
2011-02-22s4-auth Move libcli/security/session.c to the top levelAndrew Bartlett4-1/+116
2011-02-21libcli/security/security_descriptor.c - fix three wrong counter variablesMatthias Dieter Wallnöfer1-3/+3
2011-02-21libcli/security/privileges.c - fix wrong counter typeMatthias Dieter Wallnöfer1-1/+1
2011-02-21libcli/security/privileges.c - fix the counting of privilegesMatthias Dieter Wallnöfer1-9/+4
2011-02-21libcli/security/sddl.c - fix wrong counter typeMatthias Dieter Wallnöfer1-1/+1
2011-02-21libcli/security/display_sec.c - fix wrong counter typeMatthias Dieter Wallnöfer1-1/+1
2011-02-15libcli/security - fix two output format specifiersMatthias Dieter Wallnöfer2-2/+2
2011-02-10security: Fixed some handling of ACEs with INHERITED flag provided by the userNadezhda Ivanova1-5/+16
2011-02-08pysecurity: Add missing dependency on pytalloc-util.Jelmer Vernooij1-1/+1
2011-02-07libcli/security: Make add_sid_to_array_unique use a uin32_t counterVolker Lendecke1-1/+1
2011-02-07libcli/security: Make del_sid_from_array take a uint32_tVolker Lendecke2-3/+5
2011-01-18s4-security: Fixed incorrect inheritance of IO flagged ACESNadezhda Ivanova1-0/+5
2011-01-14libcli/security Add python bindings for se_access_checkAndrew Bartlett2-0/+89
2011-01-13security: Fixed incorrect indentation in create_descriptor.cNadezhda Ivanova1-12/+12
2011-01-11security: Fixed bugs in expansion of generic information ACEsNadezhda Ivanova1-38/+82
2011-01-10libcli/security: fix sid_type_lookup().Günther Deschner1-7/+5
2010-12-17libcli/security: remove unused variable.Günther Deschner1-1/+0
2010-12-16libcli/security Add sid_blob_parse() to directly parse a binary SID blobAndrew Bartlett2-3/+14
2010-12-06s4:fix some shadowed declaration warnings on Solaris by renaming the symbolsMatthias Dieter Wallnöfer1-1/+1
2010-12-02Turns out there are lots of places in S3 where token passed inJeremy Allison1-0/+4
2010-11-29libcli/security/object_tree.c - remove unreachable statementMatthias Dieter Wallnöfer1-1/+0