smbd: Remove unused [push_pull]_file_id_24
[samba.git] / source3 / modules / vfs_acl_common.c
2024-03-27 Björn JackeRevert "vfs_acl_common.c: prefer capabilities over...
2024-01-08 Ralph Boehmesmbd: use check_any_access_fsp() for all access checks
2023-11-16 Björn Jackevfs_acl_common.c: prefer capabilities over become_root
2023-10-10 Volker Lendeckevfs: Fix a typo
2023-07-17 Andreas Schneiders3:modules: Fix code spelling
2023-06-21 Volker Lendeckesmbd: Don't set security_descriptor_hash_v4->time
2023-03-09 Volker Lendeckevfs: Replace a "== false" with a "!"
2021-06-09 Jeremy Allisons3: VFS: acl_common: Remove the dirfsp parameter from...
2021-06-09 Jeremy Allisons3: VFS: acl_common: Remove the pathname-based calls...
2021-06-09 Jeremy Allisons3: VFS: acl_common: Remove get_nt_acl_common_at().
2021-06-02 Jeremy Allisons3: VFS: acl_common. parent_smb_fname() -> SMB_VFS_PARE...
2021-04-11 Noel Powers3/modules: VFS: acl_common: Remove chmod_acl_module_co...
2021-04-11 Noel Powers3/modules: make chmod_acl_module_common less strict...
2021-01-28 Ralph Boehmevfs_acl_common: support real dirfsps in acl_common_remo...
2020-12-17 Ralph Boehmevfs_acl_common: add an fsp extension when setting ACL
2020-12-17 Ralph Boehmevfs_acl_common: add and use a function exit label
2020-12-16 Ralph Boehmesmbd: add need_fsa arg and logic to file_find_di_(first...
2020-05-07 Jeremy Allisons3: VFS: acl_common: Change SMB_VFS_GET_NT_ACL() -...
2020-05-07 Jeremy Allisons3: VFS: acl_common. s3: smbd: Change SMB_VFS_GET_NT_AC...
2020-05-07 Jeremy Allisons3: VFS: acl_common: Add a dirfsp parameter to validate...
2020-05-07 Jeremy Allisons3: VFS: vfs_common and callers. Change get_nt_acl_comm...
2020-05-07 Jeremy Allisons3: VFS: vfs_acl_common: Remove unused stat_fsp_or_smb_...
2020-05-07 Jeremy Allisons3: VFS: ACLs. Remove smb_fname argument to get_nt_acl_...
2020-05-07 Jeremy Allisons3: VFS: ACLs. Switch fset_nt_acl_common() over to...
2020-05-07 Jeremy Allisons3: VFS: Split out fget_nt_acl_common() from get_nt_acl...
2020-04-29 Ralph Boehmevfs_acl_common: use parent_smb_fname()
2020-04-03 Ralph Boehmesmbd: move files_struct.delete_on_close to a bitfield
2019-10-10 Jeremy Allisons3: VFS: vfs_acl_common: Convert rmdir_acl_common(...
2019-10-10 Jeremy Allisons3: VFS: Change rmdir_acl_common() to take a files_stru...
2019-10-10 Jeremy Allisons3: VFS: vfs_acl_common: Change acl_common_remove_objec...
2019-09-26 Jeremy Allisons3: VFS: vfs_acl_common: Convert unlink_acl_common...
2019-09-26 Jeremy Allisons3: VFS: vfs_acl_common: Add dirfsp, flags parameters...
2019-04-30 Andreas Schneiders3:modules: Use GnuTLS SHA256 in vfs_acl_common
2018-12-10 Volker Lendeckevfs: Use dom_sid_str_buf
2018-05-25 Jeremy Allisons3: VFS: Remove SMB_VFS_FCHMOD_ACL().
2018-05-25 Jeremy Allisons3: VFS: Remove SMB_VFS_CHMOD_ACL().
2018-05-11 Ralph Boehmes3:smbd: fix interaction between chown and SD flags
2018-03-01 Andreas Schneiders3:modules: Add FALL_THROUGH statements in vfs_acl_common.c
2017-11-07 Ralph Boehmes3/smbd: make make_default_filesystem_acl public
2017-11-07 Ralph Boehmevfs_acl_common: directly pass default_acl_style
2017-10-09 Ralph Boehmevfs_acl_common: fix take ownership vs give ownership
2017-10-09 Ralph Boehmevfs_acl_common: factor out a variable declaration
2017-08-23 Volker Lendeckeacl_common: Avoid "#include vfs_acl_common.c"
2017-08-23 Volker Lendeckeacl_common: Pass store_acl_blob_fsp through store_v3_blob
2017-08-23 Volker Lendeckeacl_common: Pass get_acl_blob_fn as a pointer to get_nt...
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...
next