lib/util: charset modules do not exist any more
[ab/samba.git/.git] / source4 / smb_server / smb2 / receive.c
2012-04-02 Stefan Metzmachers4:smb_server/smb2: add missing 'return;' statements...
2012-04-02 Stefan Metzmachers4:smb_server/smb2: after smbsrv_terminate_connection...
2012-04-02 Stefan Metzmachers4:smb_server/smb2: fix memory leak in smb2srv_chain_re...
2012-04-02 Stefan Metzmachers4:smb_server/smb2: use helper variable smb2srv_chain_r...
2011-11-08 Andrew Bartletts4-smb_server No longer follow the security=share smb...
2011-10-31 Stefan Metzmachers4:smb_server/smb2: correctly implement related compoun...
2011-10-31 Stefan Metzmachers4:smb_server/smb2: always grant the requested credits
2011-10-31 Stefan Metzmachers4:smb_server/smb2: echo back more header fields
2011-10-19 Stefan Metzmachers4:smb_server/smb2: make use of _smb_setlen_tcp()
2010-07-16 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-16 Andrew Tridgells4-loadparm: 2nd half of lp_ to lpcfg_ conversion
2009-11-27 Stefan Metzmachers4:smb_server/smb2: don't reset highest_smb2_seqnum...
2009-11-27 Andrew Tridgells4-smb2: sequence numbers are not checked in SMB2_OP_CANCEL
2009-09-19 Andrew Tridgells4-smbd: minimise includes in smbd/ and smb_server
2009-06-09 Stefan Metzmachers4:smb2srv: don't allow the related flag on the first...
2009-06-09 Stefan Metzmachers4:smb2srv: correctly fail remaining compounded request...
2009-06-09 Stefan Metzmachers4:smb2srv: remove old TODO comment, we already check...
2009-06-09 Stefan Metzmachers4:smb2srv: fix handling of multiple compounded requests
2009-05-11 Stefan Metzmachers4:smb_server: return after we have processed an invali...
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-02 Stefan Metzmachers4:smb_server: s/private/private_data
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-25 Andrew Tridgellwe need different error handling for truncated packets...
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-08-26 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-08-20 Andrew TridgellMerge commit 'origin/v4-0-test' into v4-0-test
2008-08-15 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-08-15 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-08-14 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-08-14 Stefan Metzmachersmb2srv: async replies with STATUS_PENDING are not...
2008-08-14 Stefan Metzmachersmb2srv: sign replies when the request was also signed
2008-08-14 Stefan Metzmachersmb2srv: use defines instead of hex values
2008-08-01 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-07-30 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-07-28 Stefan Metzmachersmb2srv: correctly hold the signing state per session
2008-06-10 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-06-07 Andrew Tridgellfixed mandatory signing
2008-06-07 Andrew TridgellMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-06-07 Andrew Tridgelladded server side SMB2 signing
2008-02-20 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-02-14 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-14 Andrew TridgellMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-14 Andrew TridgellFixed SMB2 rename operations from Vista clients
2008-02-13 Andrew TridgellConvert SMB and SMB2 code to use a common buffer handli...
2008-02-12 Andrew Tridgellupdated SMB2 header defines to match WSPP docs
2007-12-21 Jelmer Vernooijr26268: Avoid more use of global_loadparm - put lp_ctx...
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha1' into v4-0-test
2007-10-10 Jelmer Vernooijr25551: Convert to standard bool type.
2007-10-10 Jelmer Vernooijr25398: Parse loadparm context to all lp_*() functions.
2007-10-10 Jelmer Vernooijr25035: Fix some more warnings, use service pointer...
2007-10-10 Jelmer Vernooijr25026: Move param/param.h out of includes.h
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Stefan Metzmacherr23045: forward SMB2 oplock breaks to the client
2007-10-10 Stefan Metzmacherr22866: handle incoming chained smb2 requests in our...
2007-10-10 Volker Lendecker18686: Fix typo protocl->protocol
2007-10-10 Stefan Metzmacherr17084: implement SMB2 Cancel in the server,
2007-10-10 Stefan Metzmacherr17012: don't try to send any data when the socket...
2007-10-10 Stefan Metzmacherr16734: the 2 bytes after the opcode and before the...
2007-10-10 Stefan Metzmacherr16705: fix a bug found by valgrind...
2007-10-10 Stefan Metzmacherr15770: when there's a dynamic body, we need to send...
2007-10-10 Stefan Metzmacherr15532: add a BOOL body_dynamic_present, because the...
2007-10-10 Jelmer Vernooijr15304: Fix smbd build, more updates on getting --enabl...
2007-10-10 Jelmer Vernooijr15191: Avoid uint_t as it's not standard.
2007-10-10 Stefan Metzmacherr14739: keep the last request time for the smbsrv_conne...
2007-10-10 Stefan Metzmacherr12725: some minor updates
2007-10-10 Jelmer Vernooijr12696: Reduce the size of include/structs.h
2007-10-10 Jelmer Vernooijr12608: Remove some unused #include lines.
2007-10-10 Stefan Metzmacherr12102: for SMB2 we need to allocate tcons per session
2007-10-10 Stefan Metzmacherr12095: the most SMB2 opcodes need a valid session...
2007-10-10 Stefan Metzmacherr12092: - add dummy functions for the missing SMB2...
2007-10-10 Tim Potterr11968: More warning fixes. We're on track to getting...
2007-10-10 Stefan Metzmacherr11789: - add the start of a SMB2 server