summaryrefslogtreecommitdiffstats
path: root/source3/modules/onefs_open.c
Commit message (Expand)AuthorAgeFilesLines
* s3:onefs: remove all onefs related code as it not maintained anymoreStefan Metzmacher2012-05-161-2200/+0
* s3:smbd/oplock_onefs: pass smbd_server_connection to onefs_oplock_wait_record()Stefan Metzmacher2011-12-131-1/+2
* Remove can_access_file_data() - make it use the standard smbd_check_access_ri...Jeremy Allison2011-11-041-2/+2
* s3-auth Use struct auth_user_info_unix for unix_name and sanitized_usernameAndrew Bartlett2011-07-201-1/+1
* Ensure we always write the correct incoming mid into the share modeJeremy Allison2011-05-161-2/+4
* s3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCHAndrew Bartlett2011-04-291-3/+3
* s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIRAndrew Bartlett2011-04-291-1/+1
* Fix bug #7080 - Quota only shown when logged as root.Jeremy Allison2011-04-051-2/+2
* s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner2011-03-301-0/+1
* Fix bug 7950 - Samba 3.5.x fails BASE-CREATEX_SHAREMODES_DIR smbtorture4 testJeremy Allison2011-02-231-1/+3
* s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett2011-02-221-3/+3
* s3-smbd: Migrated to new spoolss functions for printing.Simo Sorce2010-07-271-2/+2
* Be more forgiving on client oplock break failure (as Windows does). Remove a ...Jeremy Allison2010-05-131-1/+1
* Treat an open of stream ::$DATA as an open of the base file.Jeremy Allison2010-05-131-0/+27
* s3-smbd: group print relate data in own structureSimo Sorce2010-04-231-2/+2
* Allow smb2 create requests to be cancelled.Jeremy Allison2010-04-231-9/+2
* Make deferred opens (NT_STATUS_SHARING_VIOLATION) work over SMB2.Jeremy Allison2010-04-221-1/+1
* Move to using 64-bit mid values in our internal open file database.Jeremy Allison2010-04-121-3/+4
* Plumb SMB2 stubs into all the places we defer SMB1 operations.Jeremy Allison2010-04-091-34/+34
* 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