63 Commits (33da8a8d6829dfb8e888feaa3cbbd97cbba741bd)

Author SHA1 Message Date
Andrew Dunham bcceef3682 cmd/tailscale/cli: allow fetching keys from AWS Parameter Store 3 months ago
Will Norris 3ec5be3f51 all: remove AUTHORS file and references to it 3 months ago
Danni Popova 6a6aa805d6
cmd,feature: add identity token auto generation for workload identity (#18373) 3 months ago
Mario Minardi 4c37141ab7 cmd,internal,feature: add workload idenity support to gitops pusher 3 months ago
Max Coulombe 6a73c0bdf5
cmd/tailscale/cli,feature: add support for identity federation (#17529) 6 months ago
Brad Fitzpatrick 78af49dd1a control/ts2021: rename from internal/noiseconn in prep for controlclient split 7 months ago
Brad Fitzpatrick 05a4c8e839 tsnet: remove AuthenticatedAPITransport (API-over-noise) support 7 months ago
Naman Sood b9cda4bca5
tsnet,internal/client/tailscale: resolve OAuth into authkeys in tsnet (#17191) 7 months ago
Tom Proctor f421907c38
all-kube: create Tailscale Service for HA kube-apiserver ProxyGroup (#16572) 9 months ago
Tom Proctor 005e20a45e
cmd/k8s-operator,internal/client/tailscale: use VIPService annotations for ownership tracking (#15356) 1 year ago
Percy Wegmann 1f1a26776b client/tailscale,cmd/k8s-operator,internal/client/tailscale: move VIP service client methods into internal control client 1 year ago
Percy Wegmann 9ae9de469a internal/client/tailscale: change Client from alias into wrapper 1 year ago
Percy Wegmann 4f0222388a cmd,tsnet,internal/client: create internal shim to deprecated control plane API 1 year ago
Brad Fitzpatrick c6af5bbfe8 all: add test for package comments, fix, add comments as needed 2 years ago
Andrew Dunham 24976b5bfd cmd/tailscale/cli: actually perform Noise request in 'debug ts2021' 2 years ago
Andrew Dunham 732605f961 control/controlclient: move noiseConn to internal package 2 years ago
Andrew Dunham 280255acae
various: add golangci-lint, fix issues (#7905) 3 years ago
Will Norris 71029cea2d all: update copyright and license headers 3 years ago
Brad Fitzpatrick da8def8e13 all: remove old +build tags 4 years ago
Brad Fitzpatrick 7c671b0220 .github/workflows: add gofmt (goimports) check 4 years ago
Brad Fitzpatrick 700badd8f8 util/deephash: move internal/deephash to util/deephash 5 years ago
Josh Bleecher Snyder 7f095617f2 internal/deephash: 8 bits of output is not enough 5 years ago
Josh Bleecher Snyder c065cc6169 internal/deephash: remove remaining type special cases 5 years ago
Josh Bleecher Snyder 4b51fbf48c internal/deephash: increase scratch space size 5 years ago
Josh Bleecher Snyder b340beff8e internal/deephash: reset scratch before appending to it 5 years ago
Josh Bleecher Snyder 15a7ff83de internal/deephash: remove netaddr special cases 5 years ago
Josh Bleecher Snyder 051d2f47e5 internal/deephash: re-use MapIter 5 years ago
Josh Bleecher Snyder c06ec45f09 internal/deephash: document MapIter shims 5 years ago
Josh Bleecher Snyder ce7a87e5e4 internal/deephash: use hash.BlockSize instead of a constant 5 years ago
Josh Bleecher Snyder 135b641332 internal/deephash: add re-usable scratch space 5 years ago
Josh Bleecher Snyder 988dfcabef internal/deephash: simplify API 5 years ago
Josh Bleecher Snyder b371588ce6 internal/deephash: use netaddr AppendTo methods 5 years ago
Josh Bleecher Snyder 09afb8e35b internal/deephash: re-use map iteration values 5 years ago
Josh Bleecher Snyder a2d7a2aeb1 internal/deephash: use MapIter.Set{Key,Value} 5 years ago
Josh Bleecher Snyder 020e904f4e internal/deephash: add special handling for netaddr.IPPort 5 years ago
Josh Bleecher Snyder bbb79f2d6a internal/deephash: fix accidental naked return 5 years ago
Brad Fitzpatrick 79b7fa9ac3 internal/deephash: hash maps without sorting in the acyclic common case 5 years ago
Josh Bleecher Snyder cd54792fe9 internal/deephash: add a few more benchmarking map entries 5 years ago
Josh Bleecher Snyder 25df067dd0 all: adapt to opaque netaddr types 5 years ago
Josh Bleecher Snyder aacb2107ae all: add extra information to serialized endpoints 5 years ago
Brad Fitzpatrick 36a26e6a71 internal/deephash: rename from deepprint 5 years ago
Josh Bleecher Snyder 6ab2176dc7 internal/deepprint: improve benchmark 5 years ago
Josh Bleecher Snyder 712774a697 internal/deepprint: close struct curly parens 5 years ago
Josh Bleecher Snyder 8368bac847 internal/deepprint: stop printing struct field names 5 years ago
Josh Bleecher Snyder dfa0c90955 internal/deepprint: replace Fprintf(w, const) with w.WriteString 5 years ago
Josh Bleecher Snyder d4f805339e internal/deepprint: special-case some common types 5 years ago
Josh Bleecher Snyder 752f8c0f2f internal/deepprint: buffer writes 5 years ago
Josh Bleecher Snyder 7891b34266 internal/deepprint: add BenchmarkHash 5 years ago
David Anderson 4c61ebacf4 wgengine: move DNS configuration out of wgengine/router. 5 years ago
Josh Bleecher Snyder 69cdc30c6d wgengine/wgcfg: remove Config.ListenPort 5 years ago