summaryrefslogtreecommitdiffhomepage
path: root/tempfork
AgeCommit message (Expand)AuthorFilesLines
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
2020-02-09Move Linux client & common packages into a public repo.Earl Lee14-0/+1487