summaryrefslogtreecommitdiffstats
path: root/source4/smb_server/smb2/sesssetup.c
Commit message (Expand)AuthorAgeFilesLines
* s4-nterr: move auth_nt_status_squash to nt_status_squash and move to nterr.cGünther Deschner2011-03-041-2/+2
* s4-smb: serialise session setup operationsAndrew Tridgell2010-09-151-0/+9
* s4:gensec: change gensec_update_send/recv to tevent_reqStefan Metzmacher2009-12-241-5/+12
* s4-smbd: minimise includes in smbd/ and smb_serverAndrew Tridgell2009-09-191-3/+0
* Remove auth/ntlm as a dependency of GENSEC by means of function pointers.Andrew Bartlett2009-02-131-9/+7
* Add gensec_settings structure. This wraps loadparm_context for now, butJelmer Vernooij2008-11-021-1/+1
* smb2srv: sign SMB2 Logoff repliesStefan Metzmacher2008-07-281-3/+17
* smb2srv: correctly hold the signing state per sessionStefan Metzmacher2008-07-281-1/+13
* fixed mandatory signingAndrew Tridgell2008-06-071-2/+1
* added server side SMB2 signingAndrew Tridgell2008-06-061-0/+9
* fix from WSPP SMB2 test 11Andrew Tridgell2008-05-291-1/+2
* updated SMB2 header defines to match WSPP docsAndrew Tridgell2008-02-121-6/+6
* converted SMB2 session setup to use WSPP protocol field namesAndrew Tridgell2008-02-121-7/+8
* r26268: Avoid more use of global_loadparm - put lp_ctx in smb_server and wbsr...Jelmer Vernooij2007-12-211-1/+1
* r26260: Store loadparm context in gensec context.Jelmer Vernooij2007-12-211-0/+2
* r25551: Convert to standard bool type.Jelmer Vernooij2007-10-101-4/+4
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r23020: a better fix for the memory leak - this one doesn't stuff up spnego :)Andrew Tridgell2007-10-101-1/+5
* r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett2007-10-101-0/+2
* r17341: pass a messaging context to auth_context_create()Stefan Metzmacher2007-10-101-2/+4
* r17297: Some compilers don't seem to like the ;;Andrew Bartlett2007-10-101-1/+1
* r17268: change the smb2 session setup to use the new gensec_update_send/recv(...Stefan Metzmacher2007-10-101-61/+91
* r16734: the 2 bytes after the opcode and before the flags,Stefan Metzmacher2007-10-101-7/+8
* r16708: the packet format of SMB2 SessionSetup has changed,Stefan Metzmacher2007-10-101-39/+8
* r15742: use union smb_sessetupStefan Metzmacher2007-10-101-18/+19
* r15532: add a BOOL body_dynamic_present, because the body_dynamic_size can be 0Stefan Metzmacher2007-10-101-2/+2
* r15304: Fix smbd build, more updates on getting --enable-dso to build againJelmer Vernooij2007-10-101-0/+1
* r12113: in SMB2 we should only allocate a new sessionStefan Metzmacher2007-10-101-6/+6
* r12102: for SMB2 we need to allocate tcons per sessionStefan Metzmacher2007-10-101-0/+5
* r12092: - add dummy functions for the missing SMB2 opcodesStefan Metzmacher2007-10-101-8/+49
* r11789: - add the start of a SMB2 serverStefan Metzmacher2007-10-101-0/+185