|
11 gadi atpakaļ | |
---|---|---|
bin | 11 gadi atpakaļ | |
contrib | 11 gadi atpakaļ | |
doc | 11 gadi atpakaļ | |
include | 11 gadi atpakaļ | |
m4 | 11 gadi atpakaļ | |
src | 11 gadi atpakaļ | |
.gitignore | 11 gadi atpakaļ | |
COPYING | 11 gadi atpakaļ | |
Makefile.am | 11 gadi atpakaļ | |
NOTES.md | 11 gadi atpakaļ | |
README.md | 11 gadi atpakaļ | |
TODO.md | 11 gadi atpakaļ | |
abi_version.sh | 11 gadi atpakaļ | |
bootstrap | 11 gadi atpakaļ | |
configure.ac | 11 gadi atpakaļ | |
libdsm.pc.in | 11 gadi atpakaļ | |
package_version.sh | 11 gadi atpakaļ |
A small project of SMB protocol client implementation in C, with a lot less features than Samba but also a more permissive license (WTFL/MIT). The initial goal of this project is to have a lib with an iOS compatible license to be intgrated into VLC for iOS.
The lib is provided as a static library or as a dynamically linked library. A few useless (yet) utils are also provided.
Most of it can be installed on Debian(-based) systems using
sudo apt-get install build-essential
$> ./bootstrap
$> ./configure --prefix=/your/ass
$> make
$> make install # maybe
Here's a list of features i intend to support in this project :
liBDSM has been tested/reported to work witht the following devices/OSes:
OSX is not supported yet, since it doesn't seem to support Netbios transport. DirectTCP SMB is on the way, to fix this issue.
Feel free to contribute items to this list (or network trace of not working devices)