s3-posix_acls: Handle IDMAP_BOTH by setting an ACL for both the UID and GID form
[abartlet/samba.git/.git] / source3 / smbd / posix_acls.c
2012-05-03 Andrew Bartletts3-posix_acls: Handle IDMAP_BOTH by setting an ACL... s3-acls
2012-03-13 Jeremy AllisonSecond part of fix for bug #7933 - samba fails to honor...
2012-02-04 Jeremy AllisonEnsure when setting a POSIX ACL, that the uid for a
2012-02-03 Jeremy AllisonFix mistaken assignment of gid to uid field.
2012-02-03 Jeremy AllisonReplace bool flags inside ensure_canon_entry_valid...
2012-02-03 Jeremy AllisonReplace all malloc/free with talloc on tos.
2011-11-29 Jeremy AllisonFix bug 8631 - POSIX ACE x permission becomes rx follow...
2011-09-08 Jeremy AllisonSecond part of fix for bug #8443 - Default user entry...
2011-09-08 Jeremy AllisonFirst part of fix for bug #8443 - Default user entry...
2011-09-08 Jeremy AllisonRevert "Part 4 of bugfix for bug #7509 - smb_acl_to_pos...
2011-09-07 Jeremy AllisonRevert "Part 5 of bugfix for bug #7509 - smb_acl_to_pos...
2011-09-02 Jeremy AllisonPart 5 of bugfix for bug #7509 - smb_acl_to_posix:...
2011-09-02 Jeremy AllisonPart 4 of bugfix for bug #7509 - smb_acl_to_posix:...
2011-09-02 Jeremy AllisonPart 3 of bugfix for bug #7509 - smb_acl_to_posix:...
2011-09-02 Jeremy AllisonPart 2 of bugfix for bug #7509 - smb_acl_to_posix:...
2011-09-02 Jeremy AllisonPart 1 of bugfix for bug #7509 - smb_acl_to_posix:...
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba...
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_P() to talloc_zero()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_P() to talloc()
2011-03-31 Jeremy AllisonFix bug #7996 - sgid bit lost on folder rename.
2011-03-29 Günther Deschners3-auth: smbd needs auth.h
2011-03-29 Günther Deschners3: include smbd/smbd.h where needed.
2011-03-29 Günther Deschners3-passdb: use passdb headers where needed.
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2011-03-29 Günther Deschners3-trans2: only include trans2.h where needed.
2011-03-27 Volker Lendeckes3: Fix Coverity ID 2329: RESOURCE_LEAK
2011-03-27 Volker Lendeckes3: Fix Coverity ID 2330: RESOURCE_LEAK
2011-03-01 Andrew Bartletts3-auth struct security_unix_token replaces UNIX_USER_TOKEN
2011-02-05 Jeremy AllisonFix try_chown code. Use new vfs_chown_fsp() which alway...
2010-12-29 Jeremy AllisonFix bug #7892 - open_file_fchmod() leaves a stale lock.
2010-10-22 Jeremy AllisonRevert "Wrap security_token_has_privilege() with a...
2010-10-22 Jeremy AllisonWrap security_token_has_privilege() with a check for...
2010-10-16 Jeremy AllisonAdd make_default_filesystem_acl() function to be used...
2010-10-16 Jeremy AllisonFix handling of "NULL" DACL. Map to u/g/w - rwx.
2010-10-16 Jeremy AllisonFix "force unknown ACL user" to strip out foreign SIDs...
2010-10-12 Andrew Bartlettlibcli/security Provide a common, top level libcli...
2010-10-12 Jeremy AllisonMake the posix ACL module cope with a NULL incoming...
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...
next