The Samba-Bugzilla – Attachment 3566 Details for
Bug 5750
SMB signing+KB955302+unable to open file share
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for 3.0.x.
look (text/plain), 2.00 KB, created by
Jeremy Allison
on 2008-09-11 14:16:28 UTC
(
hide
)
Description:
Patch for 3.0.x.
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2008-09-11 14:16:28 UTC
Size:
2.00 KB
patch
obsolete
>diff --git a/source/smbd/sesssetup.c b/source/smbd/sesssetup.c >index 4da568a..a084711 100644 >--- a/source/smbd/sesssetup.c >+++ b/source/smbd/sesssetup.c >@@ -94,6 +94,8 @@ static void sessionsetup_start_signing_engine(const auth_serversupplied_info *se > > /**************************************************************************** > Send a security blob via a session setup reply. >+ We must already have called set_message(outbuf,4,0,True) >+ before calling this function. > ****************************************************************************/ > > static BOOL reply_sesssetup_blob(connection_struct *conn, char *outbuf, >@@ -104,8 +106,6 @@ static BOOL reply_sesssetup_blob(connection_struct *conn, char *outbuf, > if (!NT_STATUS_IS_OK(nt_status) && !NT_STATUS_EQUAL(nt_status, NT_STATUS_MORE_PROCESSING_REQUIRED)) { > ERROR_NT(nt_status_squash(nt_status)); > } else { >- set_message(outbuf,4,0,True); >- > nt_status = nt_status_squash(nt_status); > SIVAL(outbuf, smb_rcls, NT_STATUS_V(nt_status)); > SSVAL(outbuf, smb_vwv0, 0xFF); /* no chaining possible */ >@@ -514,13 +514,14 @@ static int reply_spnego_kerberos(connection_struct *conn, > > SAFE_FREE(client); > >+ set_message(outbuf,4,0,True); >+ > if (sess_vuid == UID_FIELD_INVALID ) { > ret = NT_STATUS_LOGON_FAILURE; > } else { > /* current_user_info is changed on new vuid */ > reload_services( True ); > >- set_message(outbuf,4,0,True); > SSVAL(outbuf, smb_vwv3, 0); > > if (server_info->guest) { >@@ -577,6 +578,8 @@ static BOOL reply_spnego_ntlmssp(connection_struct *conn, char *inbuf, char *out > (*auth_ntlmssp_state)->ntlmssp_state->domain); > } > >+ set_message(outbuf,4,0,True); >+ > if (NT_STATUS_IS_OK(nt_status)) { > int sess_vuid; > DATA_BLOB nullblob = data_blob(NULL, 0); >@@ -593,7 +596,6 @@ static BOOL reply_spnego_ntlmssp(connection_struct *conn, char *inbuf, char *out > /* current_user_info is changed on new vuid */ > reload_services( True ); > >- set_message(outbuf,4,0,True); > SSVAL(outbuf, smb_vwv3, 0); > > if (server_info->guest) {
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 5750
:
3555
|
3556
|
3560
|
3561
|
3562
|
3563
|
3564
| 3566 |
3571