Jeremy Allison
9c410118cb
Parameterize "smb2 max read", "smb2 max write", "smb2 max trans".
...
Set to 64k by default.
Jeremy.
2010-04-06 15:43:35 -07:00
Volker Lendecke
0f8e2a6ebb
Revert "s3: Move the global variable Protocol to struct smbd_server_connection"
...
This reverts commit c85a4c9ba4a7de65a7850f6f9708df66bd24deea.
2009-11-23 16:34:59 +01:00
Volker Lendecke
c85a4c9ba4
s3: Move the global variable Protocol to struct smbd_server_connection
2009-11-21 20:49:17 +01:00
Jeremy Allison
cbafe17bb3
Remove "Protocol" as an extern, and add accessor functions.
...
Jeremy.
2009-11-04 15:15:50 -08:00
Stefan Metzmacher
1df883aa39
libcli: move some common SMB and SMB2 stuff into libcli/smb/
...
This will hold code that's shared between source3 and source4.
metze
2009-08-12 18:28:32 +02:00
Volker Lendecke
79fd60dd38
Fix a few uninitialized variable warnings
...
I know those warnings are bogus, but both Coverity and gcc don't get it.
2009-07-24 10:23:04 -04:00
Jeremy Allison
e53ca4845e
Add NTLMSSP SPNEGO to smb2 auth. Tested with Win7.
...
Jeremy.
2009-06-04 11:14:20 -07:00
Stefan Metzmacher
bd8a38b60e
s3:smbd: return the correct security mode and capabilities in SMB2 Negotitate
...
metze
2009-05-26 09:53:05 +02:00
Stefan Metzmacher
dafc1e0c8d
s3:smbd: for now indicate raw NTLMSSP in the SMB2 Negotiate response
...
metze
2009-05-20 20:53:32 +02:00
Stefan Metzmacher
d7d73b08e9
s3:smbd: allow SMB 2.002 dialect in SMB1 negprot
...
We create a dummy SMB2 Negotiate inbuf and pass the
connection to the SMB2 engine.
metze
2009-05-20 15:43:00 +02:00
Stefan Metzmacher
3ef6a5ae9e
s3:smbd: add support for SMB2 Negotiate
...
This is not complete, but a start that makes the
samba4 smb2 client happy.
metze
2009-05-20 15:42:59 +02:00