summaryrefslogtreecommitdiff
path: root/source3/smbd/smb2_create.c
Commit message (Expand)AuthorAgeFilesLines
* s3: smbd: Fix the SMB2 server to pass SMB2-PATH-SLASH.Jeremy Allison2019-10-021-0/+45
* s3:smbd: change the place where we call dos_mode() when processing SMB2_CREATERalph Boehme2019-10-021-2/+3
* s3:vfs: move get_fs_file_id to vfs_defaultRalph Boehme2019-07-011-2/+3
* s3:smbd: rename get_FileIndex() to get_fs_file_id()Ralph Boehme2019-07-011-3/+3
* smbd: Remove two unnecessary return; statementsVolker Lendecke2019-03-181-3/+0
* Revert "smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the...Ralph Boehme2019-01-111-3/+3
* s3:smbd: pass down twrp from SMB2_CREATE to filename_convert()Ralph Boehme2018-11-271-24/+5
* s3:smbd: add twrp args to filename_convert()Ralph Boehme2018-11-271-1/+2
* s3: smbd: fix path check in smbd_smb2_create_durable_lease_check()Ralph Boehme2018-07-181-1/+15
* smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the event c...Stefan Metzmacher2018-06-181-3/+3
* s3: debug: smb2: Create a new DBGC_SMB2 debug class and mark all smbd/smb2_*....Jeremy Allison2018-03-221-0/+3
* s3/smbd: update some more DEBUG macros in smbd_smb2_create_sendRalph Boehme2017-10-211-17/+12
* s3/smbd: use early returns in smbd_smb2_create_sendRalph Boehme2017-10-211-87/+103
* s3/smbd: factor out smbd_smb2_create_after_exec from smbd_smb2_create_sendRalph Boehme2017-10-211-167/+190
* s3/smbd: factor out smbd_smb2_create_before_exec from smbd_smb2_create_sendRalph Boehme2017-10-211-297/+313
* s3/smbd: remove all stack variables of smbd_smb2_create_send into smbd_smb2_c...Ralph Boehme2017-10-211-120/+131
* s3/smbd: move create ctx extraction and validation to a helper funcRalph Boehme2017-10-211-109/+118
* s3/smbd: move create contexts into smbd_smb2_create_stateRalph Boehme2017-10-211-86/+89
* s3/smbd: remove unneeded args from smbd_smb2_create_finishRalph Boehme2017-10-211-46/+14
* s3/smbd: move info into smbd_smb2_create_stateRalph Boehme2017-10-211-9/+9
* s3/smbd: add in_create_disposition to smbd_smb2_create_stateRalph Boehme2017-10-211-5/+8
* s3/smbd: add in_oplock_level to smbd_smb2_create_stateRalph Boehme2017-10-211-6/+8
* s3/smbd: move requested_oplock_level into smbd_smb2_create_stateRalph Boehme2017-10-211-11/+12
* s3/smbd: move replay_operation into smbd_smb2_create_stateRalph Boehme2017-10-211-12/+12
* s3/smbd: move result into smbd_smb2_create_stateRalph Boehme2017-10-211-26/+27
* s3/smbd: leverage early return added in the previous commitRalph Boehme2017-10-211-567/+565
* s3/smbd: factor out smbd_smb2_create_finish from smbd_smb2_create_sendRalph Boehme2017-10-211-1/+56
* s3/smbd: modernize a DEBUG statementRalph Boehme2017-10-211-2/+1
* s3/smbd: move some setup code in smbd_smb2_create_send a few lines upRalph Boehme2017-10-211-12/+12
* s3/smbd: add tevent context to smbd_smb2_create_stateRalph Boehme2017-10-211-52/+54
* s3/smbd: use struct initializer for smbd_smb2_create_stateRalph Boehme2017-10-211-1/+3
* s3:smb2_create: remove unused timer pointer from smbd_smb2_create_stateStefan Metzmacher2017-06-271-5/+0
* s3:smb2_create: avoid reusing the 'tevent_req' within smbd_smb2_create_send()Stefan Metzmacher2017-06-271-20/+23
* s3: smbd: Add UCF_GMT_PATHNAME, which represents FLAGS2_REPARSE_PATH.Jeremy Allison2017-05-221-0/+5
* s3: smbd: We can now remove the 'bool dfs_path' parameter from filename_conve...Jeremy Allison2017-05-221-2/+1
* Correct "succeded" typos.Chris Lamb2017-02-221-1/+1
* s3:smbd: only pass UCF_PREP_CREATEFILE to filename_convert() if we may create...Stefan Metzmacher2016-10-251-4/+6
* smbd: Fix snapshot query on shares with DFS enabledChristof Schmitt2016-08-131-3/+3
* s3: smbd: Remove unneeded lp_posix_pathnames() check in SMB2 create.Jeremy Allison2016-03-241-2/+7
* s3:smbd: Move lp_posix_pathnames() out of ea_list_has_invalid_name().Jeremy Allison2016-03-241-1/+2
* smbd:smb2: remove an unnecessary !! cast.Michael Adam2016-03-141-1/+1
* smbd:smb2: move op variable into scope of use in smb2_create_sendMichael Adam2016-03-031-1/+1
* smbd:smb2: implement create replayMichael Adam2016-03-031-6/+89
* smb2:create: create replay cache when request has a create_guidMichael Adam2016-03-031-0/+10
* smbd:smb2_creat: remove outdated TODO commentsMichael Adam2016-02-281-8/+0
* s3: smbd: Fix timestamp rounding inside SMB2 create.Jeremy Allison2016-01-291-0/+8
* s3: smbd: smb2_create.c - remove all uses of lp_posix_pathnames().Jeremy Allison2015-12-231-4/+2
* s3: smbd: In smb2_create.c, add in UCF_POSIX_PATHNAMES to the ucf_flags if lp...Jeremy Allison2015-12-231-2/+4
* s3: smbd: In smb2_create.c Use ucf_flags variable instead of passing as param...Jeremy Allison2015-12-231-2/+4
* s3: smbd: If EA's are turned off on a share don't allow an SMB2 create contai...Jeremy Allison2015-11-041-0/+6