| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-11-15 | cmd/tsidp: fix tsnet listenerbm/tsoidc | Maisem Ali | 1 | -17/+40 |
| 2023-11-14 | cmd/tsidp: add flag to run with tailscaled | Maisem Ali | 1 | -49/+118 |
| 2023-11-14 | cmd/tsidp: accept any client_id, not just 'unused' | Brad Fitzpatrick | 1 | -17/+44 |
| 2023-11-14 | cmd/tsidp: fix HTTP mux layering | Brad Fitzpatrick | 1 | -20/+20 |
| 2023-11-14 | cmd/tsidp: add some docs | Maisem Ali | 1 | -11/+22 |
| 2023-11-14 | cmd/tsidp: use mux, add node id | Maisem Ali | 1 | -70/+92 |
| 2023-11-14 | go.mod: tidy | Maisem Ali | 2 | -4/+1 |
| 2023-11-14 | cmd/tsidp: use rands.HexString | Brad Fitzpatrick | 1 | -22/+4 |
| 2023-11-13 | cmd/tsidp: add username claim | Maisem Ali | 1 | -19/+27 |
| 2023-11-13 | cmd/tsidp: add token,userinfo endpoints | Maisem Ali | 1 | -12/+193 |
| 2023-11-13 | cmd/tsidp: persist signing key | Maisem Ali | 1 | -36/+110 |
| 2023-11-13 | cmd/tsidp: add start of OIDC Tailscale IdP | Brad Fitzpatrick | 3 | -0/+303 |
| 2023-11-13 | wgengine/magicsock: fix typo in endpoint.sendDiscoPing() docs (#10232) | Jordan Whited | 1 | -1/+1 |
| 2023-11-13 | cmd/tailscale: warn if app-connector is enabled without ip forwarding | Tom DNetto | 1 | -1/+1 |
| 2023-11-13 | ipn/ipnlocal: respect ExitNodeAllowLANAccess on iOS (#10230) | Brad Fitzpatrick | 1 | -1/+6 |
| 2023-11-13 | client/web: add Tailscale SSH view | Sonia Appasamy | 9 | -31/+290 |
| 2023-11-13 | ipn/ipnlocal: clean up c2n handling's big switch, add a mux table | Brad Fitzpatrick | 1 | -113/+156 |
| 2023-11-13 | go.{mod,sum}: update inet.af/tcpproxy to fix flaking test | Tom DNetto | 2 | -3/+3 |
| 2023-11-13 | taildrop: lazily perform full deletion scan after first taildrop use (#10137) | Joe Tsai | 6 | -7/+54 |
| 2023-11-13 | control/controlknobs,wgengine/magicsock: implement SilentDisco toggle (#10195) | Jordan Whited | 5 | -1/+44 |
| 2023-11-13 | posture: ignore not found serial errors | Kristoffer Dalby | 1 | -39/+7 |
| 2023-11-10 | client/web: add readonly/manage toggle | Sonia Appasamy | 18 | -189/+731 |
| 2023-11-09 | ipn,tailconfig: clean up unreleased and removed app connector service | James Tucker | 4 | -81/+2 |
| 2023-11-09 | tailcfg,ipn/ipnlocal: add hostinfo field to replace service entry | James Tucker | 6 | -8/+37 |
| 2023-11-09 | clientupdate: add support for QNAP (#10179) | Andrew Lytvynov | 2 | -0/+82 |
| 2023-11-09 | ipn/ipnlocal: ensure that hostinfo is updated on app connector preference cha... | James Tucker | 2 | -1/+60 |
| 2023-11-09 | ipn/policy: mark AppConnector service as interesting | James Tucker | 1 | -1/+1 |
| 2023-11-09 | appc: prevent duplication of wildcard entries on map updates | James Tucker | 2 | -1/+14 |
| 2023-11-09 | go.toolchain.rev: bump to Go 1.21.4 (#10189) | Andrew Lytvynov | 1 | -1/+1 |
| 2023-11-09 | ssh/tailssh: add envknobs to force override forwarding, sftp, pty | Brad Fitzpatrick | 2 | -1/+27 |
| 2023-11-09 | ssh/tailssh: fix sftp metric increment location | Brad Fitzpatrick | 1 | -2/+4 |
| 2023-11-09 | ipn/{ipnlocal,ipnstate,localapi}: add localapi endpoints for client self-upda... | Naman Sood | 4 | -3/+152 |
| 2023-11-09 | ipn/localapi: only perform local-admin check in serveServeConfig (#10163) | Andrew Lytvynov | 4 | -123/+122 |
| 2023-11-09 | appc: add support for matching wildcard domains | James Tucker | 2 | -8/+56 |
| 2023-11-09 | client/tailscale,ipn/{ipnlocal,localapi}: check UDP GRO config (#10071) | Jordan Whited | 10 | -1/+162 |
| 2023-11-09 | ssh/tailssh,util: extract new osuser package from ssh code (#10170) | Andrew Lytvynov | 3 | -86/+143 |
| 2023-11-09 | ipn/ipnlocal: allow connecting to local web client | Will Norris | 4 | -29/+90 |
| 2023-11-09 | tsnet: check a bit harder for https in Server.ListenFunnel | Brad Fitzpatrick | 1 | -0/+3 |
| 2023-11-08 | clientupdate,ipn/ipnlocal: fix c2n update on freebsd (#10168) | Andrew Lytvynov | 2 | -15/+30 |
| 2023-11-08 | client/web: populate device details view | Sonia Appasamy | 6 | -53/+182 |
| 2023-11-08 | logtail: fix Logger.Write return result | Brad Fitzpatrick | 2 | -1/+30 |
| 2023-11-08 | ipn/ipnlocal: fix nil control client panic while updating TKA head | Tom DNetto | 1 | -7/+11 |
| 2023-11-08 | ipn/ipnlocal: add empty address to the app-connector localNets set | Tom DNetto | 2 | -0/+19 |
| 2023-11-08 | cmd/tailscale: add -webclient flag to up and set | Will Norris | 3 | -0/+18 |
| 2023-11-07 | tailcfg,ipn,appc: add c2n endpoint for appc domain routes | Charlotte Brandhorst-Satzkorn | 3 | -0/+54 |
| 2023-11-07 | clientupdate: check whether running as root early (#10161) | Andrew Lytvynov | 1 | -15/+15 |
| 2023-11-07 | ipn/localapi: require root or sudo+operator access for SetServeConfig (#10142) | Andrew Lytvynov | 3 | -25/+107 |
| 2023-11-07 | go.mod: updates web-client-prebuilt | Will Norris | 2 | -3/+3 |
| 2023-11-07 | client/web: pass URL prefix to frontend | Will Norris | 3 | -25/+30 |
| 2023-11-07 | client/web: move useNodeData out of App component | Sonia Appasamy | 1 | -34/+51 |