| Age | Commit message (Collapse) | Author |
|
Remove unused parameter names, extra colons, code that is never
executed and an opinionated detekt check.
|
|
Not been able to test the symlink code (as it is SMB1 only), instead
of having a lot of (possibly, most likely) broken code that might
be used by someone, remove it all.
|
|
|
|
Two bugs:
* Didn't consider smb2_context max read/write size.
* total was not increased when max was hit
|
|
|
|
Remember that jni::GlobalRef can be used on multiple threads so
we can't store the env, need to call AttachCurrentThread.
Fix AttachCurrentThread (g_vm was forgotten).
More consistent move and copy constructors in refs. Removed env()
method as it would only be valid for Param and Local anyway.
|
|
|
|
Unittests still fail as there is no samba server to talk to (step 2).
|
|
With the exception of openDir, largely untested.
|
|
Ask for enough permissions to be able to create sockets.
|
|
|