summaryrefslogtreecommitdiffstats
path: root/source/modules
Commit message (Expand)AuthorAgeFilesLines
* Try and fix the build farm RAW-STREAMS errors. Ordering ofJeremy Allison2009-03-261-2/+2
* Fix use of streams modules with CIFSFS client.Jeremy Allison2009-02-252-4/+25
* Fix bug #6133 - Cannot delete non-ACL files on Solaris/ZFS/NFSv4 ACL filesystem.Jeremy Allison2009-02-201-1/+6
* Oops. Fix the build (don't use 3.3 references in 3.2 :-).Jeremy Allison2009-02-131-2/+1
* Enable total anonymization in vfs_smb_traffic_analyzer, by mappingHolger Hetterich2009-02-131-4/+16
* Fix bug #6085 - In vfs_default.c change utime( ) call.Miguel Suarez2009-02-031-1/+1
* Apply same logic fix for #4308 Excel save operation corrupts file ACLsJeremy Allison2009-01-221-46/+36
* s3:vfs_fileid: readd "fileid:algorithm" as option.Stefan Metzmacher2009-01-191-1/+7
* keep compatibility with v3-0-ctdb name for fileid:mapping optionAndrew Tridgell2009-01-191-1/+1
* s3: Remove a few unnecessary checks from the streams depot module and fix to ...Tim Prouty2009-01-161-12/+18
* s3: Remove a few unnecessary checks from the streams xattr moduleTim Prouty2009-01-161-11/+0
* Remove "strict allocate = partial" code that got accidentally committed.Jeremy Allison2009-01-081-5/+1
* refresh sequence number as soon as possible when domain->sequence_number == -...boyang2009-01-071-1/+5
* Fix a bad memleak in vfs_full_auditVolker Lendecke2009-01-051-1/+4
* Fix bug #5990 - strict allocate should be checked before ftruncateJeremy Allison2008-12-251-0/+14
* Fix bug #5929 - vfs_prealloc does not build with option --with-cluster-suppor...Henning Henkel2008-12-041-1/+1
* s3:streams_xattr: fstat should do a stat on the base fileStefan Metzmacher2008-12-011-1/+1
* s3:streams_xattr: recheck fsp->fsp_name after a renameStefan Metzmacher2008-12-011-0/+65
* s3:streams_depot: add an option to disable the xattr checksStefan Metzmacher2008-12-011-4/+18
* s3:streams_depot: fix valgrind bug lp_parm_const_string() doesn't talloc the ...Stefan Metzmacher2008-12-011-1/+0
* s3:streams_depot: add support for stream renamesStefan Metzmacher2008-12-011-0/+74
* s3:streams_depot: map 'file::$DATA' to just 'file'Stefan Metzmacher2008-12-011-1/+12
* s3:streams_xattr: add support for renaming streamsStefan Metzmacher2008-12-011-1/+142
* vfs_tsmsm: fix potential segfault (freeing uninitialized buffer)Michael Adam2008-12-011-1/+1
* zfsacl: return is not a function.Michael Adam2008-11-251-3/+3
* zfsacl: Prevent calling POSIX ACL vfs methods on zfs share.Nils Goroll2008-11-251-0/+83
* Search for gpfs functions in both libgpfs_gpl.so an libgpfs.soMathias Dietz2008-11-241-47/+45
* Revert c76e4791d3ae4f180fba209c29bd3774c00858cf - "Fix the logic bug that cau...Jeremy Allison2008-11-212-35/+36
* Fix the logic bug that caused us to run into kernel oplocks on an open for a ...Jeremy Allison2008-11-211-34/+34
* Use fxattr calls whenever possible (trying to work around the strange Linux k...Jeremy Allison2008-11-211-19/+51
* Second part of the fix for bug #5903 - vfs_streams_xattr breaks contents of t...Jeremy Allison2008-11-211-1/+60
* When clearing out vuid cache remember to set entries = 0.Jeremy Allison2008-11-171-0/+1
* Fix bug #5900 reported by monyo@samba.gr.jp - vfs_readonly.so does not work.Jeremy Allison2008-11-171-0/+8
* Fix bug 5901: Default for streams_depot locationTAKAHASHI Motonobu2008-11-161-1/+9
* Fix CID 606 - failed to return -1 after socket() fail.Jeremy Allison2008-10-291-0/+1
* Enable optional anonymization of user names,Holger Hetterich2008-10-131-1/+20
* Make use of ZERO_STRUCT (the first memset was actually wrong)Volker Lendecke2008-10-091-3/+3
* Fixed build warning "passing arg from incompatible pointer type"Tim Prouty2008-10-071-1/+3
* Turn the socket connections into a refcounted list - in the common case there...Jeremy Allison2008-10-011-44/+94
* Convert to allocated strings. Use write_data(), not send as this doesn't corr...Jeremy Allison2008-09-301-58/+42
* Restructure the module so it connects to the remote data sinkJeremy Allison2008-09-301-150/+156
* Use IPv4/v6 independent calls. Change safe_strcpy/cat to strlcpy/cat (thisJeremy Allison2008-09-251-84/+97
* Fix the new vfs_smb_traffic_analyzer build for static linksJim McDonough2008-09-241-2/+2
* SMB traffic analyzer vfs module from Holger Hetterich <hhetter@novell.com>Holger Hetterich2008-09-241-0/+352
* When setting an NFSv4 ACL, map generic bitsVolker Lendecke2008-09-081-0/+4
* fixed an errno handling bug that could lead to an infinite loopAndrew Tridgell2008-09-051-2/+2
* fixed tsmsm_sendfile(). The logic was totally broken.Andrew Tridgell2008-09-051-4/+7
* Fix bug #5692 - Core dump in full_audit.so.Jeremy Allison2008-08-143-5/+4
* Fix the build of vfs_zfsacl.cVolker Lendecke2008-07-181-16/+1
* Change the directory parameter in streams_depot to become consistentVolker Lendecke2008-07-181-1/+1