Arceliar
|
f990a56046
|
have the core wrap and export the underlying PacketConn, move IPv6 ReadWriteCloser wrapper logic to a separate package
|
2021-07-05 13:14:12 -05:00 |
|
Arceliar
|
3b38ed082f
|
make failed sends a debug log, instead of error
|
2021-06-25 21:15:40 -05:00 |
|
Arceliar
|
8f91f0c050
|
fix nodeinfo and debug admin functions, this is ugly / a hack, but it works i guess...
|
2021-06-13 05:43:03 -05:00 |
|
Arceliar
|
3393db8e77
|
move ICMP PacketTooBig sending into core
|
2021-06-13 05:25:13 -05:00 |
|
Arceliar
|
816356ea65
|
mostly finish migration of IP stuff to core, tuntap is still responsible for ICMP PacketTooBig
|
2021-06-13 04:54:06 -05:00 |
|
Arceliar
|
1147ee1934
|
WIP moving IP-specific checks from tuntap to core
|
2021-06-13 04:22:21 -05:00 |
|
Arceliar
|
e7da3d72c4
|
remove session firewall, this can't prevent memory use so it's better to just use OS native tools
|
2021-06-06 02:35:02 -05:00 |
|
Neil Alexander
|
ea15eeee7e
|
Ensure PublicKey option is unused, map old config options
|
2021-06-05 21:32:04 +01:00 |
|
Neil Alexander
|
8932ab0519
|
Fix lint errors
|
2021-06-02 14:40:09 +01:00 |
|
Neil Alexander
|
166336a418
|
Remove config.NodeState (hot reconfig is no longer supported)
|
2021-06-02 14:19:32 +01:00 |
|
Arceliar
|
1db7437b80
|
more cleanup and fix a busyloop when the admin socket is shut down
|
2021-05-29 21:37:13 -05:00 |
|
Arceliar
|
e25ad9ed21
|
cleanup unused code
|
2021-05-29 20:42:06 -05:00 |
|
Arceliar
|
018f35d9a2
|
rename src/yggdrasil to src/core
|
2021-05-23 14:42:26 -05:00 |
|
Arceliar
|
f69f02386d
|
rename debug admin socket functions
|
2021-05-23 13:37:46 -05:00 |
|
Arceliar
|
e6f86a9bd7
|
cleanup proto admin socket response formats
|
2021-05-23 12:19:27 -05:00 |
|
Arceliar
|
29dda650b5
|
tun session protocol traffic cleanup
|
2021-05-23 11:58:52 -05:00 |
|
Arceliar
|
233cf0c962
|
add remote debugGetSelf and fix some return type things in the other debug functions
|
2021-05-22 21:27:11 -05:00 |
|
Arceliar
|
c7b004d36f
|
get debugGetPeers and debugGetDHT working in the admin socket
|
2021-05-22 20:25:14 -05:00 |
|
Arceliar
|
8668abf481
|
WIP adding crawling debug packets
|
2021-05-22 19:54:52 -05:00 |
|
Arceliar
|
eb4a22724f
|
possibly fix admin socket getnodeinfo
|
2021-05-16 15:55:30 -05:00 |
|
Arceliar
|
fad071ffe9
|
WIP on nodeinfo admin handler
|
2021-05-16 15:27:51 -05:00 |
|
Neil Alexander
|
058dec0cca
|
Fix getself, gettuntap etc
|
2021-05-16 21:01:59 +01:00 |
|
Neil Alexander
|
6413e95c48
|
Fix bug
|
2021-05-16 20:05:22 +01:00 |
|
Neil Alexander
|
62a13e87c4
|
Merge branch 'future' into cleanup
|
2021-05-16 20:02:28 +01:00 |
|
Neil Alexander
|
416eadbcff
|
Use uint64 for MTU for forward-compatibility
|
2021-05-16 20:00:45 +01:00 |
|
Arceliar
|
a6c254c87a
|
more nodeinfo WIP, still needs admin socket support
|
2021-05-16 14:00:37 -05:00 |
|
Arceliar
|
2e45e970c6
|
work-in-progress adding nodeinfo
|
2021-05-16 13:52:52 -05:00 |
|
Neil Alexander
|
2d01386d6e
|
Refactor admin socket, export request/response structs, remove types package
|
2021-05-16 19:51:09 +01:00 |
|
Arceliar
|
2c7b22db92
|
allow for multiple traffic types inside the session at the tuntap level, only implement typeSessionTraffic for now
|
2021-05-16 13:01:54 -05:00 |
|
Arceliar
|
dfca87ba80
|
start a reader to disard traffic if the tun is disabled
|
2021-05-15 16:44:56 -05:00 |
|
Arceliar
|
f61507238e
|
cleanup unused MTU code from tun keystore
|
2021-05-15 16:23:44 -05:00 |
|
Arceliar
|
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
|
2021-05-15 15:55:47 -05:00 |
|
Arceliar
|
e83b5d08a8
|
remove ckr
|
2021-05-15 14:54:25 -05:00 |
|
Neil Alexander
|
577b7118ad
|
remove debug logging
|
2021-05-10 23:16:22 +01:00 |
|
Neil Alexander
|
815f2a2822
|
Respond with ICMPv6 Packet Too Big over network
|
2021-05-10 23:09:59 +01:00 |
|
Neil Alexander
|
57ea61b338
|
Remove reconfiguration on SIGHUP - it didn't work reliably anyway
|
2021-05-10 22:47:28 +01:00 |
|
Neil Alexander
|
bb92e61e68
|
Remove encryption public key options (they are now derived from ed25519 key conversion in IW), also bump link version number
|
2021-05-10 22:06:38 +01:00 |
|
Arceliar
|
b48962a69a
|
limit MTU to no more than what the packetconn claims to support
|
2021-05-09 11:27:37 -05:00 |
|
Arceliar
|
3bfd891fd4
|
reduce time keystore mutex is held and (apparently) fix a deadlock
|
2021-05-09 09:20:28 -05:00 |
|
Arceliar
|
8bed79370b
|
(broken state) WIP, compiles and passes the netns ping test
|
2021-05-08 11:52:22 -05:00 |
|
Arceliar
|
b345806e3f
|
(broken state) more WIP (cleanup)
|
2021-05-08 11:35:04 -05:00 |
|
Arceliar
|
0f787364de
|
(broken state) more tuntap WIP to add out-of-band key lookup
|
2021-05-08 11:32:57 -05:00 |
|
Arceliar
|
5b22392c66
|
(broken state) more WIP on tuntap stuff
|
2021-05-08 11:14:50 -05:00 |
|
Arceliar
|
0cff56fcc1
|
(broken state) WIP on tuntap
|
2021-05-08 10:39:07 -05:00 |
|
Arceliar
|
ace7b43b6d
|
(broken state) WIP address migration
|
2021-05-08 07:25:53 -05:00 |
|
Neil Alexander
|
b9f35c5530
|
Return ICMPv6 Destination Unreachable for unknown destinations (#748)
* Return ICMPv6 Destination Unreachable for unknown destinations
* Update go.mod/go.sum for yggdrasil-extras
* go mod tidy
|
2020-12-06 19:47:25 +00:00 |
|
Neil Alexander
|
fdb296047b
|
Merge branch 'future' into develop-future
|
2020-09-27 20:28:26 +01:00 |
|
Ryan Westlund
|
d6d2d9c19a
|
Accept some golint suggestions (#690)
* Fixed some linter issues
* Simplified isBetter method
* Accept some linter suggestions
* Fix typo
Co-authored-by: klesomik <klesomiks@gmail.com>
Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
|
2020-09-27 14:42:46 +01:00 |
|
Arceliar
|
6d89570860
|
eliminate most sync.Pool use, gives a safer but slightly slower interface
|
2020-05-02 06:44:51 -05:00 |
|
Neil Alexander
|
d16505e417
|
Update CKR
|
2020-02-16 23:26:18 +00:00 |
|