72 Commits (d4c5b278b3dd67e31498dfbfe321c5e00a801898)

Author SHA1 Message Date
Alex Chan 3c19addc21 tka: rename a mutex to `mu` instead of single-letter `l` 6 months ago
Alex Chan 23359dc727 tka: don't try to read AUMs which are partway through being written 6 months ago
Alex Chan 2b448f0696 ipn, tka: improve the logging around TKA sync and AUM errors 6 months ago
Alex Chan 4673992b96 tka: created a shared testing library for Chonk 6 months ago
Alex Chan 55a43c3736 tka: don't look up parent/child information from purged AUMs 6 months ago
Alex Chan c3acf25d62 tka: remove an unused Mem.Orphans() method 6 months ago
Alex Chan 0ce88aa343 all: use a consistent capitalisation for "Tailnet Lock" 6 months ago
Brad Fitzpatrick e9dae5441e tka: use ts_omit_tailnetlock in another spot, for ed25519consensus 7 months ago
Brad Fitzpatrick 3a49b7464c all: add ts_omit_tailnetlock as a start of making it build-time modular 7 months ago
Anton Tolchanov 819db6759c tka: block key addition when the max number of keys is reached 8 months ago
Anton Tolchanov 42da161b19 tka: reject removal of the last signing key 10 months ago
Anton Tolchanov fd6686d81a tka: truncate long rotation signature chains 2 years ago
Anton Tolchanov 151b77f9d6 cmd/tl-longchain: tool to re-sign nodes with long rotation signatures 2 years ago
Anton Tolchanov 781f79408d ipn/ipnlocal: allow multiple signature chains from the same SigCredential 2 years ago
Anton Tolchanov 4651827f20 tka: test SigCredential signatures and netmap filtering 2 years ago
Anton Tolchanov 01847e0123 ipn/ipnlocal: discard node keys that have been rotated out 2 years ago
Anton Tolchanov 32120932a5 cmd/tailscale/cli: print node signature in `tailscale lock status` 2 years ago
Brad Fitzpatrick 7c1d6e35a5 all: use Go 1.22 range-over-int 2 years ago
Joe Tsai 2e404b769d
all: use new AppendEncode methods available in Go 1.22 (#11079) 2 years ago
Andrew Lytvynov 1302bd1181
all: cleanup unused code, part 1 (#10661) 2 years ago
Jenny Zhang 09b4914916 tka: clarify field comment 2 years ago
Brad Fitzpatrick dc7aa98b76 all: use set.Set consistently instead of map[T]struct{} 3 years ago
Joe Tsai c6fadd6d71
all: implement AppendText alongside MarshalText (#9207) 3 years ago
Tom DNetto 767e839db5 all: implement lock revoke-keys command 3 years ago
Tom DNetto bec9815f02 tka: guard against key-length panics when verifying signatures 3 years ago
Tom DNetto 2c782d742c tka: allow checkpoint AUMs to change TKA state 3 years ago
Ross Zurowski 0ed088b47b
tka: add function for generating signing deeplinks (#8385) 3 years ago
Andrea Gottardo 99f17a7135
tka: provide verify-deeplink local API endpoint (#8303) 3 years ago
valscale 370b2c37e0
tka: fix go vet complaint on copy of lock value in tailchonk_test.go (#8208) 3 years ago
Andrew Dunham 280255acae
various: add golangci-lint, fix issues (#7905) 3 years ago
Tom DNetto 88c7d19d54 tka: compact TKA storage on startup 3 years ago
Tom DNetto ff168a806e tka: implement compaction logic 3 years ago
Tom DNetto abc874b04e tka: add public API on NodeKeySignature key information 3 years ago
Will Norris 71029cea2d all: update copyright and license headers 3 years ago
Tom DNetto 907f85cd67 cmd/tailscale,tka: make KeyID return an error instead of panicking 3 years ago
Tom DNetto 8724aa254f cmd/tailscale,tka: implement compat for TKA messages, minor UX tweaks 3 years ago
Tom DNetto 45042a76cd cmd/tailscale,ipn: store disallowed TKA's in prefs, lock local-disable 3 years ago
Brad Fitzpatrick 390d1bb871 Revert "ipn,types/persist: store disallowed TKA's in prefs, lock local-disable" 3 years ago
Tom DNetto f1130421f0 ipn,types/persist: store disallowed TKA's in prefs, lock local-disable 3 years ago
Tom DNetto aeb80bf8cb ipn/ipnlocal,tka: generate a nonce for each TKA 3 years ago
Tom DNetto 4c31183781 cmd/tailscale,ipn: minor fixes to tailscale lock commands 3 years ago
Adrian Dewhurst 8c09ae9032 tka, types/key: add NLPublic.KeyID 4 years ago
Tom DNetto e8a11f6181 tka: make rotation signatures use nested keyID 4 years ago
Tom DNetto 8602061f32 ipn/ipnlocal,tka: Fix bugs found by integration testing 4 years ago
Josh Soref d4811f11a0 all: fix spelling mistakes 4 years ago
Tom DNetto 58ffe928af ipn/ipnlocal, tka: Implement TKA synchronization with the control plane 4 years ago
Tom DNetto e3beb4429f tka: Checkpoint every 50 updates 4 years ago
Tom DNetto e9b98dd2e1 control/controlclient,ipn/ipnlocal: wire tka enable/disable 4 years ago
Eng Zer Jun f0347e841f refactor: move from io/ioutil to io and os packages 4 years ago
Tom DNetto be95aebabd tka: implement credential signatures (key material delegation) 4 years ago