1
0
mirror of https://github.com/falk-werner/webfuse synced 2025-06-13 12:54:15 +00:00
falk-werner_webfuse/lib/wsfs/adapter
2019-03-23 11:33:42 +01:00
..
jsonrpc makes wsfs_status public (usable in provider example) 2019-03-04 19:19:04 +01:00
operation makes wsfs_status public (usable in provider example) 2019-03-04 19:19:04 +01:00
time adjusted include guards 2019-02-25 21:35:38 +01:00
authenticator.c added basic authentication infrastructure 2019-03-17 10:30:10 +01:00
authenticator.h added basic authentication infrastructure 2019-03-17 10:30:10 +01:00
authenticators.c propagates authenticators to server protocol 2019-03-17 19:05:51 +01:00
authenticators.h propagates authenticators to server protocol 2019-03-17 19:05:51 +01:00
credentials_intern.h added unit tests for credentials 2019-03-17 14:14:10 +01:00
credentials.c added unit tests for credentials 2019-03-17 14:14:10 +01:00
filesystem.c reorganized project: prepared to extract common functionality 2019-02-25 20:17:13 +01:00
filesystem.h adjusted include guards 2019-02-25 21:35:38 +01:00
fuse_wrapper.h adjusted include guards 2019-02-25 21:35:38 +01:00
operations.h adjusted include guards 2019-02-25 21:35:38 +01:00
server_config_intern.h added basic authentication infrastructure 2019-03-17 10:30:10 +01:00
server_config.c enabled username authentication in daemon example 2019-03-17 19:32:26 +01:00
server_protocol_intern.h adds session and session_manager 2019-03-22 21:20:35 +01:00
server_protocol.c moves some logic from server_protocol to session 2019-03-23 11:33:42 +01:00
server.c propagates authenticators to server protocol 2019-03-17 19:05:51 +01:00
session_manager.c moves some logic from server_protocol to session 2019-03-23 11:33:42 +01:00
session_manager.h moves some logic from server_protocol to session 2019-03-23 11:33:42 +01:00
session.c moves some logic from server_protocol to session 2019-03-23 11:33:42 +01:00
session.h moves some logic from server_protocol to session 2019-03-23 11:33:42 +01:00