summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2022-03-17VERSION.txt: this is v1.22.2v1.22.2release-branch/1.22Denton Gentry1-1/+1
2022-03-17wgengine: handle nil netmaps when assigning isSubnetRouter.Maisem Ali1-4/+4
2022-03-09VERSION.txt: this is v1.22.1v1.22.1Denton Gentry1-1/+1
2022-03-09cmd/tailscale: allow use of flags in gokrazyJoonas Kuorilehto1-7/+12
2022-03-08net/interfaces: add FreeBSD default route lookup (portmapping, etc)Brad Fitzpatrick2-2/+138
2022-03-08net/socks5: always close client connections after servingMaisem Ali1-1/+1
2022-03-08tstime/mono: fix Before function commentRobert Fritzsche1-1/+1
2022-03-08go.toolchain.rev: bump to Go 1.17.8Josh Bleecher Snyder1-1/+1
2022-03-08cmd/tailscale: tell gokrazy to not manage the CLI as a daemonBrad Fitzpatrick1-0/+7
2022-03-08cmd/tailscaled: default to userspace-networking mode on gokrazy, set pathsBrad Fitzpatrick3-2/+25
2022-03-08version, hostinfo: recognize gokrazy as a distroBrad Fitzpatrick3-5/+34
2022-03-08tstime/rate: deflake TestLongRunningQPS even moreBrad Fitzpatrick1-56/+0
2022-03-08net/interfaces: get Linux default route from netlink as fallbackBrad Fitzpatrick5-7/+87
2022-02-23VERSION.txt: this is v1.22.0v1.22.0Denton Gentry1-1/+1
2022-02-23ssh/tailssh: flesh out env, support non-pty commandsBrad Fitzpatrick1-31/+105
2022-02-23net/dns: ignore permission errors on Synology DSM7 for nowBrad Fitzpatrick2-4/+34
2022-02-23cmd/tailscale: make configure-host on Synology also add CAP_NET_RAWBrad Fitzpatrick1-1/+1
2022-02-22tsnet: fix typo in EphemeralMaisem Ali1-2/+2
2022-02-22net/netutil: fix regression where peerapi would get closed after 1st reqBrad Fitzpatrick4-17/+86
2022-02-22hostinfo: use the sentinel value set by the MSI installer to detect MSI packa...Aaron Klotz2-18/+8
2022-02-22hostinfo: move packageType out to platform-specific filesBrad Fitzpatrick4-53/+86
2022-02-22ipn/ipnlocal: use views for Peer.PrimaryRoutes and Peer.TagsMaisem Ali6-8/+140
2022-02-21ipn/{ipnlocal,ipnstate}: add Tags and PrimaryRoutes to PeerStatusMaisem Ali2-7/+23
2022-02-21go.mod: update github.com/mdlayher/netlink to 1.6.0David Anderson2-16/+154
2022-02-20cmd/tailscale: add "tailscale debug hostinfo" subcommandBrad Fitzpatrick1-0/+13
2022-02-20hostinfo: detect NSIS vs MSI package type on WindowsBrad Fitzpatrick1-1/+33
2022-02-19ipn/localapi: treat ACME "invalid" state as terminal, log moreBrad Fitzpatrick1-17/+12
2022-02-19ipn/ipnserver: let TS_PERMIT_CERT_UID contain a username too, not just uidBrad Fitzpatrick1-1/+24
2022-02-18ssh/tailssh: get login shell when running as non-rootBrad Fitzpatrick1-5/+35
2022-02-18ssh/tailssh: evaluate tailcfg.SSHPolicy on incoming connectionsBrad Fitzpatrick3-18/+329
2022-02-18types/logger: add more reserved top level field namesJosh Bleecher Snyder1-2/+2
2022-02-18cmd/tailscaled: add `-state=mem:` to support creation of an ephemeral node.Maisem Ali12-18/+46
2022-02-18control/controlclient: use structured logging for MapResponse.ControlTimeJosh Bleecher Snyder3-2/+15
2022-02-18types/logger, logtail: add mechanism to do structured JSON logsBrad Fitzpatrick5-1/+83
2022-02-18tailcfg: make MapResponse.ControlTime a pointerJosh Bleecher Snyder3-3/+4
2022-02-17tailcfg, ipn/ipnlocal: add Hostinfo.SSH_HostKeys, send when SSH enabledBrad Fitzpatrick7-8/+52
2022-02-17tailcfg: fix stale docs for MapResponse.KeepAliveJosh Bleecher Snyder1-1/+1
2022-02-17api: document preauthorized auth keysBrad Fitzpatrick1-1/+6
2022-02-17ipnlocal, tailssh: start moving host key stuff into the right spotBrad Fitzpatrick2-11/+55
2022-02-17cmd/tailscale: rewrite --authkey to --auth-keyJosh Bleecher Snyder4-5/+55
2022-02-17scripts/installer: add Ubuntu 22.04 LTS Jammy Jellyfish (#3955)Xe Iaso1-1/+2
2022-02-16tailcfg: add MapResponse.ControlTime fieldJosh Bleecher Snyder4-1/+29
2022-02-16tailcfg: make Node.Hostinfo a HostinfoViewMaisem Ali15-42/+72
2022-02-16tailcfg: introduce HostinfoViewMaisem Ali2-0/+201
2022-02-16net/dns: add health check for particular broken-ish Linux DNS configBrad Fitzpatrick2-1/+10
2022-02-15tailcfg: add start of SSH policy to be sent from control plane to nodesBrad Fitzpatrick3-0/+88
2022-02-15go.toolchain.rev: bump to Go 1.17.7Josh Bleecher Snyder1-1/+1
2022-02-15ssh/tailssh: move SSH code from wgengine/netstack to this new packageBrad Fitzpatrick4-148/+173
2022-02-15ipn: add `TailnetStatus` field to `tailscale status --json` (#3865)Ross Zurowski2-11/+32
2022-02-14net/dns/resolvconffile: unify three /etc/resolv.conf parsers into new packageBrad Fitzpatrick6-126/+227