summaryrefslogtreecommitdiff
path: root/source3/smbd/negprot.c
Commit message (Expand)AuthorAgeFilesLines
* s3/smbd: Server responds incorrectly if no SMB protocol chosenTim Beale2018-09-281-1/+8
* s3:smbd: Fix size types in reply_negprot()Andreas Schneider2018-04-031-5/+8
* s3:smbd: Do not crash if we fail to init the session tableAndreas Schneider2018-03-021-3/+20
* s3:smbd: remove deprecated 'use spnego = no" handlingStefan Metzmacher2018-01-101-1/+0
* lib: Remove unused serverid.tdbVolker Lendecke2017-12-051-8/+0
* auth: Always supply both the remote and local address to the auth subsystemAndrew Bartlett2017-03-291-3/+4
* s3-auth: Pass service_description into gensec via auth_generic_prepare()Andrew Bartlett2017-03-291-0/+8
* smbd: Do an early exit on negprot failureVolker Lendecke2017-03-031-6/+15
* s3:smbd: allow "server min protocol = SMB3_00" to go via "SMB 2.???" negprotStefan Metzmacher2017-01-271-2/+21
* smbd: Adjust debug level of "No protocol supported" messageChristof Schmitt2016-09-101-1/+1
* CVE-2016-2114: s3:smbd: use the correct default values for "smb signing"Stefan Metzmacher2016-04-121-2/+4
* s3:smbd: add negprot remote arch detection for OSXJustin Maggard2016-03-031-14/+25
* s3:smbd: rework negprot remote arch detectionJustin Maggard2016-03-031-48/+65
* s3:smbd: remove unused spnego related includesStefan Metzmacher2015-12-171-1/+0
* Convert all uses of uint8/16/32 to _t in source3/smbd.Richard Sharpe2015-05-061-8/+8
* s3:smbd: only pass smbXsrv_connection to fork_echo_handler()Stefan Metzmacher2014-09-191-1/+1
* s3:smbd: use req->sconn in reply_negprot()Stefan Metzmacher2014-09-191-1/+1
* s3:smbd: pass smbXsrv_connection to get_challenge()Stefan Metzmacher2014-08-061-14/+10
* s3:smbd: pass smbXsrv_connection to negprot_spnego()Stefan Metzmacher2014-08-061-6/+5
* s3:smbd: move sconn->smb1.signing_state to xconn->smb1.signing_stateStefan Metzmacher2014-08-061-2/+2
* s3:smbd: move sconn->smb1.negprot.* to xconn->smb1.negprot.*Stefan Metzmacher2014-08-061-23/+29
* samba: Retain case sensitivity of cifs clientShirish Pargaonkar2014-08-011-1/+2
* s3:smbd: always allow SMB1 signing, but only announce it if configured.Stefan Metzmacher2014-04-161-3/+3
* auth/gensec: remove tevent_context argument from gensec_update()Stefan Metzmacher2014-03-271-1/+1
* lib/param: Normalise "read raw" and "write raw" parametersAndrew Bartlett2014-02-121-3/+13
* param: rename lp function and variable from "encrypted_passwords" to "encrypt...Garming Sam2014-02-071-3/+3
* param: rename lp function and variable from "srv_minprotocol" to "server_min_...Garming Sam2014-02-071-1/+1
* param: rename lp function and variable from "srv_maxprotocol" to "server_max_...Garming Sam2014-02-071-1/+1
* param: rename lp function and variable from "maxmux" to "max_mux"Garming Sam2014-02-071-3/+3
* smbd: Fix async echo handler forking (Bug 10086)Volker Lendecke2013-08-141-3/+6
* s3:smbd: remove silly (SMB_OFF_T_BITS == 64) checksStefan Metzmacher2013-03-201-3/+2
* Correctly check for errors in strlower_m() returns.Jeremy Allison2012-08-091-1/+1
* param: Make the 'unicode' parameter commonAndrew Bartlett2012-07-241-1/+5
* s3-smbd: Remove unused branches in negprot since security=share was removedAndrew Bartlett2012-06-111-21/+8
* s3-smbd: Remove support for protocols before LANMAN1Andrew Bartlett2012-06-051-35/+0
* s3:smbd: introduce struct smbXsrv_connectionStefan Metzmacher2012-05-121-5/+6
* lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij2012-03-241-14/+14
* s3-auth: Follow auth_ntlmssp and use auth4_context for Session SetupAndrew Bartlett2012-03-081-1/+1
* s3-auth: Remove security=share (depricated since 3.6).Andrew Bartlett2012-03-041-1/+0
* s3-param: Align lp_{max,min}protocol with lib/param namesAndrew Bartlett2012-02-271-2/+2
* s3-smbd Remove unused code now we always have SPNEGO via gensecAndrew Bartlett2012-02-161-36/+4
* s3-auth Remove ntlmssp_wrap.h which is no longer requiredAndrew Bartlett2012-01-051-1/+0
* s3-auth use gensec directly rather than via auth_generic_stateAndrew Bartlett2012-01-051-5/+5
* s3-auth Add TALLOC_CTX * to auth_generic_prepare()Andrew Bartlett2012-01-051-1/+2
* s3-auth rename auth_ntlmssp_prepare() -> auth_generic_prepare()Andrew Bartlett2011-12-221-1/+1
* s3-auth rename auth_ntlmssp_state -> auth_generic_stateAndrew Bartlett2011-12-221-1/+1
* s3:smbd: avoid using sconn_server_id()Stefan Metzmacher2011-12-161-1/+1
* s3:smbd: pass smbd_server_connection and a snumused function pointer to reloa...Stefan Metzmacher2011-12-151-2/+2
* s3:smbd: calculate the negprot signing flags from the signing_stateStefan Metzmacher2011-11-161-3/+10
* s3:smbd: also send the server name in the negprot responseStefan Metzmacher2011-11-041-0/+8