summaryrefslogtreecommitdiffhomepage
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
2023-03-08net/httpconnect: HTTP CONNECT implementationcrawshaw/httpconnectDavid Crawshaw1-42/+6
2023-03-07wgengine/magicsock: track per-endpoint changes in ringbufferAndrew Dunham2-0/+64
2023-03-07sniproxy: add promote-https (#7487)shayne1-1/+21
2023-03-06cmd/sniproxy: draw the rest of the DNS owl.Denton Gentry1-3/+85
2023-03-06cmd/tsconnect: pop CTA to make everything work with tailnet lockTom DNetto4-5/+27
2023-03-05tsnet: add UDP support to Server.ListenBrad Fitzpatrick1-0/+27
2023-03-04all: use tstest.Replace moreMaisem Ali1-5/+3
2023-03-03tstest: add method to Replace values for testsMaisem Ali1-6/+2
2023-03-03util/slicesx: add package for generic slice functions, useAndrew Dunham4-2/+5
2023-03-03ipn,cmd/tailscale: implement resigning nodes on tka key removalTom DNetto1-4/+68
2023-03-03cmd/tailscale, cmd/tailscaled: move portmapper debugging into tailscale CLIAndrew Dunham3-98/+35
2023-03-03net/sockstats: remove explicit dependency on wgengine/monitorMihai Parparita2-5/+3
2023-03-02cmd/derper: randomize IPs on refreshBootstrapDNS (#7440)shayne1-0/+8
2023-03-02cmd/sniproxy: add start of a tsnet-based SNI proxyBrad Fitzpatrick1-0/+90
2023-03-02cmd/containerboot,kube: consolidate the two kube clientsMaisem Ali3-218/+38
2023-03-01cmd/tailscale: use request Schema+Host for QNAP authLogin.cgiDenton Gentry2-19/+93
2023-03-01cmd/mkmanifest, cmd/tailscale, cmd/tailscaled: remove Windows arm32 resources...Aaron Klotz5-3/+1
2023-03-01cmd/k8s-operator: update device authorization copySonia Appasamy1-1/+1
2023-03-01cmd/tsconnect: update device authorization copySonia Appasamy2-2/+2
2023-03-01sockstats: instrument networking code pathsMihai Parparita3-3/+8
2023-03-01cmd/tailscale/cli: update device authorization copySonia Appasamy2-2/+2
2023-02-28all: replace logtail.{Public,Private}ID with logid.{Public,Private}ID (#7404)Joe Tsai2-3/+4
2023-02-27Add support for OAuth tokens #7394 (#7393)Vladimir Pouzanov1-19/+36
2023-02-27tailcfg,hostinfo: add App field to identify tsnet usesMaisem Ali1-2/+2
2023-02-25cmd/nginx-auth: build for arm64Denton Gentry1-25/+26
2023-02-24cmd/tailscale/cli: fix TestUpdatePrefs over Tailscale SSH (#7374)Jordan Whited1-0/+7
2023-02-24release/dist: add forgotten license headersDavid Anderson1-0/+3
2023-02-24release/dist/cli: factor out the CLI boilerplace from cmd/distDavid Anderson1-116/+7
2023-02-24release: open-source release build logic for unix packagesDavid Anderson1-0/+134
2023-02-23cmd/k8s-operator: set hostinfo.PackageMaisem Ali1-2/+20
2023-02-22cmd/tsconnect: find the build dir independently of -trimpathDavid Anderson1-4/+23
2023-02-18version/mkversion: open-source version generation logicDavid Anderson1-0/+44
2023-02-17cmd/tailscale/cli: handle home dir correctly on macOS for kubeconfigMaisem Ali1-3/+33
2023-02-14cmd/tailscale/cli: add "configure kubeconfig" subcommandMaisem Ali5-4/+361
2023-02-14cmd/tailscale/cli: add a hidden configure subcommandMaisem Ali3-5/+51
2023-02-12cmd/tailscale/cli: add logout and debug info to webJenny Zhang3-29/+84
2023-02-11cmd/printdep: print correct toolchain URLDavid Anderson1-10/+1
2023-02-11version: make all exported funcs compile-time constant or lazyDavid Anderson3-0/+3
2023-02-11version: unexport all vars, turn Short/Long into funcsDavid Anderson3-8/+8
2023-02-10cmd/sync-containers: update latest and stable tagsDenton Gentry1-0/+32
2023-02-10net/interfaces: redo how we get the default interface on macOS and iOSMihai Parparita1-1/+1
2023-02-08get-authkey: require tags to be specifiedWill Norris1-0/+4
2023-02-08cmd/k8s-operator: add support for running an auth proxyMaisem Ali4-10/+130
2023-02-04all: implement pcap streaming for datapath debuggingTom DNetto3-1/+59
2023-02-03cmd/get-authkey: add an OAuth API client to produce an authkeyDenton Gentry2-0/+73
2023-02-03ipn/ipnlocal: add support to store certs in k8s secretsMaisem Ali1-1/+5
2023-02-02go.toolchain.rev: use new statically built toolchainDavid Anderson1-4/+0
2023-02-02net/{netns,netstat}: use new x/sys/cpu.IsBigEndianBrad Fitzpatrick3-3/+3
2023-02-01health, net/tlsdial: add healthcheck for self-signed certAndrew Dunham2-1/+6
2023-02-01all: update to Go 1.20, use strings.CutPrefix/Suffix instead of our forkBrad Fitzpatrick8-16/+12