summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* s3:smbd: avoid a compiler warning in open_sockets_smbd()Stefan Metzmacher2014-11-251-1/+3
* s3:smbd: do casting of dm_sessid_t in stepsStefan Metzmacher2014-11-251-4/+6
* s3:smbprofile: track connect_count and disconnect_countStefan Metzmacher2014-11-192-0/+3
* s3:smbprofile: report idle state of 'idle_count' and 'idle_time'Stefan Metzmacher2014-11-191-8/+3
* s3:smbprofile: improve profiling for the security context switching.Stefan Metzmacher2014-11-191-3/+21
* s3:smbprofile: count all SMB1 and SMB2 requests as 'request_count'Stefan Metzmacher2014-11-192-1/+12
* s3:smb2_server: use async smbprofile macrosStefan Metzmacher2014-11-195-94/+78
* s3:smbd: Use "smbd profiling level"Volker Lendecke2014-11-191-6/+6
* s3:smbd: improve writecache profilingStefan Metzmacher2014-11-191-6/+33
* s3:smb2_break: First test for NT_STATUS_INVALID_OPLOCK_PROTOCOL, then for in_...Volker Lendecke2014-11-121-11/+11
* s3:locking: convert brl_have_read field to brl_num_read.Volker Lendecke2014-11-113-56/+76
* s3:smbd: Don't set fsp->oplock_type before we've granted any oplocks.Jeremy Allison2014-11-111-3/+0
* s3:smbd: move all oplock granting code to grant_fsp_oplock_type()Volker Lendecke2014-11-111-29/+44
* s3:smbd: break oplocks to none with FILE_OVERWRITEVolker Lendecke2014-11-111-0/+1
* Use tevent_req_simple_recv_unix in a few placesVolker Lendecke2014-11-101-6/+1
* s3:smbd: fix file corruption using "write cache size != 0"Stefan Metzmacher2014-11-061-0/+3
* smbXsrv: don't leak lock_path onto talloc tosDavid Disseldorp2014-11-034-3/+19
* notify_internal: don't leak lock_path onto talloc tosDavid Disseldorp2014-11-031-3/+18
* s3:smbd: Don't rename a dir with files open underneathVolker Lendecke2014-10-311-1/+120
* s3:smb2_server: pass xconn->smb2.server.cipher to smb2_signing_[de|en]ncrypt_...Stefan Metzmacher2014-10-161-5/+5
* s3:smb2_server: check xconn->smb2.server.cipher instead of xconn->smb2.server...Stefan Metzmacher2014-10-163-3/+3
* s3:smb2_negprot: remember xconn->smb2.server.cipherStefan Metzmacher2014-10-162-0/+5
* smbd: Fix a use-after-freeVolker Lendecke2014-10-101-1/+4
* smbd: Simplify remove_child_pidVolker Lendecke2014-10-071-1/+1
* lanman: don't leak cache_path onto talloc tosDavid Disseldorp2014-10-061-2/+9
* smbd: Always use uint8_t for inbuf pointerChristof Schmitt2014-10-041-7/+8
* smbd: Pass only cmd to construct_reply_common instead of complete reqChristof Schmitt2014-10-041-6/+5
* smbd: Use MIN macro in fake_sendfileChristof Schmitt2014-10-041-5/+1
* profiling: Remove a big DEBUG statementVolker Lendecke2014-10-031-25/+0
* profiling: Remove some #ifdefsVolker Lendecke2014-10-032-8/+0
* s3:smb2_negprot: allow really large io sizes up to allmost 16MBStefan Metzmacher2014-09-301-2/+7
* fileserver: raise debug level for share connection closing for non-IPC to 2.Jelmer Vernooij2014-09-281-1/+1
* smbd:smb2: improve smbd_smb2_protocol_dialect_match(), removing code duplicationMichael Adam2014-09-271-73/+25
* s3:messaging: add fds-array to messaging_send_iov()Michael Adam2014-09-241-1/+1
* smbd: fix a comment typo.Michael Adam2014-09-211-1/+1
* s3:smb2_sesssetup: we don't need to do a 2nd smb2srv_session_lookup()Stefan Metzmacher2014-09-191-3/+7
* s3:smb2_server: add smbd_smb2_signing_key() helper functionStefan Metzmacher2014-09-191-5/+24
* s3:smbXsrv_session: add smbXsrv_session_find_channel()Stefan Metzmacher2014-09-192-0/+22
* s3:smbXsrv_session: remember the smbXsrv_connection on channel attached to a ...Stefan Metzmacher2014-09-191-0/+1
* s3:smbd: split out a smbd_add_connection() helper function.Stefan Metzmacher2014-09-192-159/+244
* s3:smbd: remove now unused smbd_server_connection->connStefan Metzmacher2014-09-192-6/+0
* s3:smb2_lock: iterate over all sconn->client->connectionsStefan Metzmacher2014-09-191-81/+109
* s3:smb2_lock: always use tevent_req_defer_callback() if we go asyncStefan Metzmacher2014-09-191-1/+1
* s3:smb2_glue: remove chained fsps from all connections in remove_smb2_chained...Stefan Metzmacher2014-09-191-8/+15
* s3:smb2_break: use fsp->conn->sconn->client->connections to send SMB2 oplock ...Stefan Metzmacher2014-09-191-1/+8
* s3:smb2_break: pass smbXsrv_connection to smbd_smb2_send_oplock_break()Stefan Metzmacher2014-09-193-4/+3
* s3:smb2_create: pass smbXsrv_connection to *deferred*_smb2Stefan Metzmacher2014-09-193-15/+14
* s3:smbd: pass smbXsrv_connection to schedule_deferred_open_message_smb()Stefan Metzmacher2014-09-193-5/+6
* s3:smbd: pass smbXsrv_connection to remove_deferred_open_message_smb()Stefan Metzmacher2014-09-193-4/+5
* s3:smbd: pass smbXsrv_connection to open_was_deferred()Stefan Metzmacher2014-09-196-15/+16