summaryrefslogtreecommitdiffhomepage
path: root/ipn/ipnlocal
AgeCommit message (Expand)AuthorFilesLines
2025-02-16ipn/ipnlocal,tailcfg: don't send WireIngress if IngressEnabled already true (...Irbe Krumina2-22/+24
2025-02-14various: keep tailscale connected when Always On mode is enabled on WindowsNick Khyl2-9/+294
2025-02-14ipn, tailscale/cli: add TaildropTargetStatus and remove race with FileTargets...kari-ts1-0/+36
2025-02-14ipn/ipnlocal: add GetFilterForTest (#15025)James 'zofrex' Sanderson1-0/+4
2025-02-12ipn/ipn{local,server}: extract logic that determines the "best" Tailscale pro...Nick Khyl2-41/+108
2025-02-11ipn/ipn{local,server}: move "staying alive in server mode" from ipnserver to ...Nick Khyl2-38/+110
2025-02-11types/netmap,*: pass around UserProfiles as views (pointers) insteadBrad Fitzpatrick3-20/+33
2025-02-10ipn/ipn{local,server}: remove ResetForClientDisconnect in favor of SetCurrent...Nick Khyl1-35/+6
2025-02-10ipn/ipnlocal: fix (*profileManager).DefaultUserProfileID for users other than...Nick Khyl2-26/+28
2025-02-05all: use new LocalAPI client package locationBrad Fitzpatrick2-7/+7
2025-02-04ipn/{ipnauth,ipnlocal,ipnserver}: move the AlwaysOn policy check from ipnserv...Nick Khyl1-1/+3
2025-02-03ipn/ipnlocal: add VIP service IPs to localnetsAdrian Dewhurst1-0/+27
2025-02-03tailcfg: add JSON unmarshal helper for view of node/peer capabilitiesAdrian Dewhurst1-4/+1
2025-02-01client/tailscale,ipn/ipn{local,server},util/syspolicy: implement the AlwaysOn...Nick Khyl2-8/+42
2025-01-31ipn/ipnlocal: fix a panic in setPrefsLockedOnEntry when cc is nilNick Khyl1-1/+1
2025-01-31ssh,tempfork/gliderlabs/ssh: replace github.com/tailscale/golang-x-crypto/ssh...Percy Wegmann1-1/+1
2025-01-31ipn/ipn{auth,server,local}: initial support for the always-on modeNick Khyl1-0/+25
2025-01-30ipn: generate LoginProfileView and use it instead of *LoginProfile where appr...Nick Khyl8-147/+161
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 Fitzpatrick2-21/+2
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 Fitzpatrick1-44/+36
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 Dewhurst4-25/+26
2025-01-22fix handler related and some nitKevinLiang102-17/+19
2025-01-22ipn/ipnlocal: Support TCP and Web VIP servicesKevinLiang104-18/+622
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-17ipnlocal: allow overriding os.Hostname() via syspolicy (#14676)Andrea Gottardo1-0/+31
2025-01-15ipn/ipnlocal: re-advertise appc routes on startup (#14609)Andrew Lytvynov2-3/+79
2025-01-14ipn/{ipnlocal,ipnserver}: remove redundant (*LocalBackend).ResetForClientDisc...Nick Khyl1-14/+12
2025-01-14ipn/{ipnauth,ipnlocal,ipnserver}, client/tailscale: make ipnserver.Server tes...Nick Khyl1-0/+9
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 Fitzpatrick1-1/+1
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 Fitzpatrick1-2/+1
2025-01-10ipn/ipnlocal: add VIPServices hash to return body of vip-services c2n endpointKevinLiang102-4/+7
2025-01-09all: illumos/solaris userspace only supportNahum Shalman1-1/+1
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 endpointKevinLiang102-34/+114
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: convert ServeConfig Range methods to iteratorsBrad Fitzpatrick1-6/+4