Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-07-19 | Move the addition of the 16 byte guid out of spnego_gen_negTokenInit() and | Jeremy Allison | 1 | -2/+1 | |
into negprot_spnego() where it belongs (it's not an SPNEGO operation). Add a TALLOC_CTX for callers of negprot_spnego(). Closer to unifying all the gen_negTokenXXX calls. Jeremy. | |||||
2010-06-12 | s3: Remove smbd_server_conn from reply_smb2002 | Volker Lendecke | 1 | -1/+1 | |
2010-06-12 | s3: Explicitly pass sconn to negprot_spnego() | Volker Lendecke | 1 | -1/+1 | |
2010-04-06 | Parameterize "smb2 max read", "smb2 max write", "smb2 max trans". | Jeremy Allison | 1 | -3/+3 | |
Set to 64k by default. Jeremy. | |||||
2009-11-23 | Revert "s3: Move the global variable Protocol to struct smbd_server_connection" | Volker Lendecke | 1 | -1/+1 | |
This reverts commit c85a4c9ba4a7de65a7850f6f9708df66bd24deea. | |||||
2009-11-21 | s3: Move the global variable Protocol to struct smbd_server_connection | Volker Lendecke | 1 | -1/+1 | |
2009-11-04 | Remove "Protocol" as an extern, and add accessor functions. | Jeremy Allison | 1 | -3/+1 | |
Jeremy. | |||||
2009-08-12 | libcli: move some common SMB and SMB2 stuff into libcli/smb/ | Stefan Metzmacher | 1 | -1/+1 | |
This will hold code that's shared between source3 and source4. metze | |||||
2009-07-24 | Fix a few uninitialized variable warnings | Volker Lendecke | 1 | -1/+1 | |
I know those warnings are bogus, but both Coverity and gcc don't get it. | |||||
2009-06-04 | Add NTLMSSP SPNEGO to smb2 auth. Tested with Win7. | Jeremy Allison | 1 | -1/+5 | |
Jeremy. | |||||
2009-05-26 | s3:smbd: return the correct security mode and capabilities in SMB2 Negotitate | Stefan Metzmacher | 1 | -5/+18 | |
metze | |||||
2009-05-20 | s3:smbd: for now indicate raw NTLMSSP in the SMB2 Negotiate response | Stefan Metzmacher | 1 | -0/+3 | |
metze | |||||
2009-05-20 | s3:smbd: allow SMB 2.002 dialect in SMB1 negprot | Stefan Metzmacher | 1 | -0/+36 | |
We create a dummy SMB2 Negotiate inbuf and pass the connection to the SMB2 engine. metze | |||||
2009-05-20 | s3:smbd: add support for SMB2 Negotiate | Stefan Metzmacher | 1 | -0/+127 | |
This is not complete, but a start that makes the samba4 smb2 client happy. metze |