summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_acl_tdb.c
AgeCommit message (Expand)AuthorFilesLines
2025-03-29vfs: Fix Bug 15791, vfs_acl_tdb unlinkat()Volker Lendecke1-22/+27
2025-03-29vfs: Fix a lock order violation in unlinkat_acl_tdb()Volker Lendecke1-1/+1
2024-12-17vfs: Simplify connect_acl_tdb()Volker Lendecke1-9/+6
2024-04-30lib: Convert push_file_id_16 to take uint8_t instead of charVolker Lendecke1-3/+3
2021-06-09s3: VFS: acl_tdb: Remove unused get_acl_blob_at().Jeremy Allison1-58/+0
2021-06-09s3: VFS: acl_tdb. Remove acl_tdb_get_nt_acl_at().Jeremy Allison1-20/+2
2021-04-11s3/modules: VFS: acl_tdb: Remove call to chmod_acl_module_common()Noel Power1-1/+0
2020-12-17vfs_acl_tdb: avoid deleting the NT ACL from the tdbRalph Boehme1-0/+6
2020-12-17vfs: RIP SMB_VFS_SYS_ACL_SET_FILE()Ralph Boehme1-46/+0
2020-12-17vfs: add acl type arg to SMB_VFS_SYS_ACL_SET_FD()Ralph Boehme1-2/+4
2020-12-16smbd: use vfs_stat() in more placesRalph Boehme1-6/+1
2020-05-07s3: VFS: acl_tdb. Remove get_nt_acl_fn().Jeremy Allison1-18/+0
2020-05-07s3: VFS: acl_tdb. Add acl_tdb_get_nt_acl().Jeremy Allison1-0/+20
2020-05-07s3: VFS: vfs_common and callers. Change get_nt_acl_common() -> get_nt_acl_com...Jeremy Allison1-3/+9
2020-05-07s3: VFS: ACLs. Remove smb_fname argument to get_nt_acl_common().Jeremy Allison1-12/+7
2020-05-07s3: VFS: acl_tdb: Change acl_tdb_fget_nt_acl() to use fget_nt_acl_common().Jeremy Allison1-1/+1
2020-05-07s3: VFS: ACLs. Switch fset_nt_acl_common() over to using fget_acl_blob_fn().Jeremy Allison1-3/+1
2020-05-07s3: VFS: acl_tdb.c: Add fget_acl_blob().Jeremy Allison1-0/+48
2019-11-14vfs: Use dbwrap_delete() in acl_tdb_delete()Volker Lendecke1-30/+4
2019-11-14vfs: Use dbwrap_store() in store_acl_blob_fsp()Volker Lendecke1-9/+4
2019-11-14vfs: Use direct struct assignment in store_acl_blob_fsp()Volker Lendecke1-3/+1
2019-10-10s3: VFS: vfs_acl_tdb: Remove rmdir_fn(). No longer used.Jeremy Allison1-29/+0
2019-10-10s3: VFS: Change rmdir_acl_common() to take a files_struct *dirfsp pointer.Jeremy Allison1-2/+6
2019-09-26s3: VFS: vfs_acl_tdb: Remove unlink_fn. No longer used.Jeremy Allison1-42/+0
2019-09-26s3: VFS: vfs_acl_common: Add dirfsp, flags parameters to unlink_acl_common().Jeremy Allison1-2/+8
2019-09-26s3: VFS: vfs_acl_tdb. Implement unlinkat().Jeremy Allison1-0/+45
2018-12-12s3:modules: Remove superfloues sha256.h include in vfs_acl_tdbAndreas Schneider1-1/+0
2018-08-17lib: Pass mem_ctx to state_path()Volker Lendecke1-1/+1
2018-05-25s3: VFS: Remove SMB_VFS_FCHMOD_ACL().Jeremy Allison1-1/+0
2018-05-25s3: VFS: Remove SMB_VFS_CHMOD_ACL().Jeremy Allison1-1/+0
2017-08-24acl_common: Avoid "#include vfs_acl_common.c"Volker Lendecke1-6/+41
2017-05-31s3: VFS: Change SMB_VFS_SYS_ACL_SET_FILE to use const struct smb_filename * i...Jeremy Allison1-12/+25
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison1-1/+1
2017-04-20vfs_acl_xattr|tdb: ensure create mask is at least 0666 if ignore_system_acls ...Ralph Boehme1-3/+21
2016-08-31vfs_acl_xattr|tdb: enforced settings when ignore system acls=yesRalph Boehme1-0/+21
2016-08-30vfs_acl_tdb|xattr: use a config handleRalph Boehme1-0/+7
2016-03-24s3: smbd: Modify vfs_stat_smb_basename() to take a const struct smb_filename ...Jeremy Allison1-2/+2
2016-03-24s3: vfs: vfs_acl_tdb. Remove use of vfs_stat_smb_basename().Jeremy Allison1-3/+5
2016-03-24s3: smbd: Remove many common uses of lp_posix_pathnames().Jeremy Allison1-1/+1
2016-03-15s3:vfs: Change get_acl_blob() to take a const smb_filename * parameter from c...Jeremy Allison1-3/+5
2016-02-25VFS: Modify rmdir to take a const struct smb_filename * instead of const char *Jeremy Allison1-3/+4
2015-11-09vfs_acl_*: Only sha256 neededVolker Lendecke1-1/+1
2015-08-20s3:modules/vfs_*: make function prototypes available via static_decl_vfs;Stefan Metzmacher1-0/+1
2015-05-06Convert all uint8/16/32 to _t in all modules.Richard Sharpe1-3/+3
2015-05-05s3: smbd: VFS: All the places that are currently calling vfs_stat_smb_fname()...Jeremy Allison1-13/+3
2014-02-07dbwrap: add a dbwrap_flags argument to db_open()Michael Adam1-1/+1
2013-04-17vfs: Convert unlink_acl_tdb to cp_smb_filenameVolker Lendecke1-4/+3
2012-01-18s3: Add a "lock_order" argument to db_openVolker Lendecke1-1/+2
2011-12-12vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe1-12/+12
2011-11-22Remove the setting of the inherited ACL on new files/directories. This isJeremy Allison1-1/+0