You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/tailcfg
Brad Fitzpatrick 7b34154df2 all: deprecate Node.Capabilities (more), remove PeerChange.Capabilities [capver 89]
First we had Capabilities []string. Then
https://tailscale.com/blog/acl-grants (#4217) brought CapMap, a
superset of Capabilities. Except we never really finished the
transition inside the codebase to go all-in on CapMap. This does so.

Notably, this coverts Capabilities on the wire early to CapMap
internally so the code can only deal in CapMap, even against an old
control server.

In the process, this removes PeerChange.Capabilities support, which no
known control plane sent anyway. They can and should use
PeerChange.CapMap instead.

Updates #11508
Updates #4217

Change-Id: I872074e226b873f9a578d9603897b831d50b25d9
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2 months ago
..
c2ntypes.go ipn/ipnlocal: add c2n method to check on TLS cert fetch status 7 months ago
derpmap.go tailcfg: add latitude, longitude for node location (#11162) 3 months ago
proto_port_range.go tailcfg: implement text encoding for ProtoPortRange 8 months ago
proto_port_range_test.go tailcfg: implement text encoding for ProtoPortRange 8 months ago
tailcfg.go all: deprecate Node.Capabilities (more), remove PeerChange.Capabilities [capver 89] 2 months ago
tailcfg_clone.go tailcfg: add latitude, longitude for node location (#11162) 3 months ago
tailcfg_test.go tailfs: replace webdavfs with reverse proxies 3 months ago
tailcfg_view.go tailcfg: add latitude, longitude for node location (#11162) 3 months ago
tka.go tailcfg: add RPC structs for /tka/affected-sigs 1 year ago