summaryrefslogtreecommitdiffhomepage
path: root/ipn
AgeCommit message (Expand)AuthorFilesLines
2022-10-09ipn/localapi: put all the LocalAPI methods into a mapBrad Fitzpatrick1-66/+79
2022-10-07ipn/ipnlocal: fix taildrop target list UI bugBrad Fitzpatrick1-4/+21
2022-10-05ipn/ipnlocal: fix data race from missing lock in NetworkLockStatusTom DNetto1-0/+3
2022-10-05ipn/ipnlocal,tka: Fix bugs found by integration testingTom DNetto2-122/+78
2022-10-05ipn/ipnlocal: filter peers with bad signatures when tka is enabledTom DNetto3-0/+96
2022-10-04wgengine/magicsock: make debug-level stuff not logged by defaultBrad Fitzpatrick5-1/+144
2022-10-03ipn/localapi: print hostinfo and health on bugreport (#5816)Andrew Dunham1-0/+9
2022-09-30all: consistently initialize Logf when creating tsdial.DialersMihai Parparita1-1/+1
2022-09-29all: fix spelling mistakesJosh Soref7-12/+12
2022-09-29cmd/tailscale, client, ipn, tailcfg: add network lock modify commandAdrian Dewhurst2-20/+172
2022-09-29ipn/ipnlocal, tka: Implement TKA synchronization with the control planeTom DNetto2-7/+427
2022-09-27ipn/ipnlocal,tailcfg: Identify client using NodeKey in tka RPCsTom DNetto2-30/+52
2022-09-26ipn/ipnlocal: add c2n /debug/{goroutines,prefs,metrics}Brad Fitzpatrick1-2/+15
2022-09-26doctor: add package for running in-depth healthchecks; use in bugreport (#5413)Andrew Dunham2-0/+21
2022-09-23tailcfg, control/controlhttp, control/controlclient: add ControlDialPlan fiel...Andrew Dunham1-0/+8
2022-09-21ipn/ipnlocal: return usernames when Tailscale SSH is enabledMaisem Ali2-7/+30
2022-09-21control/controlclient,ipn/ipnlocal: wire tka enable/disableTom DNetto4-2/+409
2022-09-19tailcfg: mark CapabilityFileSharingTarget as inter-nodeMaisem Ali1-6/+20
2022-09-19ipn/ipnlocal: add c2n method to get SSH username candidatesBrad Fitzpatrick4-2/+125
2022-09-16envknob: generalize Windows tailscaled-env.txt supportBrad Fitzpatrick1-43/+0
2022-09-16ipn/{ipnlocal,localapi}: use strs.CutPrefix, add more domain validationBrad Fitzpatrick3-5/+60
2022-09-15refactor: move from io/ioutil to io and os packagesEng Zer Jun7-20/+13
2022-09-15envknob: support changing envknobs post-initBrad Fitzpatrick4-14/+13
2022-09-15ipn/ipnlocal: remove unused envknobBrad Fitzpatrick1-3/+0
2022-09-13cmd/tailscaled, tailcfg, hostinfo: add flag to disable logging + supportBrad Fitzpatrick1-0/+4
2022-09-10util/mak: deprecate NonNil, add type-safe NonNilSliceForJSON, NonNilMapForJSONBrad Fitzpatrick1-29/+2
2022-09-05net/dnsfallback: cache most recent DERP map on disk (#5545)Andrew Dunham2-0/+7
2022-09-01cmd/tailscale/cli: add backwards compatibility 'up' processing for legacy clientBrad Fitzpatrick4-1/+15
2022-08-31tka: implement credential signatures (key material delegation)Tom DNetto1-1/+1
2022-08-30ipn/localapi: send Tailscale version in ACME User-Agent (#5499)Andrew Dunham1-1/+5
2022-08-30tailcfg: add Hostinfo.Userspace{,Router} bitsBrad Fitzpatrick1-0/+2
2022-08-29tailcfg, control/controlclient, ipn/ipnlocal: add c2n (control-to-node) systemBrad Fitzpatrick2-0/+22
2022-08-28cmd/tailscale: add emoji for illumos in status subcommandNahum Shalman1-0/+2
2022-08-26tka: make storage a parameter rather than an Authority struct memberTom DNetto3-7/+15
2022-08-25ipn/ipnlocal: fix Taildrop not returning any sharing targetsMihai Parparita1-1/+1
2022-08-24tka: optimize common case of processing updates built from headTom DNetto1-13/+13
2022-08-24ipn,tailcfg: transmit NodeID in tka init RPCsTom DNetto1-4/+12
2022-08-22client,cmd/tailscale,ipn,tka,types: implement tka initialization flowTom DNetto3-0/+298
2022-08-15util/deephash: avoid variadic argument for Update (#5372)Joe Tsai1-1/+9
2022-08-09tailcfg, control/controlclient: make Debug settings sticky in a map session [...Brad Fitzpatrick1-4/+1
2022-08-05ipn/ipnlocal: fix log about local IPs when using exit nodesMaisem Ali1-3/+1
2022-08-04all: use syncs.AtomicValueMaisem Ali1-9/+9
2022-08-04syncs, all: move to using Go's new atomic types instead of oursBrad Fitzpatrick4-19/+18
2022-08-03all: use atomic.PointerMaisem Ali2-5/+5
2022-08-03assorted: plumb tka initialization & network-lock key into tailscaledTom DNetto3-0/+93
2022-08-02all: migrate code from netaddr.FromStdAddr to Go 1.18Brad Fitzpatrick1-2/+2
2022-08-02tailcfg: add CapabilityFileSharingTarget to identify FileTargetsMaisem Ali1-1/+2
2022-08-02all: gofmt for Go 1.19Brad Fitzpatrick5-22/+23
2022-07-28ipn/ipnlocal: blend existing host SSH keys + newly-generated types as neededBrad Fitzpatrick2-29/+32
2022-07-27ipn/store/awsstore: add "ts_omit_aws" build tag to reduce binary sizeBrad Fitzpatrick2-5/+6