summaryrefslogtreecommitdiffhomepage
path: root/tka/aum.go
AgeCommit message (Expand)AuthorFilesLines
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2025-11-18all: rename variables with lowercase-l/uppercase-IAlex Chan1-2/+2
2025-11-17cmd/tailscale/cli: stabilise the output of `tailscale lock log --json`Alex Chan1-2/+13
2025-11-14various: adds missing apostrophes to commentsAlex Chan1-1/+1
2025-09-12all: add ts_omit_tailnetlock as a start of making it build-time modularBrad Fitzpatrick1-0/+2
2024-02-08all: use new AppendEncode methods available in Go 1.22 (#11079)Joe Tsai1-10/+1
2023-09-09all: use set.Set consistently instead of map[T]struct{}Brad Fitzpatrick1-3/+4
2023-09-01all: implement AppendText alongside MarshalText (#9207)Joe Tsai1-3/+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-2/+8
2023-01-04cmd/tailscale,tka: implement compat for TKA messages, minor UX tweaksTom DNetto1-3/+8
2022-09-29all: fix spelling mistakesJosh Soref1-1/+1
2022-09-26tka: Checkpoint every 50 updatesTom DNetto1-1/+0
2022-09-21control/controlclient,ipn/ipnlocal: wire tka enable/disableTom DNetto1-0/+6
2022-08-25tka: move disablement logic out-of-band from AUMsTom DNetto1-24/+11
2022-08-22client,cmd/tailscale,ipn,tka,types: implement tka initialization flowTom DNetto1-1/+1
2022-08-15tka: Use strict decoding settings, implement Unserialize()Tom DNetto1-0/+14
2022-08-08tka: stable text representation of AUMHashDavid Crawshaw1-0/+27
2022-08-04tka,types/key: remove dependency for tailcfg & types/ packages on tkaTom DNetto1-8/+5
2022-08-03tka: add attack-scenario unit tests, defensive checks, resolve TODOsTom DNetto1-45/+11
2022-07-29tka,types/key: implement NLPrivate glue for tailnet key authority keysTom DNetto1-12/+12
2022-07-19tka: implement Authority API surfaceTom DNetto1-1/+1
2022-07-07tka: implement State and applying AUMsTom DNetto1-4/+86
2022-07-06tka: implement AUM and Key typesTom DNetto1-0/+256