summaryrefslogtreecommitdiff
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* s3: smbd: Ensure change notifies can't get set unless the directory handle is...Jeremy Allison2020-10-261-0/+8
* s3:smbd: Fix %U substitutions if it contains a domain nameAndreas Schneider2020-09-141-1/+17
* s3:smbd: check for stale pid in delay_for_oplock_fn() when leases_db_get() failsStefan Metzmacher2020-08-061-1/+36
* smbd: check for stale pid in get_lease_type()Ralph Boehme2020-08-061-2/+18
* smbd: let get_lease_type() take a non-const share_mode_entryRalph Boehme2020-08-062-2/+2
* smbd: inverse if/else logic in get_lease_type()Ralph Boehme2020-08-061-17/+17
* s3:smbd: make sure vfs_ChDir() always sets conn->cwd_fsp->fh->fd = AT_FDCWDStefan Metzmacher2020-07-091-0/+35
* s3:smbd: reformat if statement for caching in vfs_ChDir()Stefan Metzmacher2020-07-091-2/+3
* s3: msdfs: Fix missing struct stat return on msdfs links by doing an LSTAT call.Jeremy Allison2020-06-261-0/+7
* s3: smbd: Allow a SHUTDOWN_CLOSE on a file with outstanding aio if there are ...Jeremy Allison2020-06-261-0/+26
* s3: smbd: Add smbXsrv_client_valid_connections().Jeremy Allison2020-06-262-0/+15
* smbd: fix for bug 14375Ralph Boehme2020-05-141-2/+7
* smbd: make conflicting_access available to other functionsRalph Boehme2020-05-141-6/+7
* smbd: add vfs_valid_{pread,pwrite}_range() checks where neededStefan Metzmacher2020-05-143-2/+65
* s3:smbd: add vfs_valid_{pread,pwrite}_range() helper functionsStefan Metzmacher2020-05-142-0/+34
* s3:smbd: handle 0 length writes as no-op.Stefan Metzmacher2020-05-142-0/+9
* smb2_server: fix smbd_smb2_request_verify_sizes() for SMB2_OP_WRITEStefan Metzmacher2020-05-141-9/+1
* smbd: make get_real_filename_full_scan() publicRalph Boehme2020-05-142-4/+12
* smbd: let delayed update handler also update on-disk timestampsRalph Boehme2020-04-071-9/+1
* smbd: let mark_file_modified() always call trigger_write_time_update()Ralph Boehme2020-04-071-2/+2
* smbd: remove stat call from mark_file_modified()Ralph Boehme2020-04-071-3/+0
* smbd: enforce AIO requests drainingJeremy Allison2020-04-071-63/+17
* s3: smbd: Remove file_close_pid().Jeremy Allison2020-04-072-19/+0
* s3: smbd: Remove old synchronous SMB1 reply_exit().Jeremy Allison2020-04-071-10/+21
* s3: smbd: Add async internals of reply_exit().Jeremy Allison2020-04-071-0/+201
* s3: smbd: Remove old synchronous SMB1 reply_ulogoffX().Jeremy Allison2020-04-071-27/+21
* s3: smbd: reply_ulogoffX() Update to modern coding standards.Jeremy Allison2020-04-071-2/+2
* s3: smbd: In reply_ulogoffX(), replace req -> smb1req.Jeremy Allison2020-04-071-11/+11
* s3: smbd: Add async internals of reply_ulogoffX.Jeremy Allison2020-04-071-0/+168
* s3: smbd: Remove old synchronous SMB1 reply_tdis().Jeremy Allison2020-04-071-26/+19
* s3: smbd: reply_tdis() Update to modern coding standards.Jeremy Allison2020-04-071-2/+2
* s3: smbd: In reply_tdis(), replace req -> smb1req.Jeremy Allison2020-04-071-6/+6
* s3: smbd: Add async internals of reply_tdis().Jeremy Allison2020-04-071-0/+173
* s3: smbd: Replace synchronous conn_force_tdis() with the async version.Jeremy Allison2020-04-071-28/+16
* s3: smbd: Add async internals of conn_force_tdis().Jeremy Allison2020-04-071-0/+148
* s3: smbd: Don't allow force disconnect of a connection already being disconne...Jeremy Allison2020-04-071-0/+5
* s3: smbd: Every place we check fsp->deferred_close, also check for fsp->closing.Jeremy Allison2020-04-071-0/+14
* s3: smbd: In async SMB1 reply_close() set fsp->closing = true, as we already ...Jeremy Allison2020-04-071-0/+7
* s3: smbd: Now we free fsp->aio_requests when it gets zero entries, talloc in ...Jeremy Allison2020-04-071-1/+11
* s3: smbd: In aio_del_req_from_fsp() talloc_free(fsp->aio_requests[]) when fsp...Jeremy Allison2020-04-071-0/+1
* smbd: avoid double chdir() in chdir_current_service()Ralph Boehme2020-04-071-38/+29
* smbd: flush pending writetime update when setting timestamps fileRalph Boehme2020-04-072-7/+22
* smbd: flush pending writetime update when flushing fileRalph Boehme2020-04-072-0/+14
* smbd: always flush pending write time update when setting filesizeRalph Boehme2020-04-071-0/+7
* smbd: Separate aio_pthread indicator from normal EINTRVolker Lendecke2020-02-251-9/+25
* s3: DFS: Don't allow link deletion on a read-only share.Jeremy Allison2020-02-201-0/+11
* s3: DFS: Don't allow link creation on a read-only share.Jeremy Allison2020-02-201-0/+10
* s3: DFS: Remove is_msdfs_link_internal() - no longer used.Jeremy Allison2020-02-191-74/+0
* s3: DFS: Change the last use of is_msdfs_link_internal() -> SMB_VFS_READ_DFS_...Jeremy Allison2020-02-191-22/+19
* s3: DFS: Replace calls to is_msdfs_link_internal() inside dfs_path_lookup() w...Jeremy Allison2020-02-191-31/+22