libcliraw: Make smb_raw_write_recv public and include it in a public header.
[ddiss/samba.git] / source3 / smbd / smb2_server.c
2011-09-23 Stefan Metzmachers3:smbd: disconnect the socket if we got an unexpected...
2011-09-23 Stefan Metzmachers3:smbd: don't call smbd_terminate_connection in smb2_v...
2011-09-22 Jeremy AllisonFix bug #8476 - Samba asserts when SMB2 client breaks...
2011-09-14 Stefan Metzmachers3:smb2_server: SMB2_OP_GETINFO doesn't require at...
2011-09-07 Stefan Metzmachers3:smb2_server: add smbd_smb2_request_verify_sizes()
2011-08-31 Jeremy AllisonFix bug 8429 - Compound SMB2 requests on an IPC connect...
2011-08-31 Jeremy AllisonBased on metze's fix for Bug 8407 - SMB2 server can...
2011-08-31 Stefan Metzmachers3:smb2_server: keep compound_related on struct smbd_sm...
2011-08-12 Stefan Metzmachers3:smb2_server: make sure we prefer responses over...
2011-08-07 Stefan Metzmachers3:smb2_server: make sure we grant credits on async...
2011-07-29 Jeremy AllisonSecod part of bugfix for bug #8335 - file copy aborts...
2011-07-19 Andrew Bartletts3-auth use auth_user_info not netr_SamInfo3 in auth3_s...
2011-07-19 Andrew Bartletts3-auth Use struct auth_user_info_unix for unix_name...
2011-07-08 Jeremy AllisonMove smbd_smb2_request_check_tcon() smbd_smb2_request_c...
2011-07-08 Stefan Metzmachers3:smb2_server: add some comments about change_to_user...
2011-07-08 Andrew Bartlettlib/util Move bitmap.c to lib/util
2011-07-07 Jeremy AllisonFix bug #8293 - SMB2 doesn't rotate the log files often...
2011-07-07 Stefan Metzmachers3:smb2_server: call change_to_root_user() or smbd_smb2...
2011-07-04 Stefan Metzmachers3:smb2_server: there's no reason to check the session...
2011-06-29 Jeremy AllisonSecond part of fix for bug #8219 - SMB Panic from Windo...
2011-06-29 Jeremy AllisonFix bug #8219 - SMB Panic from Windows 7 Client
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... release-4-0-0alpha16 samba-4.0.0alpha16
2011-05-30 Andrew Bartletts3-globals Remove smbd_event_context() (use server_even...
2011-05-12 Volker Lendeckes3: Slightly simplify smbd_smb2_request_next_vector
2011-05-05 Jeremy AllisonMore simple const fixes.
2011-05-05 Volker Lendeckes3: Fix dup_smb2_vec3
2011-04-29 Günther Deschners3-tevent: only include ../lib/util/tevent wrappers...
2011-04-13 Günther Deschners3: only include smb profiling where needed.
2011-03-29 Günther Deschners3: include smbd/smbd.h where needed.
2011-01-27 Jeremy AllisonChange "security=share" to downgrade to SMB1 from SMB2...
2011-01-17 Volker Lendeckes3: Fix a C++ warning
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__.
next