Displaying 4 results from an estimated 4 matches for "libsmb2".
Did you mean:
libsmb
2019 Oct 04
1
Compile samba github code and flash the build binary to embedded device
Also an option is to look here
https://github.com/sahlberg/libsmb2
That might also help.
There is more on this subject. Cifs/kernel (5.3) related.
But i havent read into that.
Google is your friend here. ;-)
Greetz,
Louis
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at lists.samba.org] Namens
> Rowland penny via samba
&...
2019 Sep 25
0
New minimal SMB2 client library !
...y. Compiled size is 120KB (yes, that
is *KB*, not MB :-). It supports signing,
sealing, NTLM authentication (and krb5
with external libraries).
It has *no* dependencies (other than the
afore-mentioned krb5 if you need it) and
is available for checkout and hacking at:
git clone git://git.samba.org/libsmb2.git
License is LGPLv2.1+, and it is developed
independently of the main samba project,
so please send patches directly to:
Ronnie Sahlberg <ronniesahlberg at gmail.com>
Submission of patches grants him the rights
to integrate into the code under LGPLv2.1+.
It's designed to expand SMB2...
2019 Sep 25
0
New minimal SMB2 client library !
...y. Compiled size is 120KB (yes, that
is *KB*, not MB :-). It supports signing,
sealing, NTLM authentication (and krb5
with external libraries).
It has *no* dependencies (other than the
afore-mentioned krb5 if you need it) and
is available for checkout and hacking at:
git clone git://git.samba.org/libsmb2.git
License is LGPLv2.1+, and it is developed
independently of the main samba project,
so please send patches directly to:
Ronnie Sahlberg <ronniesahlberg at gmail.com>
Submission of patches grants him the rights
to integrate into the code under LGPLv2.1+.
It's designed to expand SMB2...
2019 Sep 30
3
Compile samba github code and flash the build binary to embedded device
Hi Rowland,
The above files are built with AD DC.
Without AD DC, the files size reduce from 186 kB to 74 kB.
Without AD DC, the embedded device will act as a host.
Questions:
1. Does the host still able to share file to Windows, IOS and Android
devices?
2. Does 74 kB of samba files is the typical file size be implemented in
embedded device?
Thank you.
On Mon, 30 Sep 2019 at 09:36, Hock Leong