Commit graph

359 commits

Author SHA1 Message Date
dcarns
173916a4b3
Merge pull request #958 from gravitl/feature_v0.12.2_append_custom_dns
added custom dns entries to peer update
2022-03-23 20:34:26 -04:00
john s
d1fb0b90af
netclient: math.Rand -> crypto.Rand (#956)
* netclient: math.Rand -> crypto.Rand

Signed-off-by: John Sahhar <john@gravitl.com>

* netclient: math.Rand -> crypto.Rand

* add tests

Signed-off-by: John Sahhar <john@gravitl.com>

* netclient: math.Rand -> crypto.Rand

* add test

Signed-off-by: John Sahhar <john@gravitl.com>
2022-03-23 12:06:26 -06:00
0xdcarns
5f1299042f added custom dns entries to peer update 2022-03-23 10:31:38 -04:00
0xdcarns
988c0d7629 fixed removing local servers on deletes 2022-03-22 14:29:20 -04:00
dcarns
9b2742a3c5
Merge pull request #925 from gravitl/refactor_v0.12.0_logging
replace ncutil.Log/PrintLog with logger.Log
2022-03-21 11:35:06 -04:00
Matthew R. Kasun
11b1098390 replace ncutil.Log/PrintLog with logger.Log 2022-03-21 11:27:25 -04:00
Matthew R. Kasun
f615b685c7 server routes 2022-03-20 06:25:12 -04:00
0xdcarns
5ba79afeba added default acl value option for networks 2022-03-17 13:24:57 -04:00
0xdcarns
ffbc0db33f send created network back in response to net create 2022-03-17 10:08:28 -04:00
John Sahhar
c71c739ba2 logic/accesskeys: math.Rand -> crypto.Rand
This replaces the usage of the non-cryptographically
secure math.Rand with the system CSPRNG accessed via crypto.Rand.

Signed-off-by: John Sahhar <john@gravitl.com>
2022-03-16 22:19:22 -05:00
Matthew R Kasun
9e23e69141
Merge branch 'develop' into worklows 2022-03-15 09:10:10 -04:00
Matthew R. Kasun
628f1f1468 remove debug logs 2022-03-14 16:32:14 -04:00
Matthew R. Kasun
7d2aa4fc82 add network to peer 2022-03-14 15:56:01 -04:00
Matthew R. Kasun
0abba58bfb use string rather than []byte for dns 2022-03-14 14:59:41 -04:00
Matthew R. Kasun
ead3570064 debugging log 2022-03-14 14:37:16 -04:00
Matthew R. Kasun
fcbdca0263 change order of dns entry 2022-03-14 13:55:38 -04:00
Matthew R. Kasun
649bea1e40 fix typo
Signed-off-by: Matthew R. Kasun <mkasun@nusak.ca>
2022-03-14 13:42:42 -04:00
Matthew R. Kasun
1b8a3ed347 calc dns entries during peerupdate 2022-03-14 11:34:25 -04:00
0xdcarns
8ab7266c30 moved acl check 2022-03-11 15:19:06 -05:00
Alex Feiszli
52c7a5897a
Merge pull request #888 from gravitl/feature_v0.12.0_disabling_ext_clients
added ability to disable ext clients
2022-03-11 12:01:52 -05:00
0xdcarns
80b7862370 made server peer check more efficient 2022-03-11 11:48:08 -05:00
0xdcarns
8385d02987 edited where server sets peers to account for ACLs 2022-03-11 11:48:08 -05:00
0xdcarns
3e8a0554c2 changed dir name and added to gitignore, removed log 2022-03-11 11:48:08 -05:00
0xdcarns
53c662476b comment changes 2022-03-11 11:48:08 -05:00
0xdcarns
18cfdfd2ad added server update on ACL update 2022-03-11 11:48:08 -05:00
0xdcarns
1f6e347213 added acl logic to affect peers 2022-03-11 11:48:08 -05:00
0xdcarns
84a66af3ee log add 2022-03-11 11:48:08 -05:00
0xdcarns
7b5692b8b0 added basic api endpoints 2022-03-11 11:48:08 -05:00
0xdcarns
3d531cb830 added one more test 2022-03-11 11:48:08 -05:00
0xdcarns
d3be82cf9d refactored node functions further 2022-03-11 11:48:08 -05:00
0xdcarns
765c264b56 began generalizing 2022-03-11 11:48:08 -05:00
0xdcarns
c2514c06d4 refactored some logic to use typed functions 2022-03-11 11:48:08 -05:00
0xdcarns
c1e3a79ba7 node ACL logic + tests implemented 2022-03-11 11:48:08 -05:00
0xdcarns
09c54b1c61 began ACL implementation 2022-03-11 11:48:08 -05:00
John Sahhar
d322631ebb logic/extpeers: Set IPv6 in CreateExtClient
Signed-off-by: John Sahhar <john@gravitl.com>
2022-03-11 11:48:08 -05:00
0xdcarns
01484eec7b added ability to disable ext clients 2022-03-11 09:41:14 -05:00
0xdcarns
9f7afdcf37 made server peer check more efficient 2022-03-11 09:04:12 -05:00
0xdcarns
7eac05528a edited where server sets peers to account for ACLs 2022-03-11 08:59:53 -05:00
0xdcarns
112f03cf1f changed dir name and added to gitignore, removed log 2022-03-11 08:46:01 -05:00
0xdcarns
c25ea9fe15 comment changes 2022-03-10 16:01:36 -05:00
0xdcarns
09551776fa added server update on ACL update 2022-03-10 14:55:40 -05:00
0xdcarns
af8918e35f added acl logic to affect peers 2022-03-10 14:55:40 -05:00
0xdcarns
2e43facb8b log add 2022-03-10 14:55:40 -05:00
0xdcarns
aefc8b090b added basic api endpoints 2022-03-10 14:55:40 -05:00
0xdcarns
9668a84cd0 added one more test 2022-03-10 14:55:40 -05:00
0xdcarns
68c7014802 refactored node functions further 2022-03-10 14:55:40 -05:00
0xdcarns
1d92e4cf5a began generalizing 2022-03-10 14:55:40 -05:00
0xdcarns
da25da775c refactored some logic to use typed functions 2022-03-10 14:55:40 -05:00
0xdcarns
a8043accc9 node ACL logic + tests implemented 2022-03-10 14:55:40 -05:00
0xdcarns
6061ccec76 began ACL implementation 2022-03-10 14:55:40 -05:00
John Sahhar
be0055a630 logic/extpeers: Set IPv6 in CreateExtClient
Signed-off-by: John Sahhar <john@gravitl.com>
2022-03-08 16:12:17 -06:00
afeiszli
3bd4be258f fix gateway error 2022-03-07 14:48:56 -05:00
dcarns
e1cb3531e1
Merge pull request #854 from gravitl/feature_0.12.0_host_dns
host dns
2022-03-07 08:58:19 -05:00
Schemen
dbe5336a8e Add accept iptables rule for out interface 2022-03-03 11:58:17 +01:00
Matthew R. Kasun
d596ec4753 hostctl for dns 2022-03-02 06:28:53 -05:00
afeiszli
ccf1293736 fixed hub logic 2022-02-21 11:12:15 -05:00
afeiszli
11b3bc3c09 fixed hub logic 2022-02-21 11:11:46 -05:00
afeiszli
33df27a721 fixed hub logic 2022-02-21 11:08:45 -05:00
afeiszli
f21dad5184 fixed hub logic 2022-02-21 09:45:42 -05:00
afeiszli
f521e5380f hub and spoke logic 2022-02-21 08:27:31 -05:00
0xdcarns
0325795bf2 created comms filter 2022-02-18 19:47:20 -05:00
0xdcarns
6028e1b6de added comms checks 2022-02-18 19:37:12 -05:00
afeiszli
c6a7238453 adding random comms network name logic 2022-02-18 15:18:50 -05:00
afeiszli
1c06cfc8f7 modified getpeers for hub network 2022-02-18 11:43:49 -05:00
afeiszli
f55eeedbb9 settings for comms network 2022-02-18 11:11:21 -05:00
afeiszli
be1763bb74 removing old node logic 2022-02-18 10:15:21 -05:00
afeiszli
8cd19c20c6 removed unnecessary variables from network, added IsHubAndSpoke 2022-02-18 09:49:58 -05:00
0xdcarns
25c4d8ff1e fixes 2022-02-17 10:33:48 -05:00
afeiszli
c2d99269c5 add MTU to ifacedelta 2022-02-16 20:26:20 -05:00
Matthew R. Kasun
394271289a server node gets correct ip on update to network range 2022-02-16 13:27:13 -05:00
dcarns
5b6553153b
Merge pull request #780 from gravitl/v0.10.0
V0.10.0
2022-02-15 22:13:12 -05:00
0xdcarns
9bee126429 hotfix 2 2022-02-15 21:50:47 -05:00
Matthew R. Kasun
e8a897f342 checkin logic updated 2022-02-15 15:40:38 -05:00
dcarns
8b184fd18f
Merge pull request #769 from gravitl/feature_v0.10.1_token_length
Feature v0.10.1 token length
2022-02-15 13:20:59 -05:00
Matthew R. Kasun
7e9f65ad1b remove corednsAddrr from token 2022-02-15 11:25:50 -05:00
0xdcarns
5c35ca433e edited run updates 2022-02-15 10:12:39 -05:00
0xdcarns
469618aa72 removed default master key and added warning log if not set 2022-02-15 10:12:37 -05:00
0xdcarns
e9f848c62a fix comment 2022-02-15 09:54:36 -05:00
0xdcarns
789cb27d48 added jwt fix 2022-02-15 09:51:21 -05:00
Matthew R. Kasun
5e3654faa9 remove commented out code 2022-02-15 08:10:51 -05:00
Matthew R. Kasun
950ce4b4da removed APIConnString from accessToken 2022-02-15 07:13:02 -05:00
Matthew R. Kasun
f3c5800912 removed unnecessary data elements 2022-02-14 17:57:28 -05:00
0xdcarns
f47a6af400 edited run updates 2022-02-14 11:01:33 -05:00
0xdcarns
51fa553df3 removed default master key and added warning log if not set 2022-02-14 09:58:50 -05:00
Matthew R. Kasun
fd6c4742de get address range from network 2022-02-09 15:21:51 -05:00
Matthew R. Kasun
e39138c184 removed hard coded netmask 2022-02-09 14:41:13 -05:00
0xdcarns
758c1cf097 changed initial name of server 2022-02-08 22:16:57 -05:00
0xdcarns
456272d549 fixed issue with delete 2022-02-08 11:01:44 -05:00
afeiszli
ea7cb6f39e fixing logging, disable non-linux relays, reset dns on error 2022-02-07 14:04:07 -05:00
afeiszli
96535554f5 fixing mac stuff and dns testing 2022-02-07 11:38:47 -05:00
afeiszli
f6b1711439 ext client logic for peer updates 2022-02-06 13:06:07 -05:00
afeiszli
62d0a6a83a adding comments 2022-02-06 11:43:07 -05:00
afeiszli
7c56420b9f backup logic for relay failing, dont allow server to be relayed 2022-02-06 11:36:38 -05:00
afeiszli
bea7467210 fixing tests 2022-02-05 15:50:29 -05:00
afeiszli
dd79186a81 changing validation 2022-02-05 15:50:29 -05:00
afeiszli
7bf864a387 fixing dns and various logs 2022-02-05 15:50:29 -05:00
0xdcarns
1a7a8beabc added server pulls upon server initialize if networks present 2022-02-05 13:12:07 -05:00
afeiszli
2cbf08ad1e adding logic for key checks, OS on server 2022-02-04 14:19:26 -05:00
afeiszli
83c4f99192 set relayed nodes UDP to off and update them 2022-02-04 11:54:50 -05:00
afeiszli
a693217feb switch for udp hole punch 2022-02-03 09:51:37 -05:00
afeiszli
239b9d36fc change queue identifier from server.ID to Network.NetID 2022-02-03 09:51:37 -05:00
0xdcarns
f7258bf98f refactored some client leave & cache and server join logic 2022-02-03 09:51:37 -05:00
afeiszli
7c4e8b2b4a removing peer cache 2022-02-01 23:30:10 -05:00
afeiszli
f6c68bd209 removing UUID gen from client side 2022-02-01 22:01:30 -05:00
afeiszli
c8154ffa5d remove GetNodeByIDOrMacAddress 2022-02-01 21:50:11 -05:00
afeiszli
d2467e13f3 allow adding address 2022-02-01 15:27:00 -05:00
afeiszli
c210a223ea set networkservers on network create 2022-02-01 10:08:44 -05:00
afeiszli
1e5a0e9d04 fix server self updates 2022-01-31 23:18:58 -05:00
afeiszli
86ba127b3b change order of operations 2022-01-31 20:38:16 -05:00
afeiszli
e778136a19 change order of operations 2022-01-31 20:36:09 -05:00
afeiszli
770b4e5892 change order of operations 2022-01-31 20:33:15 -05:00
afeiszli
467ebfd7d7 server address enhancements 2022-01-31 20:29:00 -05:00
afeiszli
c6252764e8 fix peer sync 2022-01-31 17:13:19 -05:00
0xdcarns
4823566125 debug again 2022-01-31 11:20:59 -05:00
0xdcarns
36b319c772 debug 2022-01-31 11:20:11 -05:00
0xdcarns
2a4a30f937 added debug stuff 2022-01-31 11:20:11 -05:00
0xdcarns
4740551473 iface delta 2022-01-31 11:19:19 -05:00
afeiszli
3e130fe9f8 cleaning server side peer logic 2022-01-31 11:18:38 -05:00
0xdcarns
ae4b1bee57 edited peer update 2022-01-31 11:18:38 -05:00
Matthew R Kasun
c421c1410b save servAddr to database on join 2022-01-30 13:37:10 -05:00
Matthew R Kasun
7ac0bfd13a Merge remote-tracking branch 'origin/develop' into feature_v0.10.0_serverPings 2022-01-30 09:18:24 -05:00
Matthew R Kasun
20569ee8ec Merge remote-tracking branch 'origin/develop' into feature_v0.10.0_serverPings 2022-01-30 05:55:52 -05:00
0xdcarns
ad79f2ea1f addresses review comments 2022-01-29 18:18:46 -05:00
0xdcarns
95b9444325 log cleanup 2022-01-29 18:18:46 -05:00
0xdcarns
410efbab50 switched to eliptical strategy 2022-01-29 18:18:46 -05:00
0xdcarns
3dadb8dcbf added e.. 2022-01-29 18:18:46 -05:00
0xdcarns
aa22afeb95 tracking mod 2022-01-29 18:18:46 -05:00
0xdcarns
ac632a75b7 refactored struct 2022-01-29 18:18:46 -05:00
0xdcarns
3483e45beb added struct to model 2022-01-29 18:18:46 -05:00
0xdcarns
db5fc322b8 remove db read 2022-01-29 18:18:46 -05:00
0xdcarns
c40c905b3b edited chunk size 2022-01-29 18:18:46 -05:00
0xdcarns
ef20139ce1 not sure what's going on 2022-01-29 18:18:46 -05:00
0xdcarns
19426fc3e1 added a cleanup 2022-01-29 18:18:46 -05:00
0xdcarns
48d6d57f25 trying again 2022-01-29 18:18:46 -05:00
0xdcarns
bb8d76a96e bug 2022-01-29 18:18:46 -05:00
0xdcarns
7be2b0e09d adjusted to byte buffer 2022-01-29 18:18:46 -05:00
0xdcarns
b8a1522845 logs 2022-01-29 18:18:46 -05:00
0xdcarns
d27dee0691 debugging 2022-01-29 18:18:46 -05:00
0xdcarns
0015d6fdf8 added encryption/decryption strategy 2022-01-29 18:18:46 -05:00
0xdcarns
cd4e2c57d6 added new struct and adapted to funcs 2022-01-29 18:15:52 -05:00
0xdcarns
26a0d8bdbe initial commit 2022-01-29 18:15:52 -05:00
dcarns
a50755fb0e
Merge pull request #651 from zc2638/fix/dns-dir
fix create dnsconfig dir
2022-01-28 08:42:50 -05:00
zc
e8ce07be8c fix create dnsconfig dir 2022-01-28 11:07:56 +08:00
Matthew R Kasun
513f85ede7 refactor server pings 2022-01-27 09:48:32 -05:00
Matthew R Kasun
76ae673363 Merge branch 'develop' into feature_v0.10.0_serverPings 2022-01-27 06:45:52 -05:00
dcarns
23e294d05f
Merge pull request #648 from gravitl/bugfix_v0.10.0_freebsd-gateways
fix for GRA-129 prevent freebsd from being a gateway
2022-01-26 14:40:28 -05:00
0xdcarns
27b29baf32 added new struct and adapted to funcs 2022-01-26 10:40:39 -05:00
Matthew R Kasun
dd62e90924 fix for GRA-129 prevent freebsd from being a gateway 2022-01-26 09:04:30 -05:00
0xdcarns
d6554ef081 initial commit 2022-01-25 22:14:31 -05:00
dcarns
59685731c1
Merge pull request #645 from gravitl/feature-messageQueue
Feature message queue
2022-01-25 19:25:38 -05:00