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_posixacl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-07
lib: Simplify sys_acl_to_text() with talloc_asprintf_addbuf()
Volker Lendecke
1
-4
/
+5
2024-06-28
vfs: Fix typos
Volker Lendecke
1
-2
/
+2
2023-11-01
smbd: Simplify sys_proc_fd_path()
Volker Lendecke
1
-23
/
+6
2021-06-09
s3: VFS: posixacl: Remove posixacl_sys_acl_set_file().
Jeremy Allison
1
-36
/
+0
2021-06-09
s3: VFS: posixacl: Remove posixacl_sys_acl_get_file().
Jeremy Allison
1
-32
/
+0
2021-06-09
s3: VFS: posixacl: Remove call to posix_sys_acl_blob_get_file().
Jeremy Allison
1
-1
/
+0
2021-06-09
s3: VFS: posixacl: Remove call to posixacl_sys_acl_get_file().
Jeremy Allison
1
-1
/
+0
2021-06-09
VFS: SMB_VFS_SYS_ACL_GET_FD: Modify api to take additional type param
Noel Power
1
-4
/
+19
2021-06-09
s3: VFS: posixacl: Fix the fallback code in posixacl_sys_acl_set_fd().
Jeremy Allison
1
-2
/
+16
2021-06-09
s3: VFS: posixacl: Missing acl_free() in error code path.
Jeremy Allison
1
-0
/
+1
2021-05-18
s3: smbd: Remove all references to utility and backend functions supporting s...
Jeremy Allison
1
-6
/
+0
2021-05-18
s3: VFS: posixacl: Remove sys_acl_delete_def_file_fn pointer.
Jeremy Allison
1
-1
/
+0
2021-05-18
s3: VFS: posixacl: Add posixacl_sys_acl_delete_def_fd().
Jeremy Allison
1
-0
/
+21
2020-12-17
vfs: RIP SMB_VFS_SYS_ACL_SET_FILE()
Ralph Boehme
1
-1
/
+0
2020-12-17
vfs_posixacl: support SMB_ACL_TYPE_DEFAULT in posixacl_sys_acl_set_fd()
Ralph Boehme
1
-3
/
+3
2020-12-17
vfs: add acl type arg to SMB_VFS_SYS_ACL_SET_FD()
Ralph Boehme
1
-0
/
+1
2020-12-16
vfs_posixacl: support pathref fd's in posixacl_sys_acl_set_fd()
Ralph Boehme
1
-1
/
+23
2020-12-16
vfs_posixacl: support pathref fd's in posixacl_sys_acl_get_fd()
Ralph Boehme
1
-1
/
+20
2020-12-16
smbd: use fsp_get_io_fd() when accessing a file or it's associated metadata
Ralph Boehme
1
-2
/
+2
2020-07-17
vfs_posixacl: Remove unnecessary call to acl_set_permset
Christof Schmitt
1
-1
/
+2
2017-12-18
vfs: Use static_decl_vfs in all VFS modules
Christof Schmitt
1
-1
/
+1
2017-05-31
s3: VFS: Change SMB_VFS_SYS_ACL_SET_FILE to use const struct smb_filename * i...
Jeremy Allison
1
-3
/
+5
2017-05-31
s3: VFS: Change SMB_VFS_SYS_ACL_GET_FILE to use const struct smb_filename * i...
Jeremy Allison
1
-4
/
+4
2017-05-31
s3: VFS: Change SMB_VFS_SYS_ACL_DELETE_DEF_FILE to use const struct smb_filen...
Jeremy Allison
1
-2
/
+2
2017-04-22
lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...
Jeremy Allison
1
-2
/
+2
2017-02-15
smbd: Fix some whitespace
Volker Lendecke
1
-2
/
+2
2014-10-12
vfs_posixacl: catch ACL_EVERYONE on FreeBSD
Ralph Boehme
1
-0
/
+5
2012-10-11
vfs: Use posix_sys_acl_blob_get_file in vfs_posixacl for posix ACLs
Andrew Bartlett
1
-0
/
+2
2012-10-11
smbd: Add mem_ctx to sys_acl_init() and all callers
Andrew Bartlett
1
-7
/
+8
2012-09-12
smbd: Remove pre-allocation of ACL array in sys_acl_init()
Andrew Bartlett
1
-1
/
+1
2012-09-12
smbd-posix_acls: Use a IDL union to store the ACL entry
Andrew Bartlett
1
-4
/
+4
2012-08-15
s3-smbd: Change allocation of smb_acl_t to talloc()
Andrew Bartlett
1
-8
/
+7
2012-05-09
s3-vfs: Show the invalid ACL when we say it is invalid for set
Andrew Bartlett
1
-2
/
+4
2011-12-12
vfs: Make function pointer names consistent. They all end in _fn
Richard Sharpe
1
-5
/
+5
2011-04-14
s3-includes: only include acl prototypes when needed.
Günther Deschner
1
-1
/
+1
2011-03-30
s3-vfs acl modules: more non-linux build fixes.
Günther Deschner
1
-1
/
+1
2011-03-30
s3-vfs: include smbd/smbd.h in vfs modules.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-includes: only include system/filesys.h when needed.
Günther Deschner
1
-0
/
+1
2009-07-24
Make the smbd VFS typesafe
Volker Lendecke
1
-26
/
+7
2008-01-08
Remove redundant parameter fd from SMB_VFS_SYS_ACL_SET_FD().
Michael Adam
1
-2
/
+2
2008-01-07
Remove redundant parameter fd from SMB_VFS_SYS_ACL_GET_FD().
Michael Adam
1
-3
/
+2
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-2
/
+2
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r22777: Fix for [Bug 4543] - POSIX ACL support on FreeBSD.
Michael Adam
1
-0
/
+6
2007-10-10
r20261: merge 20260 from samba_3_0_24
Herb Lewis
1
-0
/
+1
2007-10-10
r17316: More C++ warnings -- 456 left
Volker Lendecke
1
-5
/
+5
2007-10-10
r17179: Merge the vl-posixacls tmp branch into mainline. It
Jim McDonough
1
-0
/
+391