| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-03-10 | ssh/tailssh, ipnlocal, controlclient: fetch next SSHAction from network | Brad Fitzpatrick | 3 | -0/+17 |
| 2022-03-10 | control/controlclient: proactively close TLS connection after /key fetch | Brad Fitzpatrick | 1 | -0/+8 |
| 2022-03-09 | control/controlclient, localapi: shorten expiry time via localapi (#4112) | Nick O'Neill | 3 | -2/+27 |
| 2022-03-09 | control/controlbase: make Conn.Write return consumed bytes | Maisem Ali | 1 | -5/+3 |
| 2022-03-09 | control/controlclient: make MapRequests go over noise. | Maisem Ali | 1 | -10/+32 |
| 2022-03-08 | control/controlclient: call direct.Close after map requests are complete | Maisem Ali | 1 | -3/+3 |
| 2022-03-08 | control/controlclient: make Auto.Shutdown call Direct.Close | Maisem Ali | 1 | -0/+4 |
| 2022-03-08 | control/controlclient: make RegisterRequest go over Noise | Maisem Ali | 1 | -17/+49 |
| 2022-03-08 | control/controlclient: fix Noise HTTP/2 regression from earlier commit | Brad Fitzpatrick | 1 | -0/+9 |
| 2022-03-08 | control/controlclient: fix the Noise HTTP/2 timeout config | Brad Fitzpatrick | 1 | -6/+15 |
| 2022-03-07 | control/controlclient: make SetDNS attempt to go over Noise first | Maisem Ali | 1 | -1/+43 |
| 2022-03-07 | tailcfg: add SetDNSResponse | Maisem Ali | 1 | -1/+1 |
| 2022-03-07 | control/controlclient: add Noise client | Maisem Ali | 2 | -0/+191 |
| 2022-03-07 | control/controlclient: start fetching the server noise key | Maisem Ali | 1 | -15/+29 |
| 2022-03-06 | tailcfg: rename map request version to "capability version" | Brad Fitzpatrick | 1 | -2/+2 |
| 2022-02-26 | controlhttp: add some docs, change Dial's path from /switch to /ts2021 | Brad Fitzpatrick | 1 | -4/+15 |
| 2022-02-18 | control/controlclient: use structured logging for MapResponse.ControlTime | Josh Bleecher Snyder | 1 | -1/+1 |
| 2022-02-18 | tailcfg: make MapResponse.ControlTime a pointer | Josh Bleecher Snyder | 1 | -1/+1 |
| 2022-02-16 | tailcfg: add MapResponse.ControlTime field | Josh Bleecher Snyder | 1 | -0/+3 |
| 2022-02-16 | tailcfg: make Node.Hostinfo a HostinfoView | Maisem Ali | 1 | -1/+3 |
| 2022-02-15 | tailcfg: add start of SSH policy to be sent from control plane to nodes | Brad Fitzpatrick | 1 | -0/+5 |
| 2022-02-12 | control/controlclient: remove dummy endpoint in endpoint stripping mode | Brad Fitzpatrick | 1 | -4/+1 |
| 2022-02-12 | all: adjust some log verbosity | Brad Fitzpatrick | 2 | -12/+12 |
| 2022-02-11 | control/controlclient: select newer certificate | Adrian Dewhurst | 2 | -5/+267 |
| 2022-02-07 | control/controlclient: turn off Go's implicit compression | Brad Fitzpatrick | 1 | -0/+4 |
| 2022-01-24 | envknob: add new package for all the strconv.ParseBool(os.Getenv(..)) | Brad Fitzpatrick | 3 | -28/+12 |
| 2022-01-17 | control/controlhttp: package to get a controlbase.Conn over HTTP(S). | David Anderson | 3 | -0/+735 |
| 2022-01-17 | control/controlbase: enable asynchronous client handshaking. | David Anderson | 5 | -35/+84 |
| 2022-01-17 | control/controlbase: rename from control/noise. | David Anderson | 7 | -7/+7 |
| 2021-12-01 | control/noise: clean up resources in TestNoReuse | Josh Bleecher Snyder | 1 | -0/+3 |
| 2021-11-29 | control/controlclient: stop logging about goal.url invariant | Josh Bleecher Snyder | 1 | -5/+3 |
| 2021-11-18 | net/netns: thread logf into control functions | Josh Bleecher Snyder | 1 | -1/+1 |
| 2021-11-16 | netcheck, controlclient, magicsock: add more metrics | Brad Fitzpatrick | 1 | -1/+43 |
| 2021-11-10 | control/noise: make Conn.readNLocked less surprising. | David Anderson | 1 | -3/+2 |
| 2021-11-10 | control/noise: factor out nonce checking and incrementing into a type. | David Anderson | 1 | -18/+19 |
| 2021-11-10 | control/noise: make message headers match the specification. | David Anderson | 5 | -91/+65 |
| 2021-11-10 | control/noise: don't panic when handling ciphertext. | David Anderson | 1 | -2/+3 |
| 2021-11-10 | control/noise: stop using poly1305 package constants. | David Anderson | 3 | -7/+5 |
| 2021-11-10 | control/noise: use key.Machine{Public,Private} as appropriate. | David Anderson | 7 | -119/+87 |
| 2021-11-10 | control/noise: don't cache mixer, just rebuild a BLAKE2s each time. | David Anderson | 1 | -11/+5 |
| 2021-11-10 | control/noise: add singleUseCHP, use it to simplify nonce/key tracking in han... | David Anderson | 1 | -58/+70 |
| 2021-11-10 | control/noise: review fixups | David Anderson | 4 | -88/+146 |
| 2021-11-10 | control/noise: adjust implementation to match revised spec. | David Anderson | 6 | -90/+300 |
| 2021-11-10 | control/noise: include the protocol version in the Noise prologue. | David Anderson | 2 | -5/+9 |
| 2021-11-10 | control/noise: fix typo in docstring. | David Anderson | 1 | -1/+1 |
| 2021-11-10 | control/noise: remove allocations in the encrypt and decrypt paths. | David Anderson | 1 | -22/+27 |
| 2021-11-10 | control/noise: implement the base transport for the 2021 control protocol. | David Anderson | 6 | -0/+2033 |
| 2021-11-10 | hostinfo, control/controlclient: tell control when Ubuntu has disabled Tailsc... | Brad Fitzpatrick | 1 | -0/+3 |
| 2021-11-10 | control/controlclient: rename a variable to not shadow a package name | Brad Fitzpatrick | 1 | -8/+8 |
| 2021-11-07 | control/controlclient: make js/wasm work with Go 1.18+ | Brad Fitzpatrick | 1 | -0/+7 |