summaryrefslogtreecommitdiffstats
path: root/source4/smb_server/smb2/sesssetup.c
Commit message (Expand)AuthorAgeFilesLines
* 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