index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
modules
/
vfs_acl_common.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-23
vfs: Use is_ntfs_stream_smb_fname() where appropriate
Volker Lendecke
1
-1
/
+1
2025-01-23
vfs: Slightly simplify acl_common_remove_object()
Volker Lendecke
1
-11
/
+4
2025-01-23
vfs: Simplify acl_common_remove_object()
Volker Lendecke
1
-62
/
+14
2024-10-25
smbd: convert fsp->posix_flags to fsp->fsp_flags.posix_open
Ralph Boehme
1
-1
/
+1
2024-10-25
smbd: remove seperate flag FSP_POSIX_FLAGS_PATHNAMES
Ralph Boehme
1
-1
/
+1
2024-03-27
Revert "vfs_acl_common.c: prefer capabilities over become_root"
Björn Jacke
1
-4
/
+4
2024-01-08
smbd: use check_any_access_fsp() for all access checks
Ralph Boehme
1
-2
/
+5
2023-11-16
vfs_acl_common.c: prefer capabilities over become_root
Björn Jacke
1
-4
/
+4
2023-10-10
vfs: Fix a typo
Volker Lendecke
1
-1
/
+1
2023-07-17
s3:modules: Fix code spelling
Andreas Schneider
1
-4
/
+4
2023-06-21
smbd: Don't set security_descriptor_hash_v4->time
Volker Lendecke
1
-4
/
+0
2023-03-09
vfs: Replace a "== false" with a "!"
Volker Lendecke
1
-1
/
+1
2021-06-09
s3: VFS: acl_common: Remove the dirfsp parameter from validate_nt_acl_blob().
Jeremy Allison
1
-2
/
+0
2021-06-09
s3: VFS: acl_common: Remove the pathname-based calls in validate_nt_acl_blob().
Jeremy Allison
1
-31
/
+11
2021-06-09
s3: VFS: acl_common: Remove get_nt_acl_common_at().
Jeremy Allison
1
-169
/
+0
2021-06-02
s3: VFS: acl_common. parent_smb_fname() -> SMB_VFS_PARENT_PATHNAME().
Jeremy Allison
1
-7
/
+8
2021-04-11
s3/modules: VFS: acl_common: Remove chmod_acl_module_common() function
Noel Power
1
-11
/
+0
2021-04-11
s3/modules: make chmod_acl_module_common less strict so fchmod can run
Noel Power
1
-1
/
+2
2021-01-28
vfs_acl_common: support real dirfsps in acl_common_remove_object()
Ralph Boehme
1
-11
/
+21
2020-12-17
vfs_acl_common: add an fsp extension when setting ACL
Ralph Boehme
1
-0
/
+8
2020-12-17
vfs_acl_common: add and use a function exit label
Ralph Boehme
1
-17
/
+9
2020-12-16
smbd: add need_fsa arg and logic to file_find_di_(first|next)
Ralph Boehme
1
-2
/
+2
2020-05-07
s3: VFS: acl_common: Change SMB_VFS_GET_NT_ACL() -> SMB_VFS_GET_NT_ACL_AT() i...
Jeremy Allison
1
-5
/
+6
2020-05-07
s3: VFS: acl_common. s3: smbd: Change SMB_VFS_GET_NT_ACL() -> SMB_VFS_GET_NT_...
Jeremy Allison
1
-5
/
+6
2020-05-07
s3: VFS: acl_common: Add a dirfsp parameter to validate_nt_acl_blob().
Jeremy Allison
1
-18
/
+21
2020-05-07
s3: VFS: vfs_common and callers. Change get_nt_acl_common() -> get_nt_acl_com...
Jeremy Allison
1
-3
/
+9
2020-05-07
s3: VFS: vfs_acl_common: Remove unused stat_fsp_or_smb_fname().
Jeremy Allison
1
-44
/
+0
2020-05-07
s3: VFS: ACLs. Remove smb_fname argument to get_nt_acl_common().
Jeremy Allison
1
-42
/
+31
2020-05-07
s3: VFS: ACLs. Switch fset_nt_acl_common() over to using fget_acl_blob_fn().
Jeremy Allison
1
-4
/
+2
2020-05-07
s3: VFS: Split out fget_nt_acl_common() from get_nt_acl_common().
Jeremy Allison
1
-0
/
+148
2020-04-29
vfs_acl_common: use parent_smb_fname()
Ralph Boehme
1
-18
/
+18
2020-04-03
smbd: move files_struct.delete_on_close to a bitfield
Ralph Boehme
1
-1
/
+2
2019-10-10
s3: VFS: vfs_acl_common: Convert rmdir_acl_common() to use UNLINKAT instead o...
Jeremy Allison
1
-1
/
+4
2019-10-10
s3: VFS: Change rmdir_acl_common() to take a files_struct *dirfsp pointer.
Jeremy Allison
1
-1
/
+2
2019-10-10
s3: VFS: vfs_acl_common: Change acl_common_remove_object() to use UNLINKAT in...
Jeremy Allison
1
-1
/
+4
2019-09-26
s3: VFS: vfs_acl_common: Convert unlink_acl_common(), acl_common_remove_objec...
Jeremy Allison
1
-2
/
+8
2019-09-26
s3: VFS: vfs_acl_common: Add dirfsp, flags parameters to unlink_acl_common().
Jeremy Allison
1
-1
/
+3
2019-04-30
s3:modules: Use GnuTLS SHA256 in vfs_acl_common
Andreas Schneider
1
-6
/
+12
2018-12-11
vfs: Use dom_sid_str_buf
Volker Lendecke
1
-1
/
+3
2018-05-25
s3: VFS: Remove SMB_VFS_FCHMOD_ACL().
Jeremy Allison
1
-10
/
+0
2018-05-25
s3: VFS: Remove SMB_VFS_CHMOD_ACL().
Jeremy Allison
1
-11
/
+0
2018-05-11
s3:smbd: fix interaction between chown and SD flags
Ralph Boehme
1
-2
/
+5
2018-03-01
s3:modules: Add FALL_THROUGH statements in vfs_acl_common.c
Andreas Schneider
1
-0
/
+1
2017-11-08
s3/smbd: make make_default_filesystem_acl public
Ralph Boehme
1
-212
/
+4
2017-11-08
vfs_acl_common: directly pass default_acl_style
Ralph Boehme
1
-9
/
+9
2017-10-09
vfs_acl_common: fix take ownership vs give ownership
Ralph Boehme
1
-0
/
+13
2017-10-09
vfs_acl_common: factor out a variable declaration
Ralph Boehme
1
-2
/
+3
2017-08-24
acl_common: Avoid "#include vfs_acl_common.c"
Volker Lendecke
1
-69
/
+40
2017-08-24
acl_common: Pass store_acl_blob_fsp through store_v3_blob
Volker Lendecke
1
-7
/
+13
2017-08-24
acl_common: Pass get_acl_blob_fn as a pointer to get_nt_acl_internal
Volker Lendecke
1
-15
/
+17
[next]