summaryrefslogtreecommitdiffhomepage
path: root/tailcfg
AgeCommit message (Expand)AuthorFilesLines
2024-02-26tailfs: replace webdavfs with reverse proxiesPercy Wegmann1-1/+1
2024-02-21cmd/derper, derp, tailcfg: add admission controller URL optionBrad Fitzpatrick1-1/+20
2024-02-11tailcfg: remove UserProfile.GroupsMaisem Ali3-15/+4
2024-02-09tailfs: disable TailFSForLocal via policyPercy Wegmann1-2/+5
2024-02-09tailfs: clean up naming and package structurePercy Wegmann2-4/+16
2024-02-09tailfs: initial implementationPercy Wegmann1-1/+6
2024-02-08all: use reflect.TypeFor now available in Go 1.22 (#11078)Joe Tsai1-3/+3
2024-02-07util/cmpx: delete now that we're using Go 1.22Brad Fitzpatrick1-2/+2
2024-01-23wgengine/magicsock: implement probing of UDP path lifetime (#10844)Jordan Whited1-1/+6
2024-01-11client/web: add initial types for using peer capabilitiesSonia Appasamy1-0/+3
2024-01-05controlclient,tailcfg,types: expose MaxKeyDuration via localapi (#10401)James 'zofrex' Sanderson1-1/+6
2024-01-04ipn/ipnlocal: refresh node key without blocking if cap enabled (#10529)James 'zofrex' Sanderson1-1/+6
2023-12-20all: cleanup unused code, part 1 (#10661)Andrew Lytvynov1-25/+0
2023-12-18ipn: apply tailnet-wide default for auto-updates (#10508)Andrew Lytvynov1-1/+9
2023-12-05tailcfg: bump CapabilityVersion for Linux netfilter NodeAttrs and c2n endpointNaman Sood1-1/+2
2023-12-05linuxfw,wgengine/route,ipn: add c2n and nodeattrs to control linux netfilterNaman Sood1-0/+10
2023-11-17control/controlclient: support incremental packet filter updates [capver 81]Brad Fitzpatrick1-1/+28
2023-11-16ipn/ipnlocal: add c2n method to check on TLS cert fetch statusBrad Fitzpatrick2-1/+25
2023-11-15ipn: remove the preview-webclient node capabilityWill Norris1-1/+0
2023-11-13control/controlknobs,wgengine/magicsock: implement SilentDisco toggle (#10195)Jordan Whited1-0/+4
2023-11-09ipn,tailconfig: clean up unreleased and removed app connector serviceJames Tucker1-5/+0
2023-11-09tailcfg,ipn/ipnlocal: add hostinfo field to replace service entryJames Tucker4-8/+25
2023-11-07tailcfg,ipn,appc: add c2n endpoint for appc domain routesCharlotte Brandhorst-Satzkorn1-0/+11
2023-11-01ipn/ipnlocal,tailcfg: add AppConnector service to HostInfo when configuredJames Tucker1-6/+10
2023-10-31ipn: replace web client debug flag with node capabilityWill Norris1-0/+1
2023-10-19tailcfg: add ID field to WebClientAuthResponseSonia Appasamy1-5/+7
2023-10-17tailcfg,cmd/tailscale: add UrgentSecurityUpdate flag to ClientVersion (#9848)Andrew Lytvynov1-3/+7
2023-10-13tailcfg: add tailnet field to register request (#9675)Claire Wang3-0/+14
2023-10-11tailcfg: implement text encoding for ProtoPortRangeJames Tucker2-14/+82
2023-10-11tailcfg: import ProtoPortRange for local useJames Tucker2-0/+250
2023-10-10tailcfg: add type for web client auth responseWill Norris1-0/+16
2023-10-09tailcfg,ipn: add c2n endpoint for posture identityKristoffer Dalby1-0/+12
2023-10-05hostinfo, ipnlocal: flesh out Wake-on-LAN support, send MACs, add c2n senderBrad Fitzpatrick4-1/+8
2023-10-04net/tstun: finish wiring IPv6 NAT supportTom DNetto1-1/+2
2023-10-03tstest/deptest: add check that x/exp/{maps,slices} imported as xfooBrad Fitzpatrick1-1/+1
2023-10-01tailcfg, all: use []netip.AddrPort instead of []string for EndpointsBrad Fitzpatrick4-12/+12
2023-09-30util/slicesx: add EqualSameNil, like slices.Equal but same nilnessBrad Fitzpatrick1-29/+6
2023-09-29cmd/cloner,*: revert: optimize nillable slice clonerJames Tucker1-15/+25
2023-09-29cmd/cloner,*: optimize nillable slice clonerJames Tucker1-25/+15
2023-09-27ipn/ipnlocal: plumb ExitNodeDNSResolvers for IsWireGuardOnly exit nodesJames Tucker1-1/+2
2023-09-25net/dns: retry forwarder requests over TCPAndrew Dunham1-1/+6
2023-09-21control,tailcfg,wgengine/magicsock: add nodeAttr to enable/disable peer MTUVal1-0/+4
2023-09-18all: declare & plumb IPv6 masquerade address for peerTom DNetto4-1/+40
2023-09-18tailcfg: add NodeCapMapMaisem Ali4-11/+125
2023-09-18tailcfg: add Node.HasCap helpersMaisem Ali1-0/+10
2023-09-18tailcfg: add RawMessageMaisem Ali2-2/+106
2023-09-17tailcfg: define a type for NodeCapabilityMaisem Ali3-50/+57
2023-09-15tailcfg: add DNS address list for IsWireGuardOnly nodesJames Tucker4-2/+17
2023-09-14cmd/cloner: do not allocate slices when the source is nilJames Tucker1-12/+20
2023-09-14tailcfg: remove completed TODO from IsWireGuardOnlyJames Tucker1-2/+1