Age | Commit message (Expand) | Author | Files | Lines |
2010-07-27 | s3-smbd: Migrated to new spoolss functions for printing. | Simo Sorce | 1 | -2/+2 |
2010-05-13 | Be more forgiving on client oplock break failure (as Windows does). Remove a ... | Jeremy Allison | 1 | -1/+1 |
2010-05-13 | Treat an open of stream ::$DATA as an open of the base file. | Jeremy Allison | 1 | -0/+27 |
2010-04-23 | s3-smbd: group print relate data in own structure | Simo Sorce | 1 | -2/+2 |
2010-04-23 | Allow smb2 create requests to be cancelled. | Jeremy Allison | 1 | -9/+2 |
2010-04-22 | Make deferred opens (NT_STATUS_SHARING_VIOLATION) work over SMB2. | Jeremy Allison | 1 | -1/+1 |
2010-04-12 | Move to using 64-bit mid values in our internal open file database. | Jeremy Allison | 1 | -3/+4 |
2010-04-09 | Plumb SMB2 stubs into all the places we defer SMB1 operations. | Jeremy Allison | 1 | -34/+34 |
2010-03-05 | Fix for bug #7189 - Open txt files with notepad on samba shares creates problem. | Jeremy Allison | 1 | -8/+14 |
2009-12-03 | Remove smb_fname duplicates that just keep the same information as in fsp->fs... | Jeremy Allison | 1 | -7/+0 |
2009-12-02 | Remove unneeded argument from can_set_delete_on_close(). Ensure | Jeremy Allison | 1 | -2/+2 |
2009-11-23 | Revert "s3: Make the implicit reference to Protocol in is_in_path() explicit" | Volker Lendecke | 1 | -2/+1 |
2009-11-21 | s3: Make the implicit reference to Protocol in is_in_path() explicit | Volker Lendecke | 1 | -1/+2 |
2009-11-17 | Remove "store create time" code, cause create time to be stored | Jeremy Allison | 1 | -1/+1 |
2009-10-06 | s3: Add access_mask to the flock VFS call | Abhidnya P Chirmule | 1 | -1/+1 |
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-07-20 | s3: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules. | Tim Prouty | 1 | -8/+10 |
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: Plumb smb_filename through dos_mode() and related funtions | Tim Prouty | 1 | -2/+1 |
2009-07-08 | s3: convert unix_mode to take an smb_filename | Tim Prouty | 1 | -3/+3 |
2009-07-01 | s3:onefs_open: remove unused variable passed to parent_dirname() | Stefan Metzmacher | 1 | -2/+1 |
2009-06-25 | s3 onefs: Plumb smb_filename through onefs createfile path | Tim Prouty | 1 | -176/+200 |
2009-06-17 | s3 onefs: Remove dfs resolution from create_file() now that it's being done a... | Tim Prouty | 1 | -22/+1 |
2009-06-17 | s3: Plumb smb_filename from create_file all of the way down to fd_open | Tim Prouty | 1 | -7/+2 |
2009-06-15 | s3 onefs: Change onefs modules to use the new createfile api | Tim Prouty | 1 | -27/+13 |
2009-06-10 | s3: Remove unix_convert handling from createfile implementations | Tim Prouty | 1 | -30/+4 |
2009-05-28 | s3 onefs: update the onefs module to be compliant with stat_ex | Tim Prouty | 1 | -19/+19 |
2009-05-21 | s3 onefs: Fix invalid argument from the unix_convert smb_filename struct patch | Tim Prouty | 1 | -1/+1 |
2009-05-20 | s3: Change unix_convert (and its callers) to use struct smb_filename | Tim Prouty | 1 | -2/+13 |
2009-05-19 | s3 onefs: Removing an incorrect TALLOC_FREE | Aravind Srinivasan | 1 | -1/+0 |
2009-05-12 | s3 onefs: Fix ignore sacl parameter | Tim Prouty | 1 | -5/+5 |
2009-04-01 | s3 onefs: Quiet a log message about oplocks being requested on streams | Tim Prouty | 1 | -21/+16 |
2009-03-31 | s3 onefs: Add missing newlines to debug statements in the onefs module | Tim Prouty | 1 | -4/+5 |
2009-03-25 | Add missing newlines to debug statements | Steven Danneman | 1 | -2/+2 |
2009-03-23 | s3 OneFS: Remove usage of non-existant function | Tim Prouty | 1 | -9/+0 |
2009-03-04 | s3 OneFS: Use the public open_streams_for_delete | Tim Prouty | 1 | -113/+0 |
2009-03-03 | s3 OneFS: Add parameter to ignore streams | Tim Prouty | 1 | -1/+1 |
2009-03-01 | s3 OneFS: Refactor config code and cleanup includes | Tim Prouty | 1 | -0/+3 |
2009-02-18 | s3: Fix OneFS bug opening streams with truncating disposition | Aravind Srinivasan | 1 | -1/+1 |
2009-02-12 | s3 onefs: rename custom parameter to plural to match previous usage | Steven Danneman | 1 | -1/+1 |
2009-02-11 | s3 OneFS: Expand the usage of the ignore sacl parameter | todd stecher | 1 | -0/+5 |
2009-02-09 | s3 OneFS: Add kernel oplocks implementation | Tim Prouty | 1 | -26/+129 |
2009-01-11 | s3: Add OneFS alternate data streams implementation | Tim Prouty | 1 | -12/+41 |
2009-01-11 | s3: General cleanup of the open path in the OneFS vfs module | Tim Prouty | 1 | -15/+2 |
2008-12-31 | s3: Fix caller of print_fsp_open | Tim Prouty | 1 | -3/+3 |
2008-12-31 | Rename parent_dirname_talloc() to parent_dirname() | Volker Lendecke | 1 | -4/+2 |
2008-12-09 | s3: [3/3]: Fix a delete on close divergence from windows and the associated t... | Tim Prouty | 1 | -3/+2 |