smbd: Simplify open_file_ntcreate
[mat/samba.git] / libcli / security /
2013-08-06 Andreas Schneiderlibcli: Add security_token_system_privilege().
2013-07-31 Jeff Laytonlibcli: fix conversion logic in dom_sid_string_buf
2013-07-31 Jeff Laytonlibcli: fix conversion logic in dom_sid_parse_endp
2013-04-02 Richard SharpeAdd a comment about why we are removing the INHERITED...
2013-03-28 Richard SharpeMake sure that we only propogate the INHERITED flag...
2013-02-23 Richard SharpeFix bug #9674 - Samba denies owner Read Control when...
2013-01-27 Stefan Metzmacherlibcli/security: calculate INHERIT_ONLY correcty for...
2013-01-22 Matthieu Patoulibcli-acl: add documentation
2013-01-21 Matthieu Patousecurity: Add documentation
2013-01-21 Matthieu Patoulibcli-security: Add documentation for object_tree_modi...
2013-01-21 Andrew Bartlettlibcli/security: remove useless if (root->num_of_childr...
2013-01-21 Stefan Metzmacherlibcli/security: add init_mask to existing children...
2013-01-21 Andrew Bartlettlibcli/security: handle node initialisation in one...
2013-01-21 Stefan Metzmacherlibcli/security: avoid usage of dom_sid_parse_talloc...
2013-01-21 Stefan Metzmacherlibcli/security: simplify get_ace_object_type()
2013-01-21 Stefan Metzmacherlibcli/security: fix formating in access_check.c
2013-01-21 Stefan Metzmacherlibcli/security: fix whitespaces in access_check.c
2013-01-17 Stefan Metzmacherlibcli/security: don't look at the inherited type in...
2013-01-15 Andrew Bartlettlibcli/security: Ensure to fill in remaining_access...
2012-12-11 Stefan Metzmacherlibcli/security: calculate the correct inherited_object...
2012-12-11 Stefan Metzmacherlibcli/security: implement object_in_list()
2012-12-02 Stefan Metzmacherlibcli/security: remove duplicate aces in se_create_chi...
2012-09-01 Jeremy AllisonFactor out privilege checking code into se_file_access_...
2012-08-30 Jeremy AllisonFix bug #9124 - Samba fails to set "inherited" bit...
2012-08-10 Björn Jackebuild: rename security → samba-security
2012-06-19 Jeremy AllisonFix warning: variable ‘XX’ set but not used.
2012-03-14 Jeremy AllisonFix bug #8811 - sd_has_inheritable_components segfaults...
2012-03-14 Richard SharpeFix bug #8795 - Samba does not handle the Owner Rights...
2012-03-10 Richard SharpeFix bug #8797 - Samba does not correctly handle DENY...
2012-02-22 Richard SharpeHonor SeTakeOwnershiPrivilege when client asks for...
2012-01-11 Jeremy AllisonSecond part of fix for bug #8673 - NT ACL issue.
2011-11-24 Christian Ambachsecurity: add local authority well-known SIDs
2011-10-07 Andrew Bartlettbuild: Reduce build systems to just top level waf and...
2011-08-17 Volker LendeckeAdapt del_sid_from_array to Samba coding style
2011-08-17 Volker LendeckeFix a typo
2011-08-17 Volker LendeckeRemove unused "sid_equal"
2011-08-17 Volker LendeckeReplace calls to sid_equal with calls to dom_sid_equal
2011-08-10 Jelmer Vernooijpytalloc: Use consistent prefix for functions, add...
2011-07-23 Stefan Metzmacherlibcli/security: add some const to marshall_sec_desc...
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba...
2011-06-18 Volker Lendeckes3: Allow NULL sd_size in make_sec_desc
2011-06-10 Günther Deschnerlibcli/security/secdesc.h: fix licence/copyright
2011-05-31 Volker LendeckeTiny simplification to dom_sid_string_buf
2011-05-30 Andrew Bartlettlibcli/security: move secdesc.c to the top level libcli...
2011-05-06 Günther Deschnerlibcli/security: fix build warning, cr_descr_log_acl...
2011-04-13 Volker LendeckeAdd dom_sid_parse_endp
2011-04-05 Andrew Bartlettauth: Move auth_session_info into IDL
2011-03-21 Stefan Metzmacherlibcli/security: make sure that we don't grant SEC_STD_...
2011-03-19 Jelmer Vernooijlibcli/: Fix prototypes for all functions.
2011-03-16 Günther Deschnerlibcli/security: move display_sec headers to own header...
2011-03-15 Andrew Tridgelllibcli: openchange doesn't need these headers any more
2011-03-15 Andrew Tridgelllibcli: protect access_check.h against double inclusion
2011-03-15 Andrew Tridgellwaf: build substituted public headers in build tree
2011-03-10 Volker LendeckeQuite some callers of sid_split_rid do not care about...
2011-03-03 Volker LendeckeAdd dom_sid_string_buf
2011-03-01 Andrew Bartlettlibcli/security Add unix_token and unix_info to auth_se...
2011-02-22 Andrew Bartletts4-auth Move libcli/security/session.c to the top level
2011-02-21 Matthias Dieter... libcli/security/security_descriptor.c - fix three wrong...
2011-02-21 Matthias Dieter... libcli/security/privileges.c - fix wrong counter type
2011-02-21 Matthias Dieter... libcli/security/privileges.c - fix the counting of...
2011-02-21 Matthias Dieter... libcli/security/sddl.c - fix wrong counter type
2011-02-21 Matthias Dieter... libcli/security/display_sec.c - fix wrong counter type
2011-02-15 Matthias Dieter... libcli/security - fix two output format specifiers
2011-02-10 Nadezhda Ivanovasecurity: Fixed some handling of ACEs with INHERITED...
2011-02-08 Jelmer Vernooijpysecurity: Add missing dependency on pytalloc-util.
2011-02-07 Volker Lendeckelibcli/security: Make add_sid_to_array_unique use a...
2011-02-07 Volker Lendeckelibcli/security: Make del_sid_from_array take a uint32_t
2011-01-18 Nadezhda Ivanovas4-security: Fixed incorrect inheritance of IO flagged...
2011-01-14 Andrew Bartlettlibcli/security Add python bindings for se_access_check
2011-01-13 Nadezhda Ivanovasecurity: Fixed incorrect indentation in create_descrip...
2011-01-11 Nadezhda Ivanovasecurity: Fixed bugs in expansion of generic informatio...
2011-01-10 Günther Deschnerlibcli/security: fix sid_type_lookup().
2010-12-17 Günther Deschnerlibcli/security: remove unused variable.
2010-12-16 Andrew Bartlettlibcli/security Add sid_blob_parse() to directly parse...
2010-12-06 Matthias Dieter... s4:fix some shadowed declaration warnings on Solaris...
2010-12-02 Jeremy AllisonTurns out there are lots of places in S3 where token...
2010-11-29 Matthias Dieter... libcli/security/object_tree.c - remove unreachable...
2010-10-31 Jelmer Vernooijs4: Remove the old perl/m4/make/mk-based build system.
2010-10-26 Jelmer Vernooijwaf: Remove lib prefix from libraries manually.
2010-10-26 Jelmer Vernooijs4: Drop duplicate 'lib' prefix for private libraries.
2010-10-24 Andrew Bartlettlibcli/security Remove unused sec_acl_equal()
2010-10-24 Jelmer Vernooijs4: Rename LIBSECURITY{_SESSION,} to libsecurity{_session,}
2010-10-23 Matthias Dieter... create_descriptor.c - fix comment
2010-10-22 Jeremy AllisonFix const warning. Allocate off NULL as we always tallo...
2010-10-21 Andrew Tridgelllibcli: LIBSECURITY depends on NDR_SECURITY
2010-10-21 Andrew Tridgelllibcli: make the LIBSECURITY subsystem into a private...
2010-10-21 Jeremy AllisonNow we have SeSystemSecurity, remove the source3-only...
2010-10-21 Jeremy AllisonAdd code to implement SeSecurityPrivilege in net rpc...
2010-10-20 Matthias Dieter... libcli/security/access_check.c - fix a memory leak
2010-10-19 Jeremy AllisonFix shadow warning for "access" variable.
2010-10-14 Andrew Tridgellsecurity: ensure the merge of libcli/security doesn...
2010-10-14 Andrew Bartlettlibcli/security Use static SIDs rather than parsing...
2010-10-14 Andrew Bartlettlibcli/auth Merge source4/libcli/security and util_sid...
2010-10-14 Andrew Bartlettlibcli/security Define traditional constants in terms...
2010-10-14 Andrew Bartlettlibcli/security Move source3/lib/util_seaccess.c into...
2010-10-12 Andrew Bartlettlibcli/security Provide a common, top level libcli...
2010-10-12 Andrew Bartlettlibcli/security Add debug class to security_token_debug...
2010-10-12 Andrew Bartlettlibcli/security Move most of security_token.c to common...
2010-10-10 Jelmer Vernooijlibsecurity-common: Add missing dependency on libndr.
next