summaryrefslogtreecommitdiff
path: root/source3/smbd/conn_idle.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-22Fix bug #9733 - smbcontrol close-share is not working.Jeremy Allison1-0/+3
2012-07-18loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell1-1/+2
2012-07-03s3: Fix Coverity ID 709218 Uninitialized pointer readVolker Lendecke1-0/+5
2012-06-25s3:smbd: remove now unused conn_close_all()Michael Adam1-15/+0
2012-06-25s3:smbd: make use of smbXsrv_tcon for smb1Stefan Metzmacher1-33/+39
2012-06-25s3:smbd: make use of smbXsrv_tcon and smbXsrv_session for smb2Stefan Metzmacher1-27/+14
2012-06-06s3:smbd: use UID_FIELD_INVALID (0) instead of (uint16)-1 when calling close_c...Stefan Metzmacher1-1/+1
2012-06-03s3:smbd: make conn_close_all() a void functionStefan Metzmacher1-6/+1
2012-03-15s3:smbd: call file_close_user() before removing tree connects in conn_close_a...Stefan Metzmacher1-0/+4
2012-03-06s3:smbd: keep 'num_connections' and 'connections' directly under smbd_server_...Stefan Metzmacher1-62/+17
2011-07-21s3-rpc_server: Move pipe/handles functionsSimo Sorce1-1/+1
2011-05-31s3-smbd Split conn.c into 3 filesAndrew Bartlett1-0/+207