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

197 Commits

Author SHA1 Message Date
Falk Werner
7456c4b63d updates libcrypto to version 1.1.0 2019-03-23 22:45:58 +01:00
Falk Werner
9cf921e5ef rebased 2019-03-23 21:47:24 +01:00
Falk Werner
a125af7a54 moves some logic from server_protocol to session 2019-03-23 21:37:09 +01:00
Falk Werner
d9fd8773e1 fixes warning about unused param 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
988af6c2b9 added userdb to encapsulate authentication stuff 2019-03-23 21:37:09 +01:00
Falk Werner
8e3ec7bf1a adds infrastructure to execute commands 2019-03-23 21:37:09 +01:00
Falk Werner
d12726b2d4 adds example to compute password hash 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
nosamad
de9095a978
Merge pull request #13 from falk-werner/docker-build
Docker build
2019-03-23 21:08:58 +01:00
nosamad
2f8d2a8724 adds valgrind support for amd64 architectures 2019-03-23 18:16:31 +01:00
nosamad
7d1632df25 adds run target to simplify entering container 2019-03-23 17:18:33 +01:00
nosamad
25590695f3 fixes parallel build when building multiple architectures 2019-03-23 16:45:28 +01:00
nosamad
e30e73b506 fixes missing flag for arm32v7 and libfuse 2019-03-23 15:13:07 +01:00
Falk Werner
54e16bfd3d moves some logic from server_protocol to session 2019-03-23 11:33:42 +01:00
Falk Werner
eea13654b6 fixes warning about unused param 2019-03-23 11:33:03 +01:00
nosamad
48fc766d28 reorganizes Makefile 2019-03-23 04:07:47 +01:00
nosamad
3acf2ceecf renames folder and adds support for reproducible builds 2019-03-23 03:48:15 +01:00
nosamad
d4487d2e28 adds build targets for auto completion 2019-03-23 02:38:52 +01:00
nosamad
5031ed6726 formating 2019-03-23 02:31:32 +01:00
nosamad
6d7f38baa0 refactors docker build
fixes issue when upgrading dependency versions
makes container workspace configurable
2019-03-23 02:17:44 +01:00
Falk Werner
d6479d49e1 adds session and session_manager 2019-03-22 21:20:35 +01:00
nosamad
740b247250 moves download of artifacts to bootstrapping makefile 2019-03-21 00:43:53 +01:00
Falk Werner
44b0fad541 added userdb to encapsulate authentication stuff 2019-03-20 21:46:36 +01:00
nosamad
38a2240b65 moves build to before_script travis life-cycle 2019-03-20 19:57:53 +01:00
nosamad
365fbb36ac Merge branch 'docker-build' of https://github.com/falk-werner/fuse-wsfs.git into docker-build 2019-03-20 19:55:49 +01:00
nosamad
ebb3371b85 changes user id mapping 2019-03-20 19:55:34 +01:00
nosamad
af0e355351 changes to use docker multiarch build 2019-03-20 19:55:34 +01:00
nosamad
df10ae14f5 removes binary dependency to qemu from project 2019-03-20 19:55:34 +01:00
nosamad
bf6077a942 adds dynamic test discover support 2019-03-20 19:55:34 +01:00
nosamad
4fc51d3382 fixes docker output directory 2019-03-20 19:55:34 +01:00
nosamad
6218de5ae9 removes multilib support 2019-03-20 19:55:34 +01:00
nosamad
660df474eb adds initial multi-platform docker build support 2019-03-20 19:55:34 +01:00
nosamad
12e7af6df7 changes user id mapping 2019-03-20 01:32:55 +01:00
nosamad
1d82e0a71f changes to use docker multiarch build 2019-03-20 00:59:03 +01:00
nosamad
fc2648c915 removes binary dependency to qemu from project 2019-03-20 00:58:06 +01:00
Falk Werner
c0a905d65b adds infrastructure to execute commands 2019-03-18 21:49:26 +01:00
Falk Werner
39d0cf7987 adds example to compute password hash 2019-03-17 21:12:11 +01:00
Falk Werner
b6935d753e enabled username authentication in daemon example 2019-03-17 19:32:26 +01:00
Falk Werner
511d819241 propagates authenticators to server protocol 2019-03-17 19:05:51 +01:00
Falk Werner
ec74b4a803 added unit tests for authenticators 2019-03-17 15:31:26 +01:00
Falk Werner
fca001113f added unit tests for credentials 2019-03-17 14:14:10 +01:00