summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2023-04-05VERSION.txt: this is v1.38.4v1.38.4release-branch/1.38Rhea Ghosh1-1/+1
2023-04-05cmd/tailscale/cli: [serve] add support for proxy paths (#7800)shayne2-0/+13
2023-04-05ssh/tailssh: handle output matching better in tests (#7799)Maisem Ali1-2/+14
2023-04-05cmd/tailscale/cli: do not allow turning Funnel on while shields-up (#7770)shayne3-0/+21
2023-04-05cmd/tailscale/cli: fix inconsistency between serve text and example commandMihai Parparita1-3/+5
2023-04-05cmd/tailscale/cli: make serve and funnel visible in list (#7737)shayne3-6/+4
2023-04-04go.toolchain.rev: update for go 1.20.3David Anderson1-1/+1
2023-03-31ssh/tailssh: fix race in errors returned when starting recorderMaisem Ali1-2/+13
2023-03-31ssh/tailssh: add tests for recording failureMaisem Ali2-17/+139
2023-03-31ssh/tailssh: add session recording test for non-pty sessionsMaisem Ali1-2/+96
2023-03-31ssh/tailssh: handle session recording when running in userspace modeMaisem Ali2-3/+30
2023-03-31ssh/tailssh: enable recording of non-pty sessionsMaisem Ali2-5/+3
2023-03-31ssh/tailssh: add docs to CastHeader fieldsMaisem Ali1-18/+51
2023-03-31ssh/tailssh: use background context for uploading recordingsMaisem Ali1-1/+6
2023-03-31ssh/tailssh: allow recorders to be configured on the first or final actionMaisem Ali1-4/+16
2023-03-31ssh/tailssh: add more metadata to recording headerMaisem Ali1-7/+18
2023-03-31ssh/tailssh: stream SSH recordings to configured recordersMaisem Ali1-31/+50
2023-03-31tailcfg: move recorders field from SSHRule to SSHActionCharlotte Brandhorst-Satzkorn3-26/+107
2023-03-31tailcfg: add recorders field to SSHRule structCharlotte Brandhorst-Satzkorn3-0/+9
2023-03-29VERSION.txt: this is v1.38.3v1.38.3Shayne Sweeney1-1/+1
2023-03-28ipn/ipnlocal: [serve] Trim mountPoint prefix from proxy path (#7334)shayne1-1/+6
2023-03-28ipn/ipnlocal: [serve/funnel] use actual SrcAddr as X-Forwarded-For (#7600)shayne1-11/+19
2023-03-28funnel: change references from alpha to beta (#7613)shayne4-6/+7
2023-03-26ipn/ipnlocal: use atomicfile.WriteFile in certFileStoreMaisem Ali1-3/+4
2023-03-26ipn/ipnlocal: fix cert storage in KubernetesMaisem Ali3-5/+15
2023-03-26ipn/ipnlocal: also store ACME keys in the certStoreMaisem Ali1-26/+62
2023-03-22VERSION.txt: this is v1.38.2v1.38.2Denton Gentry1-1/+1
2023-03-22net/sockstats: export cellular-only clientmetricsMihai Parparita1-5/+9
2023-03-21ssh/tailssh: fix privilege dropping on FreeBSD; add testsAndrew Dunham2-14/+400
2023-03-21cmd/tailscale/cli: move tskey-wrap functionality under lock signTom DNetto1-18/+28
2023-03-20net/interfaces: also allow link-local for AzureAppServices.Denton Gentry1-5/+10
2023-03-14VERSION.txt: this is v1.38.1v1.38.1Denton Gentry1-1/+1
2023-03-14version/mkversion: don't break on tagged go.mod entriesDavid Anderson1-11/+13
2023-03-14VERSION.txt: this is v1.38.0v1.38.0Denton Gentry1-1/+1
2023-03-14licenses: update win/apple licensesLicense Updater1-1/+1
2023-03-13tsnet: avoid deadlock on closeMaisem Ali2-8/+48
2023-03-13cmd/tailscale/cli: [serve] rework commands based on feedback (#6521)shayne5-343/+513
2023-03-13log/sockstatlog: only start once; don't copy tickerWill Norris2-12/+8
2023-03-13log/sockstatlog: also shutdown the poll goroutineMaisem Ali1-17/+30
2023-03-13cmd/k8s-operator: drop trailing dot in tagged node nameMaisem Ali2-2/+7
2023-03-13ipn: add c2n endpoint for sockstats logsWill Norris3-3/+33
2023-03-13ipn,log: add logger for sockstat deltasWill Norris8-8/+278
2023-03-13all: replace /kb/ links with /s/ equivalentsMaisem Ali8-12/+12
2023-03-13cmd/k8s-operator: require HTTPS to be enabled for AuthProxyMaisem Ali3-13/+22
2023-03-13cmd/k8s-operator: make auth proxy pass tags as Impersonate-GroupMaisem Ali2-5/+21
2023-03-13tailcfg: bump capver for 1.38Maisem Ali1-1/+2
2023-03-13cmd/tailscale/cli: update docs and unhide configureMaisem Ali4-11/+12
2023-03-13tailcfg,all: add and use Node.IsTagged()Maisem Ali4-3/+8
2023-03-12various: pass logger.Logf through to more placesAndrew Dunham5-4/+31
2023-03-11tsnet: add CertDomains helper (#7533)Maisem Ali2-0/+18