summaryrefslogtreecommitdiff
path: root/source/modules
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #5692 - Core dump in full_audit.so.Jeremy Allison2008-08-153-5/+4
* Fix the build of vfs_zfsacl.cVolker Lendecke2008-07-201-16/+1
* Change the directory parameter in streams_depot to become consistentVolker Lendecke2008-07-181-1/+1
* Fix from Volodymyr Khomenko <Volodymyr.Khomenko@exanet.com>. Make ntimesJeremy Allison2008-07-161-2/+6
* Add SMB_VFS_OP_RECVFILE to get it in sync with vfs.hLars Müller2008-07-061-0/+1
* AIX build fixes from William Jojo -- thanksVolker Lendecke2008-06-121-2/+2
* Add STREAMINFO op to vfs_full_auditVolker Lendecke2008-06-091-0/+27
* Remove redundant parameter fd from SMB_VFS_CLOSE().Michael Adam2008-05-077-20/+19
* Change fd_close_posix() to return int instead of NTSTATUS.Michael Adam2008-05-071-3/+2
* Move the posix pending close functionality down into the VFS layer.Michael Adam2008-05-071-4/+4
* vfs_cacheprime: fix C++ warning - make implicit cast explicitMichael Adam2008-05-051-1/+1
* Use size_t for strlen return, not int. Karolin pleaseJeremy Allison2008-04-091-1/+1
* Allow broader range of HSM systems in vfs_tsmsmAlexander Bokovoy2008-04-091-5/+31
* Fix Coverity ID 450Volker Lendecke2008-03-271-1/+5
* Fix Coverity warningsVolker Lendecke2008-03-272-2/+10
* Fix Coverity IDs 553, 552Volker Lendecke2008-03-221-0/+4
* Fix some warnings in the tsmsm moduleVolker Lendecke2008-03-221-4/+6
* Need to close the /dev/zero fdVolker Lendecke2008-03-181-0/+2
* Respect FAMChanged -- attempt to fix bug 5307Volker Lendecke2008-03-061-0/+3
* Add vfs_aio_forkVolker Lendecke2008-02-291-0/+728
* Fix the build on OpenBSD: ENOTSUP is not always defined.Michael Adam2008-02-251-0/+4
* Correctly check return of rename(2)Volker Lendecke2008-02-251-1/+1
* Change option name.Karolin Seeger2008-02-211-1/+1
* From: David Disseldorp <ddiss@sgi.com>Jeremy Allison2008-02-201-2/+1
* Fix typos and replace statvfs call with fs_capabilities()Alexander Bokovoy2008-01-291-12/+7
* Merge DMAPI fixes from TridgeAlexander Bokovoy2008-01-291-3/+22
* Merge branch 'ctdb-merge' into dmapi-integrationAlexander Bokovoy2008-01-291-41/+51
|\
| * Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into ctdb-mergeAlexander Bokovoy2008-01-245-6/+1423
| |\
| * | Merge DMAPI fixes from CTDB SambaAlexander Bokovoy2008-01-181-41/+51
* | | 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