summaryrefslogtreecommitdiff
path: root/source3/smbd/reply.c
Commit message (Expand)AuthorAgeFilesLines
* s3: SMB1: Don't allow recvfile on stream fsp's.Jeremy Allison2019-05-161-0/+4
* Revert "smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the...Ralph Boehme2019-01-111-1/+1
* Fix spelling mistakesOlly Betts2018-11-301-1/+1
* s3:smbd: add twrp args to filename_convert()Ralph Boehme2018-11-271-0/+15
* smbd: Remove "file_sync_all" functionVolker Lendecke2018-09-141-1/+18
* smbd: Remove an unneeded #includeVolker Lendecke2018-09-111-1/+0
* smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the event c...Stefan Metzmacher2018-06-181-1/+1
* s3:smbd: don't allow renaming basefile if streams are openRalph Boehme2018-05-301-0/+4
* s3:smbd: Fix converity warning with _smb_setlen_large()Andreas Schneider2018-05-161-2/+2
* libsmb: Give namequery.c its own headerVolker Lendecke2018-04-111-0/+1
* s3:smbd: Add FALL_THROUGH statements in reply.cAndreas Schneider2018-03-011-4/+4
* s3: smbd: Fix SMB1 use-after-free crash bug. CVE-2017-14746Jeremy Allison2017-11-211-0/+5
* smbd: remove calls to dptr_init_search_op()Uri Simchoni2017-11-111-3/+0
* CVE-2017-12163: s3:smbd: Prevent client short SMB1 write from writing server ...Jeremy Allison2017-09-201-0/+50
* s3/vfs: rename SMB_VFS_STRICT_LOCK to SMB_VFS_STRICT_LOCK_CHECKRalph Boehme2017-07-111-8/+8
* s3/vfs: remove SMB_VFS_STRICT_UNLOCKRalph Boehme2017-07-101-52/+23
* s3:smbd: consistently use talloc_tos() memory for rpc_pipe_open_interface()Stefan Metzmacher2017-07-101-1/+1
* S3: smbd: Finish plumbing struct smb_filename * through the check_name() stack.Jeremy Allison2017-07-011-23/+23
* s3: smbd: We can now remove the 'bool dfs_path' parameter from filename_conve...Jeremy Allison2017-05-221-15/+0
* s3: smbd: Always use ucf_flags_from_smb_request() in place of checking by han...Jeremy Allison2017-05-221-15/+17
* rpc: Always supply both the remote and local address to the auth subsystemGary Lockyer2017-03-291-0/+1
* s3:smbd: exit early if srv_send_smb failsAurelien Aptel2017-03-161-1/+3
* Correct "cleint" typos.Chris Lamb2017-02-221-1/+1
* s3: smbd: Add missing permissions check on destination folder.Jeremy Allison2016-12-071-0/+17
* s3: smbd: rename - missing early error exit if source and destination prefixe...Jeremy Allison2016-12-071-0/+1
* s3:smbd: only pass UCF_PREP_CREATEFILE to filename_convert() if we may create...Stefan Metzmacher2016-10-251-18/+20
* smbd: get a valid file stat to disk_quotasUri Simchoni2016-08-131-1/+12
* s3: smbd: In reply_read_and_X() SMB1 server is overwriting part of the 'reser...Jeremy Allison2016-06-181-1/+0
* s3: smbd: Make setup_readX_header() externally accessibleJeremy Allison2016-06-181-1/+1
* s3: smbd: Remove unused 'req' argument from setup_readX_header()Jeremy Allison2016-06-181-5/+4
* smbd: Avoid large reads beyond EOFVolker Lendecke2016-04-271-0/+10
* s3: Filenames: Add uint32_t flags parameter to synthetic_smb_fname().Jeremy Allison2016-03-241-4/+8
* s3: smbd: Remove the last lp_posix_pathnames() in the rename path.Jeremy Allison2016-03-141-1/+1
* s3: smbd: Simplify logic inside rename_internals_fsp() part 2Jeremy Allison2016-03-101-20/+38
* s3: smbd: Simplify logic inside rename_internals_fsp() part 1.Jeremy Allison2016-03-101-20/+17
* s3:lib: Move internal lp_posix_pathnames() call out of utility function synth...Jeremy Allison2016-03-101-1/+3
* s3:lib: Remove the const SMB_STRUCT_STAT * parameter from synthetic_smb_fname...Jeremy Allison2016-03-101-1/+1
* s3: smbd: Change dptr_create() to take a const struct smb_filename * instead ...Jeremy Allison2016-03-011-1/+14
* s3: smbd: Change OpenDir() to take a struct smb_filename *, not a char *.Jeremy Allison2016-03-011-3/+40
* s3: smbd: Replace most uses of lp_posix_pathnames() with req->posix_pathnames...Jeremy Allison2015-12-231-21/+21
* s3: smbd: Now struct smb_request has a bool posix_pathnames, remove the lp_po...Jeremy Allison2015-12-231-1/+1
* s3: smbd: srvstr_get_path() is now only called when lp_posix_pathnames() is f...Jeremy Allison2015-12-231-23/+10
* s3: smbd: Add srvstr_get_path_posix().Jeremy Allison2015-12-231-0/+28
* s3: smbd: We now know that srvstr_get_path_wcard() is only called when lp_pos...Jeremy Allison2015-12-231-1/+1
* s3: smbd: Add srvstr_get_path_wcard_posix().Jeremy Allison2015-12-231-0/+27
* s3: smbd: Move lp_posix_pathnames() out into srvstr_get_path_req_wcard().Jeremy Allison2015-12-231-3/+23
* s3: smbd: Move lp_posix_pathnames() out into srvstr_get_path().Jeremy Allison2015-12-231-2/+23
* s3: smbd: Move lp_posix_pathnames() out of srvstr_get_path_wcard_internal().Jeremy Allison2015-12-231-2/+30
* s3: smbd: In reply.c, add in UCF_POSIX_PATHNAMES to the ucf_flags if lp_posix...Jeremy Allison2015-12-231-15/+29
* s3: smbd: In reply.c Use ucf_flags variable instead of passing as parameter.Jeremy Allison2015-12-231-13/+26