summaryrefslogtreecommitdiffstats
path: root/source4/smb_server/smb2/negprot.c
Commit message (Expand)AuthorAgeFilesLines
* s4:smb2srv: We only support SMB 2.002.Stefan Metzmacher2009-05-261-5/+12
* Remove auth/ntlm as a dependency of GENSEC by means of function pointers.Andrew Bartlett2009-02-131-11/+14
* Add gensec_settings structure. This wraps loadparm_context for now, butJelmer Vernooij2008-11-021-1/+1
* we should terminate the connection on a bad negprot packet sizeAndrew Tridgell2008-09-241-2/+2
* smb2srv: correctly hold the signing state per sessionStefan Metzmacher2008-07-281-1/+1
* fixed mandatory signingAndrew Tridgell2008-06-071-0/+2
* added server side SMB2 signingAndrew Tridgell2008-06-061-1/+12
* make smb2 read and write size configurableAndrew Tridgell2008-04-171-3/+6
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-0/+2
* updated SMB2 code for getinfo according to WSPP docsAndrew Tridgell2008-02-141-4/+5
* Convert SMB and SMB2 code to use a common buffer handling structureAndrew Tridgell2008-02-141-0/+2
* fixed crash when 0 dialects (thanks metze!)Andrew Tridgell2008-02-121-2/+4
* updated SMB2 header defines to match WSPP docsAndrew Tridgell2008-02-121-6/+6
* converted the out side of SMB2 negprot handlingAndrew Tridgell2008-02-121-29/+30
* fixed up the .in side of SMB2 negprotAndrew Tridgell2008-02-121-5/+35
* r26430: require explicit specification of loadparm context.Jelmer Vernooij2007-12-211-1/+1
* r26268: Avoid more use of global_loadparm - put lp_ctx in smb_server and wbsr...Jelmer Vernooij2007-12-211-2/+2
* r26260: Store loadparm context in gensec context.Jelmer Vernooij2007-12-211-0/+1
* r25551: Convert to standard bool type.Jelmer Vernooij2007-10-101-1/+1
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-1/+2
* r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2007-10-101-1/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r22866: handle incoming chained smb2 requests in our server code to letStefan Metzmacher2007-10-101-12/+12
* r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett2007-10-101-1/+2
* r17341: pass a messaging context to auth_context_create()Stefan Metzmacher2007-10-101-2/+4
* r17009: set the protocol version correctStefan Metzmacher2007-10-101-0/+2
* r16734: the 2 bytes after the opcode and before the flags,Stefan Metzmacher2007-10-101-2/+2
* r15532: add a BOOL body_dynamic_present, because the body_dynamic_size can be 0Stefan Metzmacher2007-10-101-1/+1
* r15304: Fix smbd build, more updates on getting --enable-dso to build againJelmer Vernooij2007-10-101-0/+1
* r13860: - add support for SMB2 ("SMB 2.001") negotiation in SMB negprot requestsStefan Metzmacher2007-10-101-0/+53
* r12092: - add dummy functions for the missing SMB2 opcodesStefan Metzmacher2007-10-101-2/+0
* r11789: - add the start of a SMB2 serverStefan Metzmacher2007-10-101-0/+177