summaryrefslogtreecommitdiff
path: root/source3/modules
AgeCommit message (Expand)AuthorFilesLines
2008-02-25Correctly check return of rename(2)Volker Lendecke1-1/+1
2008-02-21Change option name.Karolin Seeger1-1/+1
2008-02-20From: David Disseldorp <ddiss@sgi.com>Jeremy Allison1-2/+1
2008-01-29Fix typos and replace statvfs call with fs_capabilities()Alexander Bokovoy1-12/+7
2008-01-29Merge DMAPI fixes from TridgeAlexander Bokovoy1-3/+22
2008-01-29Merge branch 'ctdb-merge' into dmapi-integrationAlexander Bokovoy1-41/+51
2008-01-25Attempt to fix the build on OpenBSDVolker Lendecke1-1/+1
2008-01-24Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into ctdb-mergeAlexander Bokovoy5-6/+1423
2008-01-23strtok -> strtok_rVolker Lendecke1-1/+3
2008-01-23Remove two unused variablesVolker Lendecke1-1/+0
2008-01-22Hide streams from the EA APIVolker Lendecke1-8/+6
2008-01-21Attempt to fix the darwin buildVolker Lendecke1-4/+4
2008-01-21Add SMB_VFS_FS_CAPABILITIESVolker Lendecke3-20/+19
2008-01-20Fix some "set but never used" warningsVolker Lendecke1-0/+4
2008-01-20Fix valgrind errorsVolker Lendecke1-2/+2
2008-01-20Do not use an unfinished fsp in streams_xattr_openVolker Lendecke1-1/+1
2008-01-20In streams_xattr_pwrite, base_fsp does not have an fdVolker Lendecke1-1/+2
2008-01-20Add some DEBUGVolker Lendecke2-0/+18
2008-01-20For pread/pwrite we need to do the setxattr on base_fspVolker Lendecke1-4/+4
2008-01-20Really remove the _NEXT_ from vfs_xattr_tdb.cVolker Lendecke1-15/+20
2008-01-20Support XATTR_CREATE and XATTR_REPLACE in vfs_xattr_tdbVolker Lendecke1-0/+11
2008-01-20Complete the ea->xattr rename in vfs_xattr_tdbVolker Lendecke1-4/+5
2008-01-19vfs_streams_depotVolker Lendecke1-0/+648
2008-01-19vfs_streams_xattr moduleVolker Lendecke1-0/+672
2008-01-19Add the STREAMINFO vfs callVolker Lendecke1-0/+59
2008-01-19Fix error return in xattr_tdb_load_attrsVolker Lendecke1-1/+1
2008-01-18Merge DMAPI fixes from CTDB SambaAlexander Bokovoy1-41/+51
2008-01-17Fix two uninitialized variables in vfs_hpuxacl.cVolker Lendecke1-2/+2
2008-01-17Remove is_remotestorage() call from VFS. We already have statvfs() there to h...Alexander Bokovoy2-15/+12
2008-01-17Rework of VFS is_offline() function to only return boolean offline/online res...Alexander Bokovoy2-15/+11
2008-01-17Fix more VFS API mixup with offline filesAlexander Bokovoy1-5/+4
2008-01-16Fix the mess that ab just made of the new VFS code.Jeremy Allison1-12/+19
2008-01-16Fix an uninitialized variable warningVolker Lendecke1-1/+1
2008-01-16Fix some C++ warningsVolker Lendecke1-2/+2
2008-01-16Add offline storage support with Tivoli Storage Manager Space ManagerAlexander Bokovoy1-0/+338
2008-01-16Merge a variant of Shadow Copy module for exposing snapshots to windows clien...Alexander Bokovoy1-0/+637
2008-01-16Support GPFS prealloc interfaceAlexander Bokovoy1-0/+8
2008-01-16Merge latest fixes to vfs_gpfs and NFS4 ACLs from Samba 3.0 CTDB branch (from...Alexander Bokovoy4-97/+423
2008-01-16Add support for offline files support, remote storage, and Async I/O force op...Alexander Bokovoy1-0/+42
2008-01-15ea_tdb->xattr_tdb also inside the module itselfVolker Lendecke1-98/+99
2008-01-15rename vfs_ea_tdb to vfs_xattr_tdbVolker Lendecke1-0/+0
2008-01-15Implement vfs_ea_tdbVolker Lendecke1-0/+736
2008-01-11Combine fsp and tofd to tofsp in SMB_VFS_RECVFILE().Michael Adam2-8/+6
2008-01-11Remove now redundant parameter fd from prime_cache().Michael Adam1-5/+4
2008-01-11Combine fsp and fromfd to fromfsp in SMB_VFS_SENDFILE().Michael Adam4-19/+15
2008-01-10Fix the build of the cacheprime VFS module after API changes.Michael Adam1-4/+3
2008-01-10Remove redundant parameter fd from SMB_VFS_WRITE().Michael Adam3-11/+10
2008-01-10Remove redundant parameter fd from SMB_VFS_READ().Michael Adam3-9/+9
2008-01-08Remove redundant parameter fd from SMB_VFS_AIO_CANCEL().Michael Adam2-5/+5
2008-01-08Remove redundant parameter fd from SMB_VFS_FSETXATTR().Michael Adam3-8/+7