Commit graph

895 commits

Author SHA1 Message Date
Matthew R. Kasun
e202dc3a44 debugging logs 2022-07-18 16:07:36 -04:00
Matthew R. Kasun
9f2181294e revert to old way for windows 2022-07-18 16:07:36 -04:00
Matthew R. Kasun
4376093fa6 pidfile location windows 2022-07-18 16:07:36 -04:00
Matthew R. Kasun
b2131d6d8b eliminate unused var staticcheck 2022-07-18 16:07:36 -04:00
Matthew R. Kasun
23c3b0c276 fix waitgroup 2022-07-18 16:07:36 -04:00
Matthew R. Kasun
1fa4becb48 use SIGHUP to restart daemon 2022-07-18 16:07:36 -04:00
Abhishek Kondur
8ceab029bb GRA-414: add verbose level 4 support to netclient 2022-07-18 16:07:36 -04:00
0xdcarns
cadb466d19 fixed missing comma 2022-07-18 16:07:36 -04:00
Matthew R. Kasun
c7151f0b01 update logic for determing when to check for free port 2022-07-18 16:07:36 -04:00
Matthew R. Kasun
b6df54482b refactor client mq connection logic2 2022-07-08 10:22:23 -04:00
Matthew R. Kasun
bda6f4e2c6 refactor client mq connection logic 2022-07-08 09:46:21 -04:00
afeiszli
2500331024 mod log 2022-07-07 16:16:56 -04:00
0xdcarns
7cc66870e2 merge fix 2022-07-07 13:40:07 -04:00
0xdcarns
5631f30e50 changed requiredversion to requiredversions 2022-07-07 13:36:14 -04:00
Matthew R. Kasun
dcc637e98a add log on completion of update
Signed-off-by: Matthew R. Kasun <mkasun@nusak.ca>
2022-07-07 13:27:08 -04:00
Matthew R. Kasun
f59a3c860e support upgrades from multiple version 2022-07-07 13:27:08 -04:00
0xdcarns
6d125eb2fa added upgrade func list 2022-07-07 13:17:08 -04:00
Matthew R. Kasun
ab9f0f05e0 client infrastructure to support updates 2022-07-07 13:17:08 -04:00
dcarns
ef82ac4af5
Merge pull request #1296 from gravitl/feature_v0.14.5_longer_client_peer_cache
changed client message cache to a day
2022-07-07 13:16:09 -04:00
0xdcarns
52b876b333 moved log to reflect when message is actually consumed 2022-07-07 12:54:21 -04:00
Alex Feiszli
1fcf7023da
Merge pull request #1309 from gravitl/hotfix_v0.14.4_macos
changes for macos installer
2022-07-07 11:38:00 -04:00
dcarns
07729b56f9
Merge pull request #1316 from gravitl/bugfix_v0.14.5_wg_ports
Bugfix v0.14.5 wg ports
2022-07-07 11:29:45 -04:00
0xdcarns
3a74170ab2 added v0.14.5 and removed MQ_SERVER_PORT 2022-07-07 10:23:07 -04:00
0xdcarns
27dbfc867c added node name to logs 2022-07-07 09:58:52 -04:00
0xdcarns
5fc73e6a80 added inform port change util func 2022-07-07 09:52:20 -04:00
Matthew R. Kasun
c481f27200 moved checks around 2022-07-06 16:13:51 -04:00
afeiszli
c06c7868c0 moving port check logic 2022-07-06 15:20:28 -04:00
afeiszli
35f4bbf808 comment for whitespace placeholder 2022-07-06 13:32:32 -04:00
afeiszli
c99e6bf75a changes for macos installer 2022-07-06 13:26:11 -04:00
Matthew R. Kasun
a17173fa0f add timeout for http requests 2022-07-06 09:32:00 -04:00
0xdcarns
8da999f21d changed client message cache to a day 2022-07-05 20:22:34 -04:00
afeiszli
f28d361bea refactoring cert logic to use database 2022-06-30 22:30:28 -04:00
afeiszli
b281047168 adding functions to handle certs in DB 2022-06-30 21:56:11 -04:00
Matthew R. Kasun
34f6a404e2 update version numbers to 14.4
Signed-off-by: Matthew R. Kasun <mkasun@nusak.ca>
2022-06-28 09:58:40 -04:00
Matthew R. Kasun
0410e1d4fb install command 2022-06-23 14:06:26 -04:00
Matthew R. Kasun
806af380a3 remove peers from interface addresses 2022-06-22 14:48:40 -04:00
Matthew R. Kasun
c8ec46391d refactor logic for client.key generation 2022-06-22 09:55:10 -04:00
Matthew R Kasun
5aa2c16df1 refactored logic for Hub change 2022-06-21 15:19:54 +00:00
Matthew R. Kasun
4bc04d5922 updated join logic
if join fails, don't try to leave as authentication will fail --- just
    wipe
2022-06-20 10:37:31 -04:00
0xdcarns
b98cbcf602 removed deprecated references and fixed static checks 2022-06-17 09:35:08 -04:00
Matthew R. Kasun
932eba8d21 fix statticcheck errors 2022-06-16 15:42:32 -04:00
dcarns
d709a04e4f
Merge pull request #1208 from gravitl/feature_v0.14.3_versioning
versioning
2022-06-15 15:11:20 -04:00
afeiszli
d3a6faa90d updating route setting logic 2022-06-15 11:18:49 -04:00
afeiszli
40009d946b versioning 2022-06-14 13:24:26 -04:00
Matthew R. Kasun
afe12b277d force lowercase for /etc/hosts profile names
to test:
create newtwork with Upper case name
check profile in /etc/hosts is created with all lowercase
2022-06-06 13:01:51 -04:00
guppy0130
5ca5710f61
typo fixup, resolves #1181
* fixes a typo
2022-06-03 22:57:09 -07:00
afeiszli
74fa228784 adding versions 2022-06-01 17:09:45 -04:00
Matthew R Kasun
def0c574f2
Merge pull request #1159 from gravitl/bugfix_v0.14.2_peer_logic
Bugfix v0.14.2 peer logic
2022-06-01 10:35:31 -04:00
afeiszli
9d78624edc fixing relay logic 2022-06-01 10:17:46 -04:00
Matthew R. Kasun
9578b72d5e remove publish prior to registration with server 2022-06-01 08:00:22 -04:00