summaryrefslogtreecommitdiff
path: root/source3/modules
AgeCommit message (Expand)AuthorFilesLines
2008-01-08Remove forgotton fd from solarisacl_sys_acl_get_fd().Michael Adam1-3/+2
2008-01-08Remove redundant parameter fd from SMB_VFS_SYS_ACL_SET_FD().Michael Adam10-24/+24
2008-01-08Remove redundant parameter fd from SMB_VFS_FCHMOD_ACL().Michael Adam4-12/+12
2008-01-07Remove redundant parameter fd from SMB_VFS_SYS_ACL_GET_FD().Michael Adam9-27/+19
2008-01-07Remove redundant parameter fd from SMB_VFS_GETLOCK().Michael Adam2-5/+5
2008-01-07Remove redundant parameter fd from SMB_VFS_LINUX_SETLEASE().Michael Adam3-10/+10
2008-01-07Remove redundant parameter fd from SMB_VFS_KERNEL_FLOCK().Michael Adam3-6/+6
2008-01-07Remove redundant parameter fd from SMB_VFS_LOCK().Michael Adam2-5/+5
2008-01-07Fix the build: Fix caller of strict_allocate_ftruncate().Michael Adam1-1/+1
2008-01-07Remove redundant parameter fd from SMB_VFS_FTRUNCATE().Michael Adam4-13/+11
2008-01-07Remove redundant parameter fd from SMB_VFS_FCHOWN().Michael Adam2-5/+5
2008-01-07Remove redundant parameter fd from SMB_VFS_FCHMOD().Michael Adam5-14/+14
2008-01-07Remove redundant parameter fd from SMB_VFS_FSTAT().Michael Adam7-13/+13
2008-01-07Remove redundant parameter fd from SMB_VFS_FSYNC().Michael Adam2-5/+5
2008-01-07Remove redundant parameter fd from SMB_VFS_LSEEK().Michael Adam2-18/+18
2008-01-07Remove redundant parameter fd from SMB_VFS_PWRITE().Michael Adam3-12/+11
2008-01-07Remove unneeded parameter fd from SMB_VFS_PREAD().Michael Adam4-20/+18
2008-01-06Remove superfluous parameter fd from SMB_VFS_FSET_NT_ACL().Michael Adam6-9/+8
2008-01-06Remove superfluous fd parameter from SMB_VFS_FGET_NT_ACL().Michael Adam6-9/+8
2007-12-29Remove tiny code duplicationVolker Lendecke1-1/+1
2007-12-27typosVolker Lendecke1-2/+2
2007-12-19Remove unused variable 'didmsg'.James Peach1-4/+0
2007-12-19Change the prototype of the vfs function get_nt_acl().Michael Adam6-9/+5
2007-12-19Prepare the afs acl module for the api change in get_nt_acl().Michael Adam1-43/+77
2007-12-19Prepare the aix2 acl module for the api change in get_nt_acl().Michael Adam1-11/+21
2007-12-19Change aixjfs2_get_nfs4_acl() to take file name instead of fsp.Michael Adam1-5/+5
2007-12-19Fix two debug statements: Add missing printf parameter.Michael Adam1-2/+2
2007-12-19Reformatting: wrap long lines and remove trailing spaces.Michael Adam1-3/+7
2007-12-19Prepare the zfs acl module for the api change in get_nt_acl().Michael Adam1-9/+28
2007-12-19Prepare the gpfs acl module for the api change in get_nt_acl().Michael Adam1-12/+21
2007-12-19Split smb_get_nt_acl_nfs4 into two (f- and non-f-variant).Michael Adam5-13/+44
2007-12-19Split smbacl4_GetFileOwner into two (f- and non-f-variant).Michael Adam1-19/+29
2007-12-19Split get_nt_acl() into two functions: fsp- and non-fsp variant.Michael Adam3-4/+4
2007-12-15Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2-9/+9
2007-12-11Fix warning message about data type always true.Jeremy Allison1-2/+2
2007-11-20Extend commit module to help with NFS quotas.David Losada Carballo1-25/+158
2007-11-16Remove pstring from modules directory.Jeremy Allison5-310/+589
2007-11-15Fix bug #5083 (and duplicate bug #5084).Michael Adam1-1/+1
2007-11-13Fix build of the zfs_acl module.Michael Adam1-1/+3
2007-11-13Fix the build: correct prototype.Michael Adam1-1/+1
2007-11-13Make [f]get_nt_acl return NTSTATUSVolker Lendecke8-51/+61
2007-11-03Remove most of the remaining globals out of lib/util_sock.c.Jeremy Allison1-1/+1
2007-11-03I can't get away without a 'length' arg. :-).Jeremy Allison1-1/+2
2007-11-03Stop get_peer_addr() and client_addr() from using globalJeremy Allison1-1/+2
2007-10-29Add in the recvfile entry to the VFS layer with a defaultJeremy Allison2-0/+39
2007-10-23added a syncops VFS module for filesystems which do not guarantee meta-data o...Andrew Tridgell1-0/+210
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison22-122/+122
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter2-11/+7
2007-10-10r25432: Merge module linking changes from SAMBA_3_2 to SAMBA_3_2_0 to reduceJames Peach1-1/+0
2007-10-10r25399: Excise uint - > uint32 (where appropriate) or unsigned int.Jeremy Allison3-7/+7