summaryrefslogtreecommitdiffstats
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant parameter fd from SMB_VFS_WRITE().Michael Adam2008-01-103-11/+10
* Remove redundant parameter fd from SMB_VFS_READ().Michael Adam2008-01-103-9/+9
* Remove redundant parameter fd from SMB_VFS_AIO_CANCEL().Michael Adam2008-01-082-5/+5
* Remove redundant parameter fd from SMB_VFS_FSETXATTR().Michael Adam2008-01-083-8/+7
* Remove redundant parameter fd from SMB_VFS_FREMOVEXATTR().Michael Adam2008-01-083-7/+7
* Remove redundant parameter fd from SMB_VFS_FLISTXATTR().Michael Adam2008-01-082-5/+5
* Remove redundant parameter fd from SMB_VFS_FGETXATTR().Michael Adam2008-01-083-7/+7
* Remove forgotton fd from solarisacl_sys_acl_get_fd().Michael Adam2008-01-081-3/+2
* Remove redundant parameter fd from SMB_VFS_SYS_ACL_SET_FD().Michael Adam2008-01-0810-24/+24
* Remove redundant parameter fd from SMB_VFS_FCHMOD_ACL().Michael Adam2008-01-084-12/+12
* Remove redundant parameter fd from SMB_VFS_SYS_ACL_GET_FD().Michael Adam2008-01-079-27/+19
* Remove redundant parameter fd from SMB_VFS_GETLOCK().Michael Adam2008-01-072-5/+5
* Remove redundant parameter fd from SMB_VFS_LINUX_SETLEASE().Michael Adam2008-01-073-10/+10
* Remove redundant parameter fd from SMB_VFS_KERNEL_FLOCK().Michael Adam2008-01-073-6/+6
* Remove redundant parameter fd from SMB_VFS_LOCK().Michael Adam2008-01-072-5/+5
* Fix the build: Fix caller of strict_allocate_ftruncate().Michael Adam2008-01-071-1/+1
* Remove redundant parameter fd from SMB_VFS_FTRUNCATE().Michael Adam2008-01-074-13/+11
* Remove redundant parameter fd from SMB_VFS_FCHOWN().Michael Adam2008-01-072-5/+5
* Remove redundant parameter fd from SMB_VFS_FCHMOD().Michael Adam2008-01-075-14/+14
* Remove redundant parameter fd from SMB_VFS_FSTAT().Michael Adam2008-01-077-13/+13
* Remove redundant parameter fd from SMB_VFS_FSYNC().Michael Adam2008-01-072-5/+5
* Remove redundant parameter fd from SMB_VFS_LSEEK().Michael Adam2008-01-072-18/+18
* Remove redundant parameter fd from SMB_VFS_PWRITE().Michael Adam2008-01-073-12/+11
* Remove unneeded parameter fd from SMB_VFS_PREAD().Michael Adam2008-01-074-20/+18
* Remove superfluous parameter fd from SMB_VFS_FSET_NT_ACL().Michael Adam2008-01-066-9/+8
* Remove superfluous fd parameter from SMB_VFS_FGET_NT_ACL().Michael Adam2008-01-066-9/+8
* Remove tiny code duplicationVolker Lendecke2007-12-291-1/+1
* typosVolker Lendecke2007-12-271-2/+2
* Remove unused variable 'didmsg'.James Peach2007-12-191-4/+0
* Change the prototype of the vfs function get_nt_acl().Michael Adam2007-12-196-9/+5
* Prepare the afs acl module for the api change in get_nt_acl().Michael Adam2007-12-191-43/+77
* Prepare the aix2 acl module for the api change in get_nt_acl().Michael Adam2007-12-191-11/+21
* Change aixjfs2_get_nfs4_acl() to take file name instead of fsp.Michael Adam2007-12-191-5/+5
* Fix two debug statements: Add missing printf parameter.Michael Adam2007-12-191-2/+2
* Reformatting: wrap long lines and remove trailing spaces.Michael Adam2007-12-191-3/+7
* Prepare the zfs acl module for the api change in get_nt_acl().Michael Adam2007-12-191-9/+28
* 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-195-13/+44
* Split smbacl4_GetFileOwner into two (f- and non-f-variant).Michael Adam2007-12-191-19/+29
* Split get_nt_acl() into two functions: fsp- and non-fsp variant.Michael Adam2007-12-193-4/+4
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-152-9/+9
* Fix warning message about data type always true.Jeremy Allison2007-12-111-2/+2
* Extend commit module to help with NFS quotas.David Losada Carballo2007-11-201-25/+158
* Remove pstring from modules directory.Jeremy Allison2007-11-165-310/+589
* Fix bug #5083 (and duplicate bug #5084).Michael Adam2007-11-151-1/+1
* Fix build of the zfs_acl module.Michael Adam2007-11-131-1/+3
* Fix the build: correct prototype.Michael Adam2007-11-131-1/+1
* Make [f]get_nt_acl return NTSTATUSVolker Lendecke2007-11-138-51/+61
* Remove most of the remaining globals out of lib/util_sock.c.Jeremy Allison2007-11-031-1/+1
* I can't get away without a 'length' arg. :-).Jeremy Allison2007-11-031-1/+2