summaryrefslogtreecommitdiffstats
path: root/source3/smbd/smb2_negprot.c
Commit message (Expand)AuthorAgeFilesLines
* s3:smb2_negprot: make use of smbd_smb2_generate_outbody()Stefan Metzmacher2014-03-051-1/+1
* param: rename lp function and variable from "srv_minprotocol" to "server_min_...Garming Sam2014-02-071-5/+5
* param: rename lp function and variable from "srv_maxprotocol" to "server_max_...Garming Sam2014-02-071-6/+6
* s3:smb2_negprot: set the 'remote_proto' valueStefan Metzmacher2013-01-091-0/+8
* Revert "Fix bug #9222 - smbd ignores the "server signing = no" setting for SM...Jeremy Allison2012-10-031-6/+4
* Fix bug #9222 - smbd ignores the "server signing = no" setting for SMB2.Jeremy Allison2012-10-031-4/+6
* s3: Slightly simplify smbd_smb2_request_process_negprotVolker Lendecke2012-09-251-5/+3
* s3:smb2_negprot: annouce/negotiate SMB3 encryption supportStefan Metzmacher2012-08-171-0/+8
* s3:smb2_negprot: make use of SMBD_SMB2_* macrosStefan Metzmacher2012-08-051-4/+3
* s3:smb2_negprot: return the current system time in the SMB2 NEGPROT responseStefan Metzmacher2012-07-261-1/+2
* s3:smb2_negprot: support SMB2_CAP_LARGE_MTU on everything but port 139Stefan Metzmacher2012-06-291-5/+8
* Fix warning: variable ‘in_start_time’ set but not used.Jeremy Allison2012-06-191-2/+0
* s3:smbd: introduce struct smbXsrv_connectionStefan Metzmacher2012-05-121-2/+54
* s3:smb2_negprot: setup the protocol at the end of the negprot with a real dia...Stefan Metzmacher2012-05-121-7/+8
* s3:smb2_negprot: add support for PROTOCOL_SMB3_00Stefan Metzmacher2012-05-061-0/+15
* Ensure the right tsocket.h is included.Jeremy Allison2012-03-101-1/+1
* s3:smb2_server: announce LargeMTU for SMB2.1Christian Ambach2012-03-091-4/+27
* s3:smb2_server use the correct variables for max read/writeChristian Ambach2012-03-091-2/+2
* s3-param: Align lp_{max,min}protocol with lib/param namesAndrew Bartlett2012-02-271-9/+9
* s3:smb2_negprot: add support for PROTOCOL_SMB2_24Stefan Metzmacher2011-12-221-0/+15
* s3:smb2_negprot: add support for SMB2_22Stefan Metzmacher2011-11-201-0/+15
* s3:smbd: make use of SMB_SIGNING_* constantsStefan Metzmacher2011-11-031-1/+1
* s3:smb2_server: remember the max_{trans,read,write} sizes we negotiated (bug ...Stefan Metzmacher2011-10-131-1/+3
* s3:smbd: disconnect the socket if we got an unexpected requestStefan Metzmacher2011-09-231-1/+0
* s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_negprot.cStefan Metzmacher2011-09-071-10/+4
* s3:smb2_server: add basic support for SMB 2.1Stefan Metzmacher2011-09-051-4/+62
* s3:smb2_server: return NOT_SUPPORTED if we don't find a common dialect with t...Stefan Metzmacher2011-09-051-6/+8
* s3:smb2_server: max_trans, max_read and max_write are limited to 64 kilobytesStefan Metzmacher2011-09-051-3/+17
* s3:smbd: use PROTOCOL_SMB2_02 instead PROTOCOL_SMB2Stefan Metzmacher2011-07-121-1/+1
* s3: Safely mark our sconn as smb2 if we have that protocolVolker Lendecke2011-05-301-0/+2
* s3: Fix a typoVolker Lendecke2011-05-051-1/+1
* s3: include smbd/smbd.h where needed.Günther Deschner2011-03-301-0/+1
* Move the addition of the 16 byte guid out of spnego_gen_negTokenInit() andJeremy Allison2010-07-191-2/+1
* s3: Remove smbd_server_conn from reply_smb2002Volker Lendecke2010-06-121-1/+1
* s3: Explicitly pass sconn to negprot_spnego()Volker Lendecke2010-06-121-1/+1
* Parameterize "smb2 max read", "smb2 max write", "smb2 max trans".Jeremy Allison2010-04-061-3/+3
* Revert "s3: Move the global variable Protocol to struct smbd_server_connection"Volker Lendecke2009-11-231-1/+1
* s3: Move the global variable Protocol to struct smbd_server_connectionVolker Lendecke2009-11-211-1/+1
* Remove "Protocol" as an extern, and add accessor functions.Jeremy Allison2009-11-041-3/+1
* libcli: move some common SMB and SMB2 stuff into libcli/smb/Stefan Metzmacher2009-08-121-1/+1
* Fix a few uninitialized variable warningsVolker Lendecke2009-07-241-1/+1
* Add NTLMSSP SPNEGO to smb2 auth. Tested with Win7.Jeremy Allison2009-06-041-1/+5
* s3:smbd: return the correct security mode and capabilities in SMB2 NegotitateStefan Metzmacher2009-05-261-5/+18
* s3:smbd: for now indicate raw NTLMSSP in the SMB2 Negotiate responseStefan Metzmacher2009-05-201-0/+3
* s3:smbd: allow SMB 2.002 dialect in SMB1 negprotStefan Metzmacher2009-05-201-0/+36
* s3:smbd: add support for SMB2 NegotiateStefan Metzmacher2009-05-201-0/+127