summaryrefslogtreecommitdiff
path: root/source3/smbd/negprot.c
Commit message (Expand)AuthorAgeFilesLines
* smbd: Do an early exit on negprot failureVolker Lendecke2017-03-131-7/+16
* s3:smbd: allow "server min protocol = SMB3_00" to go via "SMB 2.???" negprotStefan Metzmacher2017-02-011-2/+21
* CVE-2016-2114: s3:smbd: use the correct default values for "smb signing"Stefan Metzmacher2016-03-301-2/+4
* s3:smbd: add negprot remote arch detection for OSXJustin Maggard2016-03-141-14/+25
* s3:smbd: rework negprot remote arch detectionJustin Maggard2016-03-141-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
* s3:smbd: make use of SMB_SIGNING_* constantsStefan Metzmacher2011-11-031-4/+5
* s3-ntlmssp Remove auth_ntlmssp_update wrapperAndrew Bartlett2011-10-211-2/+2
* s3:smbd: make use of better SMB signing negotiationStefan Metzmacher2011-09-141-1/+0
* libcli/smb: s/FLAGS2_UNKNOWN_BIT4/FLAGS2_SMB_SECURITY_SIGNATURES_REQUIREDStefan Metzmacher2011-09-101-1/+1
* s3:smb2_server: add basic support for SMB 2.1Stefan Metzmacher2011-09-051-0/+1
* s3:smbd: make use of PROTOCOL_SMB2_02Stefan Metzmacher2011-09-051-1/+1
* s3: Fix bug 8334, do not fork the echo handler for smb2Volker Lendecke2011-08-311-1/+2
* s3-auth use auth_generic_start to get full GENSEC in Samba3 session setupAndrew Bartlett2011-08-031-1/+27