You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Brad Fitzpatrick
b560386c1a
net/packet, wgengine, tstun: add inter-node TSMP protocol for connect errors
...
This adds a new IP Protocol type, TSMP on protocol number 99 for
sending inter-tailscale messages over WireGuard, currently just for
why a peer rejects TCP SYNs (ACL rejection, shields up, and in the
future: nothing listening, something listening on that port but wrong
interface, etc)
Updates #1094
Updates tailscale/corp#1185
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
5 years ago
..
ipnserver
ipn, ipnserver: only require sudo on Linux for mutable CLI actions
5 years ago
ipnstate
cmd/tailscale: change formatting of "tailscale status"
5 years ago
policy
ipn, ipn/policy: filter portlist to a short list of "interesting" ports
6 years ago
backend.go
ipn, ipn/ipnserver: add IPN state for server in use, handle explicitly
6 years ago
doc.go
Move Linux client & common packages into a public repo.
6 years ago
fake_test.go
cmd/tailscale/cli: add basic 'down' subcommand
6 years ago
handle.go
all: replace wgcfg.IP and wgcfg.CIDR with netaddr types
5 years ago
local.go
net/packet, wgengine, tstun: add inter-node TSMP protocol for connect errors
5 years ago
local_test.go
Add names to test cases in ipn/local_test.go.
5 years ago
loglines_test.go
cmd/tailscaled, wgengine/netstack: add start of gvisor userspace netstack work
5 years ago
message.go
ipn, ipnserver: only require sudo on Linux for mutable CLI actions
5 years ago
message_test.go
ipn, ipnserver: only require sudo on Linux for mutable CLI actions
5 years ago
prefs.go
all: adjust Unix permissions for those without umasks
5 years ago
prefs_clone.go
all: replace wgcfg.IP and wgcfg.CIDR with netaddr types
5 years ago
prefs_test.go
wgkey: new package
5 years ago
store.go
wgkey: new package
5 years ago
store_test.go
Add tstest.PanicOnLog(), and fix various problems detected by this.
6 years ago