summaryrefslogtreecommitdiff
path: root/libs/samba/src
AgeCommit message (Collapse)Author
2024-08-22fixup! samba: Add docker server run by testsJoel Klinghed
Kotlin + truth is somewhat pedantic at times
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-22samba: Fix crash when url->path == nullJoel Klinghed
2024-08-22Add AutoClosable to Tree interfaceJoel Klinghed
Some backends have resources to free, such as the SambaTree.
2024-08-20Support building libsamba.so for unittestsJoel Klinghed
Unittests still fail as there is no samba server to talk to (step 2).
2024-08-19Increase the samba implemetationJoel Klinghed
With the exception of openDir, largely untested.
2024-07-25samba: Add credentials objectJoel Klinghed
Ask for enough permissions to be able to create sockets.
2024-07-23Add initial code for samba implementation based on libsmb2Joel Klinghed