Commit Graph

  • a259d251b3 check err var when listing interfaces mlsmaycon 2021-07-19 09:36:14 +0200
  • f450f27a31 Ensure Close the interface and disable parallel test execution mlsmaycon 2021-07-19 09:34:24 +0200
  • c5a62464e3 Adding iface.Close mlsmaycon 2021-07-19 09:29:42 +0200
  • 33a8a51cbc Remove extra add address code mlsmaycon 2021-07-19 08:52:02 +0200
  • fada98a574 Merge branch 'main' into live-update-peers mlsmaycon 2021-07-19 01:04:27 +0200
  • 2f941b87fc Added engine tests mlsmaycon 2021-07-19 00:51:18 +0200
  • 7f4ab7e6d6 Avoid returning on uapi Accept failures mlsmaycon 2021-07-19 00:11:07 +0200
  • cd624a19df Rename ClosePeerConnection to RemovePeerConnection mlsmaycon 2021-07-18 21:44:31 +0200
  • 6396a5bdc4 Ensure we don't wait for timeout when closing mlsmaycon 2021-07-18 21:43:51 +0200
  • dc2771d64e removed unused functions UpdateListenPort and ConfigureWithKeyGen mlsmaycon 2021-07-18 21:23:25 +0200
  • bedf50e768 fix tests, validate if file exists before removing it mlsmaycon 2021-07-18 21:22:17 +0200
  • 4e17890597 docs: minor FilesStore corrections braginini 2021-07-18 21:00:32 +0200
  • 7b52049333
    Improve addition of new peers in Management service. (#56) andpar83 2021-07-18 11:51:09 -0700
  • e85cc18c18 add iface tests mlsmaycon 2021-07-18 19:35:46 +0200
  • 91571c3300 remove config file mlsmaycon 2021-07-18 19:35:32 +0200
  • ed5fceced7 remove peer from the wg interface when closing proxy mlsmaycon 2021-07-18 17:47:21 +0200
  • f80c1b32b5 Added RemovePeer and centralized configureDevice code mlsmaycon 2021-07-18 16:39:50 +0200
  • c06712271d Fix warnings. Andrey Parfenov 2021-07-18 07:30:31 -0700
  • 364ea5ca45 Improve addition of new peers in Management service. Andrey Parfenov 2021-07-18 07:27:12 -0700
  • a889cbf74c fix: pb lint error braginini 2021-07-18 16:18:12 +0200
  • a7c7a66cbb feature: add peer sync and a server public key endpoints braginini 2021-07-18 16:11:57 +0200
  • 2c75ed9eb2 Store refactoring Andrey Parfenov 2021-07-18 06:52:16 -0700
  • eef8946305 chore: remove unused code braginini 2021-07-17 17:42:00 +0200
  • fd5ea3fd63 refactor: set default flags in code not Dockerfile braginini 2021-07-17 17:26:51 +0200
  • c6006feee7 chore: change default datadir braginini 2021-07-17 15:47:16 +0200
  • 85f02c3020 fix: lint warnings braginini 2021-07-17 15:46:25 +0200
  • 3c872c16d5 feature: add letsencrypt support to the management service braginini 2021-07-17 14:51:16 +0200
  • 9052a227ca Handle read config file errors mlsmaycon 2021-07-17 14:58:02 +0200
  • 88ef05bd23 feature: basic management service implementation (#44) Mikhail Bragin 2021-07-17 14:38:59 +0200
  • f9c3ed784f
    Merge pull request #52 from wiretrustee/tls-peer-management Mikhail Bragin 2021-07-18 10:17:13 +0200
  • 70c86467f4 chore: remove unused code braginini 2021-07-17 17:42:40 +0200
  • ea524e2a53 chore: remove unused code braginini 2021-07-17 17:42:00 +0200
  • bffea0e145
    Merge pull request #53 from wiretrustee/handle-read-config-file-errors Mikhail Bragin 2021-07-17 17:30:07 +0200
  • 2d85fcfcc3 refactor: set default flags in code not Dockerfile braginini 2021-07-17 17:26:51 +0200
  • 07118d972d chore: change default datadir braginini 2021-07-17 15:47:16 +0200
  • 84f4d51c6c fix: lint warnings braginini 2021-07-17 15:46:25 +0200
  • 894a6137b6 feature: simplify peer stopping braginini 2021-07-17 15:41:00 +0200
  • 1e250fc0df Handle read config file errors mlsmaycon 2021-07-17 14:58:02 +0200
  • d4a9f4d38a feature: add letsencrypt support to the management service braginini 2021-07-17 14:51:16 +0200
  • 4587f7686e
    feature: basic management service implementation (#44) Mikhail Bragin 2021-07-17 14:38:59 +0200
  • 0295f7b962 review: fix PR review notes braginini 2021-07-17 13:04:46 +0200
  • b27c0328a1 created InitializePeer and ClosePeerConnection functions mlsmaycon 2021-07-17 09:52:48 +0200
  • 65246e8dd4 refactor: move stop channel to the root braginini 2021-07-16 19:04:43 +0200
  • e9ca51b42f refactor: move stop channel to the root braginini 2021-07-16 19:03:26 +0200
  • 99a4235a48 chore: use filepath.Join to concat filepaths instead of string concat braginini 2021-07-16 17:04:06 +0200
  • 250f45bac5 refactor: introduce datadir instead of config braginini 2021-07-16 11:51:56 +0200
  • fff94cb02f feature: add management server Docker file braginini 2021-07-16 11:09:34 +0200
  • 4dca871089 refactor: use Accounts instead of Users in the Store braginini 2021-07-16 10:10:30 +0200
  • 8ca73e7544 refactor: move file contents copy to the utility package braginini 2021-07-16 09:49:27 +0200
  • bb85d89f52 refactor: extract config read/write to the utility package braginini 2021-07-16 09:16:12 +0200
  • 3b1da66967 feat: #39 add peer management store persistence braginini 2021-07-15 21:31:48 +0200
  • 6a22234dfa feat: #39 add setup key handling braginini 2021-07-12 11:35:28 +0200
  • a39aea3a36 adding peer add endpoint Cason Adams 2021-07-09 14:18:13 -0600
  • 19c8c7bafd test: #39 add peer registration endpoint test braginini 2021-07-02 11:31:51 +0200
  • 05ff628019 test: fix healthcheck test braginini 2021-07-02 11:27:06 +0200
  • cd197bd1be feat: basic management service implementation [FAILING TESTS] braginini 2021-07-02 11:24:09 +0200
  • dd50f495ab
    docs: add Wireguard trademark statement v0.0.8 Mikhail Bragin 2021-06-29 12:50:58 +0300
  • bb2477491f
    Merge pull request #37 from wiretrustee/add-service-command Mikhail Bragin 2021-06-27 16:50:27 +0200
  • f4d7faaf4e debug port value mlsmaycon 2021-06-25 11:49:16 +0200
  • cffb08ad23 Use go bin mlsmaycon 2021-06-25 11:23:13 +0200
  • 8d05789749 preserve env GOROOT mlsmaycon 2021-06-25 11:18:34 +0200
  • ca5970140f set config path to avoid ci/cd limitations mlsmaycon 2021-06-25 11:08:16 +0200
  • ac628b6efa use sudo for testing service installation mlsmaycon 2021-06-25 11:01:21 +0200
  • 80665049dc fixed Init Execution mlsmaycon 2021-06-25 10:59:10 +0200
  • 881f078759 Removed engine.Stop mlsmaycon 2021-06-25 10:58:42 +0200
  • 1cf9b143e0 update go.mod with service command dependecies mlsmaycon 2021-06-25 10:40:47 +0200
  • 158547f3eb rebase mlsmaycon 2021-06-25 10:39:56 +0200
  • ab6452065d Updated documentation for Powershell as admin mlsmaycon 2021-06-25 10:28:50 +0200
  • e553c5e97e Avoid prompt admin at every execution mlsmaycon 2021-06-25 10:28:27 +0200
  • 3041ff4ef7
    Merge pull request #36 from wiretrustee/avoid-proxy-when-local-net Mikhail Bragin 2021-06-25 07:15:37 +0200
  • 61a7f3013b Rename Name function mlsmaycon 2021-06-24 23:16:09 +0200
  • dac865c61f chore: add log to detect a usage of the Wireguard kernel module braginini 2021-06-24 12:49:14 +0200
  • a40669270a refactor: rearrange iface package braginini 2021-06-24 11:46:33 +0200
  • f2ca2fc7c1 refactort: extract method to create Wireguard interface using kernel module braginini 2021-06-24 11:02:40 +0200
  • 729b16e599 fix: windows iface build braginini 2021-06-24 10:59:41 +0200
  • 561bd681d9 fix: golint errors braginini 2021-06-24 10:55:05 +0200
  • 0e313eec24 fix: mod.go build only for linux braginini 2021-06-23 16:16:48 +0200
  • 4216cd2986 feature: add feature to determine when to run wireguard userspace implementation or native one (linux) braginini 2021-06-23 16:11:54 +0200
  • c18899d135 Add windows documentation mlsmaycon 2021-06-23 01:38:44 +0200
  • 20248dadb7 Merge remote-tracking branch 'origin/add-service-command' into add-service-command mlsmaycon 2021-06-23 01:07:05 +0200
  • 1a06518f1b Update resource file with requireAdministrator, added resources.rc and manifests.xml mlsmaycon 2021-06-23 01:06:47 +0200
  • dd72a01ecf feature: add check of Wireguard kernel module existence (Linux only) braginini 2021-06-22 14:38:28 +0200
  • bbfbf797d5 chore: remove os.Exit - unnecessary call braginini 2021-06-22 12:11:51 +0200
  • 52db303104 Add service command tests mlsmaycon 2021-06-22 01:17:30 +0200
  • 5122294adf golint: properly handle defer engine stop mlsmaycon 2021-06-22 01:17:01 +0200
  • a87f828844 Adjust service command outputs to use cmd Print functions mlsmaycon 2021-06-22 01:07:12 +0200
  • 8088c7a591 feature: add stop handling for engine braginini 2021-06-21 11:18:03 +0200
  • 74355a2292 fix windows default config path mlsmaycon 2021-06-20 23:33:49 +0200
  • a66cdccda9 Add service controllers and installers commands mlsmaycon 2021-06-20 23:01:44 +0200
  • 06c7af058b Create config dir if using default configPath mlsmaycon 2021-06-20 23:01:12 +0200
  • 41b50a08d4 feature: Adding service run command mlsmaycon 2021-06-19 14:55:45 +0200
  • 3c45da553a
    Merge pull request #28 from wiretrustee/test-signal-grpc Mikhail Bragin 2021-06-19 14:51:35 +0300
  • 8dfccfc800 refactor: remove unused code braginini 2021-06-18 13:22:56 +0200
  • 021092800b fix: extract constants from iface to iface_configuration braginini 2021-06-18 13:10:32 +0200
  • aa854c5899 add linux native wg interface mlsmaycon 2021-06-18 13:01:43 +0200
  • e41fdedd5b feature: enable ice mDNS braginini 2021-06-17 21:31:53 +0200
  • 923cabda9a feature: initial implementation of avoiding local proxy if peers are in the same net braginini 2021-06-17 14:27:33 +0200
  • db673ed34f fix: #35 peer Registration Race when client connects to the signal server braginini 2021-06-17 11:12:35 +0200
  • 6465e2556a
    Merge pull request #34 from stv0g/remove-dead-code Maycon Santos 2021-06-15 20:54:43 +0200
  • 89dba7951a remove unused function Steffen Vogel 2021-06-15 20:50:59 +0200