index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
smb2_negprot.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-17
s3:smb2_negprot: annouce/negotiate SMB3 encryption support
Stefan Metzmacher
1
-0
/
+8
2012-08-05
s3:smb2_negprot: make use of SMBD_SMB2_* macros
Stefan Metzmacher
1
-4
/
+3
2012-07-26
s3:smb2_negprot: return the current system time in the SMB2 NEGPROT response
Stefan Metzmacher
1
-1
/
+2
2012-06-29
s3:smb2_negprot: support SMB2_CAP_LARGE_MTU on everything but port 139
Stefan Metzmacher
1
-5
/
+8
2012-06-19
Fix warning: variable ‘in_start_time’ set but not used.
Jeremy Allison
1
-2
/
+0
2012-05-12
s3:smbd: introduce struct smbXsrv_connection
Stefan Metzmacher
1
-2
/
+54
2012-05-12
s3:smb2_negprot: setup the protocol at the end of the negprot with a real dia...
Stefan Metzmacher
1
-7
/
+8
2012-05-06
s3:smb2_negprot: add support for PROTOCOL_SMB3_00
Stefan Metzmacher
1
-0
/
+15
2012-03-10
Ensure the right tsocket.h is included.
Jeremy Allison
1
-1
/
+1
2012-03-09
s3:smb2_server: announce LargeMTU for SMB2.1
Christian Ambach
1
-4
/
+27
2012-03-09
s3:smb2_server use the correct variables for max read/write
Christian Ambach
1
-2
/
+2
2012-02-27
s3-param: Align lp_{max,min}protocol with lib/param names
Andrew Bartlett
1
-9
/
+9
2011-12-22
s3:smb2_negprot: add support for PROTOCOL_SMB2_24
Stefan Metzmacher
1
-0
/
+15
2011-11-20
s3:smb2_negprot: add support for SMB2_22
Stefan Metzmacher
1
-0
/
+15
2011-11-03
s3:smbd: make use of SMB_SIGNING_* constants
Stefan Metzmacher
1
-1
/
+1
2011-10-13
s3:smb2_server: remember the max_{trans,read,write} sizes we negotiated (bug ...
Stefan Metzmacher
1
-1
/
+3
2011-09-23
s3:smbd: disconnect the socket if we got an unexpected request
Stefan Metzmacher
1
-1
/
+0
2011-09-07
s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_negprot.c
Stefan Metzmacher
1
-10
/
+4
2011-09-05
s3:smb2_server: add basic support for SMB 2.1
Stefan Metzmacher
1
-4
/
+62
2011-09-05
s3:smb2_server: return NOT_SUPPORTED if we don't find a common dialect with t...
Stefan Metzmacher
1
-6
/
+8
2011-09-05
s3:smb2_server: max_trans, max_read and max_write are limited to 64 kilobytes
Stefan Metzmacher
1
-3
/
+17
2011-07-12
s3:smbd: use PROTOCOL_SMB2_02 instead PROTOCOL_SMB2
Stefan Metzmacher
1
-1
/
+1
2011-05-30
s3: Safely mark our sconn as smb2 if we have that protocol
Volker Lendecke
1
-0
/
+2
2011-05-05
s3: Fix a typo
Volker Lendecke
1
-1
/
+1
2011-03-30
s3: include smbd/smbd.h where needed.
Günther Deschner
1
-0
/
+1
2010-07-19
Move the addition of the 16 byte guid out of spnego_gen_negTokenInit() and
Jeremy Allison
1
-2
/
+1
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
2009-11-23
Revert "s3: Move the global variable Protocol to struct smbd_server_connection"
Volker Lendecke
1
-1
/
+1
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
2009-08-12
libcli: move some common SMB and SMB2 stuff into libcli/smb/
Stefan Metzmacher
1
-1
/
+1
2009-07-24
Fix a few uninitialized variable warnings
Volker Lendecke
1
-1
/
+1
2009-06-04
Add NTLMSSP SPNEGO to smb2 auth. Tested with Win7.
Jeremy Allison
1
-1
/
+5
2009-05-26
s3:smbd: return the correct security mode and capabilities in SMB2 Negotitate
Stefan Metzmacher
1
-5
/
+18
2009-05-20
s3:smbd: for now indicate raw NTLMSSP in the SMB2 Negotiate response
Stefan Metzmacher
1
-0
/
+3
2009-05-20
s3:smbd: allow SMB 2.002 dialect in SMB1 negprot
Stefan Metzmacher
1
-0
/
+36
2009-05-20
s3:smbd: add support for SMB2 Negotiate
Stefan Metzmacher
1
-0
/
+127