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/control/controlclient
Brad Fitzpatrick bce05ec6c3 control/controlclient,tempfork/httprec: don't link httptest, test certs for c2n
The c2n handling code was using the Go httptest package's
ResponseRecorder code but that's in a test package which brings in
Go's test certs, etc.

This forks the httptest recorder type into its own package that only
has the recorder and adds a test that we don't re-introduce a
dependency on httptest.

Updates #12614

Change-Id: I3546f49972981e21813ece9064cc2be0b74f4b16
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
10 months ago
..
auto.go control/controlclient: skip SetControlClientStatus when queue has newer results later 10 months ago
client.go control/controlclient: delete unused Client.Login Oauth2Token field 2 years ago
controlclient_test.go control/controlclient: skip SetControlClientStatus when queue has newer results later 10 months ago
direct.go control/controlclient,tempfork/httprec: don't link httptest, test certs for c2n 10 months ago
direct_test.go tka: test SigCredential signatures and netmap filtering 1 year ago
map.go control/controlclient: sanitize invalid DERPMap nil Region from control 10 months ago
map_test.go tailcfg,control/controlclient: treat nil AllowedIPs as Addresses [capver 112] 11 months ago
noise.go controlclient: do not set HTTPS port for any private coordination server IP (#14564) 11 months ago
noise_test.go controlclient: do not set HTTPS port for any private coordination server IP (#14564) 11 months ago
sign.go all: update copyright and license headers 3 years ago
sign_supported.go control/controlclient: use the most recent syspolicy.MachineCertificateSubject value 1 year ago
sign_supported_test.go all: update copyright and license headers 3 years ago
sign_unsupported.go control/controlclient: support certstore without cgo 2 years ago
status.go all: implement AppendText alongside MarshalText (#9207) 2 years ago