summaryrefslogtreecommitdiff
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
* Attempt to fix the build on OpenBSDVolker Lendecke2008-01-251-1/+1
* strtok -> strtok_rVolker Lendecke2008-01-231-1/+3
* Remove two unused variablesVolker Lendecke2008-01-231-1/+0
* Hide streams from the EA APIVolker Lendecke2008-01-221-8/+6
* Attempt to fix the darwin buildVolker Lendecke2008-01-211-4/+4
* Add SMB_VFS_FS_CAPABILITIESVolker Lendecke2008-01-213-20/+19
* Fix some "set but never used" warningsVolker Lendecke2008-01-201-0/+4
* Fix valgrind errorsVolker Lendecke2008-01-201-2/+2
* Do not use an unfinished fsp in streams_xattr_openVolker Lendecke2008-01-201-1/+1
* In streams_xattr_pwrite, base_fsp does not have an fdVolker Lendecke2008-01-201-1/+2
* Add some DEBUGVolker Lendecke2008-01-202-0/+18
* For pread/pwrite we need to do the setxattr on base_fspVolker Lendecke2008-01-201-4/+4
* Really remove the _NEXT_ from vfs_xattr_tdb.cVolker Lendecke2008-01-201-15/+20
* Support XATTR_CREATE and XATTR_REPLACE in vfs_xattr_tdbVolker Lendecke2008-01-201-0/+11
* Complete the ea->xattr rename in vfs_xattr_tdbVolker Lendecke2008-01-201-4/+5
* vfs_streams_depotVolker Lendecke2008-01-191-0/+648
* vfs_streams_xattr moduleVolker Lendecke2008-01-191-0/+672
* Add the STREAMINFO vfs callVolker Lendecke2008-01-191-0/+59
* Fix error return in xattr_tdb_load_attrsVolker Lendecke2008-01-191-1/+1
* Fix two uninitialized variables in vfs_hpuxacl.cVolker Lendecke2008-01-171-2/+2
* Remove is_remotestorage() call from VFS. We already have statvfs() there to h...Alexander Bokovoy2008-01-172-15/+12
* Rework of VFS is_offline() function to only return boolean offline/online res...Alexander Bokovoy2008-01-172-15/+11
* Fix more VFS API mixup with offline filesAlexander Bokovoy2008-01-171-5/+4
* Fix the mess that ab just made of the new VFS code.Jeremy Allison2008-01-161-12/+19
* Fix an uninitialized variable warningVolker Lendecke2008-01-161-1/+1
* Fix some C++ warningsVolker Lendecke2008-01-161-2/+2
* Add offline storage support with Tivoli Storage Manager Space ManagerAlexander Bokovoy2008-01-161-0/+338
* Merge a variant of Shadow Copy module for exposing snapshots to windows clien...Alexander Bokovoy2008-01-161-0/+637
* Support GPFS prealloc interfaceAlexander Bokovoy2008-01-161-0/+8
* Merge latest fixes to vfs_gpfs and NFS4 ACLs from Samba 3.0 CTDB branch (from...Alexander Bokovoy2008-01-164-97/+423
* Add support for offline files support, remote storage, and Async I/O force op...Alexander Bokovoy2008-01-161-0/+42
* ea_tdb->xattr_tdb also inside the module itselfVolker Lendecke2008-01-151-98/+99
* rename vfs_ea_tdb to vfs_xattr_tdbVolker Lendecke2008-01-151-0/+0
* Implement vfs_ea_tdbVolker Lendecke2008-01-151-0/+736
* Combine fsp and tofd to tofsp in SMB_VFS_RECVFILE().Michael Adam2008-01-112-8/+6
* Remove now redundant parameter fd from prime_cache().Michael Adam2008-01-111-5/+4
* Combine fsp and fromfd to fromfsp in SMB_VFS_SENDFILE().Michael Adam2008-01-114-19/+15
* Fix the build of the cacheprime VFS module after API changes.Michael Adam2008-01-101-4/+3
* Remove redundant parameter fd from SMB_VFS_WRITE().Michael Adam2008-01-103-11/+10
* Remove redundant parameter fd from SMB_VFS_READ().Michael Adam2008-01-103-9/+9
* Remove redundant parameter fd from SMB_VFS_AIO_CANCEL().Michael Adam2008-01-082-5/+5
* Remove redundant parameter fd from SMB_VFS_FSETXATTR().Michael Adam2008-01-083-8/+7
* Remove redundant parameter fd from SMB_VFS_FREMOVEXATTR().Michael Adam2008-01-083-7/+7
* Remove redundant parameter fd from SMB_VFS_FLISTXATTR().Michael Adam2008-01-082-5/+5
* Remove redundant parameter fd from SMB_VFS_FGETXATTR().Michael Adam2008-01-083-7/+7
* Remove forgotton fd from solarisacl_sys_acl_get_fd().Michael Adam2008-01-081-3/+2
* Remove redundant parameter fd from SMB_VFS_SYS_ACL_SET_FD().Michael Adam2008-01-0810-24/+24
* Remove redundant parameter fd from SMB_VFS_FCHMOD_ACL().Michael Adam2008-01-084-12/+12
* Remove redundant parameter fd from SMB_VFS_SYS_ACL_GET_FD().Michael Adam2008-01-079-27/+19
* Remove redundant parameter fd from SMB_VFS_GETLOCK().Michael Adam2008-01-072-5/+5