1
0
mirror of https://github.com/falk-werner/webfuse synced 2024-10-27 20:34:10 +00:00
Commit Graph

202 Commits

Author SHA1 Message Date
Falk Werner
7069478408 adds container_of 2019-04-03 22:49:12 +02:00
Falk Werner
87735c3ee2 Merge branch 'multiclient' of https://github.com/falk-werner/webfuse into multiclient 2019-04-02 23:17:03 +02:00
Falk Werner
0939303c17 moves filesystem to session 2019-04-02 23:16:29 +02:00
nosamad
0f46730e2e replaces docker's init through dump-init 2019-04-02 23:16:29 +02:00
nosamad
03debbe2e8 fixes run in dind setup 2019-04-02 23:16:29 +02:00
nosamad
e21768e2f7 fix docker command in wrapper script 2019-04-02 23:16:29 +02:00
nosamad
97f2825a20 adds wrapper script to launch gdbserver 2019-04-02 23:16:28 +02:00
nosamad
57038cdae9 adds gdbserver 2019-04-02 23:15:58 +02:00
nosamad
4727db6cfe renames container macros 2019-04-02 23:15:58 +02:00
nosamad
8d0f51520e adds support for build type and allows to run gdb in container 2019-04-02 23:15:58 +02:00
nosamad
b784652858 fixes verbosity option when set through command line 2019-04-02 23:15:26 +02:00
nosamad
8e557ff793 adds gdbserver 2019-04-02 23:14:45 +02:00
nosamad
71643b1934 renames container macros 2019-04-02 23:14:45 +02:00
nosamad
a0d44ec5cc adds support for build type and allows to run gdb in container 2019-04-02 23:14:45 +02:00
nosamad
0376e9b213 fixes verbosity option when set through command line 2019-04-02 23:14:09 +02:00
Falk Werner
8158859576 moves filesystem to session 2019-04-02 23:00:03 +02:00
nosamad
b1527d5581 chore(webfuse): add debugging configurations and launch support (#21)
* fixes verbosity option when set through command line

* adds support for build type and allows to run gdb in container

* adds missing toolchain headers to project

* renames container macros

* adds gdbserver

* fixes verbosity option when set through command line

* adds support for build type and allows to run gdb in container

* adds missing toolchain headers to project

* renames container macros

* adds gdbserver

* removes language settings, which contains alternating values

* adds wrapper script to launch gdbserver

* fix docker command in wrapper script

* fixes run in dind setup

* replaces docker's init through dump-init
2019-04-02 22:21:02 +02:00
nosamad
eaebd02fe7 replaces docker's init through dump-init 2019-04-02 19:56:46 +02:00
nosamad
fa0ae1c66e fixes run in dind setup 2019-04-02 18:36:38 +02:00
nosamad
a8f20eccf9 fix docker command in wrapper script 2019-04-02 00:23:46 +02:00
nosamad
87826c605a adds wrapper script to launch gdbserver 2019-04-01 23:51:39 +02:00
nosamad
aec079aa8c removes language settings, which contains alternating values 2019-04-01 22:52:14 +02:00
Falk Werner
f7b081c3e4 Merge branch 'gdb' of https://github.com/falk-werner/webfuse into gdb 2019-04-01 22:30:02 +02:00
nosamad
8a11a88002 adds gdbserver 2019-04-01 22:28:53 +02:00
nosamad
c7ab6bb1b1 renames container macros 2019-04-01 22:28:53 +02:00
nosamad
a86d45e450 adds missing toolchain headers to project 2019-04-01 22:28:53 +02:00
nosamad
20619e67a9 adds support for build type and allows to run gdb in container 2019-04-01 22:28:53 +02:00
nosamad
c5687c6680 fixes verbosity option when set through command line 2019-04-01 22:28:53 +02:00
Falk Werner
87f34fa768 feat(authentication): provide an authentication mechanism (#19)
* moves server into session

* renames jsonrpc server to jsonrpc proxy

* moves server into session

* renames jsonrpc server to jsonrpc proxy

* adds json rpc server

* removes obsolete proxy from protocol

* changes interface of jsonrpc_proxy_onresult to accept previously parsed messages

* adds infrastructure to process incoming requests; fixes invalid read of ill formatted responses

* adds description of authentication request

* adds authentication request

* adds userdb for authentication purposes

* removes debug code: console.log()

* fixes cmake build error (missing openssl symbols)

* fixes typo

* replaces ASCII art by UML diagram

* renames BAD_NOACCESS to BAD_ACCESS_DENIED

* fixes style

* adds docu of authentication

* ignored false positives of flawfinder

* fixes style issues

* fixes javascript style issues
2019-04-01 22:15:12 +02:00
nosamad
0dc34df7a5 adds gdbserver 2019-04-01 00:31:53 +02:00
nosamad
f2880e1eae renames container macros 2019-04-01 00:25:40 +02:00
nosamad
59b0b4d059 adds missing toolchain headers to project 2019-03-31 21:33:35 +02:00
nosamad
3934e0b481 adds support for build type and allows to run gdb in container 2019-03-31 21:24:26 +02:00
nosamad
c50a198321 fixes verbosity option when set through command line 2019-03-31 20:26:09 +02:00
nosamad
1d413456a2 fix(webfuse): fix macros (#18)
* fixes return code on error

* fixes macro usage

* adds clean target

* fixes file mode

* fixes image name

* adds registry prefix to allow usage of custom registry (on-premise)

* changes syntax in travis file for package installation

* fixes duplicate settings discovery
2019-03-29 13:23:17 +01:00
nosamad
0ac03b6150 feat(webfuse): eclipse cdt project (#17)
adds convenience run and discovery targets (for first build target)
allows usage of host container (volume mount/ dind)
fixes portable workspace configuration
adds makefile targets to CDT configuration
fixes localization

* adds eclipse-cdt project and necessary discovery for toolchain settings

* extends targets and fixes discovery

* renames CDT Eclipse project

* enables portable workspace docker-build on build server
2019-03-28 07:43:21 +01:00
nosamad
66a585ecf1
Merge pull request #16 from falk-werner/rename-project
renamed to webfuse
2019-03-28 00:44:52 +01:00
Falk Werner
70c9697712 renamed html example 2019-03-27 00:05:44 +01:00
Falk Werner
7447fb5dff renamed to webfuse 2019-03-26 23:04:53 +01:00
Falk Werner
1c9d1c8420
feat(API wrapper): separates implementation from public API
* moves implementation to impl subdirectory
* adds prefix _impl to implementation symbols
* removes double compilation for shared and static libraries
* fixes include guards
* fixes usage of extern "C"
2019-03-26 15:35:33 +01:00
Falk Werner
48185776b6
Feature/authentication (#14)
* makes wsfs_server_config opaque

* feature: try to create mount point, if not present

* fixes server start failure due to existing mountpoint

* added basic authentication infrastructure

* makes wsfs_server_config opaque

* feature: try to create mount point, if not present

* fixes server start failure due to existing mountpoint

* added basic authentication infrastructure

* added unit tests for credentials

* added unit tests for authenticators

* propagates authenticators to server protocol

* enabled username authentication in daemon example

* adds example to compute password hash

* adds infrastructure to execute commands

* added userdb to encapsulate authentication stuff

* adds session and session_manager

* fixes warning about unused param

* moves some logic from server_protocol to session

* makes wsfs_server_config opaque

* feature: try to create mount point, if not present

* fixes server start failure due to existing mountpoint

* added basic authentication infrastructure

* makes wsfs_server_config opaque

* added unit tests for credentials

* added unit tests for authenticators

* propagates authenticators to server protocol

* enabled username authentication in daemon example

* adds example to compute password hash

* adds infrastructure to execute commands

* added userdb to encapsulate authentication stuff

* adds session and session_manager

* fixes warning about unused param

* moves some logic from server_protocol to session

* updates libcrypto to version 1.1.0
2019-03-23 22:53:14 +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
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