summaryrefslogtreecommitdiff
path: root/source3/smbd/smb2_create.c
Commit message (Expand)AuthorAgeFilesLines
* smbd: Fix a DBG statementVolker Lendecke2023-04-181-2/+1
* smbd: Indicate posix pathnames if SMB311 POSX cc requestedVolker Lendecke2023-04-041-1/+1
* smbd: squash check_path_syntax() variantsRalph Boehme2023-03-311-11/+3
* s3: smbd: Correctly process SMB3 POSIX paths in create.Jeremy Allison2023-03-311-14/+34
* s3: smbd: Correctly set smb2req->smb1req->posix_pathnames from the calling fs...Jeremy Allison2023-03-311-1/+1
* s3: smbd: Remove 'is_dfs' parameter to check_path_syntax_smb2().Jeremy Allison2023-03-311-2/+2
* s3: smbd: Remove all DFS path prefixes before passing to check_path_syntax_sm...Jeremy Allison2023-03-311-4/+53
* smbd: DBG_DEBUG raw create contexts received from the clientVolker Lendecke2023-03-091-0/+20
* s3: smbd: Strip any leading '\\' characters if the SMB2 DFS flag is set.Jeremy Allison2023-01-041-2/+11
* smbd: Close the opened file in smbd_smb2_create_after_exec() error caseVolker Lendecke2022-12-061-0/+1
* smbd: Centralize error handling in smbd_smb2_create_after_exec()Volker Lendecke2022-12-061-29/+22
* smbd: Save a few lines by using tevent_req_nterror()'s retvalVolker Lendecke2022-09-071-30/+15
* smbd: Handle SMB2_CREATE_TAG_POSIX at the smb2 layerVolker Lendecke2022-09-021-8/+67
* smbd: Introduce helper var in smbd_smb2_create_fetch_create_ctx()Volker Lendecke2022-09-021-2/+4
* smbd: Introduce "conn" helper var in smbd_smb2_create_after_exec()Volker Lendecke2022-09-021-3/+3
* s3: smbd: Make sure we have identical check_path_syntax logic in smbd_smb2_cr...Jeremy Allison2022-08-121-1/+2
* s3: smbd: In smbd_smb2_create_send() call the helper function check_path_synt...Jeremy Allison2022-08-121-11/+7
* s3: smbd: Convert smbd_smb2_create_durable_lease_check() to use filename_conv...Jeremy Allison2022-08-021-3/+9
* smbd: Use filename_convert_dirfsp() in smbd_smb2_create_send()Volker Lendecke2022-04-281-7/+11
* Revert "vfs: remove dirfsp arg from SMB_VFS_CREATE_FILE()"Volker Lendecke2022-04-281-0/+1
* smbd: Remove duplicate read_nttrans_ea_list function prototypeDavid Mulder2022-04-071-0/+1
* smbd: remove itime and file_id logic and codeRalph Boehme2022-03-311-3/+5
* smbd: NULL out "fsp" in close_file()Volker Lendecke2022-02-101-1/+2
* smbd: Give smbXsrv_open.c its own header fileVolker Lendecke2021-11-111-0/+1
* s3: smbd: smbd_calculate_access_mask_fsp(). Add dirfsp parameter.Jeremy Allison2021-06-091-1/+3
* s3: smbd: smbd_smb2_create_after_exec(), smbd_calculate_access_mask() -> smbd...Jeremy Allison2021-06-091-4/+1
* smbd: SMB2 Compound related chain handling when generation of FileId has failedRalph Boehme2021-04-081-0/+3
* smbXsrv_open: intruduce smbXsrv_open_replay_cache to support FILE_NOT_AVAILABLEStefan Metzmacher2021-03-291-4/+74
* smbd: free open_rec state in remove_deferred_open_message_smb2_internal()Ralph Boehme2021-03-181-0/+1
* smbd: Slightly simplify smbd_smb2_create_send()Volker Lendecke2021-01-121-2/+4
* smbd: use fdos_mode() in smbd_smb2_create_after_exec()Ralph Boehme2020-12-161-2/+1
* vfs: remove dirfsp arg from SMB_VFS_CREATE_FILE()Ralph Boehme2020-10-021-1/+0
* s3: smbd: All callers to filename_convert() pass in NULL for the 'bool *ppath...Jeremy Allison2020-09-301-2/+1
* s3:smbd: fix the handling of the durable_v2_timeoutStefan Metzmacher2020-06-271-1/+1
* smbd: add dirfsp arg to SMB_VFS_CREATE_FILE()Ralph Boehme2020-05-211-0/+1
* vfs: remove root_dir_fid arg from SMB_VFS_CREATE_FILE()Ralph Boehme2020-05-141-1/+0
* smbd: remove processing of @GMT tokens from the SMB2 serverRalph Boehme2020-05-051-3/+0
* smbd: pass twrp as NTTIME to filename_convert() and all the way down to canon...Ralph Boehme2020-05-051-9/+4
* s3: smbd: Add a dirfsp parameter to smbd_calculate_access_mask().Jeremy Allison2020-05-041-0/+1
* s3: smbd: Reformat users of smbd_calculate_access_mask().Jeremy Allison2020-05-041-4/+4
* smbd: Ignore incoming POSIX create contextVolker Lendecke2020-02-071-0/+8
* smbd: fix handling of sentinel timestamp valuesRalph Boehme2019-12-061-2/+2
* smbd: use put_long_date_full_timespec()Ralph Boehme2019-12-061-8/+8
* 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