summaryrefslogtreecommitdiff
path: root/source3/smbd/conn_idle.c
Commit message (Expand)AuthorAgeFilesLines
* smbd: In conn_force_tdis_done() when forcing a connection closed force a full...Jeremy Allison2021-02-261-1/+9
* smbd: move files_struct.closing to a bitfieldRalph Boehme2020-04-031-1/+1
* s3: smbd: Replace synchronous conn_force_tdis() with the async version.Jeremy Allison2020-03-181-28/+16
* s3: smbd: Add async internals of conn_force_tdis().Jeremy Allison2020-03-181-0/+148
* s3: smbd: Don't allow force disconnect of a connection already being disconne...Jeremy Allison2020-03-181-0/+5
* smbd: Move sharename check of conn_force_tdis() into a callbackVolker Lendecke2020-01-151-20/+11
* s3:param: make "servicename" a substituted optionRalph Boehme2019-11-271-1/+3
* s3: smbd: All directory enumeration is now via file handles - remove unneeded...Jeremy Allison2019-08-061-10/+0
* s3: smbd: Don't idle SMB1 directory scans after DPTR_IDLE_TIMEOUT.Jeremy Allison2019-07-091-5/+0
* s3: smbd: Don't idle connections with active SMB1 directory scans.Jeremy Allison2019-07-091-0/+10
* smbd: Move deadtime default to parameter definition and man pageChristof Schmitt2019-05-011-1/+1
* Fix bug #9733 - smbcontrol close-share is not working.Jeremy Allison2013-03-221-0/+3
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-1/+2
* s3: Fix Coverity ID 709218 Uninitialized pointer readVolker Lendecke2012-07-031-0/+5
* s3:smbd: remove now unused conn_close_all()Michael Adam2012-06-251-15/+0
* s3:smbd: make use of smbXsrv_tcon for smb1Stefan Metzmacher2012-06-251-33/+39
* s3:smbd: make use of smbXsrv_tcon and smbXsrv_session for smb2Stefan Metzmacher2012-06-251-27/+14
* s3:smbd: use UID_FIELD_INVALID (0) instead of (uint16)-1 when calling close_c...Stefan Metzmacher2012-06-061-1/+1
* s3:smbd: make conn_close_all() a void functionStefan Metzmacher2012-06-031-6/+1
* s3:smbd: call file_close_user() before removing tree connects in conn_close_a...Stefan Metzmacher2012-03-151-0/+4
* s3:smbd: keep 'num_connections' and 'connections' directly under smbd_server_...Stefan Metzmacher2012-03-061-62/+17
* s3-rpc_server: Move pipe/handles functionsSimo Sorce2011-07-211-1/+1
* s3-smbd Split conn.c into 3 filesAndrew Bartlett2011-05-311-0/+207