- Jun 13, 2023
-
-
-
-
-
-
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
- Jun 12, 2023
-
-
-
-
... and use SharedInputItem for lifetime management
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
This reverts commit ecbea8c9.
-
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
- Jun 11, 2023
-
-
It doesn't matter what calls it does, winscard is not allowed which renders the library useless.
-
The console API's have been allowed for a while. The patches have been sent upstream.
-
-
It needs a bit of patching but the main functionalities should be there.
-
It builds without it and if we needed pthread, we would need to depend on winpthread. #16389 mentions dlsym but the code uses the Windows API. It also uses CreateThread() so it likely doesn't depend on winpthreads anymore. Reverts f9ecbd07.
-
-
-
Avoid storing credentials if the authentification fails.
-
Will be needed by the next commit.
-
Avoid using invalid references via sys from the Open function.
-
The samba auth callback will need a valid context to fetch credentials that could outlive the Open callback.
-