Remove the setting of the inherited ACL on new files/directories. This is
[sfrench/samba-autobuild/.git] / source3 / modules / vfs_acl_common.c
2011-11-22 Jeremy AllisonRemove the setting of the inherited ACL on new files...
2011-11-02 Jeremy AllisonRemove opendir() VFS code from ACL modules.
2011-10-28 Jeremy AllisonRemove the mkdir and open functions from the ACL module...
2011-10-11 Stefan Metzmachers3:vfs_acl_common: also parse xattr.NTACL version 1
2011-09-23 David DisseldorpFix bug 8480 - acl_xattr can free an invalid pointer...
2011-09-18 Volker Lendeckes3: Fix a c++ warning
2011-08-29 Jeremy AllisonFix bug Bug 8422 - Infinite loop in ACL module code.
2011-08-18 Jeremy AllisonFix bug #8370 - vfs_chown_fsp broken -- returns in...
2011-07-08 Andrew Bartlettlib/util Move bitmap.c to lib/util
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()
2011-06-07 Jeremy AllisonFix re-opened bug 8083 - "inherit owner = yes" doesn...
2011-05-05 Jeremy AllisonMore const fixes. Remove CONST_DISCARD.
2011-04-14 Jeremy AllisonFix bug #8083 - "inherit owner = yes" doesn't interact...
2011-04-11 Björn Baumbachs3-modules: Fix debug message
2011-04-09 Jeremy AllisonFix bug 8072 - PANIC: create_file_acl_common frees...
2011-04-06 Andrew Tridgelllib/crypto: rename the SHA256_ functions to samba_SHA256_
2011-04-02 Jeremy AllisonFix bug #7987 - ACL can get lost when files are being...
2011-03-29 Günther Deschners3-vfs: include smbd/smbd.h in vfs modules.
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2011-02-22 Andrew Bartletts3-auth Rename auth_serversupplied_info varaiables...
2011-02-10 Andrew Bartletts3-auth Rename cryptic 'ptok' to security_token
2011-02-02 Günther Deschners3: Remove superfluous ;
2010-11-23 Jeremy AllisonFix bug #7812 - vfs_acl_xattr/vfs_acl_tdb: ACL inherita...
2010-10-16 Jeremy AllisonAdd acl_xattr:ignore system acls boolean (normally...
2010-10-16 Jeremy AllisonAdd debug message to get_nt_acl_internal() to see what...
2010-10-16 Jeremy AllisonFix valgrind "uninitialized read" error on "info" when...
2010-10-12 Andrew Bartlettlibcli/security Provide a common, top level libcli...
2010-10-12 Jeremy AllisonMake the vfs_acl_xattr and other modules work with...
2010-09-28 Volker Lendeckes3: Lift smbd_server_conn from file_find_di_first
2010-08-31 Andrew Bartletts3-auth Rename NT_USER_TOKEN user_sids -> sids
2010-08-01 Volker Lendeckes3: Fix an uninitialized variable
2010-06-03 Günther Deschners3-security: use shared SECINFO_DACL define.
2010-06-03 Günther Deschners3-security: use shared SECINFO_SACL define.
2010-06-03 Günther Deschners3-security: use shared SECINFO_GROUP define.
2010-06-03 Günther Deschners3-security: use shared SECINFO_OWNER define.
2010-05-31 Günther Deschners3-build: only use ndr_security.h where needed.
2010-05-18 Günther Deschners3-secdesc: use SD_REVISION from security.idl.
2010-05-18 Jelmer Vernooijs3: Remove use of iconv_convenience.
2010-03-12 Jeremy AllisonMissed a couple more uses of conn->server_info->ptok...
2010-03-05 Jeremy AllisonFix for bug #7189 - Open txt files with notepad on...
2010-02-07 Björn Jackes3: fix build issue on Tru64
2010-01-17 Jeremy AllisonModification of fix for bug 6876 - Delete of an object...
2010-01-13 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-13 Jeremy AllisonFix bug #6876 - Delete of an object whose parent folder...
2010-01-04 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2009-12-24 Jeremy AllisonAttempt to fix one of the last two bugs with the full...
2009-12-07 Jeremy Allisonparent_sd can never be null in this function, so don't
2009-12-07 Jeremy AllisonHopefullt final fix for 6802 - acl_xattr.c module:...
2009-12-04 Jeremy AllisonRemove smb_fname duplicates that just keep the same...
2009-12-02 Jeremy AllisonRestructure the ACL code some more, get the internal...
2009-12-02 Jeremy AllisonEnsure check_parent_acl_common() only looks at stored
2009-12-02 Jeremy AllisonEnsure get_nt_acl_internal() only looks at the ACL...
2009-12-01 Jeremy AllisonFix DEBUG 0 -> DEBUG 10 (left over code).
2009-12-01 Jeremy AllisonFix bug 6938 : No hook exists to check creation rights...
2009-11-25 Jeremy AllisonFix bug 6892 - When a chown operation is issued via...
2009-10-23 Barry SabsevitzFix bug 6802 - A created folder does not properly inher...
2009-10-17 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-10-02 Jeremy AllisonRemove lots of duplicate code and move it into one
2009-07-27 Jeremy AllisonFix the build breakage by #including modules/vfs_acl_co...
2009-07-25 Jeremy AllisonFactor out common code into vfs_acl_common.c.