summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2025-02-11wgengine/filter: add single-item version of MatchesFromFilterRulesandrew/wgengine-filter-splitAndrew Dunham1-70/+84
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
2025-02-04logpolicy: expose MaxBufferSize and MaxUploadSize options (#14903)Joe Tsai2-9/+28
2025-02-04ipn/{ipnauth,ipnlocal,ipnserver}: move the AlwaysOn policy check from ipnserv...Nick Khyl6-18/+63
2025-02-04cmd/k8s-operator: reinstate HA Ingress reconciler (#14887)Irbe Krumina9-44/+149
2025-02-03derp: tcp-write-timeout=0 should disable write deadline (#14895)Jordan Whited1-0/+8
2025-02-03net/netmon: add extra panic guard around ParseRIBJames Tucker1-1/+13
2025-02-03ipn/ipnlocal: add VIP service IPs to localnetsAdrian Dewhurst1-0/+27
2025-02-03tailcfg: add JSON unmarshal helper for view of node/peer capabilitiesAdrian Dewhurst4-14/+24
2025-02-03wgengine/wgcfg/nmcfg: coalesce, limit some debug logsBrad Fitzpatrick1-6/+14
2025-02-03derp/derphttp,ipn/localapi,net/captivedetection: add cache resistance to capt...James Tucker4-4/+97