summaryrefslogtreecommitdiff
path: root/source3/modules
AgeCommit message (Expand)AuthorFilesLines
2009-10-13s3: Fix vfs_shadow_copy2 to allow in-path @GMT-xxxAndrew Tridgell1-21/+126
2009-10-06s3: Add access_mask to the flock VFS callAbhidnya P Chirmule4-8/+8
2009-10-02Remove lots of duplicate code and move it into oneJeremy Allison2-49/+31
2009-10-02Fix more use of VFS_STAT when posix pathnames selected.Jeremy Allison1-1/+1
2009-10-01Fix bug #6769 - symlink unlink does nothing.Jeremy Allison1-1/+5
2009-09-28changed debuglevel for two messages in the GPFS module from 0 to 10 they spam...Christian Ambach1-2/+2
2009-09-24s3:vfs_default - correct function parametersMatthias Dieter Wallnöfer1-1/+2
2009-09-24s3 onefs: Fix 1 second share mode delay handlingSteven Danneman1-3/+33
2009-09-24s3 onefs: Fix a race condition exists in onefs_open.c between multiple opens ...Steven Danneman1-5/+19
2009-09-24s3 onefs: Add some debugging/asserts to give more info when there is bad defe...Zack Kirsch1-9/+24
2009-09-24s3: Add more helpful debugging to some of the streams codeTim Prouty2-1/+24
2009-09-24vfs catia: Fix a NULL dereference when CATIA is loaded with no mappings speci...Aravind Srinivasan1-1/+8
2009-09-24vfs catia: Fix the double translation that was happening with createfile and ...Aravind Srinivasan3-92/+60
2009-09-24vfs catia: Fix a possible NULL dereferenceAravind Srinivasan1-2/+9
2009-09-24s3: Forgot to check in one build failure for vfs_gpfs.cVolker Lendecke1-1/+1
2009-09-24s3: Remove an unused variableVolker Lendecke1-1/+0
2009-09-24s3: Make the vfs_gpfs compile at leastVolker Lendecke1-19/+23
2009-09-18s3:smbd: Attempt to fix the build on HP/UXVolker Lendecke1-0/+1
2009-09-17To set file create/birth time in GPFS. Signed-off-by: Abhidnya Chirmule <achi...Abhidnya Chirmule1-0/+42
2009-09-17s3:vfs: Fix the build of vfs_tsmsm after the VFS rewriteVolker Lendecke1-3/+3
2009-09-16s3: Fix reading beyond the end of a named stream in xattr_streamsVolker Lendecke1-2/+1
2009-09-16s3: Add some debugs to streams_xattrVolker Lendecke1-0/+6
2009-09-14s3:vfs_catia: Make some fns staticVolker Lendecke1-3/+3
2009-09-14s3:vfs_catia: Use talloc_zero for simplificationVolker Lendecke1-2/+1
2009-09-14s3:vfs_modules: Fix Coverity ID 946: OVERRUN_STATICVolker Lendecke1-1/+1
2009-09-14s3: Test short reads in the build farmVolker Lendecke1-0/+3
2009-09-09Fix compile in a usually non-selected define.Jeremy Allison1-1/+1
2009-08-28s3: Major revamp for catia vfs moduleAravind Srinivasan1-145/+837
2009-08-28s3: Add a new VFS op called SMB_VFS_TRANSLATE_NAMEAravind Srinivasan3-1/+30
2009-08-27s3:streams: check for :$DATA only in the backend (fix bug #6642)Stefan Metzmacher2-2/+11
2009-08-26s3 onefs: Canonicalize the ACL in the correct ordertprouty1-4/+8
2009-08-26s3: Allow full_audit to play nice with smbd if it's using syslogtprouty1-1/+11
2009-08-26s3 audit: Change create_file in full_audit to print whether a directory or fi...tprouty1-2/+28
2009-08-24Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of...Jeremy Allison6-22/+83
2009-08-19Make refusal of SEC_DESC_DACL_PROTECTED configurableVolker Lendecke1-1/+3
2009-08-14Use defined names rather than numeric constants to make codeJeremy Allison1-2/+2
2009-08-14gpfs.so: map the file_inherit and dir_inherit flags away for filesMichael Adam1-1/+15
2009-08-12When mapping EA's into a TDB, don't remove the EAJeremy Allison1-0/+9
2009-08-12Add "store create time" parameter (docs to follow)Jeremy Allison1-0/+9
2009-08-12Fix some warnings in the AIX ACL code.Jeremy Allison1-4/+3
2009-08-07Move the checks for null timestamps down below the VFS_NTIMESJeremy Allison1-0/+15
2009-08-02Fix breakage for connect function after API change (connect -> connect_fn)Alexander Bokovoy2-2/+2
2009-07-29s3: Attempt to fix hpuxacl moduleTim Prouty2-5/+13
2009-07-29shadow_copy2: The system getrealfilename() can't deal with a 0-length fnameVolker Lendecke1-0/+3
2009-07-27Fix the build breakage by #including modules/vfs_acl_common.cJeremy Allison3-21/+31
2009-07-25Cleanup patch after "new VFS"Volker Lendecke1-1/+1
2009-07-25Cleanup patch after "struct stat_ex"Volker Lendecke1-2/+2
2009-07-24s3 onefs: Fix the onefs modules after the big refactoringTim Prouty4-10/+10
2009-07-24Factor out common code into vfs_acl_common.c.Jeremy Allison3-1272/+653
2009-07-24Make acl_tdb match acl_xattr. Large duplication ofJeremy Allison1-68/+225