Fix bug 7716 - acl_xattr and acl_tdb modules don't store unmodified copies of securit...
[mat/samba.git] / source3 / smbd / posix_acls.c
2010-10-08 Jeremy AllisonFix bug 7716 - acl_xattr and acl_tdb modules don't...
2010-09-20 Jelmer VernooijMerge branch 'v4-0-stable' into newmaster
2010-09-20 Günther Deschners3-util_sid: use shared dom_sid_compare_auth and dom_si...
2010-09-11 Andrew Bartletts3-privs Convert from user_has_privileges() -> security...
2010-06-10 Karolin Seegers3-smbd: Fix typo in comment.
2010-06-03 Günther Deschners3-security: remove duplicate Extra W2K flags.
2010-06-03 Günther Deschners3-security: use shared SECINFO_DACL 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-06-03 Günther Deschners3-security: remove some more shared secdesc defines.
2010-05-21 Andrew Bartletts3:dom_sid Global replace of DOM_SID with struct dom_sid
2010-05-18 Günther Deschners3-secdesc: remove "typedef struct security_descriptor...
2010-05-18 Günther Deschners3-secdesc: remove "typedef struct security_acl SEC_ACL".
2010-05-18 Günther Deschners3-secdesc: remove "typedef struct security_ace SEC_ACE".
2010-03-24 Jeremy AllisonFix valgrind warning when source and dest stat are...
2010-03-15 Jeremy AllisonSwitch over to using get_currect_XXX() accessor functions.
2010-03-15 Jeremy AllisonPass "connection_struct *conn" into functions that...
2010-03-15 Jeremy AllisonRever e80ceb1d7355c8c46a2ed90d5721cf367640f4e8 "Remove...
2010-03-12 Jeremy AllisonRemove more uses of "extern struct current_user current...
2010-02-10 Andrew Tridgells3-smbd: update to use new DLIST macros
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-08 Jeremy AllisonRe-fix bug 5202 - cannot change ACLs on writable file...
2010-01-04 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2009-12-24 Jeremy AllisonThe posix acl version of set_nt_acl() could set the...
2009-11-18 Volker Lendeckes3: Replace some create_synthetic_smb_fname() calls
2009-11-12 Jeremy AllisonFix bug 6891 - using windows explorer to change ownersh...
2009-11-11 Jeremy AllisonFix bug 6878 - Cannot change ACL's inherit flag.
2009-11-07 Jeremy AllisonFix bug 6841 - "map acl inherit = yes" not working.
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-10-02 Jeremy AllisonMissed one VFS_STAT -> VFS_LSTAT
2009-10-02 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...
next