summaryrefslogtreecommitdiff
path: root/source3/smbd/smb2_create.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-21smbd: Use fsp_str_dbg() in DEBUGsVolker Lendecke1-3/+4
2025-08-05smbd: make create-replay cache disk backedRalph Boehme1-4/+19
2025-08-05smbd: implement session check from MS-SMB2 3.3.5.9 Receiving an SMB2 CREATE R...Ralph Boehme1-0/+1
2025-08-05smbd: add smbXsrv_tcon to smbXsrv_openRalph Boehme1-0/+1
2025-08-05smbd: add smbXsrv_session to smbXsrv_openRalph Boehme1-1/+1
2025-08-05smbd: move create_action to smbXsrv_open_global0Ralph Boehme1-2/+2
2025-08-05smbd: simplify create-replayRalph Boehme1-1/+18
2025-08-05smbd: move DH2Q context processing to its own functionRalph Boehme1-99/+110
2025-08-05smbd: move create_action handling to smbd_smb2_create_after_exec()Ralph Boehme1-3/+3
2025-08-05smbd: simplify create_action handlingRalph Boehme1-7/+8
2025-06-23smbd: smb2-operations per-share profile countersShachar Sharon1-1/+2
2025-06-06smbd: compare Open.ClientGuid against Client.ClientGuid in DH reconnectRalph Boehme1-0/+5
2025-06-06smbd: free smbXsrv_open if SMB_VFS_DURABLE_RECONNECT() failedRalph Boehme1-0/+1
2025-03-27smbd: remove get_change_timespec()Ralph Boehme1-2/+1
2024-11-22smbd: Return NT_STATUS_STOPPED_ON_SYMLINKVolker Lendecke1-11/+140
2024-11-22smbd: Create the proper error blob for STOPPED_ON_SYMLINKVolker Lendecke1-1/+118
2024-11-22smbd: Prepare smbd_smb2_create_recv() to return a symlink errorVolker Lendecke1-3/+8
2024-11-22smbd: Pass "create_options" to filename_create_ucf_flags()Volker Lendecke1-3/+4
2024-09-26smbd: Return file type in the posix create context responseVolker Lendecke1-2/+1
2024-09-26idl: Rename smb3_posix_cc_info.posix_perms to posix_modeVolker Lendecke1-2/+2
2024-05-14smbd: Add reparse tag to smb3_posix_cc_infoVolker Lendecke1-0/+3
2023-11-27smbd: bring back "smb3 unix extensions" optionRalph Boehme1-1/+3
2023-11-07smbd: Simplify openat_pathref_fsp_case_insensitive()Volker Lendecke1-0/+15
2023-11-07smbd: Make in_create_options available in smbd_smb2_create_after_exec()Volker Lendecke1-6/+9
2023-10-18smbd: put back code to fill in user and group SIDRalph Boehme1-0/+3
2023-10-04smbd: Use smb3posix marshalling in smbd_smb2_create_after_exec()Volker Lendecke1-34/+27
2023-07-28smbd: move tevent_req_post() out of smbd_smb2_create_after_exec()Ralph Boehme1-4/+3
2023-07-19s3:smbd: Fix code spellingAndreas Schneider1-1/+1
2023-04-18smbd: Fix a DBG statementVolker Lendecke1-2/+1
2023-04-04smbd: Indicate posix pathnames if SMB311 POSX cc requestedVolker Lendecke1-1/+1
2023-03-31smbd: squash check_path_syntax() variantsRalph Boehme1-11/+3
2023-03-31s3: smbd: Correctly process SMB3 POSIX paths in create.Jeremy Allison1-14/+34
2023-03-31s3: smbd: Correctly set smb2req->smb1req->posix_pathnames from the calling fs...Jeremy Allison1-1/+1
2023-03-31s3: smbd: Remove 'is_dfs' parameter to check_path_syntax_smb2().Jeremy Allison1-2/+2
2023-03-31s3: smbd: Remove all DFS path prefixes before passing to check_path_syntax_sm...Jeremy Allison1-4/+53
2023-03-09smbd: DBG_DEBUG raw create contexts received from the clientVolker Lendecke1-0/+20
2023-01-04s3: smbd: Strip any leading '\\' characters if the SMB2 DFS flag is set.Jeremy Allison1-2/+11
2022-12-06smbd: Close the opened file in smbd_smb2_create_after_exec() error caseVolker Lendecke1-0/+1
2022-12-06smbd: Centralize error handling in smbd_smb2_create_after_exec()Volker Lendecke1-29/+22
2022-09-07smbd: Save a few lines by using tevent_req_nterror()'s retvalVolker Lendecke1-30/+15
2022-09-02smbd: Handle SMB2_CREATE_TAG_POSIX at the smb2 layerVolker Lendecke1-8/+67
2022-09-02smbd: Introduce helper var in smbd_smb2_create_fetch_create_ctx()Volker Lendecke1-2/+4
2022-09-02smbd: Introduce "conn" helper var in smbd_smb2_create_after_exec()Volker Lendecke1-3/+3
2022-08-12s3: smbd: Make sure we have identical check_path_syntax logic in smbd_smb2_cr...Jeremy Allison1-1/+2
2022-08-12s3: smbd: In smbd_smb2_create_send() call the helper function check_path_synt...Jeremy Allison1-11/+7
2022-08-02s3: smbd: Convert smbd_smb2_create_durable_lease_check() to use filename_conv...Jeremy Allison1-3/+9
2022-04-28smbd: Use filename_convert_dirfsp() in smbd_smb2_create_send()Volker Lendecke1-7/+11
2022-04-28Revert "vfs: remove dirfsp arg from SMB_VFS_CREATE_FILE()"Volker Lendecke1-0/+1
2022-04-07smbd: Remove duplicate read_nttrans_ea_list function prototypeDavid Mulder1-0/+1
2022-03-31smbd: remove itime and file_id logic and codeRalph Boehme1-3/+5