summaryrefslogtreecommitdiffhomepage
path: root/tempfork
AgeCommit message (Expand)AuthorFilesLines
2026-04-22misc/genreadme,tempfork/pkgdoc,tsnet: generate README.md files from godocbradtestBrad Fitzpatrick1-5/+41
2026-04-21misc/genreadme: port from corp (#19477)Walter Poupore1-0/+198
2026-04-07tempfork/gliderlabs/ssh: remove tempforkKristoffer Dalby20-2809/+0
2025-10-04feature/c2n: move answerC2N code + deps out of control/controlclientBrad Fitzpatrick1-38/+0
2025-04-04tempfork/acme: update to latest version (#15543)Andrew Lytvynov5-10/+49
2025-02-19tempfork/acme: pull in latest changes for Go 1.24 (#15062)Andrew Lytvynov4-4/+38
2025-02-13ssh/tailssh: accept passwords and public keysPercy Wegmann2-1/+18
2025-02-11tempfork/sshtest/ssh: add fork of golang.org/x/crypto/ssh for testing onlyBrad Fitzpatrick43-0/+19539
2025-01-31ssh,tempfork/gliderlabs/ssh: replace github.com/tailscale/golang-x-crypto/ssh...Percy Wegmann12-22/+13
2025-01-29Revert "ssh,tempfork/gliderlabs/ssh: replace github.com/tailscale/golang-x-cr...Percy Wegmann12-13/+22
2025-01-28ssh,tempfork/gliderlabs/ssh: replace github.com/tailscale/golang-x-crypto/ssh...Percy Wegmann12-22/+13
2025-01-27tempfork/acme: fix TestSyncedToUpstream with Windows line endingsBrad Fitzpatrick1-1/+1
2025-01-27tempfork/acme: add new package for x/crypto package acme fork, moveBrad Fitzpatrick13-0/+5676
2025-01-26control/controlclient,tempfork/httprec: don't link httptest, test certs for c2nBrad Fitzpatrick1-0/+258
2024-04-17cmd/tailscale: add shell tab-completionPaul Scott13-0/+1475
2024-04-16all: use Go 1.22 range-over-intBrad Fitzpatrick1-5/+5
2024-03-25net/tstun: use gaissmai/bart instead of tempfork/devicePercy Wegmann6-730/+0
2024-03-22ipn/ipnlocal: add c2n /debug/pprof/allocs endpointPercy Wegmann3-387/+0
2023-08-17all: use Go 1.21 slices, maps instead of x/exp/{slices,maps}Brad Fitzpatrick1-0/+1
2023-07-05tempfork/heap: add copy of Go's container/heap but using genericsBrad Fitzpatrick2-0/+337
2023-03-29net/tstun/table: add initial RoutingTable implementationMaisem Ali1-0/+14
2023-03-29tempfork/device: add a temp fork of golang.zx2c4.com/wireguard/deviceMaisem Ali6-0/+716
2022-11-04all: remove old +build tagsBrad Fitzpatrick5-5/+0
2022-10-09ssh/tailssh: add support for sending multiple bannersMaisem Ali2-8/+10
2022-10-09ssh/tailssh: do the full auth flow during ssh authMaisem Ali2-1/+22
2022-09-15refactor: move from io/ioutil to io and os packagesEng Zer Jun5-10/+9
2022-08-02all: gofmt for Go 1.19Brad Fitzpatrick1-12/+12
2022-04-20ssh/tailssh: send banner messages during auth, move more to connMaisem Ali3-7/+17
2022-04-20ssh/tailssh: terminate ssh auth early if no policy can matchMaisem Ali1-6/+0
2022-03-29go.mod, ssh/tailssh, tempfork/gliderlabs: bump x/crypto/ssh fork for NoClient...Brad Fitzpatrick1-0/+6
2022-03-26tempfork: temporarily fork gliderlabs/ssh and x/crypto/sshBrad Fitzpatrick20-0/+2790
2021-08-26tempfork/wireguard-windows: remove the old windows firewall code now that we ...Maisem Ali11-2745/+0
2021-08-05all: gofmt with Go 1.17Josh Bleecher Snyder7-0/+7
2021-07-19tempfork/wireguard-windows: remove unnecessary build tagJosh Bleecher Snyder1-2/+0
2021-03-01tempfork/wireguard-windows/firewall: add.David Anderson11-0/+2740
2020-12-14go.mod: upgrade staticcheck to 0.1.0Josh Bleecher Snyder1-1/+2
2020-11-18tempfork/osexec: remove old fork of os/execBrad Fitzpatrick14-1482/+0
2020-11-18tempfork/registry: deleteBrad Fitzpatrick8-1493/+0
2020-10-02all: use testing.T.TempDirJosh Bleecher Snyder1-6/+1
2020-07-21tempfork: add lite fork of net/http/pprof w/o html/template or reflectBrad Fitzpatrick3-0/+386
2020-06-05tempfork/registry: work around issue with Tailscale's redo build systemBrad Fitzpatrick1-0/+8
2020-06-05tempfork/registry: add golang.org/x/sys/windows/registry + CL 236681Brad Fitzpatrick7-0/+1485
2020-05-28tempfork/internal/testenv: removeBrad Fitzpatrick1-160/+0
2020-04-27tempfork/x509: moved to tailscale/go's crypto/x509 insteadBrad Fitzpatrick35-18616/+0
2020-04-25tempfork/x509: remove the bundle tag in our forkBrad Fitzpatrick5-49/+0
2020-04-25tempfork/x509: store certs for iOS compressed in binary, parse lazilyBrad Fitzpatrick7-4406/+4530
2020-04-25tempfork/x509: fix build on darwin and windowsBrad Fitzpatrick3-7/+18
2020-04-24crypto/x509: keep smaller root cert representation in memory until neededBrad Fitzpatrick1-19/+38
2020-04-24crypto/x509: add support for CertPool to load certs lazilyBrad Fitzpatrick6-43/+136
2020-04-24Add fork of Go 1.15-dev's crypto/x509Numerous Gophers36-0/+18578