summaryrefslogtreecommitdiffstats
path: root/source/modules
Commit message (Collapse)AuthorAgeFilesLines
* r22675: Simo's patch for 0 size allocation. Still needJeremy Allison2007-10-101-1/+1
| | | | | to examine parse_misc.c fix. Jeremy.
* r22615: fix prototypeMichael Adam2007-10-101-1/+1
|
* r22592: Fix TALLOC_SIZE to be consistent.Jeremy Allison2007-10-101-7/+11
| | | | Jeremy.
* r22589: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison2007-10-101-3/+7
| | | | Jeremy.
* r22542: Move over to using the _strict varients of the tallocJeremy Allison2007-10-103-12/+12
| | | | | calls. No functional changes. Looks bigger than it is :-). Jeremy.
* r22529: Add implementation of HP-UX ACLs in the new vfs-module framework.Michael Adam2007-10-101-56/+1137
|
* r22413: Simplify the build rules for plugin modules. Add support for ↵James Peach2007-10-101-0/+1
| | | | | | per-platform exports files. Fix the shared library build pf pdb_ldap.
* r22148: Fix gpfs module on posix-acl test. Adds gpfsacl_sys_set_fd (callsJim McDonough2007-10-101-2/+1
| | | | _file). Thanks to Gomati Mohanan.
* r22147: Next tryVolker Lendecke2007-10-101-1/+1
|
* r22146: Attempt to fix the buildVolker Lendecke2007-10-101-1/+1
|
* r22132: I hate inefficiency. Don't call conv_str_size()Jeremy Allison2007-10-101-41/+88
| | | | | | | on every pread/sendfile call, initialize these variables in an allocated struct at connection time and just refer to them directly. Jeremy.
* r22111: Allow readahead params to use size suffixes as K,M, etc.Jeremy Allison2007-10-101-4/+28
| | | | Jeremy.
* r22105: Added vfs_readahead module that appears to do wonderful thingsJeremy Allison2007-10-101-0/+117
| | | | | | | | for copying files from Samba when using Windows Vista Windows explorer.... :-). By default if you add this I can go on my vmware sessions from 7MB/sec to 12MB/sec (+1 extra MB/sec if I turn sendfile on). Jeremy.
* r22094: Clarify that SMB_VFS_LOCK should not be used to get lock status.James Peach2007-10-101-0/+3
|
* r22080: Fix directory recycle module bug #4486.Jeremy Allison2007-10-101-16/+37
| | | | Jeremy.
* r21956: Fix bug reported by don.mccall@hp.com for platformsJeremy Allison2007-10-101-1/+1
| | | | | without utimes() call (only utime()). Jeremy.
* r21950: After discussion with the Apple and Linux client maintainers,James Peach2007-10-101-0/+4
| | | | | | | | | | | | changing the FindFirst response for the UNIX_INFO2 level to include a length field before the name. The name is not required to be null terminated. The length field does not count any null. Also add call to chflags(2) in the default VFS module so that this will work be default on BSD-derived platform. Add UNIX-INFO2 test to the build farm to get some non-BSD coverage. Jeremy and Jerry, please review for inclusion in 3.0.25.
* r21885: Chown logic should be activated only if nfs4:chown=yesAlexander Bokovoy2007-10-101-24/+26
|
* r21877: Missed one line.Jeremy Allison2007-10-101-0/+1
| | | | Jeremy.
* r21874: Fix missing notify function. Thanks to Thomas Bork <tombork@web.de>Jeremy Allison2007-10-101-0/+26
| | | | | for pointing this out ! Jeremy.
* r21767: Revert all the bits I accidentally committed in r21766.James Peach2007-10-101-1/+2
|
* r21766: Fix compiler warning.James Peach2007-10-101-2/+1
|
* r21764: Fix warning in debug comment.Jeremy Allison2007-10-101-2/+2
| | | | Jeremy.
* r21757: Add SMB_VFS_CHFLAGS operation.James Peach2007-10-102-0/+25
|
* r21714: Change the VFS interface to use struct timespecJeremy Allison2007-10-105-26/+47
| | | | | | | | | | for utimes - change the call to ntimes. This preserves nsec timestamps we get from stat (if the system supports it) and only maps back down to usec or sec resolution on time set. Looks bigger than it is as I had to move lots of internal code from using time_t and struct utimebuf to struct timespec. Jeremy.
* r21664: Fix #4425 - patch from Jason Mader <jason@ncac.gwu.edu>.Jeremy Allison2007-10-101-2/+3
| | | | Jeremy
* r21647: Allow unit on for size parameters.James Peach2007-10-101-2/+4
|
* r21646: Patch from SATOH Fumiyasu <fumiyas@osstech.co.jp>Jeremy Allison2007-10-101-5/+22
| | | | | - add minsize parameter. Bug #4409. Jeremy.
* r21609: Fix memory leaks in error code paths (and one in winbindd_group.c).Jeremy Allison2007-10-101-4/+4
| | | | | Patch from Zack Kirsch <zack.kirsch@isilon.com>. Jeremy.
* r21339: Fix the non-linux build. This is more evidence that this needs to beJim McDonough2007-10-101-0/+2
| | | | moved up one layer.
* r21324: Add linux setlease to the vfs layer. Next round, as Volker points out,Jim McDonough2007-10-103-0/+66
| | | | | | | | | it should be abstracted a little higher up so other os'es can have an entry, but it will take a bit more work. Thanks to Chetan Shringarpure and Mathias Dietz. I didn't increment the vfs number again because the kernel change notify stuff hasn't been released yet anyway.
* r21151: applying patches for CVE-2007-045[34]Gerald Carter2007-10-101-1/+1
|
* r21127: Add a mitigating comment ;-))Volker Lendecke2007-10-101-0/+8
|
* r21111: Reorganize the change notify params a bit. We now have the per-shareVolker Lendecke2007-10-101-3/+7
| | | | | | | | | | | | | | parameters change notify = [yes]/no # do we do it at all kernel change notify = [yes]/no # enable/disable inotify Those who want FAM need to say change notify = yes vfs objects = notify_fam Volker
* r21109: Send notify_fam.c through the VFS. Lets see how the build farm likes ↵Volker Lendecke2007-10-101-0/+302
| | | | | | this. Volker
* r21108: Send sys_notify_watch through the VFS, FAM is nextVolker Lendecke2007-10-101-0/+17
|
* r21004: Patch from Mathias Dietz <MDIETZ@de.ibm.com> to fix multi-nodeJim McDonough2007-10-101-1/+1
| | | | sharemodes in gpfs.
* r20717: Merge sharemode patch from Mathias Dietz <MDIETZ@de.ibm.com>.Jim McDonough2007-10-101-4/+9
| | | | | The patch fixes the behaviour of GPFS sharemodes when the access mask is no_access.
* r20500: Fix compiler warnings.James Peach2007-10-101-7/+7
|
* r20268: merge -r 20261:20263 from samba_3_0_24Herb Lewis2007-10-101-0/+1
| | | | get rid of previous prototype warnings
* r20261: merge 20260 from samba_3_0_24Herb Lewis2007-10-1025-3/+28
| | | | clean up a bunch of no previous prototype warnings
* r20235: Don't use realloc directly.James Peach2007-10-101-1/+1
|
* r20124: clean up nested extern declaration warningsHerb Lewis2007-10-102-2/+4
|
* r20089: Put gpfs acl function into vfs_gpfs module. Thanks to Gomati MohananJim McDonough2007-10-102-0/+658
| | | | | | | <gomati.mohanan@in.ibm.com>. Also fix fields for sec_desc differences between 3.0 and 3.0.24 in nfs4_acls.c.
* r20048: Fix vfs_full_audit after Jims kernel_flock additionVolker Lendecke2007-10-101-0/+20
|
* r19826: Fix typoJim McDonough2007-10-101-1/+1
|
* r19647: Add some GPFS support in a vfs mod. Also adds the kernel flock op toJim McDonough2007-10-103-0/+310
| | | | | the vfs layer, since gpfs supports it. Thanks to Volker, Christian, Mathias, Chetan, and Peter.
* r18785: Check in Peter Somogyis build fixVolker Lendecke2007-10-101-5/+5
|
* r18745: Use the Samba4 data structures for security descriptors and security ↵Jelmer Vernooij2007-10-103-9/+9
| | | | | | | | | descriptor buffers. Make security access masks simply a uint32 rather than a structure with a uint32 in it.
* r18719: Compile fix from Peter Somogyi.Jeremy Allison2007-10-101-1/+1
| | | | Jeremy.