summaryrefslogtreecommitdiffstats
path: root/source/modules
Commit message (Expand)AuthorAgeFilesLines
* Fix bug 6769 - symlink unlink does nothing. Jeremy.Jeremy Allison2009-10-121-1/+5
* Make some functions static to vfs_gpfs.cVolker Lendecke2009-04-171-14/+14
* Fix two c++ warnings in vfs_gpfs.cVolker Lendecke2009-04-171-2/+2
* Try and fix the build farm RAW-STREAMS errors. Ordering ofJeremy Allison2009-03-271-2/+2
* Use StrCaseCmp in the dirsort moduleVolker Lendecke2009-03-271-1/+1
* Add dirsort moduleAndy Kelk2009-03-271-0/+193
* Make use of gpfs_get_real_filename optionalVolker Lendecke2009-03-272-1/+10
* Add a vfs_preopen module to hide fs latenciesVolker Lendecke2009-03-111-0/+456
* Fix crashes when running RAW-ACLs against system with tdb ACL modulesJeremy Allison2009-03-062-3/+3
* Use fsp->posix_open in preference if we have it.Jeremy Allison2009-03-062-7/+7
* Ensure ACL modules work with POSIX paths.Jeremy Allison2009-03-062-22/+79
* Fix use of streams modules with CIFSFS client.Jeremy Allison2009-03-062-4/+25
* More warning fixes for Solaris.Jeremy Allison2009-02-241-4/+4
* More warning fixes for Solaris.Jeremy Allison2009-02-241-4/+5
* Quieten down a boatload of shadowed variable warnings on Solaris.Jeremy Allison2009-02-242-47/+47
* Fix bug #6133 - Cannot delete non-ACL files on Solaris/ZFS/NFSv4 ACL filesystem.Jeremy Allison2009-02-231-1/+7
* Enable total anonymization in vfs_smb_traffic_analyzer, by mapping any user n...Holger Hetterich2009-02-161-5/+16
* Fix bug #6085 - In vfs_default.c change utime( ) call.Miguel Suarez2009-02-161-1/+1
* Apply same logic fix for #4308 Excel save operation corrupts file ACLsJeremy Allison2009-01-231-47/+37
* Fix logic error in try_chown - we shouldn't arbitrarily chownJeremy Allison2009-01-231-2/+0
* s3:vfs_fileid: readd "fileid:algorithm" as option.Stefan Metzmacher2009-01-201-1/+7
* s3: Remove a few unnecessary checks from the streams depot module and fix to ...Tim Prouty2009-01-121-12/+18
* s3: Remove a few unnecessary checks from the streams xattr moduleTim Prouty2009-01-121-11/+0
* s3:events: change event_add_timed() prototype to match samba4Stefan Metzmacher2009-01-081-4/+2
* Fix a bad memleak in vfs_full_auditVolker Lendecke2009-01-051-1/+4
* Fix bug 6012: Add "get_real_filename" to full_auditVolker Lendecke2009-01-051-0/+25
* Fix all warnings with gcc4.3.Jeremy Allison2009-01-022-6/+15
* Fix bug #5990 - strict allocate should be checked before ftruncateJeremy Allison2009-01-021-0/+14
* Comment out the parent inheritance code (this is incorrect) as wasJeremy Allison2009-01-022-0/+4
* Make use of smbd_gpfs_get_realfilename_path in unix_convert (cherry picked fr...Volker Lendecke2008-12-123-0/+88
* Fix nonempty blank lines in vfs_gpfs.cVolker Lendecke2008-12-121-55/+50
* s3:modules/gpfs: Fix nonempty blank linesVolker Lendecke2008-12-121-2/+2
* Pass the get_real_filename operation through the VFSVolker Lendecke2008-12-121-0/+12
* Fix bug #5929 - vfs_prealloc does not build with option --with-cluster-suppor...Henning Henkel2008-12-111-1/+1
* s3:streams_xattr: fstat should do a stat on the base fileStefan Metzmacher2008-12-111-1/+1
* s3:streams_xattr: recheck fsp->fsp_name after a renameStefan Metzmacher2008-12-111-0/+65
* s3:streams_depot: add an option to disable the xattr checksStefan Metzmacher2008-12-111-5/+20
* s3:streams_depot: fix valgrind bug lp_parm_const_string() doesn't talloc the ...Stefan Metzmacher2008-12-111-1/+0
* s3:streams_depot: add support for stream renamesStefan Metzmacher2008-12-111-0/+74
* s3:streams_depot: map 'file::$DATA' to just 'file'Stefan Metzmacher2008-12-111-1/+12
* s3:streams_xattr: add support for renaming streamsStefan Metzmacher2008-12-111-1/+142
* vfs_tsmsm: fix potential segfault (freeing uninitialized buffer)Michael Adam2008-12-111-1/+1
* zfsacl: "return" is not a function.Michael Adam2008-11-261-3/+3
* zfsacl: Prevent calling POSIX ACL vfs methods on zfs share.Nils Goroll2008-11-261-0/+83
* Search for gpfs functions in both libgpfs_gpl.so an libgpfs.soMathias Dietz2008-11-261-47/+45
* nfs4_acls: make prototype header match definition for smb_set_nt_acl_nfs4()Michael Adam2008-11-261-1/+1
* Revert f268d75f5ed1258b08c5571780ea3be6724daed4 - "Fix the logic bug that cau...Jeremy Allison2008-11-261-34/+34
* Fix the logic bug that caused us to run into kernel oplocks on an open for a ...Jeremy Allison2008-11-261-34/+34
* Use fxattr calls whenever possible (trying to work around the strange Linux k...Jeremy Allison2008-11-261-19/+51
* Second part of the fix for bug #5903 - vfs_streams_xattr breaks contents of t...Jeremy Allison2008-11-261-1/+60