92 Commits (33da8a8d6829dfb8e888feaa3cbbd97cbba741bd)

Author SHA1 Message Date
Andrew Lytvynov 34477cf3e7
tka: use constant-time comparison of disablement secret (#19064) 4 weeks ago
Brad Fitzpatrick bd2a2d53d3 all: use Go 1.26 things, run most gofix modernizers 1 month ago
Brad Fitzpatrick 2810f0c6f1 all: fix typos in comments 1 month ago
Will Norris 3ec5be3f51 all: remove AUTHORS file and references to it 3 months ago
Alex Chan 7d3097d3b5 tka: add some more tests for Bootstrap() 4 months ago
Alex Chan b7658a4ad2 tstest/integration: add integration test for Tailnet Lock 5 months ago
Alex Chan ce95bc77fb tka: don't panic if no clock set in tka.Mem 5 months ago
Alex Chan e1dd9222d4 ipn/ipnlocal, tka: compact TKA state after every sync 5 months ago
Alex Chan d0daa5a398 tka: marshal AUMHash totext even if Tailnet Lock is omitted 5 months ago
Anton Tolchanov 04a9d25a54 tka: mark young AUMs as active even if the chain is long 5 months ago
Alex Chan 85373ef822 tka: move RemoveAll() to CompactableChonk 5 months ago
Alex Chan c2e474e729 all: rename variables with lowercase-l/uppercase-I 5 months ago
Brad Fitzpatrick 165a24744e tka: fix typo in comment 5 months ago
Alex Chan 1723cb83ed ipn/ipnlocal: use an in-memory TKA store if FS is unavailable 5 months ago
Alex Chan 200383dce5 various: add more missing apostrophes in comments 5 months ago
Alex Chan 139c395d7d cmd/tailscale/cli: stabilise the output of `tailscale lock log --json` 5 months ago
Alex Chan 9134440008 various: adds missing apostrophes to comments 5 months ago
Alex Chan b5cd29932e tka: add a test for unmarshaling existing AUMs 5 months ago
Alex Chan 4c67df42f6 tka: log a better error if there are no chain candidates 5 months ago
Alex Chan c7dbd3987e tka: remove an unused parameter from `computeActiveAncestor` 5 months ago
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