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-android/libtailscale
Nick Khyl 946afb6c33 libtailscale, android: translate NoSuchKeyException as syspolicy.ErrNoSuchKey
Currently, NoSuchKeyException gets translated by gomobile to a Go error with "no such key" as the text.
It is imperative for syspolicy.Handler implementations to return syspolicy.ErrNoSuchKey if a policy setting
is not configured, so this PR adds translation for errors that do not already wrap syspolicy.ErrNoSuchKey,
but have "no such key" as the text.

Updates tailscale/tailscale#12687

Signed-off-by: Nick Khyl <nickk@tailscale.com>
1 year ago
..
backend.go android: only consider backend ready once LocalBackend.Start() has finished 2 years ago
callbacks.go libtailscale, android: fix allow LAN access (#324) 2 years ago
interfaces.go libtailscale, android: fix allow LAN access (#324) 2 years ago
localapi.go libtailscale, android: fix allow LAN access (#324) 2 years ago
log.go android: switch to using gomobile 2 years ago
multitun.go android: switch to using gomobile 2 years ago
net.go android: bump oss and fix missing net/interfaces (#363) 2 years ago
notifier.go android: switch to using gomobile 2 years ago
store.go android: switch to using gomobile 2 years ago
syspolicy_handler.go libtailscale, android: translate NoSuchKeyException as syspolicy.ErrNoSuchKey 1 year ago
tailscale.go android: only consider backend ready once LocalBackend.Start() has finished 2 years ago
vpnfacade.go android: only reconfigure VPN when ready 2 years ago