The Samba-Bugzilla – Attachment 885 Details for
Bug 2231
smbclient can only list the root directory listing when connecting to a Netware CIFS Share.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch.
look (text/plain), 584 bytes, created by
Jeremy Allison
on 2005-01-11 18:23:55 UTC
(
hide
)
Description:
Proposed patch.
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2005-01-11 18:23:55 UTC
Size:
584 bytes
patch
obsolete
>Index: client/client.c >=================================================================== >--- client/client.c (revision 4694) >+++ client/client.c (working copy) >@@ -582,17 +582,17 @@ > if(mask[strlen(mask)-1]!='\\') > pstrcat(mask,"\\"); > } else { >- *mask = '\0'; >+ pstrcpy(mask, "\\"); > } > > if (next_token_nr(NULL,buf,NULL,sizeof(buf))) { > dos_format(p); > if (*p == '\\') >- pstrcpy(mask,p); >+ pstrcpy(mask,p + 1); > else > pstrcat(mask,p); > } else { >- pstrcat(mask,"\\*"); >+ pstrcat(mask,"*"); > } > > do_list(mask, attribute, display_finfo, recurse, True);
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 2231
: 885