summaryrefslogtreecommitdiff
path: root/source3/smbd/smb2_sesssetup.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-22s3:ntlmssp: only include ntlmssp.h where actually neededAndrew Bartlett1-0/+1
2009-09-17spnego: share spnego_parse.Günther Deschner1-0/+1
2009-08-12libcli: move some common SMB and SMB2 stuff into libcli/smb/Stefan Metzmacher1-1/+1
2009-08-12s3:smbd: correctly invalidate vuids when SMB2 is usedStefan Metzmacher1-0/+1
2009-08-08s3:smbd: rename conn => sconn for smbd_server_connection structsStefan Metzmacher1-12/+12
2009-06-05s3:smbd: implement smbd_smb2_request_error/done() as macros on top of the _ex...Stefan Metzmacher1-1/+2
2009-06-04Add NTLMSSP SPNEGO to smb2 auth. Tested with Win7.Jeremy Allison1-7/+68
2009-06-03s3:smbd: create a connection_struct in SMB2 Tree ConnectStefan Metzmacher1-1/+1
2009-06-03s3:smbd: create a user_struct for compat in SMB2 Session SetupStefan Metzmacher1-0/+16
2009-05-26s3:smbd: add support for SMB2 signingStefan Metzmacher1-11/+59
2009-05-22s3:smbd: implement SMB2 Tree ConnectStefan Metzmacher1-0/+13
2009-05-22s3:smbd: SMB2 session ids are 64bit...Stefan Metzmacher1-2/+2
2009-05-22s3:smbd: implement SMB2 LogoffStefan Metzmacher1-0/+45
2009-05-20s3:smbd: check the incoming session id for SMB2 requestsStefan Metzmacher1-0/+31
2009-05-20s3:smbd: implement SMB2 Session Setup with raw NTLMSSPStefan Metzmacher1-0/+190