summaryrefslogtreecommitdiffhomepage
path: root/ipn
AgeCommit message (Expand)AuthorFilesLines
2024-09-25remove clusterPeers and use peers and tags to find peersfran/natc-consensus-prototypeFran Bull2-14/+62
2024-09-18wipFran Bull5-13/+81
2024-09-10ipnlocal,proxymap,wgengine/netstack: add optional WhoIs/proxymap debugBrad Fitzpatrick1-4/+14
2024-09-09ipn/ipnlocal: don't program system DNS when node key is expired (#13370)Andrew Dunham3-4/+37
2024-09-08kube,cmd/{k8s-operator,containerboot},envknob,ipn/store/kubestore,*/depaware....Irbe Krumina1-2/+2
2024-09-08kube,cmd/{k8s-operator,containerboot},envknob,ipn/store/kubestore,*/depaware....Irbe Krumina1-10/+11
2024-09-05ipn/ipnserver: remove IdleTimeoutNick Khyl1-10/+1
2024-09-04tka: truncate long rotation signature chainsAnton Tolchanov2-10/+36
2024-09-04cli: implement `tailscale dns status` (#13353)Andrea Gottardo2-0/+48
2024-09-04ipn/ipnlocal: always send auth URL notifications when a user requests interac...Nick Khyl2-36/+65
2024-08-30ipn/ipnlocal: fix a nil pointer dereference when serving /localapi/v0/tka/statusNick Khyl1-4/+7
2024-08-29ipn/ipnlocal: fix race condition that results in a panic sending on a closed ...Nick Khyl3-6/+21
2024-08-29ipn/ipnlocal: set WantRunning upon an interactive login, but not during a sea...Nick Khyl2-30/+63
2024-08-28ipn/ipnlocal: refactor and cleanup profileManagerNick Khyl7-155/+349
2024-08-28ipn/{ipnauth,ipnlocal,ipnserver,localapi}: start baby step toward moving acce...Nick Khyl6-213/+331
2024-08-27usermetric: add initial user-facing metricsKristoffer Dalby2-0/+28
2024-08-26ipn/ipnlocal: update routes on link change with ExitNodeAllowLANAccessJames Tucker1-2/+14
2024-08-23ipn/ipnlocal: install IPv6 service addr route (#13252)Jordan Whited1-0/+3
2024-08-22types/views: add Slice.All iteratorBrad Fitzpatrick1-13/+9
2024-08-22ipn/ipnlocal: remember last notified taildrive shares and only notify if they...Percy Wegmann2-7/+16
2024-08-21cmd/tl-longchain: tool to re-sign nodes with long rotation signaturesAnton Tolchanov3-37/+58
2024-08-20ipn/ipnlocal: network-lock, error if no pubkey instead of panicKristoffer Dalby1-1/+4
2024-08-19ipnlocal: support setting authkey at login using syspolicy (#13061)Andrea Gottardo1-0/+8
2024-08-14ipn/localapi: only flush relevant data in multiFilePostResponseWriter.Flush()Percy Wegmann1-4/+11
2024-08-14cmd/tailscale/cli: support passing network lock keys via filesBrad Fitzpatrick1-1/+2
2024-08-08cmd/tsidp: add funnel support (#12591)Naman Sood2-9/+27
2024-07-30net/captivedetection: call SetHealthy once connectivity restored (#12974)Andrea Gottardo1-0/+3
2024-07-26health: introduce captive-portal-detected Warnable (#12707)Andrea Gottardo1-20/+225
2024-07-23ipn,wgengine/magicsock: allow setting static node endpoints via tailscaled co...Irbe Krumina2-15/+52
2024-07-19cmd/tailscale: add --min-validity flag to the cert command (#12822)Andrew Lytvynov2-15/+61
2024-07-18ipn/ipnlocal: add comment explaining auto exit node migrationAdrian Dewhurst1-0/+21
2024-07-15ipn/ipnlocal: wait for DERP before auto exit node migrationAdrian Dewhurst1-2/+5
2024-07-15ipn: allow FQDN in exit node selectionAdrian Dewhurst2-1/+30
2024-07-12log/sockstatlog: don't block for more than 5s on shutdownAnton Tolchanov1-1/+3
2024-07-12ipn/ipnlocal: check for offline auto exit node in SetControlClientStatus (#12...Claire Wang2-11/+108
2024-07-11cmd/cloner, cmd/viewer, util/codegen: add support for generic types and inter...Nick Khyl1-5/+26
2024-07-10posture: add network hardware addresses to posture identityAnton Tolchanov1-2/+11
2024-07-10all: add test for package comments, fix, add comments as neededBrad Fitzpatrick3-1/+4
2024-07-08ipn/ipnlocal: gate systemd-run flags on systemd version (#12747)Andrew Lytvynov1-6/+14
2024-07-08clientupdate: return true for CanAutoUpdate for macsys (#12746)Andrew Lytvynov2-1/+6
2024-06-28ipn/ipnlocal: handle auto value for ExitNodeID syspolicy (#12512)Claire Wang2-24/+369
2024-06-27ipn/ipnlocal: allow multiple signature chains from the same SigCredentialAnton Tolchanov2-22/+42
2024-06-27tka: test SigCredential signatures and netmap filteringAnton Tolchanov1-4/+28
2024-06-27ipn/ipnlocal: fix nil pointer dereference and add related testAdrian Dewhurst2-1/+25
2024-06-27health,ipn/ipnlocal: hide update warning when auto-updates are enabled (#12631)Andrew Lytvynov1-1/+1
2024-06-26cmd/serve: don't convert localhost to 127.0.0.1Josh McKinney2-7/+6
2024-06-26ci: enable checklocks workflow for specific packagesAndrew Dunham1-1/+2
2024-06-26ipn/ipnlocal: don't bind localListener if its context is canceled (#12621)Naman Sood1-0/+8
2024-06-25ipn/ipnlocal: fix data race in testsAndrew Dunham1-1/+2
2024-06-25ipn/ipnlocal: check operator user via osuser packageBrad Fitzpatrick1-2/+2