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
Andrew Lytvynov 77127a2494
clientupdate: fix background install for linux tarballs (#9852)
Two bug fixes:
1. when tailscale update is executed as root, `os.UserCacheDir` may
   return an error because `$XDG_CACHE_HOME` and `$HOME` are not set;
   fallback to `os.TempDir` in those cases
2. on some weird distros (like my EndeavourOS), `/usr/sbin` is just a
   symlink to `/usr/bin`; when we resolve `tailscale` binary path from
   `tailscaled`, allow `tailscaled` to be in either directory

Updates #755

Signed-off-by: Andrew Lytvynov <awly@tailscale.com>
9 months ago
..
conffile ipn/{conffile,ipnlocal}: start booting tailscaled from a config file w/ auth key 9 months ago
ipnauth all: update copyright and license headers 1 year ago
ipnlocal clientupdate: fix background install for linux tarballs (#9852) 9 months ago
ipnserver logpolicy, various: allow overriding log function 12 months ago
ipnstate client/web: restrict full management client behind browser sessions 9 months ago
localapi ipn/ipnlocal/peerapi: refactoring taildrop to just one endpoint (#9832) 9 months ago
policy ipn: prefer allow/denylist terminology 1 year ago
store cmd/k8s-operator,ipn/store/kubestore: patch secrets instead of updating 10 months ago
backend.go cmd/tailscale,ipn/ipnlocal: print debug component names 9 months ago
conf.go ipn/{conffile,ipnlocal}: start booting tailscaled from a config file w/ auth key 9 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 9 months ago
ipn_test.go net/packet: split off checksum munging into different pkg 9 months ago
ipn_view.go ipn: add PostureChecks to Prefs 9 months ago
prefs.go ipn: add PostureChecks to Prefs 9 months ago
prefs_test.go ipn: add PostureChecks to Prefs 9 months ago
serve.go ipn: use NodeCapMap in CheckFunnel 9 months ago
serve_test.go ipn: use NodeCapMap in CheckFunnel 9 months ago
store.go ipn: avoid useless no-op WriteState calls 11 months ago
store_test.go ipn: avoid useless no-op WriteState calls 11 months ago