summaryrefslogtreecommitdiffstats
path: root/source3/smbd/negprot.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3:smbd: use PROTOCOL_SMB2_02 instead PROTOCOL_SMB2Stefan Metzmacher2011-07-121-1/+1
* s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-091-2/+2
* s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett2011-06-091-1/+1
* s3: Fork the echo handler only after SMB1 negprot is doneVolker Lendecke2011-05-201-0/+5
* BUGFIX when converting from safe_strcpy to strlcpy.Jeremy Allison2011-05-041-1/+5
* s3: only include smb profiling where needed.Günther Deschner2011-04-141-0/+1
* s3-messages: only include messages.h where needed.Günther Deschner2011-03-301-0/+1
* s3-auth: smbd needs auth.hGünther Deschner2011-03-301-0/+1
* s3: include smbd/smbd.h where needed.Günther Deschner2011-03-301-0/+1
* s3-safe_string: Add checked_strlcpy()Andrew Bartlett2011-03-231-1/+1
* s3-server_id: only include server_id where needed.Günther Deschner2011-03-021-0/+1
* s3: Fix some nonempty blank linesVolker Lendecke2010-12-191-22/+22
* s3-smbd Don't send SPNEGO principal (rfc4178 hint) by defaultAndrew Bartlett2010-12-101-0/+3
* Fix bug discovered with "encryped passwords = no".Jeremy Allison2010-11-291-8/+1