summaryrefslogtreecommitdiff
path: root/source3/smbd/smb2_negprot.c
Commit message (Expand)AuthorAgeFilesLines
* s3:smbd: Prefer AES-GCM over AES-CCM with GnuTLSAndreas Schneider2019-08-271-7/+3
* libcli: Pass buf/len to smb2_negotiate_context_addVolker Lendecke2019-02-251-8/+12
* smbd: Align integer typesVolker Lendecke2019-02-251-1/+1
* s3: debug: smb2: Create a new DBGC_SMB2 debug class and mark all smbd/smb2_*....Jeremy Allison2018-03-221-0/+3
* smbd: Remove an indentation level in smb2_negprotVolker Lendecke2017-10-271-73/+74
* s3/smbd: ensure global "smb encrypt = off" is effective for SMB 3.1.1 clientsRalph Boehme2017-01-271-1/+1
* smbd: use remote arch cachingRalph Boehme2016-05-041-1/+12
* CVE-2016-2114: s3:smbd: use the correct default values for "smb signing"Stefan Metzmacher2016-04-121-1/+9
* s3:smbd: rework negprot remote arch detectionJustin Maggard2016-03-031-1/+8
* smbd:smb2_negprot: implement connection passing based on client_guidMichael Adam2016-01-261-0/+58
* s3:smb2_negprot: announce multi channel support (disabled)Michael Adam2016-01-231-0/+8
* s3:smb3: rename smbd_smb2_first_negprot and pass expected seq_lowRalph Boehme2015-10-071-1/+1
* s3:smb2_negprot: prefer AES128_CCM if the client supports itStefan Metzmacher2015-08-171-4/+14
* s3: smbd - Fix SMB3.11 protocol encryption selection.Jeremy Allison2015-06-181-4/+0
* s3:smb2_negprot: add support for negotiating SMB 3.1.0 and SMB 3.1.1Stefan Metzmacher2015-05-081-0/+2
* s3:smb2_negprot.c: add support SMB 3.1 negotiate contextsMichael Adam2015-05-081-4/+239
* s3:smb2_negprot: add support for negotiating SMB 3.0.2Stefan Metzmacher2015-05-081-0/+1
* smbd: Fix a typoVolker Lendecke2015-02-261-1/+1
* Revert "s3: smbd: signing. Ensure we respond correctly to an SMB2 negprot wit...Jeremy Allison2015-02-231-2/+1
* s3: smbd: signing. Ensure we respond correctly to an SMB2 negprot with SMB2_N...Jeremy Allison2015-02-191-1/+2
* s3:smb2_negprot: announce support for SMB2.1 leases.Jeremy Allison2014-12-041-0/+8
* s3:smb2_negprot: remember xconn->smb2.server.cipherStefan Metzmacher2014-10-161-0/+4
* s3:smb2_negprot: allow really large io sizes up to allmost 16MBStefan Metzmacher2014-09-301-2/+7
* smbd:smb2: improve smbd_smb2_protocol_dialect_match(), removing code duplicationMichael Adam2014-09-271-73/+25
* s3:smbd: pass smbXsrv_connection to negprot_spnego()Stefan Metzmacher2014-08-061-1/+1
* s3:smb2_negprot: remove NBT_HDR_SIZE from smbd_smb2_first_negprot()Stefan Metzmacher2014-08-061-6/+6
* s3:smb2_*: make use of smb2req->xconn where possibleStefan Metzmacher2014-08-061-2/+2
* s3:smb2_server: pass smbXsrv_connection to smbd_smb2_first_negprot()Stefan Metzmacher2014-08-061-1/+1
* s3:smb2_server: move sconn->smb2.*credits* to xconn->smb2.credits.*Stefan Metzmacher2014-08-061-1/+1
* s3:smb2_negprot: remove unused variable 'conn' we already have 'xconn'...Stefan Metzmacher2014-08-061-19/+17
* s3:smb2_server: use xconn->smb2.server.max_* instead of sconn->smb2.max_*Stefan Metzmacher2014-08-061-4/+0
* s3:smb2_server: move sconn->smb2.negprot_2ff to xconn->smb2.allow_2ffStefan Metzmacher2014-08-061-3/+5
* s3:smb2_negprot: allow "smb max {read,write,trans}" up to 8MiBStefan Metzmacher2014-07-111-4/+4
* s3: Refactor smbd_smb2_request_process_negprotIra Cooper2014-06-231-63/+77
* 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