summaryrefslogtreecommitdiff
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
* Fix for bug #7189 - Open txt files with notepad on samba shares creates problem.Jeremy Allison2010-03-055-10/+24
* s3:vfs_aixacl2: add missing semicolonBjörn Jacke2010-03-021-1/+1
* s3: vfs_full_audit.c: implement negated vfs_ops in the success/failure listHolger Hetterich2010-02-281-24/+31
* s3-modules: fix get_acl_blob in the acl_tdb VFS module.Günther Deschner2010-02-181-1/+1
* s3-vfs: use TYPESAFE_QSORT() in s3 VFS modulesAndrew Tridgell2010-02-142-8/+6
* Fix bad use when freeing linked list. Todd Stecher (Original author) please c...Jeremy Allison2010-02-101-6/+8
* s3-perfcount: update to use new DLIST macrosAndrew Tridgell2010-02-102-3/+2
* vfs_catia: fix return type warningsBjörn Jacke2010-02-091-2/+2
* Fix bug #6876 for acl_tdb module.Jeremy Allison2010-02-081-2/+1
* s3: fix build issue on Tru64Björn Jacke2010-02-071-7/+7
* Fix bug 7075 - bug in vfs_scannedonly rmdir implementation.Jeremy Allison2010-02-041-1/+5
* s3:vfs_scannedonly: fix build on HP-UXBjörn Jacke2010-02-041-0/+6
* s3: Simplify the code a bit: Catch (len==0) earlyVolker Lendecke2010-02-031-7/+4
* Fix bug 7081 - vfs_expand_msdfs doesn't work correctly (with fix identified)Jeremy Allison2010-02-021-3/+16
* AIX doesn't have MSG_DONTWAITolivier2010-01-291-1/+1
* Add localtime parameter to shadow_copy2.Ed Plese2010-01-211-0/+22
* Add format parameter to shadow_copy2.Ed Plese2010-01-211-11/+73
* Add sort parameter to shadow_copy2.Ed Plese2010-01-211-0/+62
* Modification of fix for bug 6876 - Delete of an object whose parent folder do...Jeremy Allison2010-01-161-8/+5
* Part 4 of bug #7028 - include scannedonly VFS moduleOlivier Sessink2010-01-141-13/+8
* Fix bug #7034 - vfs_cap causes signal 11 (SIGSEGV)SASAJIMA Toshihiro2010-01-121-1/+2
* Fix two uses of strncat -> strlcat. Ensure proper use of strncpy when setting...Jeremy Allison2010-01-121-3/+3
* Fix bug #6876 - Delete of an object whose parent folder does not have delete ...Jeremy Allison2010-01-123-1/+131
* s3: Lift the version of the scannedonly VFS moduleVolker Lendecke2010-01-121-1/+1
* s3: Add the "scannedonly" vfs virus scanner interface moduleOlivier Sessink2010-01-121-0/+995
* s3: Add a zfsacl:denymissingspecial parameterVolker Lendecke2010-01-111-0/+10
* vfs_commit: print warning when no fsync support is thereBjörn Jacke2010-01-061-0/+2
* Attempt to fix one of the last two bugs with the full Windows ACL support.Jeremy Allison2009-12-231-0/+106
* s3: keep subsecond times on cross-filesystem moves and don't follow linksBjörn Jacke2009-12-091-0/+22
* s3: make sys_posix_fallocate more genericBjörn Jacke2009-12-081-14/+11
* s3: allocate only "new" space, not "old" sparse space in the posix_fallocate ...Björn Jacke2009-12-081-2/+3
* parent_sd can never be null in this function, so don'tJeremy Allison2009-12-071-1/+5
* Hopefullt final fix for 6802 - acl_xattr.c module: A created folder does not ...Jeremy Allison2009-12-073-267/+168
* Remove smb_fname duplicates that just keep the same information as in fsp->fs...Jeremy Allison2009-12-032-11/+0
* Remove unneeded argument from can_set_delete_on_close(). EnsureJeremy Allison2009-12-021-2/+2
* ѕ3: remove superfluous option checkBjörn Jacke2009-12-031-13/+10
* Restructure the ACL code some more, get the internal semanticsJeremy Allison2009-12-021-169/+130
* Ensure check_parent_acl_common() only looks at storedJeremy Allison2009-12-021-2/+16
* s3: prefer posix_fallocate for doing "strict allocate"Björn Jacke2009-12-021-4/+21
* Ensure get_nt_acl_internal() only looks at the ACL blobs, notJeremy Allison2009-12-022-19/+23
* Fix DEBUG 0 -> DEBUG 10 (left over code).Jeremy Allison2009-11-301-2/+4
* Fix bug 6938 : No hook exists to check creation rights when using acl_xattr m...Jeremy Allison2009-11-303-7/+104
* Restructure the connect function code to always callJeremy Allison2009-11-3016-37/+117
* s3: Restore "fake directory create times" as a share parameterVolker Lendecke2009-11-291-3/+3
* s3: "copy_reg" only looks at mode, uid, gid, atime and mtime (no birthtime)Volker Lendecke2009-11-291-2/+1
* s3: Pass up fake_dir_create_times from atalk_build_pathsVolker Lendecke2009-11-291-15/+24
* s3: Pass the "fake dir create times" parameter to sys_*statVolker Lendecke2009-11-292-6/+10
* Fix bug 6892 - When a chown operation is issued via Windows Explorer, all ACL...Jeremy Allison2009-11-251-15/+36
* Revert "s3: Make the implicit reference to Protocol in is_in_path() explicit"Volker Lendecke2009-11-232-4/+2
* Revert "s3: Move the global variable Protocol to struct smbd_server_connection"Volker Lendecke2009-11-231-1/+1