|
před 11 roky | |
---|---|---|
bin | před 11 roky | |
contrib | před 11 roky | |
doc | před 11 roky | |
include | před 11 roky | |
m4 | před 11 roky | |
src | před 11 roky | |
.gitignore | před 11 roky | |
COPYING | před 11 roky | |
Makefile.am | před 11 roky | |
NOTES.md | před 11 roky | |
README.md | před 11 roky | |
TODO.md | před 11 roky | |
abi_version.sh | před 11 roky | |
bootstrap | před 11 roky | |
configure.ac | před 11 roky | |
libdsm.pc.in | před 11 roky | |
package_version.sh | před 11 roky |
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.
The build dependencies can be installed on Debian(-based) systems using
sudo apt-get install build-essential autoconf gettext libtool pkg-config libtasn1-3-dev libtasn1-3-bin libbsd-dev
$> ./bootstrap
$> ./configure --prefix=/your/ass
$> make
$> make install # maybe
Here's a list of supported features:
liBDSM has been tested/reported to work witht the following devices/OSes:
Feel free to contribute items to this list (or network trace of not working devices)