smbd: Slightly simplify downgrade_lease()
[samba.git] / source3 / smbd / smb2_negprot.c
2018-03-22 Jeremy Allisons3: debug: smb2: Create a new DBGC_SMB2 debug class...
2017-10-27 Volker Lendeckesmbd: Remove an indentation level in smb2_negprot
2017-01-27 Ralph Boehmes3/smbd: ensure global "smb encrypt = off" is effective...
2016-05-03 Ralph Boehmesmbd: use remote arch caching
2016-04-12 Stefan MetzmacherCVE-2016-2114: s3:smbd: use the correct default values...
2016-03-03 Justin Maggards3:smbd: rework negprot remote arch detection
2016-01-26 Michael Adamsmbd:smb2_negprot: implement connection passing based...
2016-01-22 Michael Adams3:smb2_negprot: announce multi channel support (disabled)
2015-10-06 Ralph Boehmes3:smb3: rename smbd_smb2_first_negprot and pass expect...
2015-08-17 Stefan Metzmachers3:smb2_negprot: prefer AES128_CCM if the client suppor...
2015-06-18 Jeremy Allisons3: smbd - Fix SMB3.11 protocol encryption selection.
2015-05-08 Stefan Metzmachers3:smb2_negprot: add support for negotiating SMB 3...
2015-05-08 Michael Adams3:smb2_negprot.c: add support SMB 3.1 negotiate contexts
2015-05-08 Stefan Metzmachers3:smb2_negprot: add support for negotiating SMB 3.0.2
2015-02-26 Volker Lendeckesmbd: Fix a typo
2015-02-23 Jeremy AllisonRevert "s3: smbd: signing. Ensure we respond correctly...
2015-02-19 Jeremy Allisons3: smbd: signing. Ensure we respond correctly to an...
2014-12-04 Jeremy Allisons3:smb2_negprot: announce support for SMB2.1 leases.
2014-10-16 Stefan Metzmachers3:smb2_negprot: remember xconn->smb2.server.cipher
2014-09-30 Stefan Metzmachers3:smb2_negprot: allow really large io sizes up to...
2014-09-27 Michael Adamsmbd:smb2: improve smbd_smb2_protocol_dialect_match...
2014-08-06 Stefan Metzmachers3:smbd: pass smbXsrv_connection to negprot_spnego()
2014-08-06 Stefan Metzmachers3:smb2_negprot: remove NBT_HDR_SIZE from smbd_smb2_fir...
2014-08-06 Stefan Metzmachers3:smb2_*: make use of smb2req->xconn where possible
2014-08-06 Stefan Metzmachers3:smb2_server: pass smbXsrv_connection to smbd_smb2_fi...
2014-08-06 Stefan Metzmachers3:smb2_server: move sconn->smb2.*credits* to xconn...
2014-08-06 Stefan Metzmachers3:smb2_negprot: remove unused variable 'conn' we alrea...
2014-08-06 Stefan Metzmachers3:smb2_server: use xconn->smb2.server.max_* instead...
2014-08-06 Stefan Metzmachers3:smb2_server: move sconn->smb2.negprot_2ff to xconn...
2014-07-11 Stefan Metzmachers3:smb2_negprot: allow "smb max {read,write,trans}...
2014-06-23 Ira Coopers3: Refactor smbd_smb2_request_process_negprot
2014-03-05 Stefan Metzmachers3:smb2_negprot: make use of smbd_smb2_generate_outbody()
2014-02-08 Garming Samparam: rename lp function and variable from "srv_minpro...
2014-02-08 Garming Samparam: rename lp function and variable from "srv_maxpro...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-01-09 Stefan Metzmachers3:smb2_negprot: set the 'remote_proto' value
2012-10-03 Jeremy AllisonRevert "Fix bug #9222 - smbd ignores the "server signin...
2012-10-02 Jeremy AllisonFix bug #9222 - smbd ignores the "server signing =...
2012-09-25 Volker Lendeckes3: Slightly simplify smbd_smb2_request_process_negprot
2012-08-17 Stefan Metzmachers3:smb2_negprot: annouce/negotiate SMB3 encryption...
2012-08-05 Stefan Metzmachers3:smb2_negprot: make use of SMBD_SMB2_* macros
2012-07-26 Stefan Metzmachers3:smb2_negprot: return the current system time in...
2012-06-28 Stefan Metzmachers3:smb2_negprot: support SMB2_CAP_LARGE_MTU on everythi...
2012-06-19 Jeremy AllisonFix warning: variable ‘in_start_time’ set but not...
2012-05-11 Stefan Metzmachers3:smbd: introduce struct smbXsrv_connection
2012-05-11 Stefan Metzmachers3:smb2_negprot: setup the protocol at the end of the...
2012-05-06 Stefan Metzmachers3:smb2_negprot: add support for PROTOCOL_SMB3_00
2012-03-10 Jeremy AllisonEnsure the right tsocket.h is included.
2012-03-10 Christian Ambachs3:smb2_server: announce LargeMTU for SMB2.1
2012-03-10 Christian Ambachs3:smb2_server use the correct variables for max read...
2012-02-27 Andrew Bartletts3-param: Align lp_{max,min}protocol with lib/param...
2011-12-22 Stefan Metzmachers3:smb2_negprot: add support for PROTOCOL_SMB2_24
2011-11-20 Stefan Metzmachers3:smb2_negprot: add support for SMB2_22
2011-11-03 Stefan Metzmachers3:smbd: make use of SMB_SIGNING_* constants
2011-10-12 Stefan Metzmachers3:smb2_server: remember the max_{trans,read,write...
2011-09-23 Stefan Metzmachers3:smbd: disconnect the socket if we got an unexpected...
2011-09-07 Stefan Metzmachers3:smb2_server: use smbd_smb2_request_verify_sizes...
2011-09-05 Stefan Metzmachers3:smb2_server: add basic support for SMB 2.1
2011-09-05 Stefan Metzmachers3:smb2_server: return NOT_SUPPORTED if we don't find...
2011-09-05 Stefan Metzmachers3:smb2_server: max_trans, max_read and max_write are...
2011-07-12 Stefan Metzmachers3:smbd: use PROTOCOL_SMB2_02 instead PROTOCOL_SMB2
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-05-30 Volker Lendeckes3: Safely mark our sconn as smb2 if we have that protocol
2011-05-05 Volker Lendeckes3: Fix a typo
2011-03-29 Günther Deschners3: include smbd/smbd.h where needed.
2010-07-19 Jeremy AllisonMove the addition of the 16 byte guid out of spnego_gen...
2010-06-12 Volker Lendeckes3: Remove smbd_server_conn from reply_smb2002
2010-06-12 Volker Lendeckes3: Explicitly pass sconn to negprot_spnego()
2010-04-06 Jeremy AllisonParameterize "smb2 max read", "smb2 max write", "smb2...
2009-11-23 Volker LendeckeRevert "s3: Move the global variable Protocol to struct...
2009-11-21 Volker Lendeckes3: Move the global variable Protocol to struct smbd_se...
2009-11-04 Jeremy AllisonRemove "Protocol" as an extern, and add accessor functions.
2009-08-12 Stefan Metzmacherlibcli: move some common SMB and SMB2 stuff into libcli...
2009-07-24 Volker LendeckeFix a few uninitialized variable warnings
2009-06-04 Jeremy AllisonAdd NTLMSSP SPNEGO to smb2 auth. Tested with Win7.
2009-05-28 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-26 Stefan Metzmachers3:smbd: return the correct security mode and capabilit...
2009-05-20 Stefan Metzmachers3:smbd: for now indicate raw NTLMSSP in the SMB2 Negot...
2009-05-20 Stefan Metzmachers3:smbd: allow SMB 2.002 dialect in SMB1 negprot
2009-05-20 Stefan Metzmachers3:smbd: add support for SMB2 Negotiate