summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2024-04-27ssh/tailssh: add integration tests for sshox/11854Percy Wegmann5-139/+341
2024-04-26ssh/tailssh: fall back to su if login is not an optionPercy Wegmann1-62/+158
2024-04-24cmd/k8s-operator,k8s-operator: proxyclass affinity (#11862)Lee Briggs8-1/+2420
2024-04-24ipn/ipnlocal: always stop the engine on auth when key has expiredAnton Tolchanov1-2/+5
2024-04-23util/syspolicy: add ReadStringArray interface (#11857)Andrea Gottardo9-0/+81
2024-04-23release/dist/qnap: use tmp file directory for qpkg buildingSonia Appasamy14-48/+97
2024-04-23wgengine/router: consolidate routes before reconfiguring router for mobile cl...Percy Wegmann3-1/+146
2024-04-23util/linuxfw,go.{mod,sum}: don't log errors when deleting non-existant chains...Irbe Krumina5-40/+24
2024-04-23cmd{containerboot,k8s-operator},util/linuxfw: support ExternalName Services (...Irbe Krumina8-27/+351
2024-04-23licenses: update license noticesLicense Updater4-32/+27
2024-04-23util/osuser: add unit test for parseGroupIdsPercy Wegmann2-1/+31
2024-04-23ssh/tailssh: try fetching group IDs for user with the 'id' commandAndrew Dunham2-8/+52
2024-04-23api.md: move device posture api to api.mdKristoffer Dalby1-0/+133
2024-04-22syncs: fix flaky test by deleting the code it tested (Watch)Brad Fitzpatrick2-174/+0
2024-04-22ipn/local: log OS-specific diagnostic information as JSON (#11700)Joe Tsai5-27/+10
2024-04-22ipn/ipnlocal: reset auto-updates if unsupported on profile load (#11838)Andrew Lytvynov2-0/+34
2024-04-22release/dist/qnap: add qnap target builderSonia Appasamy17-3/+658
2024-04-22ipn/ipnlocal,ssh/tailssh: reject c2n /update if SSH conns are active (#11820)Andrew Lytvynov3-0/+18
2024-04-21types/persist: remove unused field Persist.ProviderBrad Fitzpatrick5-19/+1
2024-04-21tailcfg: remove some unused fields from RegisterResponseAuthBrad Fitzpatrick4-13/+2
2024-04-21tailcfg: pointerify RegisterRequest.Auth, omitemptify RegisterResponseAuthBrad Fitzpatrick5-12/+20
2024-04-19net/tsdial: assume all connections are affected if no default route is presentAndrew Dunham1-1/+15
2024-04-19wgengine\router: fix the Tailscale-In firewall rule to work on domain networksNick Khyl2-2/+2
2024-04-19ipn/ipnlocal,clientupdate: disallow auto-updates in containers (#11814)Andrew Lytvynov3-13/+62
2024-04-19clientupdate: return OS-specific version from LatestTailscaleVersion (#11812)Andrew Lytvynov1-3/+16
2024-04-19cmd/k8s-operator: correctly determine cluster domain (#11512)Irbe Krumina3-4/+139
2024-04-18ipn/ipnlocal: remove origin and referer headers from Taildrive requestsPercy Wegmann1-4/+5
2024-04-18ipn/ipnlocal: strip origin and referer headers from Taildrive requestsPercy Wegmann1-0/+4
2024-04-18drive: rewrite Location headersPercy Wegmann4-8/+52
2024-04-18tailcfg: rename exit node destination network flow log node attribute (#11779)Claire Wang1-2/+2
2024-04-18interfaces: create android impl (#11784)kari-ts3-43/+186
2024-04-18hostinfo: use Distro field for distinguishing Windows Server buildsAaron Klotz4-0/+13
2024-04-18cmd/tailscale: clarify Taildrive grants in help textPercy Wegmann1-24/+14
2024-04-18safeweb: allow object-src: self in CSP (#11782)Chris Palmer1-1/+1
2024-04-18go.mod: bump golang.org/x/net (#11775)Andrew Lytvynov2-3/+3
2024-04-18docs/windows/policy: add missing key expiration warning intervalAdrian Dewhurst2-8/+19
2024-04-17wgengine/magicsock: disable portmapper in tunchan-faked testsBrad Fitzpatrick3-5/+14
2024-04-17ipn/ipnlocal: hold the mutex when in onTailnetDefaultAutoUpdate (#11786)Andrew Lytvynov1-2/+5
2024-04-17safeweb: set SameSite=Strict, with an option for Lax (#11781)Chris Palmer1-1/+9
2024-04-17build(deps-dev): bump vite from 5.1.4 to 5.1.7 in /client/webdependabot[bot]2-37/+25
2024-04-17net/dns/resolver: use SystemDial in DoH forwarderAndrew Dunham1-3/+14
2024-04-17cmd/tailscale: add shell tab-completionPaul Scott32-18/+2393
2024-04-17ipn/store: omit AWS & Kubernetes support on 'small' Linux GOARCHesBrad Fitzpatrick4-7/+26
2024-04-17build(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 (#11410)dependabot[bot]4-3/+5
2024-04-17go.{mod,sum}: bump nftables to the latest commit (#11772)Irbe Krumina2-15/+15
2024-04-17net/interfaces: handle removed interfaces in State.EqualAndrew Dunham2-0/+37
2024-04-17cmd/tailscale/cli: prepend "tailscale" to usage errorsPaul Scott7-11/+11
2024-04-17cmd/tailscale/cli: fix "subcommand required" errors when typodPaul Scott8-27/+67
2024-04-17cmd/tailscale/cli: improve ShortHelp/ShortUsage unit test, fix new errorsPaul Scott5-29/+126
2024-04-17cmd/tailscale/cli: remove explicit usageFunc - its defaultPaul Scott1-4/+0