index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
modules
/
vfs_gpfs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3: Add access_mask to the flock VFS call
Abhidnya P Chirmule
2009-10-06
1
-3
/
+3
*
s3: Forgot to check in one build failure for vfs_gpfs.c
Volker Lendecke
2009-09-24
1
-1
/
+1
*
s3: Remove an unused variable
Volker Lendecke
2009-09-24
1
-1
/
+0
*
s3: Make the vfs_gpfs compile at least
Volker Lendecke
2009-09-24
1
-19
/
+23
*
To set file create/birth time in GPFS. Signed-off-by: Abhidnya Chirmule <achi...
Abhidnya Chirmule
2009-09-17
1
-0
/
+42
*
Make refusal of SEC_DESC_DACL_PROTECTED configurable
Volker Lendecke
2009-08-19
1
-1
/
+3
*
Make the smbd VFS typesafe
Volker Lendecke
2009-07-24
1
-84
/
+21
*
s3: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules.
Tim Prouty
2009-07-20
1
-10
/
+23
*
reject ACLs with DESC_DACL_PROTECTED on GPFS
Christian Ambach
2009-07-14
1
-0
/
+5
*
s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTAT
Tim Prouty
2009-06-24
1
-10
/
+26
*
Support getting gpfs birthtime
Volker Lendecke
2009-06-02
1
-0
/
+68
*
Store winattrs in GPFS
Mathias Dietz
2009-06-02
1
-0
/
+99
*
Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT
Volker Lendecke
2009-05-26
1
-2
/
+2
*
Use SMB_VFS_NEXT_CLOSE. This VFS stuff is really opaque to me...
Volker Lendecke
2009-05-20
1
-5
/
+1
*
Fix bug disclosed by lock8 torture test
Volker Lendecke
2009-05-20
1
-0
/
+17
*
Make some functions static to vfs_gpfs.c
Volker Lendecke
2009-04-06
1
-14
/
+14
*
Fix two c++ warnings in vfs_gpfs.c
Volker Lendecke
2009-04-06
1
-2
/
+2
*
Make use of gpfs_get_real_filename optional
Volker Lendecke
2009-03-04
1
-0
/
+5
*
Make use of smbd_gpfs_get_realfilename_path in unix_convert
Volker Lendecke
2008-12-10
1
-0
/
+61
*
Fix nonempty blank lines in vfs_gpfs.c
Volker Lendecke
2008-12-10
1
-55
/
+50
*
Revert "Fix some merge omissions for GPFS"
Volker Lendecke
2008-12-10
1
-11
/
+2
*
Revert "Fix nonempty blank lines in vfs_gpfs.c"
Volker Lendecke
2008-12-10
1
-50
/
+55
*
Revert "Make use of smbd_gpfs_get_realfilename_path in unix_convert"
Volker Lendecke
2008-12-10
1
-61
/
+0
*
Revert "Fix the build"
Volker Lendecke
2008-12-10
1
-0
/
+9
*
Fix the build
Volker Lendecke
2008-12-10
1
-9
/
+0
*
Make use of smbd_gpfs_get_realfilename_path in unix_convert
Volker Lendecke
2008-12-10
1
-0
/
+61
*
Fix nonempty blank lines in vfs_gpfs.c
Volker Lendecke
2008-12-10
1
-55
/
+50
*
Fix some merge omissions for GPFS
Volker Lendecke
2008-12-10
1
-2
/
+11
*
Make use of ZERO_STRUCT (the first memset was actually wrong)
Volker Lendecke
2008-10-09
1
-3
/
+3
*
Update vfs version as I've added a const to the security_descriptor paramter ...
Jeremy Allison
2008-10-07
1
-2
/
+2
*
Yay ! Remove a VFS entry. Removed the set_nt_acl() call,
Jeremy Allison
2008-05-08
1
-9
/
+0
*
Merge latest fixes to vfs_gpfs and NFS4 ACLs from Samba 3.0 CTDB branch (from...
Alexander Bokovoy
2008-01-16
1
-54
/
+227
*
Remove redundant parameter fd from SMB_VFS_SYS_ACL_SET_FD().
Michael Adam
2008-01-08
1
-1
/
+1
*
Remove redundant parameter fd from SMB_VFS_SYS_ACL_GET_FD().
Michael Adam
2008-01-07
1
-2
/
+1
*
Remove redundant parameter fd from SMB_VFS_LINUX_SETLEASE().
Michael Adam
2008-01-07
1
-4
/
+4
*
Remove redundant parameter fd from SMB_VFS_KERNEL_FLOCK().
Michael Adam
2008-01-07
1
-1
/
+1
*
Remove redundant parameter fd from SMB_VFS_FCHMOD().
Michael Adam
2008-01-07
1
-2
/
+2
*
Remove redundant parameter fd from SMB_VFS_FSTAT().
Michael Adam
2008-01-07
1
-1
/
+1
*
Remove superfluous parameter fd from SMB_VFS_FSET_NT_ACL().
Michael Adam
2008-01-06
1
-1
/
+1
*
Remove superfluous fd parameter from SMB_VFS_FGET_NT_ACL().
Michael Adam
2008-01-06
1
-1
/
+1
*
Change the prototype of the vfs function get_nt_acl().
Michael Adam
2007-12-19
1
-1
/
+1
*
Prepare the gpfs acl module for the api change in get_nt_acl().
Michael Adam
2007-12-19
1
-12
/
+21
*
Split smb_get_nt_acl_nfs4 into two (f- and non-f-variant).
Michael Adam
2007-12-19
1
-1
/
+1
*
Split get_nt_acl() into two functions: fsp- and non-fsp variant.
Michael Adam
2007-12-19
1
-1
/
+1
*
Make [f]get_nt_acl return NTSTATUS
Volker Lendecke
2007-11-13
1
-4
/
+4
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-1
/
+1
*
r24809: Consolidate the use of temporary talloc contexts.
Volker Lendecke
2007-10-10
1
-2
/
+2
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r23620: Convert set_nt_acl to return NTSTATUS. Also fix the chown
Jeremy Allison
2007-10-10
1
-5
/
+5
[next]