summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2022-07-05VERSION.txt: this is v1.26.2v1.26.2release-branch/1.26Denton Gentry1-1/+1
2022-07-05go.mod: bump wireguard-go to set CLOEXEC on tun/netlink fdsBrad Fitzpatrick2-3/+3
2022-07-05cmd/tailscale: make ssh command prefer Windows ssh.exe over PATHmattn4-2/+23
2022-07-05wgengine/router: avoid unncessary routing configuration changesMihai Parparita3-5/+150
2022-07-05ssh/tailssh: fix Tailscale SSH to Linux Arch machinesBrad Fitzpatrick1-0/+14
2022-07-05net/portmapper: make pcpCodeNotAuthorized log more descriptiveDenton Gentry1-0/+3
2022-07-05cmd/tailscale: move call to cli.CleanUpArgs() from main() into cli.Run() (#4954)Jordan Whited2-1/+2
2022-07-05ssh/tailssh: fix logging typoMaisem Ali1-1/+1
2022-07-05cmd/tailscale: make up respect explicitly empty --operator= valuesoypete2-9/+47
2022-07-05ssh/tailssh: always use current time for policy evaluationMaisem Ali2-10/+6
2022-07-05ssh/tailssh: allow multiple sessions on the same connMaisem Ali2-106/+145
2022-07-05ssh/tailssh: limit setgroups to 16 on macOSAdam Eijdenberg3-1/+18
2022-07-05ssh/tailssh: fix /usr/bin/login args on macOSAdam Eijdenberg3-1/+14
2022-06-17VERSION.txt: this is v1.26.1v1.26.1Denton Gentry1-1/+1
2022-06-17cmd/tailscale/cli, ipn/ipnlocal: give SSH tips when off/unconfiguredBrad Fitzpatrick2-24/+104
2022-06-17tailcfg: define some Node.Capabilities about SSH, its configBrad Fitzpatrick1-0/+2
2022-06-17util/deephash: fix map hashing when key & element have the same typeBrad Fitzpatrick2-10/+52
2022-06-17go.mod: bump go4.org/unsafe/assume-no-moving-gc for Go 1.19beta1Brad Fitzpatrick2-5/+6
2022-06-17util/deephash: fix map hashing to actually hash elementsBrad Fitzpatrick2-1/+10
2022-06-17tailcfg: clarify some of the MapRequest variantsBrad Fitzpatrick1-3/+10
2022-06-17cmd/tailscale: add 'debug ts2021' Noise connectivity subcommandBrad Fitzpatrick2-10/+94
2022-06-06VERSION.txt: this is v1.26.0v1.26.0Denton Gentry1-1/+1
2022-06-06go.toolchain.rev: bump Go to 1.18.3 (+ Tailscale patches)Brad Fitzpatrick1-1/+1
2022-06-06wasm: exclude code that's not used on iOS for Wasm tooMihai Parparita11-20/+24
2022-06-06cmd/controlclient: wire up PingRequest peerapi pings tooBrad Fitzpatrick2-12/+16
2022-06-07build_docker.sh: add run.sh as an entrypoint to the docker imageMaisem Ali11-87/+75
2022-06-07go.mod: pin github.com/tailscale/mkctr (try #2)Maisem Ali3-3/+42
2022-06-06cmd/tailscale/cli: disable 'tailscale ssh' on sandboxed macOSBrad Fitzpatrick1-0/+4
2022-06-05tsweb: fix Port80Handler redirect to https with FQDN unsetBrad Fitzpatrick2-1/+43
2022-06-05hostinfo,distro: Identify Western Digital MyCloud devices.Denton Gentry2-10/+19
2022-06-04logpolicy: put Synology logs buffer in /tmpDenton Gentry1-2/+19
2022-06-03ipn/ipnlocal: prevent attempting to run SSH on Synology for nowBrad Fitzpatrick1-1/+4
2022-06-03Revert "cmd/tailscale/cli: disallow --ssh on Synology"Brad Fitzpatrick1-4/+1
2022-06-04cmd/tailscale/cli: disallow --ssh on SynologyMaisem Ali1-1/+4
2022-06-03ipn/ipnserver, cmd/tailscaled: fix peerapi on WindowsBrad Fitzpatrick4-32/+40
2022-06-03cmd/tailscale: surface authentication errors in status.Health (#4748)Jordan Whited5-10/+41
2022-06-03words: The lists continue to drag-on. (#4780)Charlotte Brandhorst-Satzkorn2-1/+9
2022-06-02control/controlhttp: allow client and server to communicate over WebSocketsMihai Parparita10-30/+132
2022-06-02net/dns/resolver: add support for <IPv4>.via-<site-id>Maisem Ali2-16/+34
2022-06-02wgengine/netstack: replace a 1500 with a const + docBrad Fitzpatrick1-1/+6
2022-06-02ssh/tailssh: add metricsBrad Fitzpatrick1-2/+44
2022-06-02cmd/tailscale/cli: add lose-ssh riskMaisem Ali5-2/+185
2022-06-01wgengine/netstack: make netstack MTU be 1280 alsoBrad Fitzpatrick3-11/+19
2022-06-01build_docker.sh: pin github.com/tailscale/mkctrMaisem Ali4-19/+25
2022-06-01hostinfo: use ByteSliceToString from golang.org/x/sys/unixTobias Klauser2-12/+3
2022-06-01hostinfo: use Uname from golang.org/x/sys/unix in osVersionLinuxTobias Klauser1-3/+2
2022-05-30ipn/ipnlocal: shutdown sshServer on tailscale downMaisem Ali3-18/+38
2022-05-28cmd/tailscale, ipn/ipnlocal: add "peerapi" ping typeBrad Fitzpatrick5-0/+86
2022-05-28ssh/tailssh: terminate sessions on stdout copy failuresMaisem Ali1-5/+6
2022-05-28ssh/tailssh: terminate sessions when tailscaled shutsdownMaisem Ali2-8/+51