summaryrefslogtreecommitdiffhomepage
path: root/control/controlclient
AgeCommit message (Expand)AuthorFilesLines
2022-04-18tailcfg, logtail: provide Debug bit to disable logtailBrad Fitzpatrick1-0/+4
2022-04-15tailcfg, control/controlclient: TSMP & disco pingsJames Tucker2-34/+46
2022-04-07control/controlbase: make the protocol version number selectable.David Anderson2-1/+36
2022-03-28net/netutil: add CheckIPForwardingLinux (#4301)Maisem Ali1-81/+9
2022-03-22control/controlclient, ipn/ipnlocal, tailcfg: add MapResponse.PopBrowserURLBrad Fitzpatrick2-4/+17
2022-03-17all: use any instead of interface{}Josh Bleecher Snyder2-6/+6
2022-03-16go.mod: update to latest certstoreJosh Bleecher Snyder3-6/+6
2022-03-16control/controlclient: only build certstore-related code with the Tailscale G...Josh Bleecher Snyder3-6/+6
2022-03-10ssh/tailssh, ipnlocal, controlclient: fetch next SSHAction from networkBrad Fitzpatrick3-0/+17
2022-03-10control/controlclient: proactively close TLS connection after /key fetchBrad Fitzpatrick1-0/+8
2022-03-09control/controlclient, localapi: shorten expiry time via localapi (#4112)Nick O'Neill3-2/+27
2022-03-09control/controlclient: make MapRequests go over noise.Maisem Ali1-10/+32
2022-03-08control/controlclient: call direct.Close after map requests are completeMaisem Ali1-3/+3
2022-03-08control/controlclient: make Auto.Shutdown call Direct.CloseMaisem Ali1-0/+4
2022-03-08control/controlclient: make RegisterRequest go over NoiseMaisem Ali1-17/+49
2022-03-08control/controlclient: fix Noise HTTP/2 regression from earlier commitBrad Fitzpatrick1-0/+9
2022-03-08control/controlclient: fix the Noise HTTP/2 timeout configBrad Fitzpatrick1-6/+15
2022-03-07control/controlclient: make SetDNS attempt to go over Noise firstMaisem Ali1-1/+43
2022-03-07tailcfg: add SetDNSResponseMaisem Ali1-1/+1
2022-03-07control/controlclient: add Noise clientMaisem Ali2-0/+191
2022-03-07control/controlclient: start fetching the server noise keyMaisem Ali1-15/+29
2022-03-06tailcfg: rename map request version to "capability version"Brad Fitzpatrick1-2/+2
2022-02-18control/controlclient: use structured logging for MapResponse.ControlTimeJosh Bleecher Snyder1-1/+1
2022-02-18tailcfg: make MapResponse.ControlTime a pointerJosh Bleecher Snyder1-1/+1
2022-02-16tailcfg: add MapResponse.ControlTime fieldJosh Bleecher Snyder1-0/+3
2022-02-16tailcfg: make Node.Hostinfo a HostinfoViewMaisem Ali1-1/+3
2022-02-15tailcfg: add start of SSH policy to be sent from control plane to nodesBrad Fitzpatrick1-0/+5
2022-02-12control/controlclient: remove dummy endpoint in endpoint stripping modeBrad Fitzpatrick1-4/+1
2022-02-12all: adjust some log verbosityBrad Fitzpatrick2-12/+12
2022-02-11control/controlclient: select newer certificateAdrian Dewhurst2-5/+267
2022-02-07control/controlclient: turn off Go's implicit compressionBrad Fitzpatrick1-0/+4
2022-01-24envknob: add new package for all the strconv.ParseBool(os.Getenv(..))Brad Fitzpatrick2-23/+10
2021-11-29control/controlclient: stop logging about goal.url invariantJosh Bleecher Snyder1-5/+3
2021-11-18net/netns: thread logf into control functionsJosh Bleecher Snyder1-1/+1
2021-11-16netcheck, controlclient, magicsock: add more metricsBrad Fitzpatrick1-1/+43
2021-11-10hostinfo, control/controlclient: tell control when Ubuntu has disabled Tailsc...Brad Fitzpatrick1-0/+3
2021-11-10control/controlclient: rename a variable to not shadow a package nameBrad Fitzpatrick1-8/+8
2021-11-07control/controlclient: make js/wasm work with Go 1.18+Brad Fitzpatrick1-0/+7
2021-11-03ipn/ipnlocal, control/controlclient: don't propagate all map errors to UIBrad Fitzpatrick2-1/+7
2021-11-03all: replace tailcfg.DiscoKey with key.DiscoPublic.David Anderson1-2/+2
2021-11-02tailcfg: use key.NodePublic in wire protocol types.David Anderson1-3/+3
2021-11-01types/netmap: use key.NodePublic instead of tailcfg.NodeKey.David Anderson1-1/+1
2021-11-01tailcfg, control/controlclient: add method to exit client from control planeBrad Fitzpatrick1-0/+4
2021-10-29various: use NodePublic.AsNodeKey() instead of tailcfg.NodeKeyFromNodePublic()David Anderson2-4/+4
2021-10-28control/controlclient: stop using wgkey.David Anderson4-31/+19
2021-10-28control/controlclient: add a LoginEphemeral LoginFlags bitBrad Fitzpatrick2-0/+2
2021-10-28types/netmap: use new node key type.David Anderson1-1/+2
2021-10-28types/persist: use new node key type.David Anderson2-7/+7
2021-10-27control/controlclient,tailcfg: propagate registration errors to the frontendMaisem Ali3-6/+6
2021-10-12all: fix spelling mistakesnicksherron2-2/+2