summaryrefslogtreecommitdiffstats
path: root/source3/smbd/smb2_negprot.c
Commit message (Collapse)AuthorAgeFilesLines
* Revert "s3: Move the global variable Protocol to struct smbd_server_connection"Volker Lendecke2009-11-231-1/+1
| | | | This reverts commit c85a4c9ba4a7de65a7850f6f9708df66bd24deea.
* s3: Move the global variable Protocol to struct smbd_server_connectionVolker Lendecke2009-11-211-1/+1
|
* Remove "Protocol" as an extern, and add accessor functions.Jeremy Allison2009-11-041-3/+1
| | | | Jeremy.
* libcli: move some common SMB and SMB2 stuff into libcli/smb/Stefan Metzmacher2009-08-121-1/+1
| | | | | | This will hold code that's shared between source3 and source4. metze
* Fix a few uninitialized variable warningsVolker Lendecke2009-07-241-1/+1
| | | | I know those warnings are bogus, but both Coverity and gcc don't get it.
* Add NTLMSSP SPNEGO to smb2 auth. Tested with Win7.Jeremy Allison2009-06-041-1/+5
| | | | Jeremy.
* s3:smbd: return the correct security mode and capabilities in SMB2 NegotitateStefan Metzmacher2009-05-261-5/+18
| | | | metze
* s3:smbd: for now indicate raw NTLMSSP in the SMB2 Negotiate responseStefan Metzmacher2009-05-201-0/+3
| | | | metze
* s3:smbd: allow SMB 2.002 dialect in SMB1 negprotStefan Metzmacher2009-05-201-0/+36
| | | | | | | We create a dummy SMB2 Negotiate inbuf and pass the connection to the SMB2 engine. metze
* s3:smbd: add support for SMB2 NegotiateStefan Metzmacher2009-05-201-0/+127
This is not complete, but a start that makes the samba4 smb2 client happy. metze