index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
smb2_create.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
smbd: fix handling of sentinel timestamp values
Ralph Boehme
2019-12-06
1
-2
/
+2
*
smbd: use put_long_date_full_timespec()
Ralph Boehme
2019-12-06
1
-8
/
+8
*
s3: smbd: Fix the SMB2 server to pass SMB2-PATH-SLASH.
Jeremy Allison
2019-10-02
1
-0
/
+45
*
s3:smbd: change the place where we call dos_mode() when processing SMB2_CREATE
Ralph Boehme
2019-10-02
1
-2
/
+3
*
s3:vfs: move get_fs_file_id to vfs_default
Ralph Boehme
2019-07-01
1
-2
/
+3
*
s3:smbd: rename get_FileIndex() to get_fs_file_id()
Ralph Boehme
2019-07-01
1
-3
/
+3
*
smbd: Remove two unnecessary return; statements
Volker Lendecke
2019-03-18
1
-3
/
+0
*
Revert "smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the...
Ralph Boehme
2019-01-11
1
-3
/
+3
*
s3:smbd: pass down twrp from SMB2_CREATE to filename_convert()
Ralph Boehme
2018-11-27
1
-24
/
+5
*
s3:smbd: add twrp args to filename_convert()
Ralph Boehme
2018-11-27
1
-1
/
+2
*
s3: smbd: fix path check in smbd_smb2_create_durable_lease_check()
Ralph Boehme
2018-07-18
1
-1
/
+15
*
smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the event c...
Stefan Metzmacher
2018-06-18
1
-3
/
+3
*
s3: debug: smb2: Create a new DBGC_SMB2 debug class and mark all smbd/smb2_*....
Jeremy Allison
2018-03-22
1
-0
/
+3
*
s3/smbd: update some more DEBUG macros in smbd_smb2_create_send
Ralph Boehme
2017-10-21
1
-17
/
+12
*
s3/smbd: use early returns in smbd_smb2_create_send
Ralph Boehme
2017-10-21
1
-87
/
+103
*
s3/smbd: factor out smbd_smb2_create_after_exec from smbd_smb2_create_send
Ralph Boehme
2017-10-21
1
-167
/
+190
*
s3/smbd: factor out smbd_smb2_create_before_exec from smbd_smb2_create_send
Ralph Boehme
2017-10-21
1
-297
/
+313
*
s3/smbd: remove all stack variables of smbd_smb2_create_send into smbd_smb2_c...
Ralph Boehme
2017-10-21
1
-120
/
+131
*
s3/smbd: move create ctx extraction and validation to a helper func
Ralph Boehme
2017-10-21
1
-109
/
+118
*
s3/smbd: move create contexts into smbd_smb2_create_state
Ralph Boehme
2017-10-21
1
-86
/
+89
*
s3/smbd: remove unneeded args from smbd_smb2_create_finish
Ralph Boehme
2017-10-21
1
-46
/
+14
*
s3/smbd: move info into smbd_smb2_create_state
Ralph Boehme
2017-10-21
1
-9
/
+9
*
s3/smbd: add in_create_disposition to smbd_smb2_create_state
Ralph Boehme
2017-10-21
1
-5
/
+8
*
s3/smbd: add in_oplock_level to smbd_smb2_create_state
Ralph Boehme
2017-10-21
1
-6
/
+8
*
s3/smbd: move requested_oplock_level into smbd_smb2_create_state
Ralph Boehme
2017-10-21
1
-11
/
+12
*
s3/smbd: move replay_operation into smbd_smb2_create_state
Ralph Boehme
2017-10-21
1
-12
/
+12
*
s3/smbd: move result into smbd_smb2_create_state
Ralph Boehme
2017-10-21
1
-26
/
+27
*
s3/smbd: leverage early return added in the previous commit
Ralph Boehme
2017-10-21
1
-567
/
+565
*
s3/smbd: factor out smbd_smb2_create_finish from smbd_smb2_create_send
Ralph Boehme
2017-10-21
1
-1
/
+56
*
s3/smbd: modernize a DEBUG statement
Ralph Boehme
2017-10-21
1
-2
/
+1
*
s3/smbd: move some setup code in smbd_smb2_create_send a few lines up
Ralph Boehme
2017-10-21
1
-12
/
+12
*
s3/smbd: add tevent context to smbd_smb2_create_state
Ralph Boehme
2017-10-21
1
-52
/
+54
*
s3/smbd: use struct initializer for smbd_smb2_create_state
Ralph Boehme
2017-10-21
1
-1
/
+3
*
s3:smb2_create: remove unused timer pointer from smbd_smb2_create_state
Stefan Metzmacher
2017-06-27
1
-5
/
+0
*
s3:smb2_create: avoid reusing the 'tevent_req' within smbd_smb2_create_send()
Stefan Metzmacher
2017-06-27
1
-20
/
+23
*
s3: smbd: Add UCF_GMT_PATHNAME, which represents FLAGS2_REPARSE_PATH.
Jeremy Allison
2017-05-22
1
-0
/
+5
*
s3: smbd: We can now remove the 'bool dfs_path' parameter from filename_conve...
Jeremy Allison
2017-05-22
1
-2
/
+1
*
Correct "succeded" typos.
Chris Lamb
2017-02-22
1
-1
/
+1
*
s3:smbd: only pass UCF_PREP_CREATEFILE to filename_convert() if we may create...
Stefan Metzmacher
2016-10-25
1
-4
/
+6
*
smbd: Fix snapshot query on shares with DFS enabled
Christof Schmitt
2016-08-13
1
-3
/
+3
*
s3: smbd: Remove unneeded lp_posix_pathnames() check in SMB2 create.
Jeremy Allison
2016-03-24
1
-2
/
+7
*
s3:smbd: Move lp_posix_pathnames() out of ea_list_has_invalid_name().
Jeremy Allison
2016-03-24
1
-1
/
+2
*
smbd:smb2: remove an unnecessary !! cast.
Michael Adam
2016-03-14
1
-1
/
+1
*
smbd:smb2: move op variable into scope of use in smb2_create_send
Michael Adam
2016-03-03
1
-1
/
+1
*
smbd:smb2: implement create replay
Michael Adam
2016-03-03
1
-6
/
+89
*
smb2:create: create replay cache when request has a create_guid
Michael Adam
2016-03-03
1
-0
/
+10
*
smbd:smb2_creat: remove outdated TODO comments
Michael Adam
2016-02-28
1
-8
/
+0
*
s3: smbd: Fix timestamp rounding inside SMB2 create.
Jeremy Allison
2016-01-29
1
-0
/
+8
*
s3: smbd: smb2_create.c - remove all uses of lp_posix_pathnames().
Jeremy Allison
2015-12-23
1
-4
/
+2
*
s3: smbd: In smb2_create.c, add in UCF_POSIX_PATHNAMES to the ucf_flags if lp...
Jeremy Allison
2015-12-23
1
-2
/
+4
[next]