1
0
mirror of https://github.com/falk-werner/webfuse synced 2025-06-13 12:54:15 +00:00
Commit Graph

17 Commits

Author SHA1 Message Date
Falk Werner
a125af7a54 moves some logic from server_protocol to session 2019-03-23 21:37:09 +01:00
Falk Werner
fb465bf9a9 adds session and session_manager 2019-03-23 21:37:09 +01:00
Falk Werner
e4cae59ecb enabled username authentication in daemon example 2019-03-23 21:37:09 +01:00
Falk Werner
676978fdbc propagates authenticators to server protocol 2019-03-23 21:37:09 +01:00
Falk Werner
b664058583 added unit tests for authenticators 2019-03-23 21:37:09 +01:00
Falk Werner
0e379161e0 added unit tests for credentials 2019-03-23 21:36:02 +01:00
Falk Werner
7bf4ca6fc2 makes wsfs_server_config opaque 2019-03-23 21:26:47 +01:00
Falk Werner
6cbf20fdb4 added basic authentication infrastructure 2019-03-23 21:20:19 +01:00
Falk Werner
cc0c3a4409 fixes server start failure due to existing mountpoint 2019-03-23 21:20:19 +01:00
Falk Werner
660e5ca7be feature: try to create mount point, if not present 2019-03-23 21:20:19 +01:00
Falk Werner
9453a990cc makes wsfs_server_config opaque 2019-03-23 21:20:19 +01:00
Falk Werner
2781aadf55 makes wsfs_status public (usable in provider example) 2019-03-04 19:19:04 +01:00
Falk Werner
de454516cb fixes invalid memory acceess 2019-03-03 18:02:02 +01:00
Falk Werner
bc38b5d9b1 refactored message creation; enhanced implementation of some operations 2019-03-03 12:48:58 +01:00
Falk Werner
cc38995b5f adjusted include guards 2019-02-25 21:35:38 +01:00
Falk Werner
af71bcbff3 moved message and message_queue to common library 2019-02-25 21:28:31 +01:00
Falk Werner
1976841334 reorganized project: prepared to extract common functionality 2019-02-25 20:17:13 +01:00