summaryrefslogtreecommitdiffhomepage
path: root/ipn/ipnlocal/c2n.go
AgeCommit message (Expand)AuthorFilesLines
2025-10-02control/controlclient,health,ipn/ipnlocal,health: fix deadlock by deleting he...Brad Fitzpatrick1-0/+10
2025-10-02feature/featuretags: add features for c2n, peerapi, advertise/use routes/exit...Brad Fitzpatrick1-4/+12
2025-10-02feature/featuretags, all: add build features, use existing ones in more placesBrad Fitzpatrick1-17/+30
2025-09-30feature/appconnectors: start making it modularBrad Fitzpatrick1-24/+0
2025-09-30feature/featuretags: add a catch-all "Debug" feature flagBrad Fitzpatrick1-0/+22
2025-09-29ipn/ipnlocal, feature/posture: pull posture out into a modular featureBrad Fitzpatrick1-49/+0
2025-09-29feature/clientupdate: move clientupdate to a modular feature, disabled for tsnetBrad Fitzpatrick1-190/+0
2025-09-19ipn/ipnlocal: add a C2N endpoint for fetching a netmapAnton Tolchanov1-0/+65
2025-09-16feature/featuretags, all: add ts_omit_acme to disable TLS cert supportBrad Fitzpatrick1-56/+0
2025-09-16all: add ts_omit_serve, start making tailscale serve/funnel be modularBrad Fitzpatrick1-13/+0
2025-09-02util/syspolicy: finish plumbing policyclient, add feature/syspolicy, move glo...Brad Fitzpatrick1-1/+2
2025-09-02ipn/ipnlocal: use policyclient.Client always, stop using global syspolicy funcsBrad Fitzpatrick1-2/+1
2025-09-01util/syspolicy/policyclient: add policyclient.Client interface, start plumbingBrad Fitzpatrick1-1/+1
2025-08-31util/syspolicy/*: move syspolicy keys to new const leaf "pkey" packageBrad Fitzpatrick1-1/+2
2025-06-17ipn: add missing entries for OpenBSDJuan Francisco Cantero Hurtado1-1/+1
2025-05-29ipn/ipnlocal: fix data race when accessing b.appConnectorNick Khyl1-2/+3
2025-03-31ipn/ipnlocal: return old hwaddrs if missingKristoffer Dalby1-1/+1
2025-01-22feature/*: make Wake-on-LAN conditional, start supporting modular featuresBrad Fitzpatrick1-55/+12
2025-01-10ipn/ipnlocal: add VIPServices hash to return body of vip-services c2n endpointKevinLiang101-1/+5
2024-11-15ipn,tailcfg: add VIPService struct and c2n to fetch them from client (#14046)Naman Sood1-0/+9
2024-11-08ipn/ipnlocal: log a summary of posture identity responseAnton Tolchanov1-0/+2
2024-10-29ipn/ipnlocal: log errors while fetching serial numbersAnton Tolchanov1-4/+2
2024-07-10posture: add network hardware addresses to posture identityAnton Tolchanov1-2/+11
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 Lytvynov1-1/+1
2024-06-03ipn/ipnlocal: periodically run auto-updates when "offline" (#12118)Andrew Lytvynov1-52/+2
2024-05-30ipn/ipnlocal: support c2n updates with old systemd versions (#12296)Andrew Lytvynov1-3/+30
2024-04-22ipn/ipnlocal,ssh/tailssh: reject c2n /update if SSH conns are active (#11820)Andrew Lytvynov1-0/+7
2024-03-22ipn/ipnlocal: add c2n /debug/pprof/allocs endpointPercy Wegmann1-2/+21
2023-12-18ipn: apply tailnet-wide default for auto-updates (#10508)Andrew Lytvynov1-1/+1
2023-12-05linuxfw,wgengine/route,ipn: add c2n and nodeattrs to control linux netfilterNaman Sood1-0/+29
2023-12-01client/web: show features based on platform supportSonia Appasamy1-2/+1
2023-11-28clientupdate: implement update for Unraid (#10344)Andrew Lytvynov1-1/+6
2023-11-16ipn/ipnlocal: add c2n method to check on TLS cert fetch statusBrad Fitzpatrick1-0/+57
2023-11-13ipn/ipnlocal: run "tailscale update" via systemd-run on Linux (#10229)Andrew Lytvynov1-1/+15
2023-11-13ipn/ipnlocal: clean up c2n handling's big switch, add a mux tableBrad Fitzpatrick1-113/+156
2023-11-09clientupdate: add support for QNAP (#10179)Andrew Lytvynov1-0/+9
2023-11-08clientupdate,ipn/ipnlocal: fix c2n update on freebsd (#10168)Andrew Lytvynov1-9/+18
2023-11-07tailcfg,ipn,appc: add c2n endpoint for appc domain routesCharlotte Brandhorst-Satzkorn1-0/+29
2023-10-23clientupdate: distinguish when auto-updates are possible (#9896)Andrew Lytvynov1-1/+1
2023-10-17clientupdate: fix background install for linux tarballs (#9852)Andrew Lytvynov1-1/+4
2023-10-16clientupdate: return ErrUnsupported for macSys clients (#9793)Andrew Lytvynov1-3/+1
2023-10-16ipn/ipnlocal: change serial number policy to be PreferenceOptionKristoffer Dalby1-4/+7
2023-10-10ipn/ipnlocal: use syspolicy to determine collection of posture dataKristoffer Dalby1-3/+12
2023-10-09posture: add get serial support for Windows/LinuxKristoffer Dalby1-1/+1
2023-10-09tailcfg,ipn: add c2n endpoint for posture identityKristoffer Dalby1-0/+32
2023-10-05hostinfo, ipnlocal: flesh out Wake-on-LAN support, send MACs, add c2n senderBrad Fitzpatrick1-7/+67
2023-10-03util/httpm, all: add a test to make sure httpm is used consistentlyBrad Fitzpatrick1-2/+3
2023-09-08ipn/ipnlocal: add logging and locking to c2n /update (#9290)Andrew Lytvynov1-32/+86
2023-09-01cmd/tailscale,ipn: add auto-update flags and prefs (#8861)Andrew Lytvynov1-1/+2