5
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2024-09-19 00:59:37 +00:00

Commit Graph

  • c8938a3527 Add missing icmpv6.go Neil Alexander 2021-06-13 11:34:59 +0100
  • 48938282b7 Upgrade appveyor runner 2017 -> 2019 Neil Alexander 2021-06-13 11:28:41 +0100
  • 736c619057 Merge branch 'core' into future Arceliar 2021-06-13 05:25:23 -0500
  • 3393db8e77 move ICMP PacketTooBig sending into core Arceliar 2021-06-13 05:25:13 -0500
  • 9b68ac5702 Fix wintun hopefully Neil Alexander 2021-06-13 11:13:02 +0100
  • 38e05b5f4c Download wintun on first pass Neil Alexander 2021-06-13 11:07:19 +0100
  • 8621223a1f Remove -aslr Neil Alexander 2021-06-13 11:04:27 +0100
  • 272670b85b Fix version numbers in MSI Neil Alexander 2021-06-13 11:03:01 +0100
  • 63967462d9 Update MSI build again Neil Alexander 2021-06-13 10:58:15 +0100
  • 4244b38f2b Merge branch 'future' of https://github.com/yggdrasil-network/yggdrasil-go into future Arceliar 2021-06-13 04:55:02 -0500
  • 816356ea65 mostly finish migration of IP stuff to core, tuntap is still responsible for ICMP PacketTooBig Arceliar 2021-06-13 04:54:06 -0500
  • 3b669a15ed Update build-msi.sh Neil Alexander 2021-06-13 10:47:14 +0100
  • 45d6a1e6e5 Revert "Build MSIs for Windows using CircleCI (#766)" Neil Alexander 2021-06-13 10:42:31 +0100
  • 1147ee1934 WIP moving IP-specific checks from tuntap to core Arceliar 2021-06-13 04:22:21 -0500
  • bb66851c2b Update dependencies Neil Alexander 2021-06-12 21:46:17 +0100
  • 91235980af fix logging for socks Arceliar 2021-06-12 07:03:32 -0500
  • eeadffe4a5 move position of log line on shutdown Arceliar 2021-06-12 06:07:33 -0500
  • 5b6f730f18 keep a context in the core, use it for listen/dial, cancel it when closing Arceliar 2021-06-12 06:06:39 -0500
  • 3815b13ad5 use DialContext Arceliar 2021-06-12 05:58:14 -0500
  • acdc3dd3c0 Replace ?ed25519= with ?key= in peering URIs Neil Alexander 2021-06-11 21:12:27 +0100
  • f7607557c1 fix nBytes check in multicast code Arceliar 2021-06-06 04:48:00 -0500
  • e7da3d72c4 remove session firewall, this can't prevent memory use so it's better to just use OS native tools Arceliar 2021-06-06 02:35:02 -0500
  • 838bca083d remove bashisms for semver Arceliar 2021-06-06 02:33:11 -0500
  • ae196a7ede update ironwood dependency Arceliar 2021-06-06 00:52:03 -0500
  • 2b6aa3e2d7 Semver version fix Neil Alexander 2021-06-05 22:38:37 +0100
  • c5529a3a38 Use git describe again Neil Alexander 2021-06-05 22:28:29 +0100
  • e827e5d313 Go back to old semver version for now Neil Alexander 2021-06-05 22:09:15 +0100
  • 2e2566d248 Remove src/core/doc.go Neil Alexander 2021-06-05 21:56:31 +0100
  • d46a883020 Include public key in yggdrasilctl getSelf output for v0.4 nodes Neil Alexander 2021-06-05 21:54:05 +0100
  • 80b6bf0c78 Further tweaks to transition handling Neil Alexander 2021-06-05 21:49:11 +0100
  • 4a684e7caf Don't add mutex to config output Neil Alexander 2021-06-05 21:48:20 +0100
  • 54cced0b89 Ensure PublicKey is correct when extracting from old config Neil Alexander 2021-06-05 21:40:58 +0100
  • 5cede61a34 Use git describe output for versions Neil Alexander 2021-06-05 21:32:18 +0100
  • 05ad5df8ab Run tests in CI Neil Alexander 2021-06-05 21:32:12 +0100
  • ea15eeee7e Ensure PublicKey option is unused, map old config options Neil Alexander 2021-06-05 21:32:04 +0100
  • 99973b2757 Remove module package, it didn't really give us anything anyway Neil Alexander 2021-06-05 20:57:03 +0100
  • cb536a7322 Clean up util package Neil Alexander 2021-06-05 20:55:08 +0100
  • e67ee9232d fix nil pointer when attempting to access node config Arceliar 2021-06-05 06:00:33 -0500
  • 414c100125 add public keys to multicast, public key pinning to multicast peering Arceliar 2021-06-05 05:07:04 -0500
  • ff751a5409 Fix lint error Neil Alexander 2021-06-02 14:46:04 +0100
  • 8932ab0519 Fix lint errors Neil Alexander 2021-06-02 14:40:09 +0100
  • 166336a418 Remove config.NodeState (hot reconfig is no longer supported) Neil Alexander 2021-06-02 14:19:32 +0100
  • 978124dbb1 update dependency (ironwood), fix units in core benchmark Arceliar 2021-05-31 06:39:53 -0500
  • 1db7437b80 more cleanup and fix a busyloop when the admin socket is shut down Arceliar 2021-05-29 21:37:13 -0500
  • e25ad9ed21 cleanup unused code Arceliar 2021-05-29 20:42:06 -0500
  • 180654c495 possibly fix src/core/core_test.go Arceliar 2021-05-29 11:13:59 -0500
  • 8a60c605f6 remove metric stuff, there's already enough new stuff to test, maybe revisit this in a future release Arceliar 2021-05-24 18:53:54 -0500
  • c60dd42baa cleanup Arceliar 2021-05-23 21:51:09 -0500
  • 5f2bcaa71f add Listen to api and listenURL to tcp Arceliar 2021-05-23 21:47:12 -0500
  • fd5cda6329 read metric from urls for listen and peers Arceliar 2021-05-23 20:58:34 -0500
  • 70c5b06286 use url.URL in place of string for most internal listen/peer address handling Arceliar 2021-05-23 20:34:13 -0500
  • 58af92812e add metric to metadata exchange, but currently left at default 0 value Arceliar 2021-05-23 18:40:36 -0500
  • 6bc2044ced update ironwood dependency, fix ansible code, go mod tidy Arceliar 2021-05-23 17:52:10 -0500
  • 018f35d9a2 rename src/yggdrasil to src/core Arceliar 2021-05-23 14:42:26 -0500
  • 0343dad934 remove obsolete crypto package Arceliar 2021-05-23 14:33:28 -0500
  • f69f02386d rename debug admin socket functions Arceliar 2021-05-23 13:37:46 -0500
  • e6f86a9bd7 cleanup proto admin socket response formats Arceliar 2021-05-23 12:19:27 -0500
  • 29dda650b5 tun session protocol traffic cleanup Arceliar 2021-05-23 11:58:52 -0500
  • 233cf0c962 add remote debugGetSelf and fix some return type things in the other debug functions Arceliar 2021-05-22 21:27:11 -0500
  • c7b004d36f get debugGetPeers and debugGetDHT working in the admin socket Arceliar 2021-05-22 20:25:14 -0500
  • 8668abf481 WIP adding crawling debug packets Arceliar 2021-05-22 19:54:52 -0500
  • b11cf7a2f2 update ironwood dependency, fix api Arceliar 2021-05-18 20:43:38 -0500
  • 8d09e68e80 admin socket getpaths Arceliar 2021-05-16 16:16:58 -0500
  • eb4a22724f possibly fix admin socket getnodeinfo Arceliar 2021-05-16 15:55:30 -0500
  • fad071ffe9 WIP on nodeinfo admin handler Arceliar 2021-05-16 15:27:51 -0500
  • 058dec0cca Fix getself, gettuntap etc Neil Alexander 2021-05-16 21:01:59 +0100
  • 31c1c9b586 Fix admin socket list Neil Alexander 2021-05-16 20:53:40 +0100
  • 3e10b964cb
    Merge pull request #783 from yggdrasil-network/cleanup Neil Alexander 2021-05-16 20:11:21 +0100
  • 6413e95c48 Fix bug Neil Alexander 2021-05-16 20:05:22 +0100
  • 62a13e87c4
    Merge branch 'future' into cleanup Neil Alexander 2021-05-16 20:02:28 +0100
  • 416eadbcff Use uint64 for MTU for forward-compatibility Neil Alexander 2021-05-16 20:00:45 +0100
  • a6c254c87a more nodeinfo WIP, still needs admin socket support Arceliar 2021-05-16 14:00:37 -0500
  • 2e45e970c6 work-in-progress adding nodeinfo Arceliar 2021-05-16 13:52:52 -0500
  • 2d01386d6e Refactor admin socket, export request/response structs, remove types package Neil Alexander 2021-05-16 19:51:09 +0100
  • 2c7b22db92 allow for multiple traffic types inside the session at the tuntap level, only implement typeSessionTraffic for now Arceliar 2021-05-16 13:01:54 -0500
  • dfca87ba80 start a reader to disard traffic if the tun is disabled Arceliar 2021-05-15 16:44:56 -0500
  • f61507238e cleanup unused MTU code from tun keystore Arceliar 2021-05-15 16:23:44 -0500
  • 5b00273dfc move sessionfirewall into the tuntap. this needs testing. the name is also slightly wrong, since a crypto session can still be set up, packets are just accepted/rejected at the tun/tap level instead Arceliar 2021-05-15 15:55:47 -0500
  • 7e10025ef0 get minimal admin socket working (introspection only, no ability to add peers etc) Arceliar 2021-05-15 15:16:35 -0500
  • 85fae23919 remove TunnelRouting from config, remove Signing from key names Arceliar 2021-05-15 15:00:12 -0500
  • e83b5d08a8 remove ckr Arceliar 2021-05-15 14:54:25 -0500
  • cd4144f22b add minimal src/yggdrasil/api.go functions inspect internal state Arceliar 2021-05-15 14:50:56 -0500
  • 7d49b86456 set version to an obviously unstable value, fix peer address formatting in the connect/disconnect messages Arceliar 2021-05-15 13:44:55 -0500
  • 577b7118ad remove debug logging Neil Alexander 2021-05-10 23:16:22 +0100
  • 815f2a2822 Respond with ICMPv6 Packet Too Big over network Neil Alexander 2021-05-10 23:09:59 +0100
  • 57ea61b338 Remove reconfiguration on SIGHUP - it didn't work reliably anyway Neil Alexander 2021-05-10 22:47:28 +0100
  • e12c639c21 Remove obsolete switch options Neil Alexander 2021-05-10 22:42:57 +0100
  • 05caf36f4e Fix AllowedPublicKeys Neil Alexander 2021-05-10 22:39:12 +0100
  • c20b66f3b6 Metadata/version tweaks Neil Alexander 2021-05-10 22:31:01 +0100
  • bb92e61e68 Remove encryption public key options (they are now derived from ed25519 key conversion in IW), also bump link version number Neil Alexander 2021-05-10 22:06:38 +0100
  • 6cb958e3dc update genkeys to new address format Arceliar 2021-05-10 05:58:06 -0500
  • b48962a69a limit MTU to no more than what the packetconn claims to support Arceliar 2021-05-09 11:27:37 -0500
  • 3bfd891fd4 reduce time keystore mutex is held and (apparently) fix a deadlock Arceliar 2021-05-09 09:20:28 -0500
  • ed85cf08f2 WIP close the ironwood PacketConn when shutting down Arceliar 2021-05-08 12:31:26 -0500
  • b4224aa02d fix ironwood dependency version Arceliar 2021-05-08 11:57:54 -0500
  • e6e55fb4d1 dependency update Arceliar 2021-05-08 11:53:44 -0500
  • 8bed79370b (broken state) WIP, compiles and passes the netns ping test Arceliar 2021-05-08 11:52:22 -0500
  • b345806e3f (broken state) more WIP (cleanup) Arceliar 2021-05-08 11:35:04 -0500
  • 0f787364de (broken state) more tuntap WIP to add out-of-band key lookup Arceliar 2021-05-08 11:32:57 -0500
  • 5b22392c66 (broken state) more WIP on tuntap stuff Arceliar 2021-05-08 11:14:50 -0500