summaryrefslogtreecommitdiff
path: root/source4/smb_server/smb2/sesssetup.c
AgeCommit message (Expand)AuthorFilesLines
2007-12-21r26268: Avoid more use of global_loadparm - put lp_ctx in smb_server and wbsr...Jelmer Vernooij1-1/+1
2007-12-21r26260: Store loadparm context in gensec context.Jelmer Vernooij1-0/+2
2007-10-10r25551: Convert to standard bool type.Jelmer Vernooij1-4/+4
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r23020: a better fix for the memory leak - this one doesn't stuff up spnego :)Andrew Tridgell1-1/+5
2007-10-10r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett1-0/+2
2007-10-10r17341: pass a messaging context to auth_context_create()Stefan Metzmacher1-2/+4
2007-10-10r17297: Some compilers don't seem to like the ;;Andrew Bartlett1-1/+1
2007-10-10r17268: change the smb2 session setup to use the new gensec_update_send/recv(...Stefan Metzmacher1-61/+91
2007-10-10r16734: the 2 bytes after the opcode and before the flags,Stefan Metzmacher1-7/+8
2007-10-10r16708: the packet format of SMB2 SessionSetup has changed,Stefan Metzmacher1-39/+8
2007-10-10r15742: use union smb_sessetupStefan Metzmacher1-18/+19
2007-10-10r15532: add a BOOL body_dynamic_present, because the body_dynamic_size can be 0Stefan Metzmacher1-2/+2
2007-10-10r15304: Fix smbd build, more updates on getting --enable-dso to build againJelmer Vernooij1-0/+1
2007-10-10r12113: in SMB2 we should only allocate a new sessionStefan Metzmacher1-6/+6
2007-10-10r12102: for SMB2 we need to allocate tcons per sessionStefan Metzmacher1-0/+5
2007-10-10r12092: - add dummy functions for the missing SMB2 opcodesStefan Metzmacher1-8/+49
2007-10-10r11789: - add the start of a SMB2 serverStefan Metzmacher1-0/+185