summaryrefslogtreecommitdiff
path: root/source3/modules
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r25222: Fix last assumptions that (size_t)-1 can be usedJeremy Allison1-1/+1
2007-10-10r25055: Add file_id_string_tosVolker Lendecke1-1/+1
2007-10-10r24809: Consolidate the use of temporary talloc contexts.Volker Lendecke5-16/+16
2007-10-10r24302: add a module that overloads the file_id_create VFS functionStefan Metzmacher1-0/+288
2007-10-10r24280: Fix the build of vfs_afsacl.cVolker Lendecke1-5/+5
2007-10-10r24123: add file_id_create() to some vfs modulesStefan Metzmacher1-0/+22
2007-10-10r24120: add a file_id_create() hook into the VFS layerStefan Metzmacher1-0/+7
2007-10-10r24013: merge from http://samba.org/~tridge/samba_3_2_ctdb/:Stefan Metzmacher1-1/+1
2007-10-10r23962: Linux oplock support is conditional on HAVE_KERNEL_OPLOCKS_LINUX,James Peach1-2/+3
2007-10-10r23856: Add Jiri.Sasek@Sun.COM;s fix from Axel Apitz for ZFS ACLs.Jeremy Allison1-2/+49
2007-10-10r23831: Fix vfs_readahead: transparent modules should always pass throughAlexander Bokovoy1-1/+1
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell24-48/+24
2007-10-10r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell4-11/+5
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell12-24/+12
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison37-37/+37
2007-10-10r23722: Fix the build of the catia moduleVolker Lendecke1-2/+2
2007-10-10r23692: Couldn't wait, sorry :-). Did the style change.Jeremy Allison1-3/+3
2007-10-10r23691: fix for bug on touching files as described here:Simo Sorce1-5/+13
2007-10-10r23620: Convert set_nt_acl to return NTSTATUS. Also fix the chownJeremy Allison9-74/+53
2007-10-10r23423: Use the correct structure types in the NT_ACL operations. It's notJames Peach1-2/+2