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_cap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3: VFS: Remove SMB_VFS_CHMOD_ACL().
Jeremy Allison
2018-05-25
1
-34
/
+0
*
vfs: Use static_decl_vfs in all VFS modules
Christof Schmitt
2017-12-18
1
-1
/
+1
*
s3: VFS: Change SMB_VFS_REALPATH to take and return struct smb_filename * ins...
Jeremy Allison
2017-07-01
1
-3
/
+27
*
s3: VFS: Change SMB_VFS_CHDIR to use const struct smb_filename * instead of c...
Jeremy Allison
2017-07-01
1
-4
/
+28
*
s3: VFS: Change SMB_VFS_SYMLINK to use const struct smb_filename * instead of...
Jeremy Allison
2017-06-18
1
-5
/
+32
*
s3: VFS: Change SMB_VFS_READLINK to use const struct smb_filename * instead o...
Jeremy Allison
2017-06-18
1
-4
/
+28
*
s3: VFS: Change SMB_VFS_LINK to use const struct smb_filename * instead of co...
Jeremy Allison
2017-06-18
1
-4
/
+44
*
s3: VFS: Change SMB_VFS_GET_QUOTA to use const struct smb_filename * instead ...
Jeremy Allison
2017-06-18
1
-5
/
+18
*
s3: VFS: Change SMB_VFS_DISK_FREE to use const struct smb_filename * instead ...
Jeremy Allison
2017-06-18
1
-5
/
+20
*
s3: VFS: Change SMB_VFS_MKNOD to use const struct smb_filename * instead of c...
Jeremy Allison
2017-06-18
1
-3
/
+28
*
s3: VFS: Change SMB_VFS_GETXATTR to use const struct smb_filename * instead o...
Jeremy Allison
2017-06-01
1
-3
/
+32
*
s3: VFS: Change SMB_VFS_SETXATTR to use const struct smb_filename * instead o...
Jeremy Allison
2017-05-31
1
-3
/
+33
*
s3: VFS: Change SMB_VFS_REMOVEXATTR to use const struct smb_filename * instea...
Jeremy Allison
2017-05-31
1
-3
/
+29
*
s3: VFS: Change SMB_VFS_LISTXATTR to use const struct smb_filename * instead ...
Jeremy Allison
2017-05-31
1
-3
/
+28
*
s3: VFS: Change SMB_VFS_SYS_ACL_SET_FILE to use const struct smb_filename * i...
Jeremy Allison
2017-05-31
1
-3
/
+29
*
s3: VFS: Change SMB_VFS_SYS_ACL_GET_FILE to use const struct smb_filename * i...
Jeremy Allison
2017-05-31
1
-4
/
+28
*
s3: VFS: Change SMB_VFS_SYS_ACL_DELETE_DEF_FILE to use const struct smb_filen...
Jeremy Allison
2017-05-31
1
-3
/
+26
*
lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...
Jeremy Allison
2017-04-22
1
-2
/
+2
*
s3: Filenames: Add uint32_t flags parameter to synthetic_smb_fname().
Jeremy Allison
2016-03-24
1
-7
/
+14
*
VFS: Modify lchown to take a const struct smb_filename * instead of const char *
Jeremy Allison
2016-03-05
1
-3
/
+25
*
VFS: Modify chown to take a const struct smb_filename * instead of const char *
Jeremy Allison
2016-03-05
1
-3
/
+25
*
VFS: Modify chmod_acl to take a const struct smb_filename * instead of const ...
Jeremy Allison
2016-03-03
1
-3
/
+23
*
VFS: Modify chmod to take a const struct smb_filename * instead of const char *
Jeremy Allison
2016-03-03
1
-3
/
+24
*
VFS: Modify opendir to take a const struct smb_filename * instead of const ch...
Jeremy Allison
2016-03-01
1
-3
/
+16
*
VFS: Modify rmdir to take a const struct smb_filename * instead of const char *
Jeremy Allison
2016-02-25
1
-3
/
+16
*
s3: VFS: Modify mkdir to take a const struct smb_filename * instead of const ...
Jeremy Allison
2016-02-24
1
-3
/
+17
*
vfs_cap: add get_quota function
Uri Simchoni
2016-01-26
1
-0
/
+14
*
vfs_cap: Fix a warning
Volker Lendecke
2015-11-09
1
-4
/
+3
*
Convert all uint8/16/32 to _t in all modules.
Richard Sharpe
2015-05-06
1
-1
/
+1
*
s3/vfs: remove unused SMB_VFS_DISK_FREE() small_query parameter
David Disseldorp
2015-02-17
1
-4
/
+2
*
vfs: Convert cap_ntimes to cp_smb_filename
Volker Lendecke
2013-04-17
1
-5
/
+3
*
vfs: Convert cap_unlink to cp_smb_filename
Volker Lendecke
2013-04-17
1
-5
/
+3
*
vfs: Convert cap_rename to cp_smb_filename
Volker Lendecke
2013-04-17
1
-9
/
+6
*
smbd: Add mem_ctx to sys_acl_init() and all callers
Andrew Bartlett
2012-10-11
1
-2
/
+4
*
s3-vfs: Remove unused lremovexattr call from VFS modules, system.c and configure
Andrew Bartlett
2012-04-05
1
-13
/
+0
*
s3-vfs: Remove unused lsetxattr call from VFS modules, system.c and configure
Andrew Bartlett
2012-04-05
1
-13
/
+0
*
s3-vfs: Remove unused llistxattr call from VFS modules, system.c and configure
Andrew Bartlett
2012-04-05
1
-12
/
+0
*
s3-vfs: Remove unused lgetxattr call from VFS modules, system.c and configure
Andrew Bartlett
2012-04-05
1
-14
/
+0
*
build: Remove SMB_STRUCT_DIR define
Andrew Bartlett
2012-04-05
1
-2
/
+2
*
build: Remove SMB_STRUCT_DIRENT define
Andrew Bartlett
2012-04-05
1
-6
/
+6
*
vfs: Make function pointer names consistent. They all end in _fn
Richard Sharpe
2011-12-12
1
-34
/
+34
*
s3-talloc Change TALLOC_ARRAY() to talloc_array()
Andrew Bartlett
2011-06-09
1
-3
/
+3
*
s3-vfs: rename open function to open_fn.
Günther Deschner
2011-04-21
1
-1
/
+1
*
s3-vfs: include smbd/smbd.h in vfs modules.
Günther Deschner
2011-03-30
1
-0
/
+1
*
Move the uglyness of #ifdef REALPATH_TAKES_NULL into the vfs_default
Jeremy Allison
2010-11-20
1
-2
/
+2
*
Fix bug #7034 - vfs_cap causes signal 11 (SIGSEGV)
SASAJIMA Toshihiro
2010-01-12
1
-1
/
+2
*
Make the smbd VFS typesafe
Volker Lendecke
2009-07-24
1
-60
/
+38
*
Fix a few type errors in VFS modules
Volker Lendecke
2009-07-19
1
-3
/
+7
*
s3: Plumb smb_filename through SMB_VFS_NTIMES
Tim Prouty
2009-07-06
1
-3
/
+23
*
s3: Plumb smb_filename through SMB_VFS_UNLINK
Tim Prouty
2009-07-06
1
-3
/
+22
[next]