-
This is more of a question, but after [disabling libsmbclient by default](https://github.com/MusicPlayerDaemon/MPD/blob/ac4975cd7a681c896359157be8d4ae4aceca981d/meson_options.txt#L99) I could not help…
-
Libsmbclient has various functions for printing to print shares, getting print queues and so on. We should add them, because it's easy to do so within the framework that we have and because it's the l…
-
Running `pecl install smbclient` on alpine. I have tried installing `apk add samba-client` and also tried `apk add samba`. I see that libsmbclient is being install.
Searching from root `find . -pri…
-
## Description
When running `cargo run --example tree -- -u username -w workspace -s share -P password smb://hostname`, I got the following error message :
Finished dev [unoptimized + debuginfo…
-
Libsmbclient seems to not support guest anonymous playback links,
such as: smb://guest@server/share/filename. mp4
smb://guest:@server/share/filename. mp4
smb://server/share/filename.mp4 .
If po…
-
Hi,
for a long time, due to debian bug #221618[1] libsmbclient.h in debian and ubuntu shipped a patch[2] that forcibly defined LFS.
In the latest uploads to Debian, that patch was changed to [3]…
-
I have been trying to compile openchange on Ubuntu 12.04. I have been following steps given in the following cookbook.
http://openchange.org/cookbook/index.html
I get the following error when i try …
-
Hello, I want to install dbench to test samba server load ability.
But I had a problem in the process when compiling:
checking whether libpopt is available... yes
checking whether libsmbclient is ava…
-
## Description
Right now you need to enter the SAMBA share to be able to connect to the remote, it would be interesting to make this optional and to list the shares in case you are not provided wit…
-
Not sure if this is an issue with libsmbclient or libsmbclient-php.
When setting SMBCLIENT_OPT_USE_NT_HASH to true you can access (and list etc.) the root of a DFS share but none of it's subfolders. …