| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-03-17 | all: use any instead of interface{} | Josh Bleecher Snyder | 1 | -1/+1 |
| 2022-03-16 | types/views: add generic Slice[T] and remove StringSlice | Maisem Ali | 1 | -4/+4 |
| 2022-03-14 | tailcfg: add field to allow LocalPortForwarding in SSHAction | Maisem Ali | 1 | -0/+4 |
| 2022-03-14 | ssh/tailssh: add support for agent forwarding. | Maisem Ali | 1 | -0/+4 |
| 2022-03-10 | ssh/tailssh, ipnlocal, controlclient: fetch next SSHAction from network | Brad Fitzpatrick | 1 | -4/+8 |
| 2022-03-09 | tailcfg: bump capVer for Noise | Maisem Ali | 1 | -1/+2 |
| 2022-03-07 | tailcfg: add SetDNSResponse | Maisem Ali | 1 | -0/+3 |
| 2022-03-06 | tailcfg: rename map request version to "capability version" | Brad Fitzpatrick | 1 | -11/+32 |
| 2022-03-06 | tailcfg: add OverTLSPublicKeyResponse for the new response from /key | Brad Fitzpatrick | 1 | -0/+24 |
| 2022-02-18 | ssh/tailssh: evaluate tailcfg.SSHPolicy on incoming connections | Brad Fitzpatrick | 1 | -5/+12 |
| 2022-02-18 | tailcfg: make MapResponse.ControlTime a pointer | Josh Bleecher Snyder | 1 | -1/+1 |
| 2022-02-17 | tailcfg, ipn/ipnlocal: add Hostinfo.SSH_HostKeys, send when SSH enabled | Brad Fitzpatrick | 3 | -1/+13 |
| 2022-02-17 | tailcfg: fix stale docs for MapResponse.KeepAlive | 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 | 3 | -12/+15 |
| 2022-02-16 | tailcfg: introduce HostinfoView | Maisem Ali | 1 | -0/+127 |
| 2022-02-15 | tailcfg: add start of SSH policy to be sent from control plane to nodes | Brad Fitzpatrick | 1 | -0/+82 |
| 2022-01-12 | tailcfg: no-op bump of MapRequest.Version | Brad Fitzpatrick | 1 | -1/+2 |
| 2021-12-23 | tailcfg: add Hostinfo.HowUnequal method | Brad Fitzpatrick | 2 | -0/+138 |
| 2021-11-29 | tailcfg, ipn/ipnlocal: advertise a Service when exit node DNS proxy available | Brad Fitzpatrick | 1 | -6/+37 |
| 2021-11-29 | tailcfg, ipn/ipnlocal, net/dns: forward exit node DNS on Unix to system DNS | Brad Fitzpatrick | 2 | -9/+26 |
| 2021-11-03 | all: replace tailcfg.DiscoKey with key.DiscoPublic. | David Anderson | 3 | -53/+3 |
| 2021-11-02 | types/key: delete legacy NodeKey type. | David Anderson | 1 | -6/+0 |
| 2021-11-02 | tailcfg: use key.NodePublic in wire protocol types. | David Anderson | 3 | -10/+10 |
| 2021-11-01 | tailcfg, control/controlclient: add method to exit client from control plane | Brad Fitzpatrick | 1 | -2/+7 |
| 2021-10-29 | tailcfg: remove NodeKeyFromNodePublic. | David Anderson | 1 | -9/+0 |
| 2021-10-29 | tailcfg: update go generate, which apparently normalizes type aliases. | David Anderson | 1 | -1/+1 |
| 2021-10-29 | tailcfg: move NodeKey type to types/key.danderson/nodekey-move | David Anderson | 2 | -77/+11 |
| 2021-10-29 | tailcfg: add marshaling round-tripping test. | David Anderson | 2 | -0/+42 |
| 2021-10-29 | tailcfg: remove use of legacy key parsing helper. | David Anderson | 1 | -19/+27 |
| 2021-10-29 | wgengine/magicsock: remove uses of tailcfg.DiscoKey. | David Anderson | 1 | -0/+9 |
| 2021-10-29 | Revert "Revert "tailcfg: remove reference to types/key.Public."" | David Anderson | 1 | -1/+1 |
| 2021-10-28 | Revert "tailcfg: remove reference to types/key.Public." | David Anderson | 1 | -1/+1 |
| 2021-10-28 | tailcfg: remove reference to types/key.Public. | David Anderson | 1 | -1/+1 |
| 2021-10-28 | all: use testingutil.MinAllocsPerRun | Josh Bleecher Snyder | 1 | -4/+5 |
| 2021-10-28 | tailcfg: remove use of wgkey. | David Anderson | 1 | -14/+5 |
| 2021-10-28 | tailcfg: add RegisterRequest.Ephemeral to request new ephemeral node | Brad Fitzpatrick | 1 | -0/+5 |
| 2021-10-28 | types/key: add a dedicated type for node keys. | David Anderson | 1 | -0/+9 |
| 2021-10-27 | control/controlclient,tailcfg: propagate registration errors to the frontend | Maisem Ali | 2 | -0/+5 |
| 2021-10-25 | tailcfg: add Node.Tags | Maisem Ali | 3 | -2/+34 |
| 2021-10-16 | cmd/cloner: mangle "go:generate" in cloner.go | Joe Tsai | 1 | -2/+2 |
| 2021-09-19 | tailcfg, health: add way for control plane to add problems to health check | Brad Fitzpatrick | 1 | -1/+10 |
| 2021-09-17 | cmd/cloner: add Clone context to regen struct assignments | Josh Bleecher Snyder | 1 | -10/+10 |
| 2021-09-17 | control/controlclient: update machine certificate signature version | Adrian Dewhurst | 1 | -1/+11 |
| 2021-09-15 | cmd/cloner: reduce diff noise when changing command | Josh Bleecher Snyder | 1 | -21/+12 |
| 2021-09-14 | tailcfg: don't panic on clone of nil RegisterRequest | Brad Fitzpatrick | 2 | -0/+11 |
| 2021-09-03 | types/key: add a special key with custom serialization for control private ke... | Dave Anderson | 3 | -25/+9 |
| 2021-09-03 | Revert "types/key: add MachinePrivate and MachinePublic." | David Anderson | 3 | -9/+25 |
| 2021-09-03 | types/key: add MachinePrivate and MachinePublic. | David Anderson | 3 | -25/+9 |
| 2021-08-25 | tailcfg,ipn/ipnlocal: support DNSConfig.Routes with empty values [mapver 23] | Brad Fitzpatrick | 1 | -3/+11 |