index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
modules
/
onefs_open.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-13
s3:smbd/oplock_onefs: pass smbd_server_connection to onefs_oplock_wait_record()
Stefan Metzmacher
1
-1
/
+2
2011-11-04
Remove can_access_file_data() - make it use the standard smbd_check_access_ri...
Jeremy Allison
1
-2
/
+2
2011-07-20
s3-auth Use struct auth_user_info_unix for unix_name and sanitized_username
Andrew Bartlett
1
-1
/
+1
2011-05-16
Ensure we always write the correct incoming mid into the share mode
Jeremy Allison
1
-2
/
+4
2011-04-29
s3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCH
Andrew Bartlett
1
-3
/
+3
2011-04-29
s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIR
Andrew Bartlett
1
-1
/
+1
2011-04-05
Fix bug #7080 - Quota only shown when logged as root.
Jeremy Allison
1
-2
/
+2
2011-03-30
s3-vfs: include smbd/smbd.h in vfs modules.
Günther Deschner
1
-0
/
+1
2011-02-23
Fix bug 7950 - Samba 3.5.x fails BASE-CREATEX_SHAREMODES_DIR smbtorture4 test
Jeremy Allison
1
-1
/
+3
2011-02-22
s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_info
Andrew Bartlett
1
-3
/
+3
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
[next]