Commit Graph

  • e8f09d24c7 wgengine: use a singleflight.Group to reduce status contention (#5450) Andrew Dunham 2022-08-27 12:36:07 -04:00
  • 70f9fc8c7a util/deephash: rely on direct memory hashing for primitive kinds (#5457) Joe Tsai 2022-08-26 20:50:56 -07:00
  • f1c9812188 tailcfg: add Hostinfo.GoVersion Brad Fitzpatrick 2022-08-26 17:57:23 -07:00
  • 214242ff62 net/dns/publicdns: Add Mullvad DoH Nahum Shalman 2022-08-23 01:53:03 +00:00
  • 531ccca648 util/deephash: delete slow path (#5423) Joe Tsai 2022-08-26 17:46:22 -07:00
  • 3d328b82ee .github/actions: add signoff to go-licenses commits Will Norris 2022-08-26 16:12:29 -07:00
  • d95b95038c licenses: update android licenses License Updater 2022-08-26 23:43:46 +00:00
  • ceb8c5d1e9 licenses: update win/apple licenses License Updater 2022-08-26 20:29:11 +00:00
  • d1dd04e327 cmd/tailscale: use platform specific license link Will Norris 2022-08-26 11:18:36 -07:00
  • 79cf550823 cmd/tailscale: add licenses subcommand Will Norris 2022-08-25 16:39:14 -07:00
  • 79905a1162 tka: make storage a parameter rather than an Authority struct member Tom DNetto 2022-08-26 09:45:16 -07:00
  • 7d1357162e cmd/tsconnect: expose runSSHSession in npm package Mihai Parparita 2022-08-25 16:17:50 -07:00
  • e4b5b92b82 licenses: update android licenses License Updater 2022-08-25 22:26:30 +00:00
  • ff97a97f08 licenses: update win/apple licenses License Updater 2022-08-25 21:41:34 +00:00
  • f580f4484f tka: move disablement logic out-of-band from AUMs Tom DNetto 2022-08-25 12:47:30 -07:00
  • 7a5cf39d0d ipn/ipnlocal: fix Taildrop not returning any sharing targets Mihai Parparita 2022-08-25 12:30:08 -07:00
  • f81723ceac tailcfg: implement wire format for map request/response tka comms Tom DNetto 2022-08-24 14:47:01 -07:00
  • 9ccc52cd04 licenses: update tailscale{,d} licenses License Updater 2022-08-25 17:49:18 +00:00
  • 5c7e960fa8 licenses: add GitHub Action to update license notices (#5433) Will Norris 2022-08-25 10:28:10 -07:00
  • 1a093ef482 cmd/tsconnect: extract NPM package for reusing in other projects Mihai Parparita 2022-08-23 18:05:23 -07:00
  • 472529af38 tka: optimize common case of processing updates built from head Tom DNetto 2022-08-22 14:42:16 -07:00
  • 039def3b50 ipn,tailcfg: transmit NodeID in tka init RPCs Tom DNetto 2022-08-22 14:39:07 -07:00
  • a78f8fa701 tka: support rotating node-keys in node-key signatures Tom DNetto 2022-08-23 13:13:46 -07:00
  • b3cc719add cmd/nginx-auth: allow use of shared nodes Will Norris 2022-08-11 11:45:00 -07:00
  • 3fc8683585 util/deephash: expand fast-path capabilities (#5404) Joe Tsai 2022-08-24 01:31:01 -07:00
  • 78b90c3685 cmd/tsconnect: stop writing build artifacts into src/ Mihai Parparita 2022-08-15 16:48:00 -07:00
  • facafd8819 client,cmd/tailscale,ipn,tka,types: implement tka initialization flow Tom DNetto 2022-08-11 10:43:09 -07:00
  • 18edd79421 control/controlclient,tailcfg: [capver 40] create KeySignature field in tailcfg.Node Tom DNetto 2022-08-12 12:34:25 -07:00
  • 5d559141d5 wgengine/magicsock: remove mention of Start Kris Brandow 2022-08-18 18:31:04 -04:00
  • f983962fc6 fix typo in incomplete default routes error message Kamal Nasser 2022-08-20 23:36:17 +03:00
  • b997304bf6 tailcfg: add CapabilityDataPlaneAuditLogs. Aaron Klotz 2022-08-15 16:05:28 -06:00
  • 9197dd14cc net/dns: [win] add MagicDNS entries to etc/hosts Maisem Ali 2022-08-19 10:19:50 -07:00
  • 3c8d257b3e cmd/tailscale: set /dev/net perms in configure-host Denton Gentry 2022-08-17 20:15:57 -07:00
  • d32700c7b2 util/deephash: specialize for netip.Addr and drop AppendTo support (#5402) Joe Tsai 2022-08-18 22:54:56 -07:00
  • 0de66386d4 cmd/viewer: add flag to support Clone generation without Views Brad Fitzpatrick 2022-08-17 16:56:56 -05:00
  • 9ae1161e85 net/dnscache: fix v4addrs to return only v4 addrs Kris Brandow 2022-08-16 15:22:57 -04:00
  • 03f7e4e577 util/hashx: move from sha256x (#5388) Joe Tsai 2022-08-16 13:15:33 -07:00
  • f061d20c9d util/sha256x: rename Hash as Block512 (#5351) Joe Tsai 2022-08-16 09:49:48 -07:00
  • 44d62b65d0 util/deephash: move typeIsRecursive and canMemHash to types.go (#5386) Joe Tsai 2022-08-16 09:31:19 -07:00
  • d53eb6fa11 util/deephash: simplify typeIsRecursive (#5385) Joe Tsai 2022-08-15 23:29:06 -07:00
  • 23ec3c104a util/deephash: remove unused stack slice in typeIsRecursive (#5363) Joe Tsai 2022-08-15 22:36:08 -07:00
  • c200229f9e util/deephash: simplify canMemHash (#5384) Joe Tsai 2022-08-15 22:22:18 -07:00
  • 766ea96adf cmd/tailscaled: enable hybrid netstack mode on openbsd too Brad Fitzpatrick 2022-08-15 14:36:59 -07:00
  • ffc67806ef tailcfg: bump capver for clients to talk Noise over any HTTPS port [capver 39] Juan Font 2022-08-15 21:18:14 +02:00
  • 32a1a3d1c0 util/deephash: avoid variadic argument for Update (#5372) Joe Tsai 2022-08-15 11:22:28 -07:00
  • 1c0286e98a scripts/installer.sh: add -y for unattended install Denton Gentry 2022-08-15 07:56:20 -07:00
  • 8f38afbf8e net/stun: convert to use net/netip.AddrPort Kris Brandow 2022-08-12 15:22:05 -04:00
  • c3270af52b Makefile: add target for wasm and make it part of check Maisem Ali 2022-08-15 07:03:29 -07:00
  • 06eac9bbff tka: Use strict decoding settings, implement Unserialize() Tom DNetto 2022-08-12 13:13:38 -07:00
  • dbcc34981a cmd/tailscale/cli: fix build break Maisem Ali 2022-08-15 06:47:12 -07:00
  • d4916a8be3 .github/workflows: cancel previous CI runs on PR update Maisem Ali 2022-08-14 22:43:07 -07:00
  • 64d482ff48 Allow any port for HTTPS when using Noise over TLS Juan Font Alonso 2022-03-30 00:14:12 +02:00
  • 25865f81ee net/dns: disable NetBIOS on Tailscale interfaces Maisem Ali 2022-08-12 15:19:39 -07:00
  • 545639ee44 util/winutil: consolidate interface specific registry keys Maisem Ali 2022-08-12 14:55:01 -07:00
  • 23f37b05a3 atomicfile: update docs to clarify behavior of argument Maisem Ali 2022-08-13 21:19:43 -07:00
  • 1cff719015 net/dns: [win] respond with SERVFAIL queries when no resolvers Maisem Ali 2022-08-12 12:47:25 -07:00
  • 548fa63e49 util/deephash: use binary encoding of time.Time (#5352) Joe Tsai 2022-08-12 14:42:51 -07:00
  • 0476c8ebc6 .github/workflows: delete flaky windows-race.yml Brad Fitzpatrick 2022-08-12 13:08:44 -07:00
  • 1f7479466e util/deephash: use sha256x (#5339) Joe Tsai 2022-08-11 17:44:09 -07:00
  • d942a2ff56 net/dnscache: try IPv6 addresses first (#5349) Andrew Dunham 2022-08-11 19:00:39 -04:00
  • 90555c5cb2 tailcfg, control/controlclient: add PingRequest.URLIsNoise [capver 38] Brad Fitzpatrick 2022-08-10 14:52:02 -07:00
  • b33c337baa tailcfg: actually bump capver to 37, add test Brad Fitzpatrick 2022-08-11 09:24:07 -07:00
  • 77a92f326d util/deephash: avoid using sync.Pool for reflect.MapIter (#5333) Joe Tsai 2022-08-11 00:33:40 -07:00
  • 5d731ca13f installer.sh: add manjaro-arm & EndeavourOS. Denton Gentry 2022-07-28 20:13:45 -07:00
  • 1c3c6b5382 util/sha256x: make Hash.Sum non-escaping (#5338) Joe Tsai 2022-08-10 17:31:44 -07:00
  • 76b0e578c5 util/sha256x: new package (#5337) Joe Tsai 2022-08-10 15:49:36 -07:00
  • 090033ede5 cmd/derper: fix data race & server panic in manual cert mode Brad Fitzpatrick 2022-08-10 15:01:36 -07:00
  • 9996d94b3c build(deps): bump github.com/u-root/u-root from 0.8.0 to 0.9.0 dependabot[bot] 2022-08-02 18:06:03 +00:00
  • c8dd39fcbc .github/workflows: use a matrix for staticcheck GOOS/GOARCHes Brad Fitzpatrick 2022-08-09 14:37:31 -07:00
  • 539c5e44c5 util/deephash: always keep values addressable (#5328) Joe Tsai 2022-08-09 22:00:02 -07:00
  • 4ee64681ad tailcfg, control/controlclient: make Debug settings sticky in a map session [capver 37] Brad Fitzpatrick 2022-08-09 10:16:34 -07:00
  • 8e821d7aa8 types/opt: support an explicit "unset" value for Bool Brad Fitzpatrick 2022-08-09 12:49:02 -07:00
  • 3bb57504af net/dns/resolver: add comments clarifying nil error returns Maisem Ali 2022-08-09 13:29:34 -07:00
  • 4497bb0b81 net/dns/resolver: return SERVFAIL when no upstream resolvers set Maisem Ali 2022-08-09 07:33:45 -07:00
  • 0f12ead567 tsconnect: pass in authkey in dev mode (#5320) Charlotte Brandhorst-Satzkorn 2022-08-09 13:07:01 -07:00
  • ab159f748b cmd/tsconnect: switch UI to Preact Mihai Parparita 2022-08-04 14:18:47 -07:00
  • 15b8665787 tka: stable text representation of AUMHash David Crawshaw 2022-08-06 16:11:33 -07:00
  • 40ec8617ac util/must: rename Do->Get, add Do Maisem Ali 2022-08-05 22:39:17 -07:00
  • ec9d13bce5 hostinfo, net/netcheck: use CutPrefix Brad Fitzpatrick 2022-08-05 15:08:32 -07:00
  • 01e8ef7293 util/strs: add new package for string utility funcs Brad Fitzpatrick 2022-08-05 15:01:41 -07:00
  • 622d80c007 util/must: new package (#5307) Joe Tsai 2022-08-05 12:20:50 -07:00
  • 486cc9393c ipn/ipnlocal: fix log about local IPs when using exit nodes Maisem Ali 2022-08-05 10:32:11 -07:00
  • 93324cc7b3 cmd/derper: add depaware.txt David Crawshaw 2022-08-05 11:12:35 -07:00
  • 18109c63b0 net/socks5: use new Go 1.19 binary.AppendByteOrder.AppendUintX Brad Fitzpatrick 2022-08-05 08:16:23 -07:00
  • b1fff4499f tsnet: cleanup resources upon start failure (#5301) Joe Tsai 2022-08-04 16:20:48 -07:00
  • f0d6f173c9 net/netcheck: try ICMP if UDP is blocked (#5056) Andrew Dunham 2022-08-04 17:10:13 -04:00
  • ddebd30917 tsnet: fix closing of filch buffer (#5299) Joe Tsai 2022-08-04 13:22:56 -07:00
  • f50043f6cb tka,types/key: remove dependency for tailcfg & types/ packages on tka Tom DNetto 2022-08-04 11:45:19 -07:00
  • a9f6cd41fd all: use syncs.AtomicValue Maisem Ali 2022-08-04 10:43:49 -07:00
  • b75f81ec00 syncs: add generic AtomicValue Maisem Ali 2022-08-04 10:51:21 -07:00
  • 5055e00cf1 tsconnect: add flag to specify control server (#5294) Charlotte Brandhorst-Satzkorn 2022-08-04 13:37:19 -04:00
  • f371a1afd9 cmd/tsconnect: make logtail uploading work Mihai Parparita 2022-08-03 16:15:21 -07:00
  • 4950fe60bd syncs, all: move to using Go's new atomic types instead of ours Brad Fitzpatrick 2022-08-03 21:51:02 -07:00
  • 9bb5a038e5 all: use atomic.Pointer Maisem Ali 2022-08-03 21:31:40 -07:00
  • 5381437664 logtail, net/portmapper, wgengine/magicsock: use fmt.Appendf Brad Fitzpatrick 2022-08-03 21:29:11 -07:00
  • 4aa88bc2c0 cmd/tsconnect,util/precompress: move precompression to its own package Mihai Parparita 2022-08-02 18:16:24 -07:00
  • dfcef3382e cmd/tsconnect: add README with instructions Mihai Parparita 2022-07-25 16:09:25 -07:00
  • 9e5954c598 control/controlclient: fix crash in tests elsewhere when GetNLPublicKey is nil Brad Fitzpatrick 2022-08-03 16:31:41 -07:00
  • 8cfd775885 tka,types/key: implement direct node-key signatures Tom DNetto 2022-07-21 14:45:43 -07:00
  • c13fab2a67 tka: add attack-scenario unit tests, defensive checks, resolve TODOs Tom DNetto 2022-08-03 11:00:24 -07:00