summaryrefslogtreecommitdiffhomepage
path: root/types
AgeCommit message (Expand)AuthorFilesLines
2022-11-18ipn/ipnlocal: handle untagging nodes betterMaisem Ali4-2/+17
2022-11-15all: store NL keys per profileMaisem Ali5-3/+25
2022-11-11cmd/tailscale: make "up", "status" warn if routes and --accept-routes offBrad Fitzpatrick1-0/+10
2022-11-11cmd/tailscale,ipn: minor fixes to tailscale lock commandsTom DNetto1-0/+11
2022-11-11control/controlclient: make Status.Persist a PersistViewMaisem Ali1-0/+9
2022-11-11ipn/ipnlocal: add support for multiple user profilesMaisem Ali4-2/+30
2022-11-09types/netlogtype: add constants for maximum serialized sizes of ConnectionCou...Joe Tsai2-14/+82
2022-11-04all: remove old +build tagsBrad Fitzpatrick2-2/+0
2022-11-02client/tailscale, tsnet, ipn/ipnlocal: prove nodekey ownership over noiseBrad Fitzpatrick1-0/+3
2022-11-01types/pad32: delete packageBrad Fitzpatrick1-9/+0
2022-10-28wgengine/netlog: embed the StableNodeID of the authoring node (#6105)Joe Tsai1-0/+6
2022-10-27types/netlogtype: new package for network logging types (#6092)Joe Tsai1-0/+58
2022-10-27types/key: add missing ChallengePublic.UnmarshalTextBrad Fitzpatrick2-0/+22
2022-10-26tka, types/key: add NLPublic.KeyIDAdrian Dewhurst1-0/+5
2022-10-24types/persist: add PublicNodeKey helperMaisem Ali1-1/+6
2022-10-24ipn/prefs: add viewsMaisem Ali3-1/+86
2022-10-19types/key: add ChallengePublic, ChallengePrivate, NewChallengeBrad Fitzpatrick1-0/+78
2022-10-12types/view: add ContainsNonExitSubnetRoutes funcSonia Appasamy1-0/+11
2022-10-06wgengine/wgcfg: plumb down audit log IDs (#5855)Joe Tsai1-0/+5
2022-09-29all: fix spelling mistakesJosh Soref3-3/+3
2022-09-26doctor: add package for running in-depth healthchecks; use in bugreport (#5413)Andrew Dunham1-0/+2
2022-09-21control/controlclient,ipn/ipnlocal: wire tka enable/disableTom DNetto1-0/+8
2022-09-15refactor: move from io/ioutil to io and os packagesEng Zer Jun1-2/+1
2022-09-15envknob: support changing envknobs post-initBrad Fitzpatrick1-3/+1
2022-09-08net/dns, types/dnstypes: update some comments, tests for DoHBrad Fitzpatrick1-1/+6
2022-08-28logger: migrate rusage syscall use to x/sys/unixNahum Shalman1-3/+4
2022-08-24tka: support rotating node-keys in node-key signaturesTom DNetto1-29/+0
2022-08-22client,cmd/tailscale,ipn,tka,types: implement tka initialization flowTom DNetto3-1/+18
2022-08-09types/opt: support an explicit "unset" value for BoolBrad Fitzpatrick2-15/+55
2022-08-04tka,types/key: remove dependency for tailcfg & types/ packages on tkaTom DNetto4-16/+78
2022-08-04all: use syncs.AtomicValueMaisem Ali1-0/+10
2022-08-03tka,types/key: implement direct node-key signaturesTom DNetto2-0/+41
2022-08-03assorted: plumb tka initialization & network-lock key into tailscaledTom DNetto1-0/+7
2022-08-03types/key: make NLPublic complement to NLPrivateTom DNetto2-4/+46
2022-08-02all: gofmt for Go 1.19Brad Fitzpatrick1-4/+5
2022-08-02types/dnstype: use viewer instead of clonerMaisem Ali2-5/+9
2022-07-29tka,types/key: implement NLPrivate glue for tailnet key authority keysTom DNetto3-3/+124
2022-07-26types/views: add BenchmarkSliceIterationMaisem Ali1-8/+48
2022-07-25all: convert more code to use net/netip directlyBrad Fitzpatrick6-27/+25
2022-07-25all: use various net/netip parse funcs directlyBrad Fitzpatrick2-4/+9
2022-07-25net/netaddr: start migrating to net/netip via new netaddr adapter packageBrad Fitzpatrick9-10/+36
2022-07-22types/key: add MachinePrecomputedSharedKey.OpenBrad Fitzpatrick2-1/+24
2022-07-21types/views: add SliceContains, View.ContainsFunc, View.IndexFuncBrad Fitzpatrick2-0/+50
2022-07-19types/key: add ControlPrivate.Shared wrapper tooBrad Fitzpatrick1-0/+5
2022-07-19types/key: add naclbox shared key wrapper type + Seal methodBrad Fitzpatrick2-0/+47
2022-06-19control/controlclient, types/netmap: remove unused LocalPort fieldBrad Fitzpatrick1-5/+0
2022-06-07ipn/ipnstate: add ExitNodeStatus to share the exit node if it is in use, the ...Melanie Warrick1-0/+10
2022-05-28cmd/tailscale, ipn/ipnlocal: add "peerapi" ping typeBrad Fitzpatrick1-0/+18
2022-05-17types/key: make NodePublic implement Shardable (#4698)Tom1-0/+12
2022-05-10types/views: remove alloc in hot pathMaisem Ali2-85/+4