summaryrefslogtreecommitdiffhomepage
path: root/control
AgeCommit message (Expand)AuthorFilesLines
2021-06-28control/controlclient: add debug knob to force node to only IPv6 self addrBrad Fitzpatrick1-1/+20
2021-06-28controlclient: log server key and URLDavid Crawshaw1-0/+1
2021-06-17hostinfo: add hostinfo package, move stuff out of controlclientBrad Fitzpatrick1-70/+4
2021-06-16control/controlclient: fix typo/braino in error messageBrad Fitzpatrick1-1/+1
2021-06-15tailcfg, control/controlclient: clarify more, enforce PingRequest.URL is uniqueBrad Fitzpatrick1-1/+19
2021-06-14hostinfo: capitalization of AWSDenton Gentry1-2/+2
2021-06-14hostinfo: detect when running in Azure App Service.Denton Gentry1-0/+12
2021-06-14hostinfo: detect Heroku Dyno.Denton Gentry1-0/+10
2021-06-14hostinfo: detect AWS Lambda as a container.Denton Gentry1-0/+14
2021-06-08control/controlclient: add Pinger interface, Options.PingerSimeng He1-0/+15
2021-06-07ipn/{ipnlocal,localapi}, control/controlclient: add SetDNS localapiBrad Fitzpatrick3-0/+56
2021-05-31ipnlocal: don't assume NeedsLogin immediately after StartLogout().Avery Pennarun3-14/+20
2021-05-28control/controlclient: use our fork of certstoreAdrian Dewhurst1-1/+1
2021-05-16all: adapt to opaque netaddr typesJosh Bleecher Snyder2-4/+4
2021-05-12controlclient: update Persist.LoginName when it changes.Avery Pennarun1-2/+2
2021-04-30ipnlocal: don't pause the controlclient until we get at least one netmap.apenwarr/statefixAvery Pennarun1-1/+2
2021-04-30controlclient: extract a Client interface and rename Client->Auto.Avery Pennarun5-53/+134
2021-04-29controlclient: extract State and Status stuff into its own file.Avery Pennarun2-73/+88
2021-04-22control/controlclient: fix signRegisterRequest log suppression check on WindowsBrad Fitzpatrick1-1/+1
2021-04-21control/controlclient, tailcfg: add Debug.SleepSeconds (mapver 19)Brad Fitzpatrick1-4/+41
2021-04-21ipn/ipnlocal: on fresh lazy-connecting install, start in state NeedsLoginBrad Fitzpatrick1-0/+3
2021-04-19tailcfg, control/controlclient: accept nil MapResponse.Node (mapver 18)Brad Fitzpatrick3-12/+57
2021-04-19tailcfg, control/controlclient: allow empty MapResponse.Domain (mapver17)Brad Fitzpatrick2-1/+25
2021-04-18control/controlclient: add start of some MapResponse->NetworkMap testsBrad Fitzpatrick3-7/+99
2021-04-18control/controlclient: break direct.go into map.go (+tests), add mapSessionBrad Fitzpatrick5-388/+461
2021-04-16ipn/ipnlocal, etc: require file sharing capability to send/recv filesBrad Fitzpatrick1-0/+5
2021-04-15tailcfg, control/controlclient: (mapver 16) add Node.Online, MapResponse.Onli...Brad Fitzpatrick2-41/+123
2021-04-15control/controlclient: only use a single DNS label as the hostname.David Anderson1-0/+2
2021-04-13tailcfg: add Endpoint, EndpointType, MapRequest.EndpointTypeBrad Fitzpatrick3-21/+41
2021-04-12tailcfg, control/controlclient: make nil MapResponse.DNSConfig mean unchanged...Brad Fitzpatrick1-1/+5
2021-04-10control/controlclient: create tls client config with server hostname instead ...Simon Kirillov1-1/+1
2021-04-09ipn/{ipnlocal,localapi}, cmd/tailscale: add logout commandBrad Fitzpatrick2-31/+95
2021-04-07control/controlclient: refactor some internalsBrad Fitzpatrick1-22/+30
2021-04-07control/controlclient: return correct certificateAdrian Dewhurst1-20/+41
2021-04-06hostifo: update LXC, add Cloud Run.Denton Gentry1-0/+20
2021-03-31cmd/tailscale, ipn/localapi: move IP forwarding check to tailscaled, APIBrad Fitzpatrick1-1/+14
2021-03-31control/controlclient: support lazy machine key generationBrad Fitzpatrick2-32/+50
2021-03-31control/controlclient: document a few thingsBrad Fitzpatrick2-3/+14
2021-03-29control/controlclient: fix TS_DEBUG_MAP on requestsBrad Fitzpatrick1-1/+1
2021-03-26control/controlclient: sign RegisterRequest (#1549)Adrian Dewhurst4-0/+224
2021-03-19control, ipn, tailcfg: remove golang.org/x/oauth2 dep, add tailcfg.Oauth2TokenBrad Fitzpatrick2-10/+8
2021-03-18control/controlclient: remove redundant Hostinfo logBrad Fitzpatrick1-1/+0
2021-03-16health, ipn/ipnlocal: track, log overall healthBrad Fitzpatrick1-2/+5
2021-03-15control/controlclient: cache Windows versionBrad Fitzpatrick1-0/+9
2021-03-15Revert "control/controlclient: use API to get Windows version number"Brad Fitzpatrick2-33/+15
2021-03-15wgengine/router: report to control when setPrivateNetwork failsBrad Fitzpatrick1-0/+3
2021-03-15health, controlclient, ipn, magicsock: tell health package state of thingsBrad Fitzpatrick2-1/+10
2021-03-15control/controlclient: use API to get Windows version numberAleksandar Pesic2-15/+33
2021-03-11control/controlclient: allow for an unset linkMon.David Anderson1-1/+1
2021-03-11control/controlclient: report broken IP forwarding more precisely.David Anderson1-2/+16