index
:
delta/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-2-stable
v4-2-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
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
modules
/
vfs_acl_xattr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3: modules: acl_xattr: getxattr_do(). Remove the smb_fname parameter.
Jeremy Allison
2021-06-25
1
-9
/
+3
*
s3: VFS: acl_xattr: Remove unused get_acl_blob_at().
Jeremy Allison
2021-06-09
1
-61
/
+0
*
s3: VFS: acl_xattr: Remove acl_xattr_get_nt_acl_at().
Jeremy Allison
2021-06-09
1
-19
/
+2
*
s3/modules: VFS: acl_xattr: Remove call to chmod_acl_module_common()
Noel Power
2021-04-11
1
-1
/
+0
*
s3/modules: vfs_acl_xattr SMB_VFS_SETXATTR -> SMB_VFS_FSETXATTR
Noel Power
2021-03-11
1
-7
/
+1
*
vfs_acl_xattr: avoid removing the ACL xattr
Ralph Boehme
2020-12-17
1
-1
/
+7
*
vfs_acl_xattr: reformatting
Ralph Boehme
2020-12-17
1
-7
/
+9
*
vfs: RIP SMB_VFS_SYS_ACL_SET_FILE()
Ralph Boehme
2020-12-17
1
-26
/
+0
*
vfs: add acl type arg to SMB_VFS_SYS_ACL_SET_FD()
Ralph Boehme
2020-12-17
1
-0
/
+2
*
smbd: use fsp_get_pathref_fd() for "internal" xattr functions
Ralph Boehme
2020-12-16
1
-2
/
+2
*
s3: VFS: acl_xattr. Remove get_nt_acl_fn().
Jeremy Allison
2020-05-07
1
-18
/
+0
*
s3: VFS: acl_xattr: Add acl_xattr_get_nt_acl_at().
Jeremy Allison
2020-05-07
1
-0
/
+19
*
s3: VFS: vfs_common and callers. Change get_nt_acl_common() -> get_nt_acl_com...
Jeremy Allison
2020-05-07
1
-3
/
+9
*
s3: VFS: ACLs. Remove smb_fname argument to get_nt_acl_common().
Jeremy Allison
2020-05-07
1
-4
/
+3
*
s3: VFS: acl_xattr: Change acl_xattr_fget_nt_acl() to use fget_nt_acl_common().
Jeremy Allison
2020-05-07
1
-1
/
+1
*
s3: VFS: ACLs. Switch fset_nt_acl_common() over to using fget_acl_blob_fn().
Jeremy Allison
2020-05-07
1
-3
/
+1
*
s3: VFS: acl_xattr.c: Add fget_acl_blob().
Jeremy Allison
2020-05-07
1
-0
/
+60
*
s3: VFS: vfs_acl_xattr: Remove rmdir_fn(). No longer used.
Jeremy Allison
2019-10-10
1
-9
/
+0
*
s3: VFS: Change rmdir_acl_common() to take a files_struct *dirfsp pointer.
Jeremy Allison
2019-10-10
1
-2
/
+6
*
s3: VFS: vfs_acl_xattr. Wrap rmdir_acl_common() by acl_xattr_rmdir() so we do...
Jeremy Allison
2019-10-10
1
-1
/
+7
*
s3: VFS: vfs_acl_xattr: Remove unlink_fn. No longer used.
Jeremy Allison
2019-09-26
1
-10
/
+0
*
s3: VFS: vfs_acl_common: Add dirfsp, flags parameters to unlink_acl_common().
Jeremy Allison
2019-09-26
1
-2
/
+8
*
s3: VFS: vfs_acl_xattr: Don't call unlink_acl_common() directly.
Jeremy Allison
2019-09-26
1
-1
/
+7
*
s3: VFS: vfs_acl_xattr. Implement unlinkat().
Jeremy Allison
2019-09-26
1
-0
/
+17
*
s3:modules: Remove superfloues sha256.h include in vfs_acl_xattr
Andreas Schneider
2018-12-12
1
-1
/
+0
*
s3: VFS: Remove SMB_VFS_FCHMOD_ACL().
Jeremy Allison
2018-05-25
1
-1
/
+0
*
s3: VFS: Remove SMB_VFS_CHMOD_ACL().
Jeremy Allison
2018-05-25
1
-1
/
+0
*
acl_common: Avoid "#include vfs_acl_common.c"
Volker Lendecke
2017-08-24
1
-9
/
+43
*
s3: VFS: Change SMB_VFS_GETXATTR to use const struct smb_filename * instead o...
Jeremy Allison
2017-06-01
1
-1
/
+1
*
s3: VFS: Change SMB_VFS_SETXATTR to use const struct smb_filename * instead o...
Jeremy Allison
2017-05-31
1
-1
/
+1
*
s3: VFS: Change SMB_VFS_REMOVEXATTR to use const struct smb_filename * instea...
Jeremy Allison
2017-05-31
1
-1
/
+1
*
s3: VFS: Change SMB_VFS_SYS_ACL_SET_FILE to use const struct smb_filename * i...
Jeremy Allison
2017-05-31
1
-5
/
+6
*
lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...
Jeremy Allison
2017-04-22
1
-1
/
+1
*
vfs_acl_xattr|tdb: ensure create mask is at least 0666 if ignore_system_acls ...
Ralph Boehme
2017-04-20
1
-3
/
+21
*
vfs_acl_xattr: avoid needlessly supplying a large buffer to getxattr()
Uri Simchoni
2017-04-18
1
-14
/
+30
*
vfs_acl_xattr: factor out fetching of an extended attribute
Uri Simchoni
2017-04-18
1
-13
/
+31
*
vfs_acl_xattr|tdb: enforced settings when ignore system acls=yes
Ralph Boehme
2016-08-31
1
-0
/
+21
*
vfs_acl_tdb|xattr: use a config handle
Ralph Boehme
2016-08-30
1
-0
/
+7
*
s3:vfs: Change get_acl_blob() to take a const smb_filename * parameter from c...
Jeremy Allison
2016-03-15
1
-2
/
+2
*
vfs_acl_*: Only sha256 needed
Volker Lendecke
2015-11-09
1
-1
/
+1
*
s3:modules/vfs_*: make function prototypes available via static_decl_vfs;
Stefan Metzmacher
2015-08-20
1
-0
/
+1
*
Fix the overwriting of errno before use in a DEBUG statement and use the retu...
Richard Sharpe
2012-05-16
1
-3
/
+3
*
vfs: Make function pointer names consistent. They all end in _fn
Richard Sharpe
2011-12-12
1
-11
/
+11
*
Remove the setting of the inherited ACL on new files/directories. This is
Jeremy Allison
2011-11-22
1
-1
/
+0
*
Remove opendir() VFS code from ACL modules.
Jeremy Allison
2011-11-02
1
-1
/
+0
*
Remove the mkdir and open functions from the ACL modules - main code paths no...
Jeremy Allison
2011-10-28
1
-2
/
+0
*
These modules are no longer experimental but production-ready (especially
Jeremy Allison
2011-09-27
1
-2
/
+0
*
s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()
Andrew Bartlett
2011-06-09
1
-1
/
+1
*
s3-vfs: rename open function to open_fn.
Günther Deschner
2011-04-21
1
-1
/
+1
*
Fix bug #7987 - ACL can get lost when files are being renamed.
Jeremy Allison
2011-04-02
1
-0
/
+4
[next]