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_sesssetup.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-06-08
Revert "s3:auth Change auth_ntlmssp_server_info API to return NTSTATUS"
Volker Lendecke
1
-4
/
+3
2010-06-07
s3:auth Change auth_ntlmssp_server_info API to return NTSTATUS
Andrew Bartlett
1
-3
/
+4
2010-06-03
Allow us to cope correctly with NT_STATUS_MORE_PROCESSING_REQUIRED when downg...
Jeremy Allison
1
-1
/
+7
2010-06-03
Found by Guenther - fix up our fallback paths from krb5 to NTLMSSP when using...
Jeremy Allison
1
-8
/
+29
2010-05-31
s3:smbd map_username() doesn't need sconn anymore
Simo Sorce
1
-2
/
+1
2010-05-31
ntlmssp: Make the ntlmssp.h from source3/ a common header
Andrew Bartlett
1
-1
/
+1
2010-05-31
s3:auth Make AUTH_NTLMSSP_STATE a private structure.
Andrew Bartlett
1
-19
/
+11
2010-05-28
s3:auth Free sampass as soon as we have server_info
Simo Sorce
1
-0
/
+1
2010-05-28
s3:auth use info3 in auth_serversupplied_info
Simo Sorce
1
-4
/
+4
2010-05-21
Make krb5 over SMB2 identical to the way we handle it in SMB1.
Jeremy Allison
1
-2
/
+50
2010-05-20
s3 smb2: Fix the build without kerberos
Kai Blin
1
-0
/
+2
2010-05-17
Plumb in krb5 to the SMB2 sessionsetup code. First cut of this code.
Jeremy Allison
1
-10
/
+403
2010-05-17
Refactor the sessionsetup SMB2 code to make it easy to add
Jeremy Allison
1
-140
/
+293
2010-05-10
SMB2 always have level2 oplock capability. Correct mapping from break message...
Jeremy Allison
1
-0
/
+2
2010-04-17
First part of fix for bug #7331 - Compound async SMB 2 requests don't work ri...
Jeremy Allison
1
-10
/
+17
2010-04-07
On compound requests, MS-SMB2 says clients MAY use 0xFFFFFFFF for compound ti...
Jeremy Allison
1
-0
/
+20
2009-12-22
s3:ntlmssp: only include ntlmssp.h where actually needed
Andrew Bartlett
1
-0
/
+1
2009-09-17
spnego: share spnego_parse.
Günther Deschner
1
-0
/
+1
2009-08-12
libcli: move some common SMB and SMB2 stuff into libcli/smb/
Stefan Metzmacher
1
-1
/
+1
2009-08-12
s3:smbd: correctly invalidate vuids when SMB2 is used
Stefan Metzmacher
1
-0
/
+1
2009-08-08
s3:smbd: rename conn => sconn for smbd_server_connection structs
Stefan Metzmacher
1
-12
/
+12
2009-06-05
s3:smbd: implement smbd_smb2_request_error/done() as macros on top of the _ex...
Stefan Metzmacher
1
-1
/
+2
2009-06-04
Add NTLMSSP SPNEGO to smb2 auth. Tested with Win7.
Jeremy Allison
1
-7
/
+68
2009-06-03
s3:smbd: create a connection_struct in SMB2 Tree Connect
Stefan Metzmacher
1
-1
/
+1
2009-06-03
s3:smbd: create a user_struct for compat in SMB2 Session Setup
Stefan Metzmacher
1
-0
/
+16
2009-05-26
s3:smbd: add support for SMB2 signing
Stefan Metzmacher
1
-11
/
+59
2009-05-22
s3:smbd: implement SMB2 Tree Connect
Stefan Metzmacher
1
-0
/
+13
2009-05-22
s3:smbd: SMB2 session ids are 64bit...
Stefan Metzmacher
1
-2
/
+2
2009-05-22
s3:smbd: implement SMB2 Logoff
Stefan Metzmacher
1
-0
/
+45
2009-05-20
s3:smbd: check the incoming session id for SMB2 requests
Stefan Metzmacher
1
-0
/
+31
2009-05-20
s3:smbd: implement SMB2 Session Setup with raw NTLMSSP
Stefan Metzmacher
1
-0
/
+190