summaryrefslogtreecommitdiffhomepage
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
2022-10-31cmd,ipn/ipnlocal,tailcfg: implement TKA disablementTom DNetto1-1/+5
2022-10-30cmd/tailscale/cli: flesh out "tailscale ssh" CLI docsBrad Fitzpatrick1-1/+17
2022-10-30cmd/tailscale/cli: make set without args print usageBrad Fitzpatrick1-2/+1
2022-10-30cmd/tailscale/cli: make set's usage match up's, other than defaultsBrad Fitzpatrick1-47/+6
2022-10-28cmd/netlogfmt: handle any stream of network logs (#6108)Joe Tsai1-127/+209
2022-10-27types/netlogtype: new package for network logging types (#6092)Joe Tsai2-9/+8
2022-10-25cmd/tailscale/cli: add beginnings of `tailscale set`Maisem Ali4-13/+200
2022-10-25cmd/tsconnect: run wasm-opt on the generated wasm fileMihai Parparita1-2/+33
2022-10-25cmd/nginx-auth: add experimental status badge to READMEWill Norris1-0/+2
2022-10-25portlist: use win32 calls instead of running netstat process [windows]Brad Fitzpatrick1-1/+1
2022-10-25cmd/nginx-auth: increment version.nginx-auth-0.1.2Denton Gentry1-1/+1
2022-10-24ipn/ipnlocal: use ipn.PrefsViewMaisem Ali1-2/+2
2022-10-24cmd/tsconnect: add README to generated NPM packageMihai Parparita3-2/+17
2022-10-22portlist: remove unix.Readlink allocs on LinuxBrad Fitzpatrick1-1/+1
2022-10-19cmd/derper, net/netcheck: add challenge/response to generate_204 endpointAndrew Dunham2-0/+77
2022-10-18net/wsconn: add back custom wrapper for turning a websocket.Conn into a net.ConnMihai Parparita4-1/+5
2022-10-18ipn/ipnlocal: fix E.G.G. port number accountingBrad Fitzpatrick1-1/+1
2022-10-17cmd/tsconnect: add progress and connection callbacksMihai Parparita4-7/+35
2022-10-17cmd/tailscale: make tailscale cert --serve-demo accept optional listen argumentBrad Fitzpatrick1-1/+12
2022-10-17cmd/netlogfmt: new package to pretty print network traffic logs (#5930)Joe Tsai1-0/+307
2022-10-16cmd/tailscale: correct --cpu-profile help textDenton Gentry1-1/+1
2022-10-15cmd/tailscale, ipn: enable debug logs when --report flag is passed to bugrepo...Andrew Dunham1-16/+31
2022-10-14cmd/tsconnect: pre-compress main.wasm when building the NPM packageMihai Parparita1-0/+12
2022-10-12wgengine: start network logger in Userspace.Reconfig (#5908)Joe Tsai1-1/+2
2022-10-12cmd/tsconnect: move NPM package to being under the @tailscale orgMihai Parparita1-1/+1
2022-10-11ssh/tailssh: add password-forcing workaround for buggy SSH clientsBrad Fitzpatrick1-2/+4
2022-10-11cmd/tailscaled: handle tailscaled symlink on macOSAnton Tolchanov1-19/+63
2022-10-10all: fix more resource leaks found by staticmajorEmmanuel T Odeke3-1/+16
2022-10-10cmd/ssh-auth-none-demo: put the hostname in the package docBrad Fitzpatrick1-3/+4
2022-10-10cmd/ssh-auth-none-demo: add banner as part of the demoMaisem Ali1-1/+16
2022-10-09cmd/ssh-auth-none-demo: add demo SSH server that acts like Tailscale SSHBrad Fitzpatrick1-0/+171
2022-10-06cmd/tsconnect: close the SSH session an unload event instead of beforeunloadMihai Parparita1-5/+5
2022-10-05net/tstun: instrument Wrapper with statistics gathering (#5847)Joe Tsai1-0/+1
2022-10-04cmd/pgproxy: link to blog post at the top.David Anderson1-1/+3
2022-10-04cmd/tsconnect: switch to non-beta versions of xterm and related packagesMihai Parparita2-15/+15
2022-10-04cmd/pgproxy: open-source our postgres TLS-enforcing proxy.David Anderson2-0/+406
2022-10-04wgengine/magicsock: make debug-level stuff not logged by defaultBrad Fitzpatrick1-0/+33
2022-10-04cmd/tailscale/cli: add --record flag to bugreport (#5826)Andrew Dunham1-0/+19
2022-10-04wgengine: don't re-allocate trimmedNodes map (#5825)Andrew Dunham1-0/+1
2022-09-30all: consistently initialize Logf when creating tsdial.DialersMihai Parparita3-4/+3
2022-09-29all: fix spelling mistakesJosh Soref9-12/+12
2022-09-29cmd/tailscale, client, ipn, tailcfg: add network lock modify commandAdrian Dewhurst1-28/+88
2022-09-28cmd/tailscaled, util/winutil: log Windows service diagnostics when the wintun...Aaron Klotz4-1/+12
2022-09-26all: fix resource leaks with missing .Close() callsEmmanuel T Odeke1-1/+1
2022-09-26ipn/ipnlocal: add c2n /debug/{goroutines,prefs,metrics}Brad Fitzpatrick1-0/+1
2022-09-26doctor: add package for running in-depth healthchecks; use in bugreport (#5413)Andrew Dunham2-2/+19
2022-09-23net/speedtest: retune to meet iperf on localhost in a VMJames Tucker1-1/+2
2022-09-23tailcfg, control/controlhttp, control/controlclient: add ControlDialPlan fiel...Andrew Dunham1-0/+1
2022-09-22cmd/tailscaled: use explicit equal sign in --port=$PORT in tailscaled.serviceBrad Fitzpatrick1-1/+1
2022-09-21cmd/tsconnect: add error callback for SSH sessionsMihai Parparita2-2/+3