Fix a few "might be uninitialized" errors
[samba.git] / source3 / smbd / smb2_negprot.c
6 days ago Volker Lendeckesmbd: Remove sconn->using_smb2
2023-12-15 Volker Lendeckesmbd: Remove callback for release_ip when "state" is...
2023-11-27 Ralph Boehmesmbd: bring back "smb3 unix extensions" option
2023-11-27 Ralph Boehmesmbd: factor out smb2_negotiate_context_process_posix()
2023-09-21 Volker Lendeckeconf: Remove "smb3 unix extensions" parameter
2023-09-11 Joseph Suttons3:smbd: Fix code spelling
2023-07-21 Ralph BoehmeCVE-2023-3347: smbd: remove comment in smbd_smb2_reques...
2023-07-19 Andreas Schneiders3:smbd: Fix code spelling
2023-06-05 Volker Lendeckesmbd: Remove unused "pcd" arg from smb1_srv_send()
2023-06-01 Stefan Metzmachersmb2_negprot: add CALLGRIND_START_INSTRUMENTATION after...
2022-12-12 Volker Lendeckelib: Make substitute.c's "remote_proto" static
2022-09-02 Volker Lendeckeparam: Add "smb3 unix extensions"
2022-08-04 Volker Lendeckesmbd: Fix a "set but not used" warning
2022-04-07 Jeremy Allisons3: smbd: Rename reply_outbuf() -> reply_smb1_outbuf().
2022-04-07 David Muldersmbd: Remove uses of srv_send_smb
2022-04-07 David Muldersmbd: Process error reply if SMB1 negprot parsing fails
2022-04-07 David Muldersmbd: Enable multi-protocol negotiate w/out SMB1
2022-04-07 David Muldersmbd: negprot_spnego allow disabling smb1 spnego set
2022-04-07 David Muldersmbd: Move negprot_spnego to smb2_negprot.c
2022-03-08 Jeremy Allisons3: smbd: Split srv_init_signing() into 2 static functi...
2022-02-01 Jeremy Allisons3: smbd: smbd_smb2_request_process_negprot() - Allow...
2021-07-15 Stefan Metzmacherlibcli/smb: actually make use of "client/server smb3...
2021-07-15 Stefan Metzmachers3:smbd: prepare support for SMB2_SIGNING_CAPABILITIES
2021-07-15 Stefan Metzmachers3:smbd: let 'server smb3 encryption algorithms' disabl...
2021-07-15 Stefan Metzmachers3:smbd: make use of 'server smb3 encryption algorithms'
2021-07-15 Stefan Metzmachersmb2_negprot: make use of struct smb311_capabilities...
2021-07-15 Stefan Metzmachers3:smbd: replace PROTOCOL_SMB3_10 with PROTOCOL_SMB3_11
2021-07-15 Stefan Metzmachers3:smbd: replace PROTOCOL_SMB2_24 with PROTOCOL_SMB3_00
2021-07-15 Stefan Metzmachers3:smbd: replace PROTOCOL_SMB2_22 with PROTOCOL_SMB3_00
2021-07-15 Stefan Metzmachersmb2_negprot: no longer use experimental dialects 2...
2021-07-12 Stefan Metzmacherlibcli/smb: let smb2_negotiate_context_parse() only...
2021-03-17 Stefan Metzmachersmb2_negotiate: maintain xconn->smb2.server.sign_algo
2021-03-06 Stefan MetzmachersmbXsrv_client: move the connection passing to smb2srv_...
2020-08-19 Andreas Schneiders3:smbd: Use 'enum smb_encryption_setting' values
2020-08-19 Andreas Schneiderparam: Add 'server smb encrypt' parameter
2020-07-08 Stefan Metzmachers3:smbd: setup client->global->client_guid even without...
2019-12-04 Jeremy Allisons3: smbd: Change (*proto_reply_fn()) to return an NTSTATUS.
2019-12-04 Jeremy Allisons3: smbd: Change reply_smb20xx() to return NTSTATUS.
2019-08-27 Andreas Schneiders3:smbd: Prefer AES-GCM over AES-CCM with GnuTLS
2019-02-25 Volker Lendeckelibcli: Pass buf/len to smb2_negotiate_context_add
2019-02-25 Volker Lendeckesmbd: Align integer types
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...
next