summaryrefslogtreecommitdiff
path: root/source3/smbd/reply.c
Commit message (Expand)AuthorAgeFilesLines
* s3:locking: add brl_req_guid() and brl_req_mem_ctx() helper functionsStefan Metzmacher2019-09-091-0/+7
* smbd: Move fcb_or_dos_open() out of open_file_ntcreate()Volker Lendecke2019-07-081-4/+36
* s3: smbd: SMB1 add range checks to reply_fclose().Jeremy Allison2019-07-041-0/+13
* s3: smbd: SMB1 add range checks to reply_search().Jeremy Allison2019-07-041-0/+10
* smbd: Remove unused "msg_ctx" from smbd_smb1_do_locks_send()Volker Lendecke2019-07-021-3/+0
* smbd: Remove unused "msg_ctx" from do_unlock()Volker Lendecke2019-07-021-6/+6
* smbd: Remove unused brlock codeVolker Lendecke2019-06-201-140/+0
* smbd: Use smbd_smb1_do_locks_send() in reply_lockingX()Volker Lendecke2019-06-201-89/+122
* smbd: Use smbd_smb1_do_locks_send() in reply_lock()Volker Lendecke2019-06-201-24/+66
* smbd: Use smbd_smb1_do_locks_send() in reply_lockread()Volker Lendecke2019-06-201-29/+80
* smbd: Ping dbwrap_watch on locking.tdb for in smbd_do_unlocking()Volker Lendecke2019-06-201-4/+17
* smbd: Return "blocker_pid" from do_lock()Volker Lendecke2019-06-201-0/+4
* smbd: Use smbd_do_unlocking() in reply_unlock()Volker Lendecke2019-06-201-11/+10
* smbd: Use smbd_do_unlocking() in reply_writeunlock()Volker Lendecke2019-06-201-7/+7
* smbd: Add "lock_flav" to smbd_do_unlocking()Volker Lendecke2019-06-201-3/+4
* smbd: Use NT_STATUS_IS_OK() in reply_unlock()Volker Lendecke2019-06-201-1/+1
* smbd: Avoid casts in reply_unlock()Volker Lendecke2019-06-201-2/+5
* smbd: Align integer types in reply_lockingXVolker Lendecke2019-06-181-3/+3
* smbd: Avoid castsVolker Lendecke2019-06-181-4/+7
* smbd: smbd_do_locking() does not use the "type" param anymoreVolker Lendecke2019-06-181-7/+3
* smbd: Simplify smbd_do_locking()Volker Lendecke2019-06-181-57/+57
* smbd: Slightly simplify reply_lockingX()Volker Lendecke2019-06-181-16/+18
* smbd: Slightly simplify reply_lockingX()Volker Lendecke2019-06-181-14/+16
* smbd: Slightly simplify reply_lockingX()Volker Lendecke2019-06-181-4/+4
* smbd: Avoid a "?true:false" in smbd_do_lockingVolker Lendecke2019-06-181-1/+1
* smbd: Avoid casts in smbd_do_unlocking()Volker Lendecke2019-05-281-6/+6
* smbd: Align integer types in smbd_do_unlocking()Volker Lendecke2019-05-281-2/+2
* smbd: Simplify an if-expression in smbd_do_locking()Volker Lendecke2019-05-281-2/+2
* smbd: Avoid casts in smbd_do_locking()Volker Lendecke2019-05-281-8/+10
* smbd: Fix a typoVolker Lendecke2019-05-281-1/+1
* libcli:smb: Return NTSTATUS for smb_key_derivation()Andreas Schneider2019-05-211-3/+10
* smbd: Use a direct struct assignment in reply_setatr()Volker Lendecke2019-05-161-3/+4
* read_smb_length: Use correct function name in debug messageMichael Hanselmann2019-05-101-1/+1
* s3: SMB1: Don't allow recvfile on stream fsp's.Jeremy Allison2019-05-101-0/+4
* smbd: Use "ISDOT" in reply_setatrVolker Lendecke2019-05-031-2/+1
* smbd: Use smbd_check_access_rights in reply_setatr()Volker Lendecke2019-05-031-2/+2
* s3:smbd: Start to use the smb2_signing_key structureAndreas Schneider2019-04-301-3/+3
* s3:librpc: Rename the data blobs for keys in smbXsrv.idlAndreas Schneider2019-04-301-3/+3
* 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