summaryrefslogtreecommitdiff
path: root/source3/modules
AgeCommit message (Expand)AuthorFilesLines
2010-02-18s3-modules: fix get_acl_blob in the acl_tdb VFS module.Günther Deschner1-1/+1
2010-02-14s3-vfs: use TYPESAFE_QSORT() in s3 VFS modulesAndrew Tridgell2-8/+6
2010-02-10Fix bad use when freeing linked list. Todd Stecher (Original author) please c...Jeremy Allison1-6/+8
2010-02-10s3-perfcount: update to use new DLIST macrosAndrew Tridgell2-3/+2
2010-02-09vfs_catia: fix return type warningsBjörn Jacke1-2/+2
2010-02-08Fix bug #6876 for acl_tdb module.Jeremy Allison1-2/+1
2010-02-07s3: fix build issue on Tru64Björn Jacke1-7/+7
2010-02-04Fix bug 7075 - bug in vfs_scannedonly rmdir implementation.Jeremy Allison1-1/+5
2010-02-04s3:vfs_scannedonly: fix build on HP-UXBjörn Jacke1-0/+6
2010-02-03s3: Simplify the code a bit: Catch (len==0) earlyVolker Lendecke1-7/+4
2010-02-02Fix bug 7081 - vfs_expand_msdfs doesn't work correctly (with fix identified)Jeremy Allison1-3/+16
2010-01-29AIX doesn't have MSG_DONTWAITolivier1-1/+1
2010-01-21Add localtime parameter to shadow_copy2.Ed Plese1-0/+22
2010-01-21Add format parameter to shadow_copy2.Ed Plese1-11/+73
2010-01-21Add sort parameter to shadow_copy2.Ed Plese1-0/+62
2010-01-16Modification of fix for bug 6876 - Delete of an object whose parent folder do...Jeremy Allison1-8/+5
2010-01-14Part 4 of bug #7028 - include scannedonly VFS moduleOlivier Sessink1-13/+8
2010-01-12Fix bug #7034 - vfs_cap causes signal 11 (SIGSEGV)SASAJIMA Toshihiro1-1/+2
2010-01-12Fix two uses of strncat -> strlcat. Ensure proper use of strncpy when setting...Jeremy Allison1-3/+3
2010-01-12Fix bug #6876 - Delete of an object whose parent folder does not have delete ...Jeremy Allison3-1/+131
2010-01-12s3: Lift the version of the scannedonly VFS moduleVolker Lendecke1-1/+1
2010-01-12s3: Add the "scannedonly" vfs virus scanner interface moduleOlivier Sessink1-0/+995
2010-01-11s3: Add a zfsacl:denymissingspecial parameterVolker Lendecke1-0/+10
2010-01-06vfs_commit: print warning when no fsync support is thereBjörn Jacke1-0/+2
2009-12-23Attempt to fix one of the last two bugs with the full Windows ACL support.Jeremy Allison1-0/+106
2009-12-09s3: keep subsecond times on cross-filesystem moves and don't follow linksBjörn Jacke1-0/+22
2009-12-08s3: make sys_posix_fallocate more genericBjörn Jacke1-14/+11
2009-12-08s3: allocate only "new" space, not "old" sparse space in the posix_fallocate ...Björn Jacke1-2/+3
2009-12-07parent_sd can never be null in this function, so don'tJeremy Allison1-1/+5
2009-12-07Hopefullt final fix for 6802 - acl_xattr.c module: A created folder does not ...Jeremy Allison3-267/+168
2009-12-03Remove smb_fname duplicates that just keep the same information as in fsp->fs...Jeremy Allison2-11/+0
2009-12-02Remove unneeded argument from can_set_delete_on_close(). EnsureJeremy Allison1-2/+2
2009-12-03ѕ3: remove superfluous option checkBjörn Jacke1-13/+10
2009-12-02Restructure the ACL code some more, get the internal semanticsJeremy Allison1-169/+130
2009-12-02Ensure check_parent_acl_common() only looks at storedJeremy Allison1-2/+16
2009-12-02s3: prefer posix_fallocate for doing "strict allocate"Björn Jacke1-4/+21
2009-12-02Ensure get_nt_acl_internal() only looks at the ACL blobs, notJeremy Allison2-19/+23
2009-11-30Fix DEBUG 0 -> DEBUG 10 (left over code).Jeremy Allison1-2/+4
2009-11-30Fix bug 6938 : No hook exists to check creation rights when using acl_xattr m...Jeremy Allison3-7/+104
2009-11-30Restructure the connect function code to always callJeremy Allison16-37/+117
2009-11-29s3: Restore "fake directory create times" as a share parameterVolker Lendecke1-3/+3
2009-11-29s3: "copy_reg" only looks at mode, uid, gid, atime and mtime (no birthtime)Volker Lendecke1-2/+1
2009-11-29s3: Pass up fake_dir_create_times from atalk_build_pathsVolker Lendecke1-15/+24
2009-11-29s3: Pass the "fake dir create times" parameter to sys_*statVolker Lendecke2-6/+10
2009-11-25Fix bug 6892 - When a chown operation is issued via Windows Explorer, all ACL...Jeremy Allison1-15/+36
2009-11-23Revert "s3: Make the implicit reference to Protocol in is_in_path() explicit"Volker Lendecke2-4/+2
2009-11-23Revert "s3: Move the global variable Protocol to struct smbd_server_connection"Volker Lendecke1-1/+1
2009-11-21s3: Move the global variable Protocol to struct smbd_server_connectionVolker Lendecke1-1/+1
2009-11-21s3: Make the implicit reference to Protocol in is_in_path() explicitVolker Lendecke2-2/+4
2009-11-18s3: Replace some create_synthetic_smb_fname() callsVolker Lendecke1-11/+7