summaryrefslogtreecommitdiffhomepage
path: root/tailcfg
AgeCommit message (Expand)AuthorFilesLines
2021-10-29tailcfg: remove use of legacy key parsing helper.David Anderson1-19/+27
2021-10-29wgengine/magicsock: remove uses of tailcfg.DiscoKey.David Anderson1-0/+9
2021-10-29Revert "Revert "tailcfg: remove reference to types/key.Public.""David Anderson1-1/+1
2021-10-28Revert "tailcfg: remove reference to types/key.Public."David Anderson1-1/+1
2021-10-28tailcfg: remove reference to types/key.Public.David Anderson1-1/+1
2021-10-28all: use testingutil.MinAllocsPerRunJosh Bleecher Snyder1-4/+5
2021-10-28tailcfg: remove use of wgkey.David Anderson1-14/+5
2021-10-28tailcfg: add RegisterRequest.Ephemeral to request new ephemeral nodeBrad Fitzpatrick1-0/+5
2021-10-28types/key: add a dedicated type for node keys.David Anderson1-0/+9
2021-10-27control/controlclient,tailcfg: propagate registration errors to the frontendMaisem Ali2-0/+5
2021-10-25tailcfg: add Node.TagsMaisem Ali3-2/+34
2021-10-16cmd/cloner: mangle "go:generate" in cloner.goJoe Tsai1-2/+2
2021-09-19tailcfg, health: add way for control plane to add problems to health checkBrad Fitzpatrick1-1/+10
2021-09-17cmd/cloner: add Clone context to regen struct assignmentsJosh Bleecher Snyder1-10/+10
2021-09-17control/controlclient: update machine certificate signature versionAdrian Dewhurst1-1/+11
2021-09-15cmd/cloner: reduce diff noise when changing commandJosh Bleecher Snyder1-21/+12
2021-09-14tailcfg: don't panic on clone of nil RegisterRequestBrad Fitzpatrick2-0/+11
2021-09-03types/key: add a special key with custom serialization for control private ke...Dave Anderson3-25/+9
2021-09-03Revert "types/key: add MachinePrivate and MachinePublic."David Anderson3-9/+25
2021-09-03types/key: add MachinePrivate and MachinePublic.David Anderson3-25/+9
2021-08-25tailcfg,ipn/ipnlocal: support DNSConfig.Routes with empty values [mapver 23]Brad Fitzpatrick1-3/+11
2021-08-20hostinfo: add SetDeviceModel setter, move remaining code from controlclientBrad Fitzpatrick1-1/+1
2021-08-18tailcfg: add IP and Types field to PingRequestSimeng He1-1/+12
2021-08-06types/dnstype: introduce new package for ResolverDavid Crawshaw2-68/+25
2021-07-27tailcfg: add Node.PrimaryRoutesBrad Fitzpatrick3-1/+11
2021-07-15net/portmapper: add upnp port mappingjulianknodt1-0/+7
2021-07-09tailcfg: break DERPNode.DERPTestPort into DERPPort & InsecureForTestsBrad Fitzpatrick2-14/+20
2021-07-07tailcfg: note RegionID 900-999 reservationBrad Fitzpatrick1-0/+3
2021-06-23tailcfg/derpmap: add flag to omit ts's derpsjulianknodt2-1/+6
2021-06-22cmd/cloner: support maps with clone ptrsjulianknodt2-11/+112
2021-06-22tailcfg: add Debug.RandomizeClientPortBrad Fitzpatrick1-0/+5
2021-06-16tailcfg: add DNSConfig.ExtraRecordsBrad Fitzpatrick2-1/+26
2021-06-15tailcfg: add DNSConfig.CertDomainsBrad Fitzpatrick2-1/+15
2021-06-15tailcfg, control/controlclient: clarify more, enforce PingRequest.URL is uniqueBrad Fitzpatrick1-0/+3
2021-06-11cmd/tailscale, wgengine, tailcfg: don't assume LastSeen is present [mapver 20]Brad Fitzpatrick1-1/+2
2021-06-01tailcfg: add SetDNSRequest typeBrad Fitzpatrick1-0/+28
2021-05-24tailcfg, types/wgkey: add AppendTo methods on some typesBrad Fitzpatrick2-3/+32
2021-05-07tailcfg: optimize keyMarshalTextJosh Bleecher Snyder2-4/+15
2021-05-06tailcfg: fix typo in commentJosh Bleecher Snyder1-1/+1
2021-04-21control/controlclient, tailcfg: add Debug.SleepSeconds (mapver 19)Brad Fitzpatrick1-1/+8
2021-04-20ipn/ipnlocal: plumb fallback DNS in as a workaround for split DNS issues.David Anderson1-0/+1
2021-04-20tailcfg: add FallbackResolvers to DNSConfig.David Anderson2-8/+15
2021-04-19tailcfg, control/controlclient: accept nil MapResponse.Node (mapver 18)Brad Fitzpatrick1-5/+15
2021-04-19tailcfg, control/controlclient: allow empty MapResponse.Domain (mapver17)Brad Fitzpatrick1-2/+4
2021-04-16ipn/ipnlocal, etc: require file sharing capability to send/recv filesBrad Fitzpatrick1-1/+6
2021-04-15tailcfg, control/controlclient: (mapver 16) add Node.Online, MapResponse.Onli...Brad Fitzpatrick3-3/+34
2021-04-13tailcfg: add Endpoint, EndpointType, MapRequest.EndpointTypeBrad Fitzpatrick2-3/+61
2021-04-13client/tailscale/apitype: move local API types to new apitype packageBrad Fitzpatrick1-6/+0
2021-04-12tailcfg, control/controlclient: make nil MapResponse.DNSConfig mean unchanged...Brad Fitzpatrick1-6/+4
2021-04-08tailcfg: document new RegisterRequest.Expiry behaviorBrad Fitzpatrick1-2/+6