The Samba-Bugzilla – Attachment 5896 Details for
Bug 7608
Win7 SMB2 authentication causes smbd panic
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix that went into master and v3-6-test.
look (text/plain), 792 bytes, created by
Jeremy Allison
on 2010-08-09 18:18:42 UTC
(
hide
)
Description:
Fix that went into master and v3-6-test.
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2010-08-09 18:18:42 UTC
Size:
792 bytes
patch
obsolete
>diff --git a/source3/smbd/smb2_sesssetup.c b/source3/smbd/smb2_sesssetup.c >index 3ca7ae7..c51a0fd 100644 >--- a/source3/smbd/smb2_sesssetup.c >+++ b/source3/smbd/smb2_sesssetup.c >@@ -787,8 +787,10 @@ static NTSTATUS smbd_smb2_spnego_auth(struct smbd_smb2_session *session, > status = auth_ntlmssp_update(session->auth_ntlmssp_state, > auth, > &auth_out); >- if (!NT_STATUS_IS_OK(status) && >- !NT_STATUS_EQUAL(status, NT_STATUS_MORE_PROCESSING_REQUIRED)) { >+ /* We need to call setup_ntlmssp_server_info() if status==NT_STATUS_OK, >+ or if status is anything except NT_STATUS_MORE_PROCESSING_REQUIRED, >+ as this can trigger map to guest. */ >+ if (!NT_STATUS_EQUAL(status, NT_STATUS_MORE_PROCESSING_REQUIRED)) { > status = setup_ntlmssp_server_info(session, status); > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 7608
:
5886
|
5887
|
5888
| 5896