summaryrefslogtreecommitdiffhomepage
path: root/cmd/tailscaled
AgeCommit message (Expand)AuthorFilesLines
2021-05-17cmd/tailscale{,d}: combine into a single binaryonebinaryDenton Gentry19-1/+5000
2021-05-16all: adapt to opaque netaddr typesJosh Bleecher Snyder1-1/+1
2021-05-11internal/deephash: rename from deepprintBrad Fitzpatrick1-1/+1
2021-05-04all: use lower-case letters at the start of error messageJosh Bleecher Snyder1-2/+2
2021-04-30types/logger: rate limited: more hysteresis, better messages.Avery Pennarun1-1/+1
2021-04-29net/dns: add GOOS build tagsJosh Bleecher Snyder1-1/+1
2021-04-28wgengine/magicsock: unify initial bind and rebindJosh Bleecher Snyder1-0/+1
2021-04-28wgengine/magicsock: remove DefaultPort constJosh Bleecher Snyder2-3/+2
2021-04-23net/dns: don't use NM+resolved for NM >=1.26.6.David Anderson1-0/+1
2021-04-23ipn/ipnlocal: add file sharing to windows shellAleksandar Pesic3-1/+12
2021-04-20cmd/tailscaled: don't block ipnserver startup behind engine init on WindowsBrad Fitzpatrick1-47/+67
2021-04-20cmd/tailscaled: add subcommands to install and remove tailscaled Windows serviceAlex Brainman2-1/+121
2021-04-20ipn: don't Logout when Windows GUI disconnectsBrad Fitzpatrick1-1/+1
2021-04-16cmd/tailscaled: let SOCKS5 dial non-Tailscale addrs in userspace modeBrad Fitzpatrick1-22/+25
2021-04-14cmd/tailscaled: populate netstack variable to use dialer in SOCKS5Naman Sood1-2/+3
2021-04-13client/tailscale/apitype: move local API types to new apitype packageBrad Fitzpatrick1-0/+1
2021-04-12net/dns: return error from NewOSManager, use it to initialize NM.David Anderson2-2/+12
2021-04-10net/dns: implement a DNS override workaround for legacy resolvconf.David Anderson1-0/+1
2021-04-09cmd/{tailscale,tailscaled}: use netstack for subnet routing on SynologyBrad Fitzpatrick1-0/+3
2021-04-07ipn, paths, cmd/tailscaled: remove LegacyConfigPath, relaynode migrationBrad Fitzpatrick1-1/+0
2021-04-06cmd/tailscaled, wgengine{,/netstack}: add netstack hybrid mode, add to WindowsBrad Fitzpatrick2-13/+52
2021-04-06ipn/{ipnlocal,localapi}: add localapi handler to dial/proxy file PUTsBrad Fitzpatrick1-2/+3
2021-04-05net/tstun: return the real interface name at device creation.David Anderson2-9/+5
2021-04-05net/dns: unify the OS manager and internal resolver.David Anderson1-1/+1
2021-04-05wgengine: move DNS configuration out of wgengine/router.David Anderson1-0/+7
2021-04-02wgengine/...: split into multiple receive functionsJosh Bleecher Snyder1-1/+1
2021-04-01wgengine/router: move DNS cleanup into the DNS package.David Anderson1-0/+2
2021-04-01cmd/tailscaled: rename isUserspace to useNetstackBrad Fitzpatrick1-8/+8
2021-04-01net/dns/resolver: add live reconfig, plumb through to ipnlocal.David Anderson1-1/+1
2021-03-31net/dns/resolver: factor the resolver out into a sub-package.David Anderson1-0/+1
2021-03-31cmd/tailscaled: remove tailscaled binary on uninstall-system-daemonMaisem Ali1-6/+15
2021-03-29net/{packet,tstun}: send peerapi port in TSMP pongsBrad Fitzpatrick1-1/+4
2021-03-28wgengine: make Tun optional again, default to fake.David Anderson2-8/+6
2021-03-28wgengine: default Router to a no-op router.David Anderson2-1/+14
2021-03-28wgengine: remove Config.TUN argument.David Anderson1-1/+0
2021-03-27wgengine: make the tun.Device required at construction.David Anderson2-5/+6
2021-03-26net/tstun: rename NewFakeTUN to NewFake.David Anderson1-1/+1
2021-03-26net/tstun: merge in wgengine/tstun.David Anderson2-6/+4
2021-03-26net/tstun: rename from net/tun.David Anderson3-6/+6
2021-03-26wgengine: pass in an explicit router.Router, rather than a generator.David Anderson1-1/+1
2021-03-26cmd/tailscaled: readd tun.Diagnose call, mistakenly lost during refactor.David Anderson1-0/+1
2021-03-26wgengine: remove Config.TUNName, require caller to create device.David Anderson3-13/+33
2021-03-26control/controlclient: sign RegisterRequest (#1549)Adrian Dewhurst1-1/+3
2021-03-25wgengine/router/dns: move to net/dns.David Anderson1-4/+3
2021-03-25Revert "cmd/tailscaled: split package main into main shim + package"Brad Fitzpatrick7-46/+29
2021-03-24cmd/tailscaled: split package main into main shim + packageBrad Fitzpatrick7-29/+46
2021-03-20net/packet, wgengine/filter: support SCTPBrad Fitzpatrick1-0/+1
2021-03-19control, ipn, tailcfg: remove golang.org/x/oauth2 dep, add tailcfg.Oauth2TokenBrad Fitzpatrick1-4/+1
2021-03-19net/interfaces: use windows API to get the default route instead of parsing `...Aleksandar Pesic1-1/+1
2021-03-18logpolicy: set log target on windows based on a registry key (#1542)Christine Dodrill1-0/+1