summaryrefslogtreecommitdiff
path: root/source3/smbd/reply.c
Commit message (Expand)AuthorAgeFilesLines
* s3: smbd: Reformatting. Use helper variable for SMB_VFS_RENAME call.Jeremy Allison2019-08-161-1/+5
* smbd: Move handling the 1sec sharing_violation delay into smb1 codeVolker Lendecke2019-08-071-0/+41
* smbd: Slightly optimize reply_open_and_X()Volker Lendecke2019-08-061-1/+1
* smbd: Remove "share_access" from fcb_or_dos_open()Volker Lendecke2019-08-061-2/+0
* s3:smbd: Incomplete conversion of former parametric optionsRalph Boehme2019-08-061-2/+2
* s3: smbd: remove redundant smb_dname arg from dptr_create()Ralph Boehme2019-08-061-1/+0
* s3: smbd: Remove dptr_close() from reply_fclose().Jeremy Allison2019-08-061-2/+2
* s3: smbd: Remove dptr_close() from reply_search().Jeremy Allison2019-08-061-3/+3
* s3: smbd: Replace dptr_fetch() with dptr_fetch_fsp() in reply_search().Jeremy Allison2019-08-061-18/+6
* s3: smbd: Replace dptr_fetch() with dptr_fetch_fsp() in reply_fclose().Jeremy Allison2019-08-061-6/+4
* s3: smbd: Now we properly open file handles for directory enumerations, we do...Jeremy Allison2019-08-061-3/+0
* s3: smbd: Convert SMB1 reply_search() to use handle-based directory enumeration.Jeremy Allison2019-08-061-3/+71
* s3: smbd: Prepare for SMB1 directory handle opens in reply_fclose()Jeremy Allison2019-08-061-0/+6
* s3: smbd: Prepare for SMB1 directory handle opens in reply_search()Jeremy Allison2019-08-061-0/+16
* 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