summaryrefslogtreecommitdiff
path: root/source3/smbd/smb2_break.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the...Ralph Boehme2019-01-111-2/+2
* smbd: Simplify logic in smb2_lease_break_sendVolker Lendecke2018-09-071-6/+8
* smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the event c...Stefan Metzmacher2018-06-181-2/+2
* s3: debug: smb2: Create a new DBGC_SMB2 debug class and mark all smbd/smb2_*....Jeremy Allison2018-03-221-0/+3
* smbXsrv: rename smb2srv_session_lookup -> smb2srv_session_lookup_connMichael Adam2015-07-291-4/+4
* s3:locking: Change the data model for leases_db to cope with dynamic path ren...Jeremy Allison2014-12-091-9/+7
* s3:smbd: Implementation of SMB2.1 and SMB3.0 leases.Volker Lendecke2014-12-041-11/+240
* s3:smb2_break: First test for NT_STATUS_INVALID_OPLOCK_PROTOCOL, then for in_...Volker Lendecke2014-11-121-11/+11
* smbd: fix a comment typo.Michael Adam2014-09-211-1/+1
* 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-191-1/+1
* s3:smb2_server: pass smbXsrv_connection to smbd_server_connection_terminate*()Stefan Metzmacher2014-08-061-6/+8
* s3:smb2_break: make use of smbd_smb2_generate_outbody()Stefan Metzmacher2014-03-051-1/+1
* smbd: Remove unused reply_to_oplock_break_requestsVolker Lendecke2013-04-261-2/+0
* s3:smb2_break: encrypt OPLOCK BREAK notificationsStefan Metzmacher2012-08-231-3/+24
* s3:smb2_break: make use of SMBD_SMB2_IN_BODY_PTR()Stefan Metzmacher2012-08-051-4/+2
* s3:smbd: make use of smbXsrv_open for smb1/2/3Stefan Metzmacher2012-06-291-3/+2
* s3:vfs: change files_struct.fnum from int to uint64_tMichael Adam2012-06-151-1/+1
* s3:smbd: change smb2_break.c to use fsp_fnum_dbg() for fsp->fnum logging.Michael Adam2012-06-151-6/+6
* s3:smbd: use fsp_persistent_id() as persistent_file_id part for SMB2 (bug #8995)Stefan Metzmacher2012-06-141-1/+2
* s3:smb2_break: make use of file_fsp_smb2()Stefan Metzmacher2012-06-091-32/+13
* s3:smb2_server: use sconn->ev_ctx instead of sconn->smb2.event_ctxStefan Metzmacher2011-12-121-1/+1
* s3:smb2_server: pass explicit defer_times to smbd_smb2_request_pending_queue()Stefan Metzmacher2011-11-151-1/+1
* s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_break.cStefan Metzmacher2011-09-071-12/+4
* s3-tevent: only include ../lib/util/tevent wrappers where needed.Günther Deschner2011-04-291-0/+1
* s3: include smbd/smbd.h where needed.Günther Deschner2011-03-301-0/+1
* (Finally) fix bug #7158 - SMB2 connection resets during IOZone tests from 64-...Jeremy Allison2010-05-191-1/+2
* Pass more SMB2 oplock tests. Only oplock stream tests left to fix.Jeremy Allison2010-05-121-0/+6
* SMB2 always have level2 oplock capability. Correct mapping from break message...Jeremy Allison2010-05-101-1/+3
* Update (C) for 2010.Jeremy Allison2010-04-281-1/+2
* Implement oplocks within SMB2. Plumb into the existing SMB1 oplock system.Jeremy Allison2010-04-241-7/+63
* Plumb SMB2 stubs into all the places we defer SMB1 operations.Jeremy Allison2010-04-091-6/+1
* Start to plumb smb2 into the oplock system. Calls dummy functions for now.Jeremy Allison2010-04-071-0/+9
* s3:smbd: implement SMB2 Cancel correctly.Stefan Metzmacher2009-08-171-5/+1
* libcli: move some common SMB and SMB2 stuff into libcli/smb/Stefan Metzmacher2009-08-121-1/+1
* s3:smbd: rename conn => sconn for smbd_server_connection structsStefan Metzmacher2009-08-081-4/+4
* Fix a few uninitialized variable warningsVolker Lendecke2009-07-241-1/+1
* s3:smbd: add marshalling layer for SMB2 Break support (SMB 2.002 only)Stefan Metzmacher2009-07-021-0/+214