Age | Commit message (Expand) | Author | Files | Lines |
2009-10-16 | Last 2 VFS_STAT -> LSTAT fixes I can see in the modules code. | Jeremy Allison | 2 | -2/+14 |
2009-10-16 | Fix one missing STAT -> LSTAT with POSIX pathnames in vfs_xattr_tdb.c. Caught... | Jeremy Allison | 1 | -1/+7 |
2009-10-13 | s3: Fix vfs_shadow_copy2 to allow in-path @GMT-xxx | Andrew Tridgell | 1 | -21/+126 |
2009-10-06 | s3: Add access_mask to the flock VFS call | Abhidnya P Chirmule | 4 | -8/+8 |
2009-10-02 | Remove lots of duplicate code and move it into one | Jeremy Allison | 2 | -49/+31 |
2009-10-02 | Fix more use of VFS_STAT when posix pathnames selected. | Jeremy Allison | 1 | -1/+1 |
2009-10-01 | Fix bug #6769 - symlink unlink does nothing. | Jeremy Allison | 1 | -1/+5 |
2009-09-28 | changed debuglevel for two messages in the GPFS module from 0 to 10 they spam... | Christian Ambach | 1 | -2/+2 |
2009-09-24 | s3:vfs_default - correct function parameters | Matthias Dieter Wallnöfer | 1 | -1/+2 |
2009-09-24 | s3 onefs: Fix 1 second share mode delay handling | Steven Danneman | 1 | -3/+33 |
2009-09-24 | s3 onefs: Fix a race condition exists in onefs_open.c between multiple opens ... | Steven Danneman | 1 | -5/+19 |
2009-09-24 | s3 onefs: Add some debugging/asserts to give more info when there is bad defe... | Zack Kirsch | 1 | -9/+24 |
2009-09-24 | s3: Add more helpful debugging to some of the streams code | Tim Prouty | 2 | -1/+24 |
2009-09-24 | vfs catia: Fix a NULL dereference when CATIA is loaded with no mappings speci... | Aravind Srinivasan | 1 | -1/+8 |
2009-09-24 | vfs catia: Fix the double translation that was happening with createfile and ... | Aravind Srinivasan | 3 | -92/+60 |
2009-09-24 | vfs catia: Fix a possible NULL dereference | Aravind Srinivasan | 1 | -2/+9 |
2009-09-24 | s3: Forgot to check in one build failure for vfs_gpfs.c | Volker Lendecke | 1 | -1/+1 |
2009-09-24 | s3: Remove an unused variable | Volker Lendecke | 1 | -1/+0 |
2009-09-24 | s3: Make the vfs_gpfs compile at least | Volker Lendecke | 1 | -19/+23 |
2009-09-18 | s3:smbd: Attempt to fix the build on HP/UX | Volker Lendecke | 1 | -0/+1 |
2009-09-17 | To set file create/birth time in GPFS. Signed-off-by: Abhidnya Chirmule <achi... | Abhidnya Chirmule | 1 | -0/+42 |
2009-09-17 | s3:vfs: Fix the build of vfs_tsmsm after the VFS rewrite | Volker Lendecke | 1 | -3/+3 |
2009-09-16 | s3: Fix reading beyond the end of a named stream in xattr_streams | Volker Lendecke | 1 | -2/+1 |
2009-09-16 | s3: Add some debugs to streams_xattr | Volker Lendecke | 1 | -0/+6 |
2009-09-14 | s3:vfs_catia: Make some fns static | Volker Lendecke | 1 | -3/+3 |
2009-09-14 | s3:vfs_catia: Use talloc_zero for simplification | Volker Lendecke | 1 | -2/+1 |
2009-09-14 | s3:vfs_modules: Fix Coverity ID 946: OVERRUN_STATIC | Volker Lendecke | 1 | -1/+1 |
2009-09-14 | s3: Test short reads in the build farm | Volker Lendecke | 1 | -0/+3 |
2009-09-09 | Fix compile in a usually non-selected define. | Jeremy Allison | 1 | -1/+1 |
2009-08-28 | s3: Major revamp for catia vfs module | Aravind Srinivasan | 1 | -145/+837 |
2009-08-28 | s3: Add a new VFS op called SMB_VFS_TRANSLATE_NAME | Aravind Srinivasan | 3 | -1/+30 |
2009-08-27 | s3:streams: check for :$DATA only in the backend (fix bug #6642) | Stefan Metzmacher | 2 | -2/+11 |
2009-08-26 | s3 onefs: Canonicalize the ACL in the correct order | tprouty | 1 | -4/+8 |
2009-08-26 | s3: Allow full_audit to play nice with smbd if it's using syslog | tprouty | 1 | -1/+11 |
2009-08-26 | s3 audit: Change create_file in full_audit to print whether a directory or fi... | tprouty | 1 | -2/+28 |
2009-08-24 | Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of... | Jeremy Allison | 6 | -22/+83 |
2009-08-19 | Make refusal of SEC_DESC_DACL_PROTECTED configurable | Volker Lendecke | 1 | -1/+3 |
2009-08-14 | Use defined names rather than numeric constants to make code | Jeremy Allison | 1 | -2/+2 |
2009-08-14 | gpfs.so: map the file_inherit and dir_inherit flags away for files | Michael Adam | 1 | -1/+15 |
2009-08-12 | When mapping EA's into a TDB, don't remove the EA | Jeremy Allison | 1 | -0/+9 |
2009-08-12 | Add "store create time" parameter (docs to follow) | Jeremy Allison | 1 | -0/+9 |
2009-08-12 | Fix some warnings in the AIX ACL code. | Jeremy Allison | 1 | -4/+3 |
2009-08-07 | Move the checks for null timestamps down below the VFS_NTIMES | Jeremy Allison | 1 | -0/+15 |
2009-08-02 | Fix breakage for connect function after API change (connect -> connect_fn) | Alexander Bokovoy | 2 | -2/+2 |
2009-07-29 | s3: Attempt to fix hpuxacl module | Tim Prouty | 2 | -5/+13 |
2009-07-29 | shadow_copy2: The system getrealfilename() can't deal with a 0-length fname | Volker Lendecke | 1 | -0/+3 |
2009-07-27 | Fix the build breakage by #including modules/vfs_acl_common.c | Jeremy Allison | 3 | -21/+31 |
2009-07-25 | Cleanup patch after "new VFS" | Volker Lendecke | 1 | -1/+1 |
2009-07-25 | Cleanup patch after "struct stat_ex" | Volker Lendecke | 1 | -2/+2 |
2009-07-24 | s3 onefs: Fix the onefs modules after the big refactoring | Tim Prouty | 4 | -10/+10 |