summaryrefslogtreecommitdiff
path: root/libs/samba/build.gradle.kts
AgeCommit message (Collapse)Author
2024-09-03Move test options to android-conventions pluginJoel Klinghed
2024-08-25Combine tests from both local and sambaJoel Klinghed
Most the tests test the Tree implementation and thus should work on all such implementations. Current exception is symlinks which Samba backend doesn't (currently?) support. Improve the Samba remove methods to better match the expected behavior.
2024-08-25samba: Add support for live listJoel Klinghed
Using polling (every 10s) as libsmb2 has no watch/event support. (Unsure if SMB protocol has any support).
2024-08-22samba: Add docker server run by testsJoel Klinghed
Current user needs to be in docker group (or in some other way have access to the docker.socket) for this to work. Two current problems: * listRoot() fails, no directories are found. * gradle hangs after running the samba tests
2024-08-20Support building libsamba.so for unittestsJoel Klinghed
Unittests still fail as there is no samba server to talk to (step 2).
2024-07-23Add initial code for samba implementation based on libsmb2Joel Klinghed