Age | Commit message (Expand) | Author | Files | Lines |
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 |
2009-07-24 | Factor out common code into vfs_acl_common.c. | Jeremy Allison | 3 | -1272/+653 |
2009-07-24 | Make acl_tdb match acl_xattr. Large duplication of | Jeremy Allison | 1 | -68/+225 |
2009-07-24 | Fix hash function in acl_xattr to be SHA256, make | Jeremy Allison | 2 | -62/+100 |
2009-07-24 | Move the "enum _vfs_op_type" to full_audit | Volker Lendecke | 1 | -0/+142 |
2009-07-24 | Make the smbd VFS typesafe | Volker Lendecke | 43 | -1587/+710 |
2009-07-24 | Some more VFS type errors | Volker Lendecke | 1 | -2/+2 |
2009-07-24 | Fix some C++ warnings | Volker Lendecke | 1 | -4/+7 |
2009-07-21 | s3: Remove unnecessary callers of get_full_smb_filename | Tim Prouty | 1 | -40/+18 |
2009-07-20 | s3: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules. | Tim Prouty | 21 | -252/+300 |
2009-07-19 | Fix a few type errors in VFS modules | Volker Lendecke | 6 | -10/+18 |
2009-07-14 | reject ACLs with DESC_DACL_PROTECTED on GPFS | Christian Ambach | 1 | -0/+5 |
2009-07-10 | Add hash values to the xattr ACLS to determine when | Jeremy Allison | 1 | -55/+158 |
2009-07-08 | s3: Prepare open.c to switch fsp_name to an smb_filename struct | Tim Prouty | 1 | -12/+15 |
2009-07-08 | s3: Change the share_mode_lock struct to store a base_name and stream_name | Tim Prouty | 1 | -15/+7 |
2009-07-08 | s3: Remove is_ntfs_stream_name() and split_ntfs_stream_name() | Tim Prouty | 2 | -57/+12 |
2009-07-08 | s3: Plumb smb_filename through dos_mode() and related funtions | Tim Prouty | 2 | -3/+12 |
2009-07-08 | s3: convert unix_mode to take an smb_filename | Tim Prouty | 2 | -5/+16 |
2009-07-07 | s3 onefs: Fix a few bugs from the smb_filename migration | Tim Prouty | 3 | -49/+35 |
2009-07-07 | Attempt to fix the build of vfs_catia.c -- Tim, please check! | Volker Lendecke | 1 | -2/+2 |
2009-07-06 | s3: Update streaminfo implementations now that only base names are passed thr... | Tim Prouty | 4 | -21/+20 |
2009-07-06 | s3 audit: Fix a memory leak | Tim Prouty | 1 | -4/+4 |
2009-07-06 | s3: Plumb smb_filename through SMB_VFS_NTIMES | Tim Prouty | 8 | -39/+91 |
2009-07-06 | s3 catia: Remove pointless VOPs from catia | Tim Prouty | 1 | -84/+0 |
2009-07-06 | s3: Plumb smb_filename around SMB_VFS_CHFLAGS | Tim Prouty | 3 | -25/+0 |
2009-07-06 | s3: Plumb smb_filename through SMB_VFS_UNLINK | Tim Prouty | 16 | -213/+370 |
2009-07-06 | s3 audit: Remove some recently introduced memory leaks in the audit modules | Tim Prouty | 2 | -12/+45 |
2009-07-06 | s3 audit: Remove the usesless static function declarations from the audit mod... | Tim Prouty | 3 | -641/+308 |
2009-07-06 | s3 onefs: Fix failure in POSIX smbtorture test | Tim Prouty | 1 | -2/+2 |