summaryrefslogtreecommitdiffstats
path: root/source3/smbd/smb2_sesssetup.c
Commit message (Expand)AuthorAgeFilesLines
* s3:smbd: implement smbd_smb2_request_error/done() as macros on top of the _ex...Stefan Metzmacher2009-06-051-1/+2
* Add NTLMSSP SPNEGO to smb2 auth. Tested with Win7.Jeremy Allison2009-06-041-7/+68
* s3:smbd: create a connection_struct in SMB2 Tree ConnectStefan Metzmacher2009-06-031-1/+1
* s3:smbd: create a user_struct for compat in SMB2 Session SetupStefan Metzmacher2009-06-031-0/+16
* s3:smbd: add support for SMB2 signingStefan Metzmacher2009-05-261-11/+59
* s3:smbd: implement SMB2 Tree ConnectStefan Metzmacher2009-05-221-0/+13
* s3:smbd: SMB2 session ids are 64bit...Stefan Metzmacher2009-05-221-2/+2
* s3:smbd: implement SMB2 LogoffStefan Metzmacher2009-05-221-0/+45
* s3:smbd: check the incoming session id for SMB2 requestsStefan Metzmacher2009-05-201-0/+31
* s3:smbd: implement SMB2 Session Setup with raw NTLMSSPStefan Metzmacher2009-05-201-0/+190