My algorithm for determining whan an incoming sequence number can be allowed is incor...
[samba.git] / source3 / smbd / smb2_server.c
2010-12-22 Jeremy AllisonMy algorithm for determining whan an incoming sequence...
2010-12-20 Ken HarrisCREATE in a compound CREATE/NOTIFY sequence was being...
2010-12-15 Jeremy AllisonImplement "use sendfile = yes" for SMB2. (cherry picked...
2010-12-14 Jeremy AllisonChange crediting so that the credits are returned on...
2010-12-13 Jeremy AllisonWe need to start off with smb2.credits_granted == 0...
2010-12-13 Jeremy AllisonRemove extra unused credit arg. to smbd_smb2_request_se...
2010-12-10 Jeremy AllisonAdd a SMB2 crediting algorithm, by default the same...
2010-08-30 Volker Lendeckes3: Fix some uninitialized variable warnings
2010-08-27 Jeremy AllisonFix bug #7653 - When SMB2 is on, Windows 7 clients...
2010-08-16 Volker Lendeckes3: Remove smbd_server_fd from smbd_initialize_smb2
2010-07-09 Ira Coopers3: Cleanup of the initial SMB2 counters patch.
2010-07-08 Ira Coopers3: Add SMB2 performance counters.
2010-06-14 Jeremy AllisonSMB2 correctness fix. As we've already returned the...
2010-06-10 Jeremy AllisonEnsure we correctly setup req->subreq before testing...
2010-06-09 Jeremy AllisonSecond part of fix for 7501 - SMB2: CREATE request...
2010-06-08 Ira CooperFix for bug 7501 - SMB2: CREATE request replies gettin...
2010-06-02 Jeremy AllisonEnsure we remove SMB2 cancel requests from the active...
2010-06-02 Jeremy AllisonFix a crash bug found by Ira Cooper <samba@ira.wakeful...
2010-05-20 Jeremy Allison(Finally) fix bug #7158 - SMB2 connection resets during...
2010-05-19 Jeremy AllisonKeep track of credits we're giving out. Set initial...
2010-05-07 Jeremy AllisonMake us pass all SMB2 lock tests except MULTIPLE-UNLOCK...
2010-04-28 Jeremy AllisonUpdate (C) for 2010.
2010-04-27 Jeremy AllisonDon't return an intermediate reply on async on a pipe...
2010-04-24 Jeremy AllisonImplement oplocks within SMB2. Plumb into the existing...
2010-04-23 Jeremy AllisonWhen sending the initial async response, this is never...
2010-04-23 Jeremy AllisonMake deferred opens (NT_STATUS_SHARING_VIOLATION) work...
2010-04-19 Jeremy AllisonNow SMB2 error messages are correctly being returned...
2010-04-19 Jeremy AllisonEnsure vectors are always allocated with consistent...
2010-04-19 Jeremy AllisonRemove an unused auto variable.
2010-04-19 Günther Deschners3-smb2: fix some c++ warnings.
2010-04-19 Jeremy AllisonFinal fix for #7331 - Compound async SMB 2 requests...
2010-04-18 Jeremy AllisonSecond part of fix for bug #7331 - Compound async SMB...
2010-04-18 Jeremy AllisonFirst part of fix for bug #7331 - Compound async SMB...
2010-04-07 Jeremy AllisonDon't forget to initialize *p_creds_requested.
2010-04-06 Jeremy AllisonEnsure we total up the correct number of creds requeste...
2010-04-01 Jeremy AllisonMake smbd_lock_socket/smbd_unlock_socket recursive...
2010-02-25 Jeremy AllisonChange the credential handling so that we start with...
2009-08-17 Stefan Metzmachers3:smbd: implement SMB2 Cancel correctly.
2009-08-14 Stefan Metzmachers3:smbd: allow SMB2 Cancel to have the async flag set
2009-08-14 Stefan Metzmachers3:smbd: fix parsing of the SMB2 body
2009-08-12 Stefan Metzmacherlibcli: move some common SMB and SMB2 stuff into libcli...
2009-08-08 Stefan Metzmachers3:smbd: rename conn => sconn for smbd_server_connectio...
2009-07-24 Volker LendeckeFix a few uninitialized variable warnings
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-10 Stefan Metzmachers3:smbd: fix parsing of invalid SMB2 requests.
2009-07-02 Stefan Metzmachers3:smbd: add marshalling layer for SMB2 Lock support
2009-07-02 Stefan Metzmachers3:smbd: add marshalling layer for SMB2 Find (QueryDire...
2009-07-02 Stefan Metzmachers3:smbd: add marshalling layer for SMB2 Break support...
2009-07-02 Stefan Metzmachers3:smbd: add marshalling layer for SMB2 SetInfo support
2009-07-02 Stefan Metzmachers3:smbd: add marshalling layer for SMB2 GetInfo support
2009-07-02 Stefan Metzmachers3:smbd: add support for SMB2 Notify
2009-06-24 Stefan Metzmachers3:smbd: add support for async interim SMB2 responses...
2009-06-24 Stefan Metzmachers3:smbd: keep a list of outstanding SMB2 requests
2009-06-24 Stefan Metzmachers3:smbd: add smbd_smb2_send_oplock_break()
2009-06-24 Stefan Metzmachers3:smbd: the SMB2-COMPOUND test shows that the related...
2009-06-09 Stefan Metzmachers3:smbd: only check the next_status for related requests
2009-06-09 Stefan Metzmachers3:smbd: response with the same SMB2 flags as given...
2009-06-09 Stefan Metzmachers3:smbd: only pass the chained file handle for related...
2009-06-09 Stefan Metzmachers3:smbd: make sure we pad compounded SMB2 responses...
2009-06-09 Stefan Metzmachers3:smbd: more validation of the incoming SMB2 requests
2009-06-09 Stefan Metzmachers3:smbd: for now ignore all non NBT Session Message...
2009-06-09 Stefan Metzmachers3:smbd: don't include 1 byte padding for the dynamic...
2009-06-05 Stefan Metzmachers3:smbd: fix the logic for compounded requests
2009-06-05 Stefan Metzmachers3:smbd: only setup the dyn iovec if a a dyn blob is...
2009-06-05 Stefan Metzmachers3:smbd: add support for SMB2 Ioctl
2009-06-05 Stefan Metzmachers3:smbd: make smbd_server_connection_terminate() a...
2009-06-05 Stefan Metzmachers3:smbd: implement smbd_smb2_request_error/done() as...
2009-06-04 Jeremy AllisonChange smbd_smb2_request_error() to add a __location__.
2009-06-04 Jeremy AllisonAdd NTLMSSP SPNEGO to smb2 auth. Tested with Win7.
2009-06-03 Stefan Metzmachers3:smbd: implement SMB2 Write
2009-06-03 Stefan Metzmachers3:smbd: implement SMB2 Read
2009-06-03 Stefan Metzmachers3:smbd: implement SMB2 Flush
2009-06-03 Stefan Metzmachers3:smbd: implement SMB2 Close
2009-06-03 Stefan Metzmachers3:smbd: implement a simple version of SMB2 Create
2009-06-03 Stefan Metzmachers3:smbd: create a user_struct for compat in SMB2 Sessio...
2009-06-03 Stefan Metzmachers3:smbd: remove old comment, we support SMB2 signing now
2009-05-28 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-26 Stefan Metzmachers3:smbd: move SMB1 specific stuff into a substructure...
2009-05-26 Stefan Metzmachers3:smbd: add support for SMB2 signing
2009-05-22 Stefan Metzmachers3:smbd: implement SMB2 Tree Disconnect
2009-05-22 Stefan Metzmachers3:smbd: implement SMB2 Tree Connect
2009-05-22 Stefan Metzmachers3:smbd: SMB2 session ids are 64bit...
2009-05-22 Stefan Metzmachers3:smbd: implement SMB2 Logoff
2009-05-21 Stefan Metzmachers3:smbd: we want to get the next command offset and...
2009-05-20 Stefan Metzmachers3:smbd: check the incoming session id for SMB2 requests
2009-05-20 Stefan Metzmachers3:smbd: implement SMB2 Session Setup with raw NTLMSSP
2009-05-20 Stefan Metzmachers3:smbd: move the callback functions of smbd_smb2_reque...
2009-05-20 Stefan Metzmachers3:smbd: add smbd_smb2_request_done_ex()
2009-05-20 Stefan Metzmachers3:smbd: fix initialized memory in SMB2 responses
2009-05-20 Stefan Metzmachers3:smbd: add support for SMB2 Keepalive (SMB2 Echo)
2009-05-20 Stefan Metzmachers3:smbd: add support for SMB2 Negotiate
2009-05-20 Stefan Metzmachers3:smbd: add infrastructure for SMB2 support