summaryrefslogtreecommitdiffstats
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3: Forgot to check in one build failure for vfs_gpfs.cVolker Lendecke2009-09-241-1/+1
* s3: Remove an unused variableVolker Lendecke2009-09-241-1/+0
* s3: Make the vfs_gpfs compile at leastVolker Lendecke2009-09-241-19/+23
* s3:smbd: Attempt to fix the build on HP/UXVolker Lendecke2009-09-181-0/+1
* To set file create/birth time in GPFS. Signed-off-by: Abhidnya Chirmule <achi...Abhidnya Chirmule2009-09-171-0/+42
* s3:vfs: Fix the build of vfs_tsmsm after the VFS rewriteVolker Lendecke2009-09-171-3/+3
* s3: Fix reading beyond the end of a named stream in xattr_streamsVolker Lendecke2009-09-161-2/+1
* s3: Add some debugs to streams_xattrVolker Lendecke2009-09-161-0/+6
* s3:vfs_catia: Make some fns staticVolker Lendecke2009-09-141-3/+3
* s3:vfs_catia: Use talloc_zero for simplificationVolker Lendecke2009-09-141-2/+1
* s3:vfs_modules: Fix Coverity ID 946: OVERRUN_STATICVolker Lendecke2009-09-141-1/+1
* s3: Test short reads in the build farmVolker Lendecke2009-09-141-0/+3
* Fix compile in a usually non-selected define.Jeremy Allison2009-09-091-1/+1
* s3: Major revamp for catia vfs moduleAravind Srinivasan2009-08-281-145/+837
* s3: Add a new VFS op called SMB_VFS_TRANSLATE_NAMEAravind Srinivasan2009-08-283-1/+30
* s3:streams: check for :$DATA only in the backend (fix bug #6642)Stefan Metzmacher2009-08-272-2/+11
* s3 onefs: Canonicalize the ACL in the correct ordertprouty2009-08-261-4/+8
* s3: Allow full_audit to play nice with smbd if it's using syslogtprouty2009-08-261-1/+11
* s3 audit: Change create_file in full_audit to print whether a directory or fi...tprouty2009-08-261-2/+28