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/ipn
Brad Fitzpatrick 70de16bda7 ipn/localapi: make whois take IP or IP:port as documented, fix capmap netstack lookup
The whois handler was documented as taking IP (e.g. 100.101.102.103)
or IP:port (e.g. usermode 127.0.0.1:1234) but that got broken at some point
and we started requiring a port always. Fix that.

Also, found in the process of adding tests: fix the CapMap lookup in
userspace mode (it was always returning the caps of 127.0.0.1 in
userspace mode). Fix and test that too.

Updates #9714

Change-Id: Ie9a59744286522fa91c4b70ebe89a1e94dbded26
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
8 months ago
..
ipnauth all: update copyright and license headers 1 year ago
ipnlocal ipn/ipnlocal: use syspolicy to determine collection of posture data 8 months ago
ipnserver logpolicy, various: allow overriding log function 11 months ago
ipnstate client/web: restrict full management client behind browser sessions 8 months ago
localapi ipn/localapi: make whois take IP or IP:port as documented, fix capmap netstack lookup 8 months ago
policy ipn: prefer allow/denylist terminology 1 year ago
store cmd/k8s-operator,ipn/store/kubestore: patch secrets instead of updating 9 months ago
backend.go cmd/tailscale,ipn/ipnlocal: print debug component names 8 months ago
doc.go all: update copyright and license headers 1 year ago
fake_test.go all: update copyright and license headers 1 year ago
ipn_clone.go ipn: add PostureChecks to Prefs 8 months ago
ipn_view.go ipn: add PostureChecks to Prefs 8 months ago
prefs.go ipn: add PostureChecks to Prefs 8 months ago
prefs_test.go ipn: add PostureChecks to Prefs 8 months ago
serve.go ipn: use NodeCapMap in CheckFunnel 8 months ago
serve_test.go ipn: use NodeCapMap in CheckFunnel 8 months ago
store.go ipn: avoid useless no-op WriteState calls 10 months ago
store_test.go ipn: avoid useless no-op WriteState calls 10 months ago