summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2021-01-04WIP: grafana auth proxybradfitz/grafana_auth_proxyBrad Fitzpatrick3-0/+152
2021-01-02go.sum: update to match wireguard-go version update.David Anderson1-0/+2
2020-12-30go.mod: update wireguard-go versionJosh Bleecher Snyder1-1/+1
2020-12-30Update netaddr, and adjust wgengine/magicsock due to API change.David Anderson3-4/+11
2020-12-30wgkey: new packageJosh Bleecher Snyder19-67/+455
2020-12-30version: bump for the last time in 2020Brad Fitzpatrick1-1/+1
2020-12-30go.sum: updateBrad Fitzpatrick1-0/+2
2020-12-29add nix-shell boilerplate (#1028)Christine Dodrill2-0/+28
2020-12-29wgengine/router: disable IPv6 on Linux if ip rule -6 fails (#1074)Brad Fitzpatrick1-13/+47
2020-12-28net/tsaddr: add ChromeOS contains testsJosh Bleecher Snyder1-1/+26
2020-12-28go.mod: upgrade inet.af/netaddrJosh Bleecher Snyder2-1/+4
2020-12-28all: replace wgcfg.IP and wgcfg.CIDR with netaddr typesJosh Bleecher Snyder21-191/+132
2020-12-25Fix typo in cmd/tailscale/cli/cli.go (#1069)Charlotte Brandhorst-Satzkorn1-1/+1
2020-12-24tailscaled.service: Harden systemd unit somewhat (#1062)Frederik “Freso” S. Olesen1-0/+11
2020-12-23cmd/tailscale*: make updatedepsMatt Layher2-2/+2
2020-12-23go.mod: bump github.com/mdlayher/netlink to v1.2.0Matt Layher3-11/+23
2020-12-22wgengine: finish updating isTrimmablePeerBrad Fitzpatrick1-5/+3
2020-12-22net/packet: remove the custom IP4/IP6 types in favor of netaddr.IP.David Anderson13-825/+321
2020-12-22go.mod: bump inet.af/netaddr to non-allocating versionBrad Fitzpatrick5-2/+12
2020-12-21control/controlclient, version/distro: detect NixOS explicitlyBrad Fitzpatrick3-8/+32
2020-12-21wgengine/router/dns: reduce windows registry key open timeoutDavid Crawshaw1-1/+1
2020-12-21wgengine/router/dns: use the correct interface GUIDDavid Crawshaw1-2/+1
2020-12-21wgengine/router/dns: remove unsafe endianness detection on LinuxBrad Fitzpatrick3-22/+6
2020-12-21wgengine/router/dns: fix typo in commentBrad Fitzpatrick1-1/+1
2020-12-21all: annotate log verbosity levels on most egregiously spammy log printsBrad Fitzpatrick11-56/+64
2020-12-21cmd/tailscaled, logpolicy, logtail: support log levelsBrad Fitzpatrick3-1/+46
2020-12-21logtail, logpolicy: remove an unidiomatic use of an interfaceBrad Fitzpatrick4-48/+40
2020-12-21version: bump dateBrad Fitzpatrick1-1/+1
2020-12-21control/controlclient: clarify a commentBrad Fitzpatrick1-1/+2
2020-12-21go.sum: updateBrad Fitzpatrick1-0/+2
2020-12-19tailcfg: introduce map version 8, for clients that support v6 node config.David Anderson2-1/+2
2020-12-19go.mod: bump wireguard-go version.David Anderson1-1/+1
2020-12-19go.mod: update inet.af/netaddr, go mod tidy.David Anderson2-24/+3
2020-12-19control/controlclient: report broken routing for v4 and v6.David Anderson1-11/+52
2020-12-19net/interfaces: return IPv6 addresses from LocalAddresses.David Anderson1-5/+0
2020-12-19ipn, wgengine/magicsock: fix `tailscale status` display.David Anderson2-3/+14
2020-12-19wgengine: expand lazy config to work with dual-stacked peers.David Anderson2-54/+103
2020-12-19net/packet: add an IP6 constructor from a raw byte array.David Anderson1-2/+6
2020-12-19Clarify that raw format strings are intentionalSmitty2-3/+3
2020-12-18wgengine/magicsock: make ReceiveIPv4 a little easier to follow.David Anderson1-20/+25
2020-12-18wgengine/magicsock: move legacy endpoint creation into legacy.go.David Anderson2-59/+63
2020-12-18wgengine/magicsock: move more legacy endpoint handling.David Anderson2-17/+26
2020-12-18wgengine/magicsock: move legacy sending code to legacy.go.David Anderson2-37/+44
2020-12-18wgengine/magicsock: unexport AddrSet.David Anderson3-39/+39
2020-12-18wgengine/magicsock: move most legacy nat traversal bits to another file.David Anderson2-393/+413
2020-12-17util/systemd: don't log warnings when not running under systemdBrad Fitzpatrick1-1/+7
2020-12-17wgengine/tsdns: fix error response marshaling, improve bad query logsBrad Fitzpatrick2-10/+28
2020-12-17wgengine/magicsock: only log about lazy config when actually doing lazy config.David Anderson1-4/+1
2020-12-15tailcfg: document new OmitPeers endpoint updating functionalityBrad Fitzpatrick1-0/+4
2020-12-15wgengine/filter, wgengine/magicsock: use new IP.BitLen to simplify some codeBrad Fitzpatrick4-28/+15