summaryrefslogtreecommitdiffhomepage
path: root/ipn
AgeCommit message (Expand)AuthorFilesLines
2022-11-16ipn/ipnlocal: update profile on server sent profile changesMaisem Ali2-4/+8
2022-11-16client/tailscale/apitype: add LocalAPIHost const, use itBrad Fitzpatrick1-0/+23
2022-11-15ipn/ipnlocal: be more assertive about rules for applyPrefsToHostinfo (now Loc...Brad Fitzpatrick1-4/+4
2022-11-15ipn/ipnlocal: add client metrics for profile switchingMihai Parparita1-0/+21
2022-11-15all: store NL keys per profileMaisem Ali6-141/+159
2022-11-15ipn/ipnlocal: do controlclient.Shutdown in a different goroutineMaisem Ali2-99/+107
2022-11-14ipn/ipnlocal: fix checks for node-key presence in TKA logicTom DNetto1-4/+11
2022-11-14ipn/localapi: add LocalAPI endpoints for profile switchingMihai Parparita1-0/+85
2022-11-14cmd/tailscale,ipn: support disablement args in lock cli, implement disableTom DNetto1-0/+26
2022-11-13ipn/ipnlocal: fix error message typo in ingress peerapi handlerBrad Fitzpatrick1-2/+2
2022-11-13ipn/ipnlocal: don't warn about serve listener failing on IPv6-less machinesBrad Fitzpatrick1-1/+14
2022-11-13health: add Warnable, move ownership of warnable items to callersBrad Fitzpatrick1-2/+4
2022-11-13ipn/ipnlocal: call restart backend on user changesMaisem Ali1-2/+9
2022-11-13cmd/tailscale/cli: [set] handle selectively modifying routes/exit nodeMaisem Ali1-10/+1
2022-11-13ipn/ipnlocal: delete profile on logoutMaisem Ali3-26/+43
2022-11-12ipn/ipnlocal: make TKA tests not have side effectsMaisem Ali1-0/+6
2022-11-11ipn/ipnlocal: listen to serve ports on netmap addrs (#6282)shayne2-41/+182
2022-11-11cmd/tailscale: make "up", "status" warn if routes and --accept-routes offBrad Fitzpatrick1-14/+19
2022-11-11cmd/tailscale,ipn: minor fixes to tailscale lock commandsTom DNetto2-4/+47
2022-11-11ipn: add AdvertisesExitNode and AdminPageURL accessors to PrefsViewMaisem Ali1-0/+7
2022-11-11ipn/ipnlocal: use updated prefs in tkaSyncIfNeededMaisem Ali3-7/+8
2022-11-11control/controlclient: make Status.Persist a PersistViewMaisem Ali2-4/+5
2022-11-11ipn/ipnlocal: add support for multiple user profilesMaisem Ali15-382/+1048
2022-11-10ipn/ipnlocal: add optional TLS termination on proxied TCP connectionsBrad Fitzpatrick4-14/+28
2022-11-10ssh/tailssh: add Tailscale SSH (server) support on FreeBSDPat Maddox3-2/+3
2022-11-10ipn/localapi: introduce get/set config for serve (#6243)shayne6-10/+85
2022-11-10ipn/ipnlocal: support serving files/directories tooBrad Fitzpatrick3-11/+309
2022-11-10ipn/localapi: rename /profile to /pprofMihai Parparita2-8/+8
2022-11-10ipn/ipnlocal: support https+insecure:// backend proxy targetsBrad Fitzpatrick2-6/+48
2022-11-10ipn/ipnlocal, tailcfg: wire up ingress peerapiBrad Fitzpatrick5-4/+124
2022-11-10ipn/ipnlocal: ensure Persist information is saved to server mode start stateAaron Klotz1-0/+3
2022-11-10ipn/ipnlocal: implement the reverse proxy HTTP handler typeBrad Fitzpatrick1-1/+43
2022-11-10ipn/ipnlocal: don't serve a TLS cert unless it has webserver configBrad Fitzpatrick1-25/+35
2022-11-10ipn/ipnlocal: support web TLS ports other than 443Brad Fitzpatrick1-4/+21
2022-11-10ipn/ipnlocal: send RST when serving an actionless TCPPortHandlerBrad Fitzpatrick1-13/+20
2022-11-09ipn/ipnlocal: add start of handling TCP proxyingBrad Fitzpatrick1-7/+60
2022-11-09ipn/ipnlocal: use ServerConfig views internallyBrad Fitzpatrick2-16/+27
2022-11-09ipn/ipnlocal: start implementing web server bits of serveBrad Fitzpatrick5-39/+112
2022-11-09ipn: add WebServerConfig, add viewsBrad Fitzpatrick6-6/+330
2022-11-08ipn/ipnlocal, wgengine/netstack: start handling ports for future servingbradfitz/port_interceptBrad Fitzpatrick3-4/+219
2022-11-07ipn/{ipnlocal,localapi}: move most of cert.go to ipnlocalBrad Fitzpatrick3-448/+466
2022-11-07ipn/localapi: refactor some cert code in prep for a moveBrad Fitzpatrick1-25/+35
2022-11-07cmd/tailscale, ipn/ipnlocal: add debug command to write to StateStore for devBrad Fitzpatrick2-0/+30
2022-11-04all: remove old +build tagsBrad Fitzpatrick12-13/+0
2022-11-04ipn: add missing check for nil Notify.PrefsMaisem Ali1-1/+1
2022-11-04ipn: make Notify.Prefs be a *ipn.PrefsViewMaisem Ali5-8/+31
2022-11-02tailcfg: add Node.UnsignedPeerAPIOnly to let server mark node as peerapi-onlyBrad Fitzpatrick3-9/+170
2022-11-02ipn/ipnlocal: fix test flake when we log after a test completesAndrew Dunham1-10/+5
2022-11-02cmd/tailscale,ipn: implement lock sign commandTom DNetto3-0/+187
2022-11-02client/tailscale, tsnet, ipn/ipnlocal: prove nodekey ownership over noiseBrad Fitzpatrick1-8/+52