Age | Commit message (Expand) | Author | Files | Lines |
2008-12-10 | Make use of smbd_gpfs_get_realfilename_path in unix_convert | Volker Lendecke | 1 | -0/+61 |
2008-12-10 | Fix nonempty blank lines in vfs_gpfs.c | Volker Lendecke | 1 | -55/+50 |
2008-12-10 | Revert "Fix some merge omissions for GPFS" | Volker Lendecke | 1 | -11/+2 |
2008-12-10 | Revert "Fix nonempty blank lines in vfs_gpfs.c" | Volker Lendecke | 1 | -50/+55 |
2008-12-10 | Revert "Make use of smbd_gpfs_get_realfilename_path in unix_convert" | Volker Lendecke | 1 | -61/+0 |
2008-12-10 | Revert "Fix the build" | Volker Lendecke | 1 | -0/+9 |
2008-12-10 | Fix the build | Volker Lendecke | 1 | -9/+0 |
2008-12-10 | Make use of smbd_gpfs_get_realfilename_path in unix_convert | Volker Lendecke | 1 | -0/+61 |
2008-12-10 | Fix nonempty blank lines in vfs_gpfs.c | Volker Lendecke | 1 | -55/+50 |
2008-12-10 | Fix some merge omissions for GPFS | Volker Lendecke | 1 | -2/+11 |
2008-10-09 | Make use of ZERO_STRUCT (the first memset was actually wrong) | Volker Lendecke | 1 | -3/+3 |
2008-10-07 | Update vfs version as I've added a const to the security_descriptor paramter ... | Jeremy Allison | 1 | -2/+2 |
2008-05-08 | Yay ! Remove a VFS entry. Removed the set_nt_acl() call, | Jeremy Allison | 1 | -9/+0 |
2008-01-16 | Merge latest fixes to vfs_gpfs and NFS4 ACLs from Samba 3.0 CTDB branch (from... | Alexander Bokovoy | 1 | -54/+227 |
2008-01-08 | Remove redundant parameter fd from SMB_VFS_SYS_ACL_SET_FD(). | Michael Adam | 1 | -1/+1 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_SYS_ACL_GET_FD(). | Michael Adam | 1 | -2/+1 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_LINUX_SETLEASE(). | Michael Adam | 1 | -4/+4 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_KERNEL_FLOCK(). | Michael Adam | 1 | -1/+1 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_FCHMOD(). | Michael Adam | 1 | -2/+2 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_FSTAT(). | Michael Adam | 1 | -1/+1 |
2008-01-06 | Remove superfluous parameter fd from SMB_VFS_FSET_NT_ACL(). | Michael Adam | 1 | -1/+1 |
2008-01-06 | Remove superfluous fd parameter from SMB_VFS_FGET_NT_ACL(). | Michael Adam | 1 | -1/+1 |
2007-12-19 | Change the prototype of the vfs function get_nt_acl(). | Michael Adam | 1 | -1/+1 |
2007-12-19 | Prepare the gpfs acl module for the api change in get_nt_acl(). | Michael Adam | 1 | -12/+21 |
2007-12-19 | Split smb_get_nt_acl_nfs4 into two (f- and non-f-variant). | Michael Adam | 1 | -1/+1 |
2007-12-19 | Split get_nt_acl() into two functions: fsp- and non-fsp variant. | Michael Adam | 1 | -1/+1 |
2007-11-13 | Make [f]get_nt_acl return NTSTATUS | Volker Lendecke | 1 | -4/+4 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r24809: Consolidate the use of temporary talloc contexts. | Volker Lendecke | 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 | r23620: Convert set_nt_acl to return NTSTATUS. Also fix the chown | Jeremy Allison | 1 | -5/+5 |
2007-10-10 | r23302: Refactor vfs_gpfs module, fix problems with chmod Tridge has found du... | Alexander Bokovoy | 1 | -61/+94 |
2007-10-10 | r22542: Move over to using the _strict varients of the talloc | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r22148: Fix gpfs module on posix-acl test. Adds gpfsacl_sys_set_fd (calls | Jim McDonough | 1 | -2/+1 |
2007-10-10 | r21324: Add linux setlease to the vfs layer. Next round, as Volker points out, | Jim McDonough | 1 | -0/+29 |
2007-10-10 | r20261: merge 20260 from samba_3_0_24 | Herb Lewis | 1 | -0/+1 |
2007-10-10 | r20089: Put gpfs acl function into vfs_gpfs module. Thanks to Gomati Mohanan | Jim McDonough | 1 | -0/+576 |
2007-10-10 | r19647: Add some GPFS support in a vfs mod. Also adds the kernel flock op to | Jim McDonough | 1 | -0/+68 |