1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2024-09-28 18:10:47 +00:00
falk-werner_webfuse-provider/lib/webfuse/adapter/impl
2020-06-12 22:53:42 +02:00
..
operation refactor: make filesystem independent of session 2020-06-12 22:53:42 +02:00
authenticator.c removed NULL-checks after malloc: they are not necessary, they were not consequently used and objects constructed by 3rd party libs are also unchecked 2020-03-21 21:22:22 +01:00
authenticator.h renamed to webfuse 2019-03-26 23:04:53 +01:00
authenticators.c renamed to webfuse 2019-03-26 23:04:53 +01:00
authenticators.h renamed to webfuse 2019-03-26 23:04:53 +01:00
client_protocol.c added implementation of wf_client_authenticate 2020-06-12 20:38:20 +02:00
client_protocol.h added implementation of wf_client_authenticate 2020-06-12 20:38:20 +02:00
client_tlsconfig.c added implementation of wf_client_connect and wf_client_disconnect 2020-06-11 22:57:56 +02:00
client_tlsconfig.h added wf_client_tlsconfig 2020-06-11 18:07:42 +02:00
client.c added implementation of wf_client_authenticate 2020-06-12 20:38:20 +02:00
client.h added stub of client implementation 2020-06-11 09:10:14 +02:00
credentials.c feature: added wf_credentials_set_type and wf_credentials_add 2020-06-10 22:42:26 +02:00
credentials.h feature: added wf_credentials_set_type and wf_credentials_add 2020-06-10 22:42:26 +02:00
filesystem.c refactor: make filesystem independent of session 2020-06-12 22:53:42 +02:00
filesystem.h refactor: make filesystem independent of session 2020-06-12 22:53:42 +02:00
fuse_wrapper.h be compatible to libfuse 3.1+ 2019-12-02 20:44:56 +01:00
mountpoint_factory.c clone mountpoint factory 2020-04-07 19:34:19 +02:00
mountpoint_factory.h clone mountpoint factory 2020-04-07 19:34:19 +02:00
mountpoint.c added uuid mountpoint and factory 2020-02-16 04:02:23 +01:00
mountpoint.h added uuid mountpoint and factory 2020-02-16 04:02:23 +01:00
server_config.c clone mountpoint factory 2020-04-07 19:34:19 +02:00
server_config.h removed uuid mountpoint and factory 2020-03-21 09:11:18 +01:00
server_protocol.c clone mountpoint factory 2020-04-07 19:34:19 +02:00
server_protocol.h integrated libwf_timer and libwf_jsonrpc into libwebfuse-core 2020-03-29 17:40:33 +02:00
server.c allow system to choose port of webfuse server 2020-06-12 13:32:31 +02:00
server.h allow system to choose port of webfuse server 2020-06-12 13:32:31 +02:00
session_manager.c removed unnecessary NULL check 2020-04-02 19:34:52 +02:00
session_manager.h chore: prefixed jsonrpc by wf_ 2020-03-01 16:55:58 +01:00
session.c refactor: make filesystem independent of session 2020-06-12 22:53:42 +02:00
session.h integrated libwf_timer and libwf_jsonrpc into libwebfuse-core 2020-03-29 17:40:33 +02:00