summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2025-02-18go.mod: bump toolchain versionawly/go_124Andrew Lytvynov1-1/+1
2025-02-17cmd/testwrapper: fix for go1.24Paul Scott2-30/+38
2025-02-13go.toolchain.branch: update to Go 1.24Brad Fitzpatrick8-135/+271
2025-02-13ssh/tailssh: accept passwords and public keysPercy Wegmann6-108/+289
2025-02-12go.mod: bump bartJames Tucker4-9/+8
2025-02-12ipn/ipn{local,server}: extract logic that determines the "best" Tailscale pro...Nick Khyl3-43/+118
2025-02-11Revert "control/controlclient: delete unreferenced mapSession UserProfiles"Brad Fitzpatrick1-30/+1
2025-02-11docs/windows/policy: update ADMX/ADML policy definitions to include the new A...Nick Khyl2-0/+43
2025-02-11licenses: update license noticesLicense Updater4-125/+122
2025-02-11ipn/ipn{local,server}: move "staying alive in server mode" from ipnserver to ...Nick Khyl3-52/+112
2025-02-11ipn/desktop: add a new package for managing desktop sessions on WindowsNick Khyl7-0/+994
2025-02-11ipn/ipnauth: implement WindowsActorNick Khyl2-3/+109
2025-02-11ipn/ipn{auth,server}: update ipnauth.Actor to carry a contextNick Khyl5-6/+77
2025-02-11tailcfg: remove ancient UserProfiles.Roles fieldBrad Fitzpatrick4-41/+1
2025-02-11tailcfg: make NetPortRange.Bits omitemptyAndrew Dunham1-1/+1
2025-02-11net/dns: update to illarion/gonotify/v3 to fix a panicAnton5-28/+18
2025-02-11net/dns: add a simple test for resolv.conf inotify watcherAnton2-13/+75
2025-02-11tailcfg: update + clean up machine API docs, remove some dead codeBrad Fitzpatrick2-158/+32
2025-02-11types/bool: add Int (#14984)Joe Tsai2-1/+19
2025-02-11go.mod: bump x/* depsBrad Fitzpatrick5-36/+39
2025-02-11tempfork/sshtest/ssh: add fork of golang.org/x/crypto/ssh for testing onlyBrad Fitzpatrick44-0/+19542
2025-02-11types/netmap,*: pass around UserProfiles as views (pointers) insteadBrad Fitzpatrick7-29/+51
2025-02-10go.toolchain.rev: bump to Go 1.23.6 (#14976)Andrew Lytvynov1-1/+1
2025-02-10ipn/ipn{local,server}: remove ResetForClientDisconnect in favor of SetCurrent...Nick Khyl2-36/+7
2025-02-10.github: Bump golangci/golangci-lint-action from 6.2.0 to 6.3.1 (#14963)dependabot[bot]1-1/+1
2025-02-10.github: Bump github/codeql-action from 3.28.5 to 3.28.9 (#14962)dependabot[bot]1-3/+3
2025-02-10ipn/ipnlocal: fix (*profileManager).DefaultUserProfileID for users other than...Nick Khyl2-26/+28
2025-02-08scripts/installer.sh: fix --yes argument for freebsd (#14958)Erisa A1-1/+1
2025-02-06wgengine/netstack: respond to service IPs in Linux tun modeAdrian Dewhurst1-5/+17
2025-02-06cmd/natc: remove speculative tuning from natcJames Tucker1-22/+0
2025-02-06go.mod,wgengine/netstack: use cubic congestion control, bump gvisorJames Tucker5-5/+10
2025-02-06wgengine/netstack: block link writes when full rather than dropJames Tucker1-22/+27
2025-02-06scripts/installer.sh: add BigLinux as a Manjaro derivative (#14936)Erisa A1-1/+1
2025-02-06cmd/tailscale: make ssh command work when tailscaled is built with the ts_inc...Sandro Jäckel1-5/+3
2025-02-06wgengine/netstack: disable RACK on all platformsJames Tucker1-10/+8
2025-02-06scripts/installer.sh: add FreeBSD 14 (#14925)Erisa A1-2/+3
2025-02-06cmd/derper: support no mesh key (#14931)Mike O'Driscoll1-0/+2
2025-02-06cmd/derper: close setec after use (#14929)Mike O'Driscoll1-0/+1
2025-02-06safesocket: add ability for Darwin clients to set explicit credentials (#14702)Jonathan Nobels3-90/+433
2025-02-05all: use new LocalAPI client package locationBrad Fitzpatrick41-108/+114
2025-02-05client: add missing localclient aliases (#14921)Percy Wegmann1-0/+29
2025-02-05client,localclient: move localclient.go to client/local packagePercy Wegmann8-161/+242
2025-02-05ssh: don't use -l option for shells on OpenBSDPercy Wegmann1-2/+2
2025-02-05docs/windows/policy: remove an extra closing >Nick Khyl1-1/+1
2025-02-05ssh: refactor OS names into constantsPercy Wegmann1-10/+17
2025-02-05ssh: don't use -l option for shells on FreeBSDPercy Wegmann1-0/+4
2025-02-05cmd/derper: remove logging of mesh key (#14915)Mike O'Driscoll1-1/+2
2025-02-05cmd/derper: add setec secret support (#14890)Mike O'Driscoll7-79/+181
2025-02-04clientupdate: refuse to update in tsnet binaries (#14911)Andrew Lytvynov1-0/+7
2025-02-04ipn/{ipnserver,localapi},tsnet: use ipnauth.Self as the actor in tsnet locala...Nick Khyl3-13/+13