summaryrefslogtreecommitdiffhomepage
path: root/tstest/integration/testcontrol
AgeCommit message (Expand)AuthorFilesLines
2023-08-09tailscale/cli: add interactive flow for enabling FunnelSonia Appasamy1-0/+1
2023-07-25tailcfg,ipn/ipnlocal,wgengine: add values to PeerCapabilitiesMaisem Ali1-1/+1
2023-04-13tailcfg: make SelfNodeV4MasqAddrForThisPeer a pointerMaisem Ali1-1/+2
2023-03-23tstest/integration: add ping test w/ masqueradesMaisem Ali1-8/+68
2023-03-15tsnet: add test for Funnel connectionsMaisem Ali1-7/+52
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-09-29all: fix spelling mistakesJosh Soref1-1/+1
2022-09-20net/netcheck: add check for captive portal (#5593)Andrew Dunham1-0/+3
2022-09-15refactor: move from io/ioutil to io and os packagesEng Zer Jun1-3/+2
2022-07-25all: convert more code to use net/netip directlyBrad Fitzpatrick1-9/+9
2022-07-25all: use various net/netip parse funcs directlyBrad Fitzpatrick1-1/+2
2022-07-25net/netaddr: start migrating to net/netip via new netaddr adapter packageBrad Fitzpatrick1-4/+4
2022-03-17all: use any instead of interface{}Josh Bleecher Snyder1-5/+5
2022-03-08control/controlclient: make RegisterRequest go over NoiseMaisem Ali1-2/+3
2022-03-07control/controlclient: start fetching the server noise keyMaisem Ali1-20/+37
2022-03-06tailcfg: rename map request version to "capability version"Brad Fitzpatrick1-4/+3
2022-02-18tailcfg: make MapResponse.ControlTime a pointerJosh Bleecher Snyder1-1/+2
2022-02-16tailcfg: add MapResponse.ControlTime fieldJosh Bleecher Snyder1-1/+2
2022-02-16tailcfg: make Node.Hostinfo a HostinfoViewMaisem Ali1-5/+5
2021-11-11tstest/integration/testcontrol: fix data raceBrad Fitzpatrick1-2/+3
2021-11-04tstest: extend node key expiration integration test.Denton Gentry1-1/+21
2021-11-03all: replace tailcfg.DiscoKey with key.DiscoPublic.David Anderson1-1/+1
2021-11-02tailcfg: use key.NodePublic in wire protocol types.David Anderson1-5/+5
2021-10-29tstest/integration: use key.NodePublic instead of tailcfg.NodeKey.David Anderson1-32/+36
2021-10-29various: use NodePublic.AsNodeKey() instead of tailcfg.NodeKeyFromNodePublic()David Anderson1-1/+1
2021-10-29various: remove remaining uses of key.NewPrivate.David Anderson1-2/+2
2021-09-03types/key: add a special key with custom serialization for control private ke...Dave Anderson1-39/+17
2021-09-03Revert "types/key: add MachinePrivate and MachinePublic."David Anderson1-17/+39
2021-09-03types/key: add MachinePrivate and MachinePublic.David Anderson1-39/+17
2021-09-02testcontrol: replace panic with errorDavid Crawshaw1-14/+24
2021-08-31tstest/integration/vms: test DNS configurationChristine Dodrill1-0/+3
2021-08-30testcontrol: plumb through DERPDavid Crawshaw1-0/+8
2021-08-19cmd/testcontrol: add test control serverJosh Bleecher Snyder1-0/+28
2021-08-18tstest/integration/testcontrol: sort peers in map responseJosh Bleecher Snyder1-0/+3
2021-07-17ipn/ipnlocal: stay out of map poll when downBrad Fitzpatrick1-0/+16
2021-07-15net/portmapper: add upnp port mappingjulianknodt1-0/+3
2021-07-13tstest/integration/testcontrol: add ipv6 support (#2394)Christine Dodrill1-2/+11
2021-06-28cmd/tailscale: make netcheck use active DERP map, delete static copyjulianknodt1-8/+1
2021-06-18tstest/integration: fix race flakeBrad Fitzpatrick1-2/+20
2021-06-10tstest/integration: add some debugging for TestAddPingRequest flakesBrad Fitzpatrick1-5/+50
2021-06-07tstest/integration/testcontrol: add Server.AddPingRequestSimeng He1-0/+33
2021-06-04tstest/integration/testcontrol: add Server.nodeLockedBrad Fitzpatrick1-0/+7
2021-05-26tstest/integration: add experimental integration test (#1966)Christine Dodrill1-0/+11
2021-05-18Added new Addresses / AllowedIPs fields to testcontrol when creating tailcfg....simenghe1-0/+6
2021-05-16all: adapt to opaque netaddr typesJosh Bleecher Snyder1-1/+1
2021-05-12tstest/integration{,/testcontrol}: add node update support, two node testBrad Fitzpatrick1-4/+36
2021-05-12tstest/integration{,/testcontrol}: add testcontrol.RequireAuth mode, new testBrad Fitzpatrick1-12/+124
2021-04-29tstest/integration/testcontrol: add start of test control serverBrad Fitzpatrick1-0/+545