summaryrefslogtreecommitdiff
path: root/source3/smbd/reply.c
Commit message (Expand)AuthorAgeFilesLines
* smbd: build smb_fname per file to delete in unlink_internals()Ralph Boehme2020-07-181-13/+23
* smbd: add dirfsp arg to SMB_VFS_CREATE_FILE()Ralph Boehme2020-05-211-0/+11
* vfs: remove root_dir_fid arg from SMB_VFS_CREATE_FILE()Ralph Boehme2020-05-141-11/+0
* smbd: pass twrp as NTTIME to filename_convert() and all the way down to canon...Ralph Boehme2020-05-051-15/+15
* smbd: add twrp arg to synthetic_smb_fname()Ralph Boehme2020-05-051-0/+4
* smbd: Make share_mode_do_locked() use a const uint8_t *Volker Lendecke2020-05-051-1/+4
* s3: smbd: Add a dirfsp parameter to check_parent_access().Jeremy Allison2020-05-041-0/+1
* s3: smbd: Add a dirfsp parameter to smbd_check_access_rights().Jeremy Allison2020-05-041-0/+1
* s3: smbd: Reformat users of smbd_check_access_rights().Jeremy Allison2020-05-041-2/+4
* s3: smbd: Change is_visible_file() to take a directory handle not a name.Jeremy Allison2020-04-301-3/+3
* s3: smbd: Reformat calls to is_visible_file() to one arg per line.Jeremy Allison2020-04-301-6/+15
* smbd: pass dirname as struct smb_filename to is_visible_file()Ralph Boehme2020-04-291-3/+3
* smbd: use parent_smb_fname() in parent_dirname_compatible_open()Ralph Boehme2020-04-291-8/+9
* smbd: move files_struct.closing to a bitfieldRalph Boehme2020-04-031-5/+5
* smbd: move files_struct.initial_delete_on_close to a bitfieldRalph Boehme2020-04-031-1/+1
* smbd: move files_struct.is_directory to a bitfieldRalph Boehme2020-04-031-7/+8
* smbd: move files_struct.modified to a bitfieldRalph Boehme2020-04-031-3/+3
* smbd: move files_struct.can_read to a bitfieldRalph Boehme2020-04-031-1/+1
* smbd: reformat a function call in rename_internals_fsp()Ralph Boehme2020-04-031-1/+3
* smbd: reformat an if expression in reply_readbraw()Ralph Boehme2020-04-031-3/+7
* s3: smbd: Remove UCF_SAVE_LCOMP flag. Note it is no longer used.Jeremy Allison2020-03-301-1/+0
* s3: smbd: Use get_original_lcomp() inside reply_mv().Jeremy Allison2020-03-301-1/+12
* s3: smbd: Inside rename_internals() wildcard case, re-purpose dst_original_lc...Jeremy Allison2020-03-301-4/+3
* s3: smbd: Add 'const char *dst_original_lcomp' parameter to rename_internals()Jeremy Allison2020-03-301-2/+4
* s3: smbd: Add a dst_original_lcomp parameter to rename_internals_fsp().Jeremy Allison2020-03-301-4/+7
* s3: smbd: Reformatting callers of rename_internals_fsp() to make it easer to ...Jeremy Allison2020-03-301-7/+20
* s3: Remove tevent_wait code. The last user was fsp->deferred_close.Jeremy Allison2020-03-231-1/+0
* s3: smbd: Remove old async versions of SMB1 reply_close().Jeremy Allison2020-03-231-78/+8
* s3: smbd: Add async internals of reply_close().Jeremy Allison2020-03-231-0/+129
* s3: smbd: In asnyc do_smb1_close() use the utility function meant for async S...Jeremy Allison2020-03-231-10/+6
* s3: smbd: Update reply_close() to modern DBG_ coding style.Jeremy Allison2020-03-231-6/+6
* s3: smbd: In SMB1 reply_close() rename all uses of 'struct smb_request' to sm...Jeremy Allison2020-03-231-23/+23
* smbd: flush pending writetime update when setting timestamps fileRalph Boehme2020-03-191-0/+4
* smbd: flush pending writetime update when flushing fileRalph Boehme2020-03-191-0/+7
* s3: smbd: Remove old synchronous SMB1 reply_exit().Jeremy Allison2020-03-181-10/+21
* s3: smbd: Add async internals of reply_exit().Jeremy Allison2020-03-181-0/+201
* s3: smbd: Remove old synchronous SMB1 reply_ulogoffX().Jeremy Allison2020-03-181-27/+21
* s3: smbd: reply_ulogoffX() Update to modern coding standards.Jeremy Allison2020-03-181-2/+2
* s3: smbd: In reply_ulogoffX(), replace req -> smb1req.Jeremy Allison2020-03-181-11/+11
* s3: smbd: Add async internals of reply_ulogoffX.Jeremy Allison2020-03-181-0/+168
* s3: smbd: Remove old synchronous SMB1 reply_tdis().Jeremy Allison2020-03-181-26/+19
* s3: smbd: reply_tdis() Update to modern coding standards.Jeremy Allison2020-03-181-2/+2
* s3: smbd: In reply_tdis(), replace req -> smb1req.Jeremy Allison2020-03-181-6/+6
* s3: smbd: Add async internals of reply_tdis().Jeremy Allison2020-03-181-0/+173
* s3: smbd: In async SMB1 reply_close() set fsp->closing = true, as we already ...Jeremy Allison2020-03-181-0/+7
* smbd: Remove overriding file_attributes with unix_mode in the VFSVolker Lendecke2020-02-071-5/+3
* smbd: Add posix create ctx to CREATE_FILE for posix operationsVolker Lendecke2020-02-071-3/+31
* smbd: remove use of user_struct from reply_ulogoffX()Ralph Boehme2020-01-131-8/+6
* smbd: Make lp_use_sendfile() static to reply.cVolker Lendecke2019-12-081-0/+19
* smbd: fix handling of sentinel timestamp valuesRalph Boehme2019-12-061-12/+11