summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2022-01-26cmd/derper: provide support for forcing autocert renewalsbradfitz/autocert_forceBrad Fitzpatrick1-0/+29
2022-01-26go.mod: bump netstack, switch to upstream netstackBrad Fitzpatrick6-75/+66
2022-01-26ipn/ipnstate: add TailnetName to statusBrad Fitzpatrick3-1/+8
2022-01-26scripts/installer: add Centos Stream 9 support (#3818)Xe Iaso1-2/+3
2022-01-25wgengine/magicsock: make debugUseDerpRoute an opt.Bool.David Anderson1-7/+9
2022-01-26words: fallout from mudpuppy-gate.David Anderson1-1/+0
2022-01-25ipn/ipnserver: add TS_PERMIT_CERT_UID envknob to give webservers cert accessBrad Fitzpatrick3-1/+30
2022-01-25cmd/derper: export TLS vars with derper_ prefix, not stun_David Anderson1-2/+2
2022-01-25cmd/tailscale: propagate tailscaled 403s as AccessDeniedErrorsdavideger4-12/+11
2022-01-24wgengine/netstack: add an SSH server experimentBrad Fitzpatrick11-14/+233
2022-01-24envknob: add new package for all the strconv.ParseBool(os.Getenv(..))Brad Fitzpatrick39-128/+195
2022-01-24net/dns: log why resolved does not look like it's on use [Linux]Brad Fitzpatrick2-7/+11
2022-01-22cmd/derper: record TLS versions used for requests.David Anderson1-3/+24
2022-01-21Makefile: update make spk target to use the new go spk builderMaisem Ali2-4/+11
2022-01-20words: correct inexcusable oversight re: mudpuppies.David Anderson2-2/+2
2022-01-20cmd/tailscaled: include Go runtime metrics in /debug/metricsBrad Fitzpatrick7-1/+9
2022-01-19net/dns/resolvd: store nameserversAaron Bieber1-0/+20
2022-01-19wgengine/netstack: clear TCP ECN bits before giving to gvisorBrad Fitzpatrick3-10/+134
2022-01-19wgengine/magicsock: fix deadlock on shutdownJosh Bleecher Snyder1-1/+3
2022-01-19net/packet: fix typo in commentBrad Fitzpatrick1-1/+1
2022-01-19go.toolchain.rev: pick up new bufio.Writer API for Go1.18 (#3768)Joe Tsai1-1/+1
2022-01-19wgengine/netstack: add a missing refcount decrement after packet injectionBrad Fitzpatrick2-0/+77
2022-01-19wgengine/netstack: add an Impl.Close method for testsBrad Fitzpatrick1-8/+20
2022-01-18wgengine/netstack: add missing error logging in a RST caseBrad Fitzpatrick1-2/+3
2022-01-18wgengine/netstack: fix netstack ping timeout on darwinBrad Fitzpatrick1-1/+14
2022-01-17control/controlhttp: package to get a controlbase.Conn over HTTP(S).David Anderson3-0/+735
2022-01-17control/controlbase: enable asynchronous client handshaking.David Anderson5-35/+84
2022-01-17control/controlbase: rename from control/noise.David Anderson8-8/+8
2022-01-17Update installer.shJay Stapleton1-2/+2
2022-01-13tstime/rate: deflake TestLongRunningQPSXe/winui-bugreport-without-tailscaledJosh Bleecher Snyder1-3/+4
2022-01-13net/dnscache: use tls.Conn.HandshakeContext.David Anderson1-14/+1
2022-01-13net/dnscache: don't cancel the TLS context before writing to the result channel.David Anderson1-3/+1
2022-01-13logtail: cap the buffer size in encodeTextJosh Bleecher Snyder2-9/+32
2022-01-13wgengine/magicsock: remove a per-DERP-packet map lookup in common caseBrad Fitzpatrick1-3/+7
2022-01-13wgengine/magicsock: enable DERP Return Path Optimization (DRPO)Brad Fitzpatrick1-1/+3
2022-01-13wgengine/magicsock: fix lock ordering deadlock with derphttpBrad Fitzpatrick1-8/+20
2022-01-13cmd/tailscale: use html/template for synoTokenRedirectJosh Bleecher Snyder1-4/+4
2022-01-12VERSION.txt: This is 1.21.Denton Gentry1-1/+1
2022-01-12tailcfg: no-op bump of MapRequest.VersionBrad Fitzpatrick1-1/+2
2022-01-12wgengine/netstack: make userspace ping work when tailscaled has CAP_NET_RAWBrad Fitzpatrick2-2/+39
2022-01-12scripts/installer.sh: add support to use the unstable track.Maisem Ali1-8/+18
2022-01-12cmd/tailscale/cli/web: fix typo where the html template data was beingMaisem Ali1-1/+1
2022-01-12net/dns/resolver: handle tabs as whitespace when ExitDNS parses resolv.confBrad Fitzpatrick1-0/+10
2022-01-11net/netns: remove a useless probe of the "ip" commandBrad Fitzpatrick1-3/+1
2022-01-11cmd/tailscale: let 'tailscale up --reset' do a pref editBrad Fitzpatrick2-1/+10
2022-01-11net/dns: make WSL network configuration opt-in for nowBrad Fitzpatrick1-7/+13
2022-01-11scripts: install gnupg deb, pass --yes to apt-getBrad Fitzpatrick1-4/+3
2022-01-11net/dns: teach OpenBSD's manager to talk to resolvd(8). (#2789)Aaron Bieber2-2/+206
2022-01-11cmd/derper: in manual cert mode, don't discard error from VerifyHostnameBrad Fitzpatrick1-2/+2
2022-01-10.github: Bump actions/setup-go from 2.1.4 to 2.1.5dependabot[bot]14-14/+14