summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_gpfs.c
Commit message (Expand)AuthorAgeFilesLines
* s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".Günther Deschner2010-05-181-4/+4
* s3: Add access_mask to the flock VFS callAbhidnya P Chirmule2009-10-061-3/+3
* s3: Forgot to check in one build failure for vfs_gpfs.cVolker Lendecke2009-09-241-1/+1
* s3: Remove an unused variableVolker Lendecke2009-09-241-1/+0
* s3: Make the vfs_gpfs compile at leastVolker Lendecke2009-09-241-19/+23
* To set file create/birth time in GPFS. Signed-off-by: Abhidnya Chirmule <achi...Abhidnya Chirmule2009-09-171-0/+42
* Make refusal of SEC_DESC_DACL_PROTECTED configurableVolker Lendecke2009-08-191-1/+3
* Make the smbd VFS typesafeVolker Lendecke2009-07-241-84/+21
* s3: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules.Tim Prouty2009-07-201-10/+23
* reject ACLs with DESC_DACL_PROTECTED on GPFSChristian Ambach2009-07-141-0/+5
* s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty2009-06-241-10/+26
* Support getting gpfs birthtimeVolker Lendecke2009-06-021-0/+68
* Store winattrs in GPFSMathias Dietz2009-06-021-0/+99
* Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke2009-05-261-2/+2
* Use SMB_VFS_NEXT_CLOSE. This VFS stuff is really opaque to me...Volker Lendecke2009-05-201-5/+1
* Fix bug disclosed by lock8 torture testVolker Lendecke2009-05-201-0/+17
* Make some functions static to vfs_gpfs.cVolker Lendecke2009-04-061-14/+14
* Fix two c++ warnings in vfs_gpfs.cVolker Lendecke2009-04-061-2/+2
* Make use of gpfs_get_real_filename optionalVolker Lendecke2009-03-041-0/+5
* Make use of smbd_gpfs_get_realfilename_path in unix_convertVolker Lendecke2008-12-101-0/+61
* Fix nonempty blank lines in vfs_gpfs.cVolker Lendecke2008-12-101-55/+50
* Revert "Fix some merge omissions for GPFS"Volker Lendecke2008-12-101-11/+2
* Revert "Fix nonempty blank lines in vfs_gpfs.c"Volker Lendecke2008-12-101-50/+55
* Revert "Make use of smbd_gpfs_get_realfilename_path in unix_convert"Volker Lendecke2008-12-101-61/+0
* Revert "Fix the build"Volker Lendecke2008-12-101-0/+9
* Fix the buildVolker Lendecke2008-12-101-9/+0
* Make use of smbd_gpfs_get_realfilename_path in unix_convertVolker Lendecke2008-12-101-0/+61
* Fix nonempty blank lines in vfs_gpfs.cVolker Lendecke2008-12-101-55/+50
* Fix some merge omissions for GPFSVolker Lendecke2008-12-101-2/+11
* Make use of ZERO_STRUCT (the first memset was actually wrong)Volker Lendecke2008-10-091-3/+3
* Update vfs version as I've added a const to the security_descriptor paramter ...Jeremy Allison2008-10-071-2/+2
* Yay ! Remove a VFS entry. Removed the set_nt_acl() call,Jeremy Allison2008-05-081-9/+0
* Merge latest fixes to vfs_gpfs and NFS4 ACLs from Samba 3.0 CTDB branch (from...Alexander Bokovoy2008-01-161-54/+227
* Remove redundant parameter fd from SMB_VFS_SYS_ACL_SET_FD().Michael Adam2008-01-081-1/+1
* Remove redundant parameter fd from SMB_VFS_SYS_ACL_GET_FD().Michael Adam2008-01-071-2/+1
* Remove redundant parameter fd from SMB_VFS_LINUX_SETLEASE().Michael Adam2008-01-071-4/+4
* Remove redundant parameter fd from SMB_VFS_KERNEL_FLOCK().Michael Adam2008-01-071-1/+1
* Remove redundant parameter fd from SMB_VFS_FCHMOD().Michael Adam2008-01-071-2/+2
* Remove redundant parameter fd from SMB_VFS_FSTAT().Michael Adam2008-01-071-1/+1
* Remove superfluous parameter fd from SMB_VFS_FSET_NT_ACL().Michael Adam2008-01-061-1/+1
* Remove superfluous fd parameter from SMB_VFS_FGET_NT_ACL().Michael Adam2008-01-061-1/+1
* Change the prototype of the vfs function get_nt_acl().Michael Adam2007-12-191-1/+1
* Prepare the gpfs acl module for the api change in get_nt_acl().Michael Adam2007-12-191-12/+21
* Split smb_get_nt_acl_nfs4 into two (f- and non-f-variant).Michael Adam2007-12-191-1/+1
* Split get_nt_acl() into two functions: fsp- and non-fsp variant.Michael Adam2007-12-191-1/+1
* Make [f]get_nt_acl return NTSTATUSVolker Lendecke2007-11-131-4/+4
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-1/+1
* r24809: Consolidate the use of temporary talloc contexts.Volker Lendecke2007-10-101-2/+2
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1