summaryrefslogtreecommitdiff
path: root/source3/modules
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r23396: Make VFS callbacks static. Mark operations as OPAQUE because theyJames Peach1-8/+9
2007-10-10r23302: Refactor vfs_gpfs module, fix problems with chmod Tridge has found du...Alexander Bokovoy2-96/+111
2007-10-10r23228: Merge cleanup to the gpfs module from Tridge. Also potentially disableVolker Lendecke1-33/+28
2007-10-10r23105: Add lchown to the vfs layer. We need this in the POSIX code.Jeremy Allison5-1/+84
2007-10-10r23098: Fix the case of the #include statements so this module can be built on aJames Peach1-2/+2
2007-10-10r23068: Fix some uninitialized variables in the solarisacl moduleVolker Lendecke1-6/+6
2007-10-10r22918: Attempt to fix the build of the tru64acl module.Michael Adam1-6/+6
2007-10-10r22907: Fix the build with --enable-profiling-dataVolker Lendecke1-1/+2
2007-10-10r22872: Add vfs_zfsacl module from Jiri Sasek <Jiri.Sasek@Sun.COM>.Jeremy Allison1-0/+186
2007-10-10r22777: Fix for [Bug 4543] - POSIX ACL support on FreeBSD.Michael Adam1-0/+6
2007-10-10r22675: Simo's patch for 0 size allocation. Still needJeremy Allison1-1/+1
2007-10-10r22615: fix prototypeMichael Adam1-1/+1
2007-10-10r22592: Fix TALLOC_SIZE to be consistent.Jeremy Allison1-7/+11
2007-10-10r22589: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison1-3/+7
2007-10-10r22542: Move over to using the _strict varients of the tallocJeremy Allison3-12/+12
2007-10-10r22529: Add implementation of HP-UX ACLs in the new vfs-module framework.Michael Adam1-56/+1137
2007-10-10r22413: Simplify the build rules for plugin modules. Add support for per-plat...James Peach1-0/+1
2007-10-10r22148: Fix gpfs module on posix-acl test. Adds gpfsacl_sys_set_fd (callsJim McDonough1-2/+1
2007-10-10r22147: Next tryVolker Lendecke1-1/+1
2007-10-10r22146: Attempt to fix the buildVolker Lendecke1-1/+1
2007-10-10r22132: I hate inefficiency. Don't call conv_str_size()Jeremy Allison1-41/+88
2007-10-10r22111: Allow readahead params to use size suffixes as K,M, etc.Jeremy Allison1-4/+28
2007-10-10r22105: Added vfs_readahead module that appears to do wonderful thingsJeremy Allison1-0/+117
2007-10-10r22094: Clarify that SMB_VFS_LOCK should not be used to get lock status.James Peach1-0/+3
2007-10-10r22080: Fix directory recycle module bug #4486.Jeremy Allison1-16/+37
2007-10-10r21956: Fix bug reported by don.mccall@hp.com for platformsJeremy Allison1-1/+1
2007-10-10r21950: After discussion with the Apple and Linux client maintainers,James Peach1-0/+4
2007-10-10r21885: Chown logic should be activated only if nfs4:chown=yesAlexander Bokovoy1-24/+26
2007-10-10r21877: Missed one line.Jeremy Allison1-0/+1
2007-10-10r21874: Fix missing notify function. Thanks to Thomas Bork <tombork@web.de>Jeremy Allison1-0/+26
2007-10-10r21767: Revert all the bits I accidentally committed in r21766.James Peach1-1/+2
2007-10-10r21766: Fix compiler warning.James Peach1-2/+1
2007-10-10r21764: Fix warning in debug comment.Jeremy Allison1-2/+2
2007-10-10r21757: Add SMB_VFS_CHFLAGS operation.James Peach2-0/+25
2007-10-10r21714: Change the VFS interface to use struct timespecJeremy Allison5-26/+47
2007-10-10r21664: Fix #4425 - patch from Jason Mader <jason@ncac.gwu.edu>.Jeremy Allison1-2/+3
2007-10-10r21647: Allow unit on for size parameters.James Peach1-2/+4
2007-10-10r21646: Patch from SATOH Fumiyasu <fumiyas@osstech.co.jp>Jeremy Allison1-5/+22
2007-10-10r21609: Fix memory leaks in error code paths (and one in winbindd_group.c).Jeremy Allison1-4/+4
2007-10-10r21339: Fix the non-linux build. This is more evidence that this needs to beJim McDonough1-0/+2
2007-10-10r21324: Add linux setlease to the vfs layer. Next round, as Volker points out,Jim McDonough3-0/+66