summaryrefslogtreecommitdiffhomepage
path: root/ipn
AgeCommit message (Expand)AuthorFilesLines
2024-02-25all: remove LenIter, use Go 1.22 range-over-int insteadBrad Fitzpatrick4-20/+20
2024-02-17ipn/ipnlocal: remove ancient transition mechanism for https certsBrad Fitzpatrick1-17/+2
2024-02-16ipn/ipnlocal: fix doctor API endpoint (#11155)San1-0/+1
2024-02-15doctor/ethtool, ipn/ipnlocal: add ethtool bugreport checkAndrew Dunham1-0/+2
2024-02-13go.mod, all: move away from inet.af domain seized by TalibanBrad Fitzpatrick2-2/+2
2024-02-12tailfs: listen for local clients only on 100.100.100.100Percy Wegmann2-66/+0
2024-02-11tailcfg: remove UserProfile.GroupsMaisem Ali2-4/+4
2024-02-09tailfs: fix startup issues on windowsPercy Wegmann1-1/+1
2024-02-09tailfs: disable TailFSForLocal via policyPercy Wegmann2-1/+22
2024-02-09tailfs: clean up naming and package structurePercy Wegmann5-96/+100
2024-02-09tailfs: initial implementationPercy Wegmann8-6/+608
2024-02-08all: use reflect.TypeFor now available in Go 1.22 (#11078)Joe Tsai1-5/+5
2024-02-08ipnlocal: force-regen new authURL when it is too old (#10971)Andrea Gottardo1-3/+11
2024-02-07util/cmpx: delete now that we're using Go 1.22Brad Fitzpatrick4-8/+7
2024-02-05ipn/localapi: more http status cleanup (#10995)kari-ts1-4/+4
2024-02-01ipn/ipnlocal: fix app connector route advertisements on exit nodesJames Tucker2-6/+19
2024-02-01appc,ipn/ipnlocal: add app connector routes if any part of a CNAME chain is r...James Tucker1-0/+66
2024-01-31ipn/ipnlocal: fix pretty printing of multi-record peer DNS resultsJames Tucker2-14/+88
2024-01-30ipnlocal: log failure to get ssh host keysPercy Wegmann3-7/+15
2024-01-23ipn/ipnlocal: fix failing test (#10937)Irbe Krumina1-4/+5
2024-01-23ipn/ipnlocal: fix proxy path that matches mount point (#10864)Irbe Krumina2-1/+115
2024-01-23wgengine/magicsock: implement probing of UDP path lifetime (#10844)Jordan Whited1-0/+1
2024-01-22appc,ipn/ipnlocal: optimize preference adjustments when routes updateCharlotte Brandhorst-Satzkorn3-46/+91
2024-01-18ipn/ipnlocal: make app connector configuration concurrentJames Tucker3-2/+7
2024-01-17appc,ipn/ipnlocal,types/appctype: implement control provided routesJames Tucker2-1/+50
2024-01-16all: make use of ctxkey everywhere (#10846)Joe Tsai2-13/+8
2024-01-12ipn/ipnserver: always allow Windows SYSTEM user to connectWill Norris4-2/+28
2024-01-09taildrop: remove breaking abstraction layers for apple (#10728)Rhea Ghosh2-21/+9
2024-01-05ipn: apply ControlURL policy before loginAdrian Dewhurst1-3/+9
2024-01-05cmd/tailscale, ipn/ipnlocal: add 'debug dial-types' commandAndrew Dunham1-0/+71
2024-01-04ipn/ipnlocal: refresh node key without blocking if cap enabled (#10529)James 'zofrex' Sanderson1-6/+21
2023-12-21ipn/ipnlocal: fix data race with capForcedNetfilter fieldAndrew Dunham1-3/+6
2023-12-21all: cleanup unused code, part 2 (#10670)Andrew Lytvynov6-26/+10
2023-12-20ipn: remove use of reflect.MethodByName (#10652)Andrew Lytvynov1-5/+13
2023-12-19appc,ipn: prevent undesirable route advertisementsJames Tucker2-8/+63
2023-12-19util/cmpx: remove code that's in the stdlib nowAndrew Dunham2-5/+6
2023-12-18ipn: apply tailnet-wide default for auto-updates (#10508)Andrew Lytvynov5-47/+141
2023-12-14ipn/ipnlocal: fix usage of slices.CompactAndrew Dunham1-1/+1
2023-12-08ipn/ipnlocal, util/syspolicy: make run exit node a preference optionAdrian Dewhurst1-0/+5
2023-12-08ipn,cmd/tailscale/cli: support hierarchical MaskedPrefs (#10507)Andrew Lytvynov3-44/+133
2023-12-07ipn/ipnlocal, util/syspolicy: add auto update policyAdrian Dewhurst2-0/+86
2023-12-06ipn/ipnlocal: add additional syspolicy enforcementAdrian Dewhurst2-114/+271
2023-12-06ipn/ipnlocal: better enforce system policiesAdrian Dewhurst4-72/+323
2023-12-06ipn/localapi: use clientupdate.CanAutoUpdate from serveUpdateCheckSonia Appasamy1-10/+2
2023-12-05linuxfw,wgengine/route,ipn: add c2n and nodeattrs to control linux netfilterNaman Sood6-1/+93
2023-12-05all: fix nilness issuesMatt Layher3-4/+3
2023-12-01client/web: show features based on platform supportSonia Appasamy2-22/+5
2023-11-29client/web: hide admin panel links for non-tailscale control serversSonia Appasamy1-1/+1
2023-11-29syspolicy: add exit node related policies (#10172)Claire Wang2-1/+290
2023-11-29ipn/ipnstate: add AllowedIPs to PeerStatusSonia Appasamy2-0/+9