tailscale/ipn/ipnlocal
Maisem Ali 6afe26575c ipn: make Notify.Prefs be a *ipn.PrefsView
It is currently a `ipn.PrefsView` which means when we do a JSON roundtrip,
we go from an invalid Prefs to a valid one.

This makes it a pointer, which fixes the JSON roundtrip.

This was introduced in 0957bc5af2.

Signed-off-by: Maisem Ali <maisem@tailscale.com>
2022-11-04 04:00:26 +05:00
..
c2n.go wgengine/magicsock: make debug-level stuff not logged by default 2022-10-04 11:05:50 -07:00
dnsconfig_test.go ipn/ipnlocal: use ipn.PrefsView 2022-10-24 15:57:00 -07:00
local.go ipn: make Notify.Prefs be a *ipn.PrefsView 2022-11-04 04:00:26 +05:00
local_test.go tailcfg: add Node.UnsignedPeerAPIOnly to let server mark node as peerapi-only 2022-11-02 21:55:04 -07:00
loglines_test.go ipn/ipnlocal: use ipn.PrefsView 2022-10-24 15:57:00 -07:00
network-lock.go tailcfg: add Node.UnsignedPeerAPIOnly to let server mark node as peerapi-only 2022-11-02 21:55:04 -07:00
network-lock_test.go cmd/tailscale,ipn: implement lock sign command 2022-11-02 15:00:01 -05:00
peerapi.go all: fix spelling mistakes 2022-09-29 13:36:13 -07:00
peerapi_h2c.go wasm: exclude code that's not used on iOS for Wasm too 2022-06-06 13:52:52 -07:00
peerapi_macios_ext.go all: convert more code to use net/netip directly 2022-07-25 21:53:49 -07:00
peerapi_test.go ipn/ipnlocal: use ipn.PrefsView 2022-10-24 15:57:00 -07:00
ssh.go ipn/ipnlocal: return usernames when Tailscale SSH is enabled 2022-09-21 14:06:40 -07:00
ssh_stub.go ipn/ipnlocal: add c2n method to get SSH username candidates 2022-09-19 10:37:04 -07:00
ssh_test.go ipn/ipnlocal: add c2n method to get SSH username candidates 2022-09-19 10:37:04 -07:00
state_test.go ipn: make Notify.Prefs be a *ipn.PrefsView 2022-11-04 04:00:26 +05:00