Fix re-opened bug 8083 - "inherit owner = yes" doesn't interact correctly with vfs_ac...
[samba.git] / source3 / modules / vfs_acl_common.c
2011-06-10 Jeremy AllisonFix re-opened bug 8083 - "inherit owner = yes" doesn...
2011-05-30 Jeremy AllisonFix bug #8083 - "inherit owner = yes" doesn't interact...
2011-04-19 Jeremy AllisonFix bug 8072 - PANIC: create_file_acl_common frees...
2011-04-14 Jeremy AllisonFix bug #7987 - ACL can get lost when files are being...
2011-04-11 Björn Baumbachs3-modules: Fix debug message (bug #8074)
2010-11-24 Jeremy AllisonFix bug #7812 - vfs_acl_xattr/vfs_acl_tdb: ACL inherita...
2010-11-24 Jeremy AllisonAdd acl_xattr:ignore system acls boolean (normally...
2010-11-24 Jeremy AllisonAdd debug message to get_nt_acl_internal() to see what...
2010-11-24 Jeremy AllisonFix valgrind "uninitialized read" error on "info" when...
2010-11-24 Jeremy AllisonMake the vfs_acl_xattr and other modules work with...
2010-08-23 Jeremy AllisonFix bug 7581 - Users in "admin users" in smb.conf file...
2010-02-08 Björn Jackes3: fix build issue on Tru64
2010-01-18 Jeremy AllisonModification of fix for bug 6876 - Delete of an object...
2010-01-18 Jeremy AllisonFix bug #6876 - Delete of an object whose parent folder...
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-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.