summaryrefslogtreecommitdiffhomepage
path: root/control/controlclient/map.go
AgeCommit message (Expand)AuthorFilesLines
2021-11-01types/netmap: use key.NodePublic instead of tailcfg.NodeKey.David Anderson1-1/+1
2021-10-29various: use NodePublic.AsNodeKey() instead of tailcfg.NodeKeyFromNodePublic()David Anderson1-1/+1
2021-10-28control/controlclient: stop using wgkey.David Anderson1-6/+4
2021-10-28types/netmap: use new node key type.David Anderson1-1/+2
2021-09-19tailcfg, health: add way for control plane to add problems to health checkBrad Fitzpatrick1-0/+5
2021-09-03types/key: add a special key with custom serialization for control private ke...Dave Anderson1-1/+2
2021-09-03Revert "types/key: add MachinePrivate and MachinePublic."David Anderson1-2/+1
2021-09-03types/key: add MachinePrivate and MachinePublic.David Anderson1-1/+2
2021-06-28control/controlclient: add debug knob to force node to only IPv6 self addrBrad Fitzpatrick1-1/+20
2021-04-19tailcfg, control/controlclient: accept nil MapResponse.Node (mapver 18)Brad Fitzpatrick1-12/+21
2021-04-19tailcfg, control/controlclient: allow empty MapResponse.Domain (mapver17)Brad Fitzpatrick1-1/+5
2021-04-18control/controlclient: add start of some MapResponse->NetworkMap testsBrad Fitzpatrick1-5/+6
2021-04-18control/controlclient: break direct.go into map.go (+tests), add mapSessionBrad Fitzpatrick1-0/+268