summaryrefslogtreecommitdiffstats
path: root/source3/modules/onefs_open.c
Commit message (Expand)AuthorAgeFilesLines
* Fix for bug #7189 - Open txt files with notepad on samba shares creates problem.Jeremy Allison2010-03-051-8/+14
* Remove smb_fname duplicates that just keep the same information as in fsp->fs...Jeremy Allison2009-12-031-7/+0
* Remove unneeded argument from can_set_delete_on_close(). EnsureJeremy Allison2009-12-021-2/+2
* Revert "s3: Make the implicit reference to Protocol in is_in_path() explicit"Volker Lendecke2009-11-231-2/+1
* s3: Make the implicit reference to Protocol in is_in_path() explicitVolker Lendecke2009-11-211-1/+2
* Remove "store create time" code, cause create time to be storedJeremy Allison2009-11-171-1/+1
* s3: Add access_mask to the flock VFS callAbhidnya P Chirmule2009-10-061-1/+1
* 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: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules.Tim Prouty2009-07-201-8/+10
* s3: Prepare open.c to switch fsp_name to an smb_filename structTim Prouty2009-07-081-12/+15
* s3: Change the share_mode_lock struct to store a base_name and stream_nameTim Prouty2009-07-081-15/+7
* s3: Plumb smb_filename through dos_mode() and related funtionsTim Prouty2009-07-081-2/+1
* s3: convert unix_mode to take an smb_filenameTim Prouty2009-07-081-3/+3
* s3:onefs_open: remove unused variable passed to parent_dirname()Stefan Metzmacher2009-07-011-2/+1
* s3 onefs: Plumb smb_filename through onefs createfile pathTim Prouty2009-06-251-176/+200
* s3 onefs: Remove dfs resolution from create_file() now that it's being done a...Tim Prouty2009-06-171-22/+1
* s3: Plumb smb_filename from create_file all of the way down to fd_openTim Prouty2009-06-171-7/+2
* s3 onefs: Change onefs modules to use the new createfile apiTim Prouty2009-06-151-27/+13
* s3: Remove unix_convert handling from createfile implementationsTim Prouty2009-06-101-30/+4
* s3 onefs: update the onefs module to be compliant with stat_exTim Prouty2009-05-281-19/+19
* s3 onefs: Fix invalid argument from the unix_convert smb_filename struct patchTim Prouty2009-05-211-1/+1
* s3: Change unix_convert (and its callers) to use struct smb_filenameTim Prouty2009-05-201-2/+13
* s3 onefs: Removing an incorrect TALLOC_FREEAravind Srinivasan2009-05-191-1/+0
* s3 onefs: Fix ignore sacl parameterTim Prouty2009-05-121-5/+5
* s3 onefs: Quiet a log message about oplocks being requested on streamsTim Prouty2009-04-011-21/+16
* s3 onefs: Add missing newlines to debug statements in the onefs moduleTim Prouty2009-03-311-4/+5
* Add missing newlines to debug statementsSteven Danneman2009-03-251-2/+2
* s3 OneFS: Remove usage of non-existant functionTim Prouty2009-03-231-9/+0
* s3 OneFS: Use the public open_streams_for_deleteTim Prouty2009-03-041-113/+0
* s3 OneFS: Add parameter to ignore streamsTim Prouty2009-03-031-1/+1
* s3 OneFS: Refactor config code and cleanup includesTim Prouty2009-03-011-0/+3
* s3: Fix OneFS bug opening streams with truncating dispositionAravind Srinivasan2009-02-181-1/+1
* s3 onefs: rename custom parameter to plural to match previous usageSteven Danneman2009-02-121-1/+1
* s3 OneFS: Expand the usage of the ignore sacl parametertodd stecher2009-02-111-0/+5
* s3 OneFS: Add kernel oplocks implementationTim Prouty2009-02-091-26/+129
* s3: Add OneFS alternate data streams implementationTim Prouty2009-01-111-12/+41
* s3: General cleanup of the open path in the OneFS vfs moduleTim Prouty2009-01-111-15/+2
* s3: Fix caller of print_fsp_openTim Prouty2008-12-311-3/+3
* Rename parent_dirname_talloc() to parent_dirname()Volker Lendecke2008-12-311-4/+2
* s3: [3/3]: Fix a delete on close divergence from windows and the associated t...Tim Prouty2008-12-091-3/+2
* s3: Add the OneFS SMB_VFS_CREATE_FILE implementationTim Prouty2008-12-091-658/+784
* s3: Add onefs_open.c with code copied verbatim from smbd/open.cTim Prouty2008-12-091-0/+2028