s3: VFS: Change SMB_VFS_GETWD to return struct smb_filename * instead of char *.
[sfrench/samba-autobuild/.git] / source3 / modules / vfs_acl_common.c
2017-07-01 Jeremy Allisons3: VFS: Change SMB_VFS_GETWD to return struct smb_file...
2017-07-01 Jeremy Allisons3: VFS: Change SMB_VFS_CHDIR to use const struct smb_f...
2017-05-31 Jeremy Allisons3: VFS: Change SMB_VFS_SYS_ACL_BLOB_GET_FILE to use...
2016-08-30 Jeremy Allisons3: modules: vfs_acl_common - Add Ralph's copyright.
2016-08-30 Ralph Boehmevfs_acl_common: use DBG_LEVEL and remove function prefi...
2016-08-30 Ralph Boehmevfs_acl_common: Windows style default ACL
2016-08-30 Ralph Boehmevfs_acl_xattr|tdb: add option to control default ACL...
2016-08-30 Ralph Boehmevfs_acl_common: check for ignore_system_acls before...
2016-08-30 Ralph Boehmevfs_acl_common: move stat stuff to a helper function
2016-08-30 Ralph Boehmevfs_acl_tdb|xattr: use a config handle
2016-08-30 Ralph Boehmevfs_acl_common: move the ACL blob validation to a helpe...
2016-08-30 Ralph Boehmevfs_acl_common: simplify ACL logic, cleanup and talloc...
2016-08-30 Ralph Boehmevfs_acl_common: remove redundant NULL assignment
2016-08-30 Ralph Boehmevfs_acl_common: rename pdesc_next to psd_fs
2016-08-30 Ralph Boehmevfs_acl_common: rename psd to psd_blob in get_nt_acl_in...
2016-08-30 Ralph BoehmeRevert "vfs_acl_xattr: objects without NT ACL xattr"
2016-07-19 Ralph Boehmevfs_acl_xattr: objects without NT ACL xattr
2016-07-19 Ralph Boehmes3/smbd: move make_default_filesystem_acl() to vfs_acl_...
2016-03-24 Jeremy Allisons3: smbd: Modify vfs_stat_smb_basename() to take a...
2016-03-24 Jeremy Allisons3: smbd: Remove many common uses of lp_posix_pathnames().
2016-03-24 Uri Simchonivfs_acl_common: avoid setting POSIX ACLs if "ignore...
2016-03-15 Jeremy Allisons3:vfs: Change get_acl_blob() to take a const smb_filen...
2016-03-03 Jeremy AllisonVFS: Modify chmod_acl to take a const struct smb_filena...
2016-03-03 Jeremy AllisonVFS: Modify chmod to take a const struct smb_filename...
2016-02-25 Jeremy AllisonVFS: Modify rmdir to take a const struct smb_filename...
2016-02-16 Jeremy Allisons3: VFS: Modify SMB_VFS_GET_NT_ACL to take a const...
2015-12-01 Ralph Boehmes3:smbd: convert file_struct.posix_open to a bitmap...
2015-05-05 Jeremy Allisons3: smbd: VFS: All the places that are currently callin...
2014-12-04 Ralph Boehmes3:smbd: ignore dacls with MS NFS ACEs
2014-09-11 Ralph Boehmevfs_acl_common: dacl size must be updated
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-02-04 Andrew Bartlettvfs_acl_common: Do not fetch the underlying NT ACL...
2013-02-04 Andrew Bartlettvfs: Whitespace fix only to get_nt_acl_internal indentation
2013-02-04 Andrew Bartlettvfs: Implement an improved vfs_acl_common that uses...
2013-02-04 Andrew Bartlettvfs: Add helper function hash_blob_sha256 to vfs_acl_co...
2012-12-04 Michael Adams3:smbd:vfs_acl: fix a PANIC when setting an ACL fails...
2012-11-02 Andrew Bartlettvfs_acl_common: In add_directory_inheritable_components...
2012-10-11 Andrew Bartlettsmbd: Add mem_ctx to {f,}get_nt_acl VFS call
2012-09-11 Andrew Bartlettsmbd: Print ACL used to create hash in vfs_xattr_common
2012-07-17 Jeremy AllisonAdd debug message when SD hash doesn't match.
2012-05-17 Richard SharpeCheck the return from create_acl_blob
2012-05-16 Richard SharpeFix the overwriting of errno before use in a DEBUG...
2012-03-17 Jeremy AllisonFix second part of bug #8811 - sd_has_inheritable_compo...
2012-02-03 Jeremy AllisonFix bug #7933 - samba fails to honor SEC_STD_WRITE_OWNE...
2012-01-11 Jeremy AllisonFirst part of fix for bug #8673 - NT ACL issue.
2011-12-02 Jeremy AllisonFix bug #8644 - vfs_acl_xattr and vfs_acl_tdb modules...
2011-11-30 Jeremy AllisonFix bug 8636 - When returning an ACL without SECINFO_DA...
2011-11-22 Jeremy AllisonRemove the setting of the inherited ACL on new files...
2011-11-02 Jeremy AllisonRemove opendir() VFS code from ACL modules.
2011-10-28 Jeremy AllisonRemove the mkdir and open functions from the ACL module...
2011-10-11 Stefan Metzmachers3:vfs_acl_common: also parse xattr.NTACL version 1
2011-09-23 David DisseldorpFix bug 8480 - acl_xattr can free an invalid pointer...
2011-09-18 Volker Lendeckes3: Fix a c++ warning
2011-08-29 Jeremy AllisonFix bug Bug 8422 - Infinite loop in ACL module code.
2011-08-18 Jeremy AllisonFix bug #8370 - vfs_chown_fsp broken -- returns in...
2011-07-08 Andrew Bartlettlib/util Move bitmap.c to lib/util
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()
2011-06-07 Jeremy AllisonFix re-opened bug 8083 - "inherit owner = yes" doesn...
2011-05-05 Jeremy AllisonMore const fixes. Remove CONST_DISCARD.
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-06 Andrew Tridgelllib/crypto: rename the SHA256_ functions to samba_SHA256_
2011-04-02 Jeremy AllisonFix bug #7987 - ACL can get lost when files are being...
2011-03-29 Günther Deschners3-vfs: include smbd/smbd.h in vfs modules.
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
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 ;
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-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-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
next