The Samba-Bugzilla – Attachment 1103 Details for
Bug 2533
DIR command not working properly in OS/2 DOSBOX and Win98 DOS app fails to run
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch part 1.
look (text/plain), 555 bytes, created by
Jeremy Allison
on 2005-03-23 19:08:32 UTC
(
hide
)
Description:
Patch part 1.
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2005-03-23 19:08:32 UTC
Size:
555 bytes
patch
obsolete
>Index: smbd/sesssetup.c >=================================================================== >--- smbd/sesssetup.c (revision 6017) >+++ smbd/sesssetup.c (working copy) >@@ -677,6 +677,10 @@ > > if (Protocol < PROTOCOL_NT1) { > uint16 passlen1 = SVAL(inbuf,smb_vwv7); >+ >+ /* Never do NT status codes with protocols before NT1 as we don't get client caps. */ >+ remove_from_common_flags2(FLAGS2_32_BIT_ERROR_CODES); >+ > if ((passlen1 > MAX_PASS_LEN) || (passlen1 > smb_bufrem(inbuf, smb_buf(inbuf)))) { > return ERROR_NT(NT_STATUS_INVALID_PARAMETER); > }
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 2533
:
1101
|
1102
| 1103 |
1104
|
1110
|
1121