summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2023-11-14go.mod: update web-client-prebuilt moduleOSS Updater2-3/+3
2023-11-14.github: add action for updating web-client-prebuilt moduleWill Norris1-0/+51
2023-11-13ipn/ipnlocal: run "tailscale update" via systemd-run on Linux (#10229)Andrew Lytvynov2-10/+32
2023-11-13wgengine/magicsock: fix typo in endpoint.sendDiscoPing() docs (#10232)Jordan Whited1-1/+1
2023-11-13cmd/tailscale: warn if app-connector is enabled without ip forwardingTom DNetto1-1/+1
2023-11-13ipn/ipnlocal: respect ExitNodeAllowLANAccess on iOS (#10230)Brad Fitzpatrick1-1/+6
2023-11-13client/web: add Tailscale SSH viewSonia Appasamy9-31/+290
2023-11-13ipn/ipnlocal: clean up c2n handling's big switch, add a mux tableBrad Fitzpatrick1-113/+156
2023-11-13go.{mod,sum}: update inet.af/tcpproxy to fix flaking testTom DNetto2-3/+3
2023-11-13taildrop: lazily perform full deletion scan after first taildrop use (#10137)Joe Tsai6-7/+54
2023-11-13control/controlknobs,wgengine/magicsock: implement SilentDisco toggle (#10195)Jordan Whited5-1/+44
2023-11-13posture: ignore not found serial errorsKristoffer Dalby1-39/+7
2023-11-10client/web: add readonly/manage toggleSonia Appasamy18-189/+731
2023-11-09ipn,tailconfig: clean up unreleased and removed app connector serviceJames Tucker4-81/+2
2023-11-09tailcfg,ipn/ipnlocal: add hostinfo field to replace service entryJames Tucker6-8/+37
2023-11-09clientupdate: add support for QNAP (#10179)Andrew Lytvynov2-0/+82
2023-11-09ipn/ipnlocal: ensure that hostinfo is updated on app connector preference cha...James Tucker2-1/+60
2023-11-09ipn/policy: mark AppConnector service as interestingJames Tucker1-1/+1
2023-11-09appc: prevent duplication of wildcard entries on map updatesJames Tucker2-1/+14
2023-11-09go.toolchain.rev: bump to Go 1.21.4 (#10189)Andrew Lytvynov1-1/+1
2023-11-09ssh/tailssh: add envknobs to force override forwarding, sftp, ptyBrad Fitzpatrick2-1/+27
2023-11-09ssh/tailssh: fix sftp metric increment locationBrad Fitzpatrick1-2/+4
2023-11-09ipn/{ipnlocal,ipnstate,localapi}: add localapi endpoints for client self-upda...Naman Sood4-3/+152
2023-11-09ipn/localapi: only perform local-admin check in serveServeConfig (#10163)Andrew Lytvynov4-123/+122
2023-11-09appc: add support for matching wildcard domainsJames Tucker2-8/+56
2023-11-09client/tailscale,ipn/{ipnlocal,localapi}: check UDP GRO config (#10071)Jordan Whited10-1/+162
2023-11-09ssh/tailssh,util: extract new osuser package from ssh code (#10170)Andrew Lytvynov3-86/+143
2023-11-09ipn/ipnlocal: allow connecting to local web clientWill Norris4-29/+90
2023-11-09tsnet: check a bit harder for https in Server.ListenFunnelBrad Fitzpatrick1-0/+3
2023-11-08clientupdate,ipn/ipnlocal: fix c2n update on freebsd (#10168)Andrew Lytvynov2-15/+30
2023-11-08client/web: populate device details viewSonia Appasamy6-53/+182
2023-11-08logtail: fix Logger.Write return resultBrad Fitzpatrick2-1/+30
2023-11-08ipn/ipnlocal: fix nil control client panic while updating TKA headTom DNetto1-7/+11
2023-11-08ipn/ipnlocal: add empty address to the app-connector localNets setTom DNetto2-0/+19
2023-11-08cmd/tailscale: add -webclient flag to up and setWill Norris3-0/+18
2023-11-07tailcfg,ipn,appc: add c2n endpoint for appc domain routesCharlotte Brandhorst-Satzkorn3-0/+54
2023-11-07clientupdate: check whether running as root early (#10161)Andrew Lytvynov1-15/+15
2023-11-07ipn/localapi: require root or sudo+operator access for SetServeConfig (#10142)Andrew Lytvynov3-25/+107
2023-11-07go.mod: updates web-client-prebuiltWill Norris2-3/+3
2023-11-07client/web: pass URL prefix to frontendWill Norris3-25/+30
2023-11-07client/web: move useNodeData out of App componentSonia Appasamy1-34/+51
2023-11-07go.mod: bump web-client-prebuiltWill Norris2-3/+3
2023-11-07client/web: add initial framework for exit node selectorSonia Appasamy8-34/+202
2023-11-07client/web: pipe newSession through to readonly viewSonia Appasamy1-6/+6
2023-11-07client/web: add device details viewSonia Appasamy5-52/+242
2023-11-07client/web: show manage button in readonly viewWill Norris2-30/+27
2023-11-07Add support for custom DERP port in TLS proberThomas Kosiewski1-1/+7
2023-11-06wgengine/magicsock: handle wireguard only clean up and log messagesCharlotte Brandhorst-Satzkorn1-3/+9
2023-11-06client/web: fix hotreload proxySonia Appasamy1-7/+1
2023-11-06cli/web: don't block startup on status reqSonia Appasamy1-4/+7