summaryrefslogtreecommitdiff
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3: Move the global variable Protocol to struct smbd_server_connectionVolker Lendecke2009-11-211-1/+1
* s3: Make the implicit reference to Protocol in is_in_path() explicitVolker Lendecke2009-11-212-2/+4
* s3: Replace some create_synthetic_smb_fname() callsVolker Lendecke2009-11-181-11/+7
* s3: Do not talloc in readdirVolker Lendecke2009-11-184-25/+37
* Remove "store create time" code, cause create time to be storedJeremy Allison2009-11-172-4/+2
* Second part of bugfix for 6865 - acl_xattr module: Has dependency that inheri...Jeremy Allison2009-11-112-4/+10
* s3:vfs_fs_capabilities: fix a debug messageMichael Adam2009-11-111-1/+1
* Fix bug 6865 - acl_xattr module: Has dependency that inherit acls = yes or xa...Jeremy Allison2009-11-062-0/+18
* s3: add support for full windows timestamps resolution on filesBjörn Jacke2009-11-041-6/+13
* Start fixing the RAW-STREAMS test - ensure that the xattrJeremy Allison2009-10-291-2/+0
* Fix bug 6802 - A created folder does not properly inherit permissions from pa...Barry Sabsevitz2009-10-231-4/+38
* Add comment explaining about symlink following & posix.Jeremy Allison2009-10-161-1/+6
* Last 2 VFS_STAT -> LSTAT fixes I can see in the modules code.Jeremy Allison2009-10-162-2/+14
* Fix one missing STAT -> LSTAT with POSIX pathnames in vfs_xattr_tdb.c. Caught...Jeremy Allison2009-10-161-1/+7
* s3: Fix vfs_shadow_copy2 to allow in-path @GMT-xxxAndrew Tridgell2009-10-131-21/+126
* s3: Add access_mask to the flock VFS callAbhidnya P Chirmule2009-10-064-8/+8
* Remove lots of duplicate code and move it into oneJeremy Allison2009-10-022-49/+31
* Fix more use of VFS_STAT when posix pathnames selected.Jeremy Allison2009-10-021-1/+1
* Fix bug #6769 - symlink unlink does nothing.Jeremy Allison2009-10-011-1/+5
* changed debuglevel for two messages in the GPFS module from 0 to 10 they spam...Christian Ambach2009-09-281-2/+2
* s3:vfs_default - correct function parametersMatthias Dieter Wallnöfer2009-09-241-1/+2
* s3 onefs: Fix 1 second share mode delay handlingSteven Danneman2009-09-241-3/+33
* s3 onefs: Fix a race condition exists in onefs_open.c between multiple opens ...Steven Danneman2009-09-241-5/+19
* s3 onefs: Add some debugging/asserts to give more info when there is bad defe...Zack Kirsch2009-09-241-9/+24
* s3: Add more helpful debugging to some of the streams codeTim Prouty2009-09-242-1/+24
* vfs catia: Fix a NULL dereference when CATIA is loaded with no mappings speci...Aravind Srinivasan2009-09-241-1/+8
* vfs catia: Fix the double translation that was happening with createfile and ...Aravind Srinivasan2009-09-243-92/+60
* vfs catia: Fix a possible NULL dereferenceAravind Srinivasan2009-09-241-2/+9