summaryrefslogtreecommitdiff
path: root/source4/smb_server/smb2/negprot.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-15lib/param: Create a seperate server role for "active directory domain control...Andrew Bartlett1-1/+1
2011-11-03s4:smb_server: s/SMB_SIGNING_SUPPORTED/SMB_SIGNING_IF_REQUIRED/Stefan Metzmacher1-1/+1
2011-11-03s4:smb_server: change the default for "server signing" to "default"Stefan Metzmacher1-1/+4
2011-11-03s4:smb_server/smb2: add the same SMB_SIGNING_AUTO logic as for smb1Stefan Metzmacher1-2/+25
2011-10-18gensec: move event context from gensec_*_init() to gensec_update()Andrew Bartlett1-1/+1
2011-09-05s4:smb_server: make use of PROTOCOL_SMB2_02Stefan Metzmacher1-1/+1
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-4/+4
2009-12-10s4-server: use GUID_to_ndr_blob() in cldap and smb serversAndrew Tridgell1-3/+2
2009-12-10s4-smb2: use new GUID function in smb2 negprotAndrew Tridgell1-3/+2
2009-09-19s4-smbd: minimise includes in smbd/ and smb_serverAndrew Tridgell1-2/+0
2009-05-26s4:smb2srv: We only support SMB 2.002.Stefan Metzmacher1-5/+12
2009-02-13Remove auth/ntlm as a dependency of GENSEC by means of function pointers.Andrew Bartlett1-11/+14
2008-11-02Add gensec_settings structure. This wraps loadparm_context for now, butJelmer Vernooij1-1/+1
2008-09-24we should terminate the connection on a bad negprot packet sizeAndrew Tridgell1-2/+2
2008-07-28smb2srv: correctly hold the signing state per sessionStefan Metzmacher1-1/+1
2008-06-07fixed mandatory signingAndrew Tridgell1-0/+2
2008-06-06added server side SMB2 signingAndrew Tridgell1-1/+12
2008-04-17make smb2 read and write size configurableAndrew Tridgell1-3/+6
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-0/+2
2008-02-14updated SMB2 code for getinfo according to WSPP docsAndrew Tridgell1-4/+5
2008-02-14Convert SMB and SMB2 code to use a common buffer handling structureAndrew Tridgell1-0/+2
2008-02-12fixed crash when 0 dialects (thanks metze!)Andrew Tridgell1-2/+4
2008-02-12updated SMB2 header defines to match WSPP docsAndrew Tridgell1-6/+6
2008-02-12converted the out side of SMB2 negprot handlingAndrew Tridgell1-29/+30
2008-02-12fixed up the .in side of SMB2 negprotAndrew Tridgell1-5/+35
2007-12-21r26430: require explicit specification of loadparm context.Jelmer Vernooij1-1/+1
2007-12-21r26268: Avoid more use of global_loadparm - put lp_ctx in smb_server and wbsr...Jelmer Vernooij1-2/+2
2007-12-21r26260: Store loadparm context in gensec context.Jelmer Vernooij1-0/+1
2007-10-10r25551: Convert to standard bool type.Jelmer Vernooij1-1/+1
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij1-1/+2
2007-10-10r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij1-1/+1
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r22866: handle incoming chained smb2 requests in our server code to letStefan Metzmacher1-12/+12
2007-10-10r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett1-1/+2
2007-10-10r17341: pass a messaging context to auth_context_create()Stefan Metzmacher1-2/+4
2007-10-10r17009: set the protocol version correctStefan Metzmacher1-0/+2
2007-10-10r16734: the 2 bytes after the opcode and before the flags,Stefan Metzmacher1-2/+2
2007-10-10r15532: add a BOOL body_dynamic_present, because the body_dynamic_size can be 0Stefan Metzmacher1-1/+1
2007-10-10r15304: Fix smbd build, more updates on getting --enable-dso to build againJelmer Vernooij1-0/+1
2007-10-10r13860: - add support for SMB2 ("SMB 2.001") negotiation in SMB negprot requestsStefan Metzmacher1-0/+53
2007-10-10r12092: - add dummy functions for the missing SMB2 opcodesStefan Metzmacher1-2/+0
2007-10-10r11789: - add the start of a SMB2 serverStefan Metzmacher1-0/+177