The Samba-Bugzilla – Attachment 3876 Details for
Bug 6036
libsmbclient is always a case-insensitive client when talking to Samba servers
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to make libsmbclient negotiate case sensitivity
libsmbclient-511744.patch (text/plain), 470 bytes, created by
Steve Langasek
on 2009-01-14 23:13:04 UTC
(
hide
)
Description:
patch to make libsmbclient negotiate case sensitivity
Filename:
MIME Type:
Creator:
Steve Langasek
Created:
2009-01-14 23:13:04 UTC
Size:
470 bytes
patch
obsolete
>Index: source/libsmb/libsmb_server.c >=================================================================== >--- source/libsmb/libsmb_server.c (revision 2336) >+++ source/libsmb/libsmb_server.c (working copy) >@@ -355,7 +355,10 @@ > errno = ENOMEM; > return NULL; > } >- >+ >+ /* POSIX-like - always request case-sensitivity by default. */ >+ cli_set_case_sensitive(cli, True); >+ > if (smbc_getOptionUseKerberos(context)) { > c->use_kerberos = 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 6036
: 3876