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
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
2008-12-09
s3: Add the OneFS SMB_VFS_CREATE_FILE implementation
Tim Prouty
1
-658
/
+784
2008-12-09
s3: Add onefs_open.c with code copied verbatim from smbd/open.c
Tim Prouty
1
-0
/
+2028