1
0
mirror of https://github.com/falk-werner/webfused synced 2026-03-02 04:09:19 +00:00

parse filesystem info

This commit is contained in:
Falk Werner
2020-03-17 21:51:04 +01:00
parent 16c5db6b2c
commit b62e9fc67b
12 changed files with 546 additions and 5 deletions

View File

@@ -50,6 +50,7 @@ target_compile_options(userdb PUBLIC ${OPENSSL_CFLAGS_OTHER})
add_library(webfused-static STATIC
src/webfused/daemon.c
src/webfused/mountpoint_factory.c
src/webfused/config/config.c
src/webfused/config/factory.c
src/webfused/config/builder.c
@@ -119,6 +120,7 @@ add_executable(alltests
test/test_auth_settings.cc
test/test_auth_factory.cc
test/test_file_authenticator.cc
test/test_mountpoint_factory.cc
test/test_log.cc
)