summaryrefslogtreecommitdiffhomepage
path: root/ipn
AgeCommit message (Expand)AuthorFilesLines
2025-01-29Revert "ssh,tempfork/gliderlabs/ssh: replace github.com/tailscale/golang-x-cr...Percy Wegmann1-1/+1
2025-01-28ssh,tempfork/gliderlabs/ssh: replace github.com/tailscale/golang-x-crypto/ssh...Percy Wegmann1-1/+1
2025-01-27types/persist: remove Persist.LegacyFrontendPrivateMachineKeyBrad Fitzpatrick3-29/+3
2025-01-27tempfork/acme: add new package for x/crypto package acme fork, moveBrad Fitzpatrick1-1/+1
2025-01-24feature/capture: move packet capture to feature/*, out of iOS + CLIBrad Fitzpatrick2-63/+51
2025-01-25ipn/ipnlocal: add debug envknob for ACME directory URL (#14771)Tom Proctor2-2/+19
2025-01-24ipn/ipnlocal: include DNS SAN in cert CSR (#14764)Tom Proctor1-3/+4
2025-01-23appc,ipn/ipnlocal: log DNS parsing errors in app connectors (#14607)Andrew Lytvynov3-6/+14
2025-01-22feature/*: make Wake-on-LAN conditional, start supporting modular featuresBrad Fitzpatrick2-131/+53
2025-01-22ipn/ipnlocal: re-advertise appc routes on startup, take 2 (#14740)Andrew Lytvynov2-3/+87
2025-01-22tailcfg: add ServiceNameAdrian Dewhurst7-32/+33
2025-01-22fix handler related and some nitKevinLiang103-20/+22
2025-01-22ipn/ipnlocal: Support TCP and Web VIP servicesKevinLiang105-20/+674
2025-01-21ipn/ipnlocal: also use LetsEncrypt-baked-in roots for cert validationBrad Fitzpatrick1-2/+17
2025-01-21Revert "ipn/ipnlocal: re-advertise appc routes on startup (#14609)"Brad Fitzpatrick2-79/+3
2025-01-21ipn/ipnlocal,tailcfg: communicate to control whether funnel is enabled (#14688)Irbe Krumina2-4/+189
2025-01-19ipn: [serve] warn that foreground funnel won't work if shields are up (#14685)Irbe Krumina2-8/+97
2025-01-17ipnlocal: allow overriding os.Hostname() via syspolicy (#14676)Andrea Gottardo1-0/+31
2025-01-15ipn/ipnserver: fix a deadlock in (*Server).blockWhileIdentityInUseNick Khyl2-1/+58
2025-01-15ipn/ipnserver: fix TestConcurrentOSUserSwitchingOnWindowsNick Khyl1-1/+14
2025-01-15ipn/ipnlocal: re-advertise appc routes on startup (#14609)Andrew Lytvynov2-3/+79
2025-01-14ipn/ipnserver: fix race condition where LocalBackend is reset after a differe...Nick Khyl2-8/+74
2025-01-14ipn/{ipnlocal,ipnserver}: remove redundant (*LocalBackend).ResetForClientDisc...Nick Khyl3-36/+42
2025-01-14ipn/{ipnauth,ipnlocal,ipnserver}, client/tailscale: make ipnserver.Server tes...Nick Khyl3-0/+380
2025-01-14ipn/ipnserver: use ipnauth.Actor instead of *ipnserver.actor whenever possibleNick Khyl2-12/+20
2025-01-14all: add Node.HomeDERP int, phase out "127.3.3.40:$region" hack [capver 111]Brad Fitzpatrick3-16/+8
2025-01-14ipn/ipnlocal: allow Peer API access via either V4MasqAddr or V6MasqAddr when ...Nick Khyl1-4/+6
2025-01-14cmd/viewer,all: consistently use "read-only" instead of "readonly"Brad Fitzpatrick2-13/+13
2025-01-14cmd/viewer,types/views,various: avoid allocations in pointer field getters wh...Nick Khyl4-34/+24
2025-01-12util/uniq,types/lazy,*: delete code that's now in Go stdBrad Fitzpatrick2-18/+8
2025-01-10ipn/ipnlocal: add VIPServices hash to return body of vip-services c2n endpointKevinLiang102-4/+7
2025-01-10ipn/conf.go: add VIPServices to tailscaled configfile (#14345)Irbe Krumina1-0/+6
2025-01-09all: illumos/solaris userspace only supportNahum Shalman5-5/+7
2025-01-08ipn/ipnlocal: add client metric gauge for number of IPNBus connectionsBrad Fitzpatrick1-0/+8
2025-01-07ipn/ipnlocal: connect serve config to c2n endpointKevinLiang103-34/+154
2025-01-06ipn/ipnlocal: move where auto exit node selection happensBrad Fitzpatrick2-33/+84
2025-01-06ipn/ipnlocal, util/goroutines: track goroutines for tests, shutdownBrad Fitzpatrick1-13/+51
2025-01-04ipn: declare NotifyWatchOpt consts without using iotaBrad Fitzpatrick1-9/+15
2025-01-04ipn: convert ServeConfig Range methods to iteratorsBrad Fitzpatrick2-30/+32
2025-01-04types/views: remove various Map Range funcs; use iterators everywhereBrad Fitzpatrick1-56/+45
2025-01-04all: use iterators in more places instead of Range funcsBrad Fitzpatrick2-15/+11
2025-01-03util/slicesx: add MapKeys and MapValues from golang.org/x/exp/mapsBrad Fitzpatrick1-5/+5
2025-01-03ipn/ipnlocal: use context.CancelFunc type for doc clarityBrad Fitzpatrick1-1/+1
2025-01-03ipn: update reference to Notify's Swift definitionBrad Fitzpatrick1-1/+1
2024-12-31all: add means to set device posture attributes from nodeBrad Fitzpatrick2-0/+42
2024-12-16Switch logging service from log.tailscale.io to log.tailscale.com (#14398)Joe Tsai1-1/+1
2024-12-04cmd/tailscale,net/netcheck: add debug feature to force preferred DERPJames Tucker2-0/+13
2024-12-02IPN: Update ServeConfig to accept configuration for Services.KevinLiang104-2/+144
2024-11-27ipn/localapi: count localapi requests to metric endpointsAnton Tolchanov1-1/+5
2024-11-26ipn/ipnlocal: only check CanUseExitNode if we are attempting to use one (#14230)Mario Minardi1-1/+6