When setting a non-default ACL, don't forget to apply masks to SMB_ACL_USER and SMB_A...
[samba.git] / source3 / smbd / posix_acls.c
2012-11-01 Jeremy AllisonWhen setting a non-default ACL, don't forget to apply...
2012-11-01 Jeremy AllisonOnly apply masks on non-default ACL entries when settin...
2012-11-01 Jeremy AllisonUse is_default_acl variable in canonicalise_acl().
2012-11-01 Jeremy AllisonReformat spacing to be even.
2012-03-05 Jeremy AllisonFix bug 8631 - POSIX ACE x permission becomes rx follow...
2011-10-24 Jeremy AllisonSecond part of fix for bug #8443 - Default user entry...
2011-10-24 Jeremy AllisonFirst part of fix for bug #8443 - Default user entry...
2011-10-24 Jeremy AllisonPart 3 of bugfix for bug #7509 - smb_acl_to_posix:...
2011-10-24 Jeremy AllisonPart 2 of bugfix for bug #7509 - smb_acl_to_posix:...
2011-10-24 Jeremy AllisonPart 1 of bugfix for bug #7509 - smb_acl_to_posix:...
2011-06-14 Jeremy AllisonFix bug #7996 - sgid bit lost on folder rename.
2011-03-05 Jeremy AllisonFix bug #7892 - open_file_fchmod() leaves a stale lock.
2011-03-05 Jeremy AllisonAdd make_default_filesystem_acl() function to be used...
2011-03-05 Jeremy AllisonFix handling of "NULL" DACL. Map to u/g/w - rwx.
2011-03-05 Jeremy AllisonFix "force unknown ACL user" to strip out foreign SIDs...
2011-03-05 Jeremy AllisonMake the posix ACL module cope with a NULL incoming...
2011-03-05 Jeremy AllisonFix bug 7716 - acl_xattr and acl_tdb modules don't...
2010-03-30 Jeremy AllisonFix bug #7283 - vfs_acl_tdb does not work as expected.
2010-01-25 Jeremy AllisonFix bug #6876 - Delete of an object whose parent folder...
2010-01-25 Jeremy AllisonRe-fix bug 5202 - cannot change ACLs on writable file...
2009-12-29 Jeremy AllisonThe posix acl version of set_nt_acl() could set the...
2009-11-26 Volker Lendeckes3: Replace some create_synthetic_smb_fname() calls
2009-11-26 Jeremy AllisonFix bug 6891 - using windows explorer to change ownersh...
2009-11-26 Jeremy AllisonFix bug 6878 - Cannot change ACL's inherit flag.
2009-11-26 Jeremy AllisonFix bug 6841 - "map acl inherit = yes" not working.
2009-11-26 Jeremy AllisonRemove lots of duplicate code and move it into one
2009-11-26 Jeremy AllisonMissed one VFS_STAT -> VFS_LSTAT
2009-11-26 Jeremy AllisonFix more use of VFS_STAT when posix pathnames selected.
2009-08-08 Alexander BokovoyMerge branch 'master' of ssh://git.samba.org/data/git...
2009-08-07 Stefan Metzmachers3:smbd: conn_free_internal() can be static now
2009-08-06 Jeremy AllisonRemove a const warning.
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-22 Tim Proutys3: Convert some callers of vfs_stat_smb_fname to SMB_V...
2009-07-21 Tim Proutys3: Change fsp->fsp_name to be an smb_filename struct!
2009-07-09 Tim Proutys3: Plumb smb_filename through dos_mode() and related...
2009-07-09 Tim Proutys3: convert unix_mode to take an smb_filename
2009-06-26 Tim Proutys3 file_access: Convert some more functions over to...
2009-06-25 Tim Proutys3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS...
2009-06-18 Jeremy Allisonacl_group_override() doesn't need to call stat. Pass...
2009-06-18 Jeremy AllisonAdd some const to the stat struct in the dosmode calls.
2009-06-12 Tim Proutys3: Plumb smb_filename through SMB_VFS_CREATE_FILE
2009-06-10 Tim Proutys3: Remove unused stat structs being passed to SMB_VFS_...
2009-05-28 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-26 Volker LendeckeIntroduce "struct stat_ex" as a replacement for SMB_STR...
2009-05-08 Jeremy AllisonExpand the comment explaining why user_in_group_sid is
2009-05-08 Stefan Metzmachers3:smbd: fix posix acls when setting an ACL without...
2009-04-23 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-22 Simo SorceFix profile acls in some corner cases
2009-04-22 Simo SorceAvoid duplicate aces
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-02-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-24 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-24 Jeremy AllisonMore warning fixes for Solaris.
2009-02-09 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-06 Günter KukkukkDon't try and delete a default ACL from a file.
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-29 Jeremy AllisonUpgrade POSIX inheritance storage to a new format ...
2009-01-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-22 Jeremy AllisonFix logic error in try_chown - we shouldn't arbitrarily...
2009-01-22 Jeremy AllisonSecond part of the attemt to fix #4308 - Excel save...
2009-01-22 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-22 Jeremy AllisonAnother attempt to fix bug #4308 - Excel save operation...
2008-12-31 Volker LendeckeRename parent_dirname_talloc() to parent_dirname()
2008-12-16 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-04 Tim Proutys3: Change SMB_VFS_CREATE_FILE to take a create_file_fl...
2008-12-04 Tim Proutys3: Modify direct callers of open_file_ntcreate and...
2008-12-03 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-01 Steven DannemanMake nt4_compatible_acls() non-static for use by VFS...
2008-11-24 Jeremy AllisonFix bug #5873 - ACL inheritance cannot be broken. This...
2008-11-11 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-11-07 Herb LewisConvert to use VFS layer.
2008-11-06 Jeremy AllisonAdd reference to bug #4308 to remind me to add regressi...
2008-10-31 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2008-10-30 Jeremy AllisonStart moving us closer to passing S4 RAW-ACL test using...
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-14 Jeremy AllisonNote url explaining this code.
2008-10-13 Volker LendeckePass struct smb_request to file_free
2008-10-13 Volker LendeckePass struct smb_request to file_new
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-09 Jeremy AllisonRemove SEC_ACCESS. It's a uint32_t.
2008-10-08 Jeremy AllisonDeal with inheritance from parent directory when settin...
2008-10-08 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-08 Jeremy AllisonUpdate vfs version as I've added a const to the securit...
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-09-10 Jeremy AllisonFix bug #5052 - not work cancel inheritance on share...
2008-07-03 Jeremy AllisonPatch from SATOH Fumiyasu <fumiyas@osstech.co.jp> for...
2008-06-19 Volker LendeckeRWX on a file does not imply DELETE access
2008-06-19 Volker LendeckeRemove some code
2008-05-05 Volker LendeckeRemove connection_struct->mem_ctx, connection_struct...
2008-05-02 Jeremy AllisonRename inherit_access_acl() -> inherit_access_posix_acl...
2008-05-02 Jeremy AllisonMove directory_has_default_acl() to file_access.c,...
2008-05-02 Jeremy AllisonStart to ensure we use the NT ACL interface, keep the...
2008-03-27 Michael Adamposix_acls: clarify loop condition code, removing unnee...
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-29 Alexander BokovoyMerge branch 'ctdb-merge' into dmapi-integration
2008-01-25 Jeremy AllisonFix the same bug with user -> user_obj.
2008-01-25 Jeremy AllisonFix a really subtle old, old bug :-). When canonicalizi...
next