Fix the overwriting of errno before use in a DEBUG statement and use the return value...
[ddiss/samba.git] / source3 / modules / vfs_acl_common.c
2012-05-19 Richard SharpeFix the overwriting of errno before use in a DEBUG...
2012-05-07 Jeremy AllisonBugfix for #8857 - Setting traverse rights fails to...
2012-05-07 Jeremy AllisonFix incorrect debug - parent_name is never set !
2012-01-23 Jeremy AllisonSecond part of fix for 8636 - When returning an ACL...
2012-01-23 Jeremy AllisonFix bug 8636 - When returning an ACL without SECINFO_DA...
2012-01-21 Jeremy AllisonFirst part of fix for bug #8673 - NT ACL issue.
2012-01-04 Jeremy AllisonFix bug #8644 - vfs_acl_xattr and vfs_acl_tdb modules...
2011-09-28 David DisseldorpFix bug 8480 - acl_xattr can free an invalid pointer...
2011-08-30 Jeremy AllisonFix bug Bug 8422 - Infinite loop in ACL module code.
2011-08-20 Jeremy Allisons3-vfs: Fix vfs_chown_fsp.
2011-06-09 Jeremy AllisonFix re-opened bug 8083 - "inherit owner = yes" doesn...
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-05 Günther Deschners3-vfs: include smbd/smbd.h in vfs modules.
2011-04-05 Günther Deschners3-includes: only include system/filesys.h when needed.
2011-04-04 Jeremy AllisonFix bug #7987 - ACL can get lost when files are being...
2011-03-16 Karolin SeegerMerge master into v3-6-test
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 ;
2011-02-02 Günther Deschners3: Remove superfluous ;
2010-11-30 Karolin SeegerMerge master into v3-6-test again.
2010-11-23 Jeremy AllisonFix bug #7812 - vfs_acl_xattr/vfs_acl_tdb: ACL inherita...
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-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 Jeremy AllisonMake the vfs_acl_xattr and other modules work with...
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-08 Volker Lendeckes3: Fix an uninitialized variable
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.