The Samba-Bugzilla – Attachment 1238 Details for
Bug 2732
smbclient hangs when doing 'ls' on a Win2k server.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch that prevents hanging but truncates directory listings
samba-3.0.15pre2-clilist.patch (text/plain), 721 bytes, created by
Jay Fenlason - please log in and update your mail address here and let us enable Bugmails to you again, Jay
on 2005-05-20 08:09:51 UTC
(
hide
)
Description:
Patch that prevents hanging but truncates directory listings
Filename:
MIME Type:
Creator:
Jay Fenlason - please log in and update your mail address here and let us enable Bugmails to you again, Jay
Created:
2005-05-20 08:09:51 UTC
Size:
721 bytes
patch
obsolete
>--- samba-3.0.15pre2/source/libsmb/#clilist.c~ 2005-05-18 18:08:54.000000000 -0400 >+++ samba-3.0.15pre2/source/libsmb/clilist.c 2005-05-18 18:08:54.000000000 -0400 >@@ -207,7 +207,7 @@ > SIVAL(param,6,0); /* ff_resume_key */ > /* NB. *DON'T* use continue here. If you do it seems that W2K and bretheren > can miss filenames. Use last filename continue instead. JRA */ >- SSVAL(param,10,(FLAG_TRANS2_FIND_REQUIRE_RESUME|FLAG_TRANS2_FIND_CLOSE_IF_END)); /* resume required + close on end */ >+ SSVAL(param,4,(FLAG_TRANS2_FIND_REQUIRE_RESUME|FLAG_TRANS2_FIND_CLOSE_IF_END)); /* resume required + close on end */ > p = param+12; > p += clistr_push(cli, param+12, mask, sizeof(param)-12, > STR_TERMINATE);
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 2732
:
1236
|
1237
| 1238 |
1239