summaryrefslogtreecommitdiffhomepage
path: root/tka/builder_test.go
AgeCommit message (Expand)AuthorFilesLines
2026-04-01tka: refer consistently to "DisablementValues"Alex Chan1-14/+14
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2025-11-19ipn/ipnlocal, tka: compact TKA state after every syncAlex Chan1-7/+7
2025-08-14tka: block key addition when the max number of keys is reachedAnton Tolchanov1-0/+44
2025-06-16tka: reject removal of the last signing keyAnton Tolchanov1-0/+15
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2023-01-04cmd/tailscale,tka: make KeyID return an error instead of panickingTom DNetto1-14/+14
2022-09-26tka: Checkpoint every 50 updatesTom DNetto1-5/+62
2022-09-21control/controlclient,ipn/ipnlocal: wire tka enable/disableTom DNetto1-5/+5
2022-08-26tka: make storage a parameter rather than an Authority struct memberTom DNetto1-10/+15
2022-08-04tka,types/key: remove dependency for tailcfg & types/ packages on tkaTom DNetto1-3/+9
2022-07-29tka,types/key: implement NLPrivate glue for tailnet key authority keysTom DNetto1-25/+18
2022-07-29tka: implement API surface for generating updatesTom DNetto1-0/+210