summaryrefslogtreecommitdiffhomepage
path: root/tailcfg
AgeCommit message (Expand)AuthorFilesLines
2022-03-17all: use any instead of interface{}Josh Bleecher Snyder1-1/+1
2022-03-16types/views: add generic Slice[T] and remove StringSliceMaisem Ali1-4/+4
2022-03-14tailcfg: add field to allow LocalPortForwarding in SSHActionMaisem Ali1-0/+4
2022-03-14ssh/tailssh: add support for agent forwarding.Maisem Ali1-0/+4
2022-03-10ssh/tailssh, ipnlocal, controlclient: fetch next SSHAction from networkBrad Fitzpatrick1-4/+8
2022-03-09tailcfg: bump capVer for NoiseMaisem Ali1-1/+2
2022-03-07tailcfg: add SetDNSResponseMaisem Ali1-0/+3
2022-03-06tailcfg: rename map request version to "capability version"Brad Fitzpatrick1-11/+32
2022-03-06tailcfg: add OverTLSPublicKeyResponse for the new response from /keyBrad Fitzpatrick1-0/+24
2022-02-18ssh/tailssh: evaluate tailcfg.SSHPolicy on incoming connectionsBrad Fitzpatrick1-5/+12
2022-02-18tailcfg: make MapResponse.ControlTime a pointerJosh Bleecher Snyder1-1/+1
2022-02-17tailcfg, ipn/ipnlocal: add Hostinfo.SSH_HostKeys, send when SSH enabledBrad Fitzpatrick3-1/+13
2022-02-17tailcfg: fix stale docs for MapResponse.KeepAliveJosh Bleecher Snyder1-1/+1
2022-02-16tailcfg: add MapResponse.ControlTime fieldJosh Bleecher Snyder1-0/+3
2022-02-16tailcfg: make Node.Hostinfo a HostinfoViewMaisem Ali3-12/+15
2022-02-16tailcfg: introduce HostinfoViewMaisem Ali1-0/+127
2022-02-15tailcfg: add start of SSH policy to be sent from control plane to nodesBrad Fitzpatrick1-0/+82
2022-01-12tailcfg: no-op bump of MapRequest.VersionBrad Fitzpatrick1-1/+2
2021-12-23tailcfg: add Hostinfo.HowUnequal methodBrad Fitzpatrick2-0/+138
2021-11-29tailcfg, ipn/ipnlocal: advertise a Service when exit node DNS proxy availableBrad Fitzpatrick1-6/+37
2021-11-29tailcfg, ipn/ipnlocal, net/dns: forward exit node DNS on Unix to system DNSBrad Fitzpatrick2-9/+26
2021-11-03all: replace tailcfg.DiscoKey with key.DiscoPublic.David Anderson3-53/+3
2021-11-02types/key: delete legacy NodeKey type.David Anderson1-6/+0
2021-11-02tailcfg: use key.NodePublic in wire protocol types.David Anderson3-10/+10
2021-11-01tailcfg, control/controlclient: add method to exit client from control planeBrad Fitzpatrick1-2/+7
2021-10-29tailcfg: remove NodeKeyFromNodePublic.David Anderson1-9/+0
2021-10-29tailcfg: update go generate, which apparently normalizes type aliases.David Anderson1-1/+1
2021-10-29tailcfg: move NodeKey type to types/key.danderson/nodekey-moveDavid Anderson2-77/+11
2021-10-29tailcfg: add marshaling round-tripping test.David Anderson2-0/+42
2021-10-29tailcfg: remove use of legacy key parsing helper.David Anderson1-19/+27
2021-10-29wgengine/magicsock: remove uses of tailcfg.DiscoKey.David Anderson1-0/+9
2021-10-29Revert "Revert "tailcfg: remove reference to types/key.Public.""David Anderson1-1/+1
2021-10-28Revert "tailcfg: remove reference to types/key.Public."David Anderson1-1/+1
2021-10-28tailcfg: remove reference to types/key.Public.David Anderson1-1/+1
2021-10-28all: use testingutil.MinAllocsPerRunJosh Bleecher Snyder1-4/+5
2021-10-28tailcfg: remove use of wgkey.David Anderson1-14/+5
2021-10-28tailcfg: add RegisterRequest.Ephemeral to request new ephemeral nodeBrad Fitzpatrick1-0/+5
2021-10-28types/key: add a dedicated type for node keys.David Anderson1-0/+9
2021-10-27control/controlclient,tailcfg: propagate registration errors to the frontendMaisem Ali2-0/+5
2021-10-25tailcfg: add Node.TagsMaisem Ali3-2/+34
2021-10-16cmd/cloner: mangle "go:generate" in cloner.goJoe Tsai1-2/+2
2021-09-19tailcfg, health: add way for control plane to add problems to health checkBrad Fitzpatrick1-1/+10
2021-09-17cmd/cloner: add Clone context to regen struct assignmentsJosh Bleecher Snyder1-10/+10
2021-09-17control/controlclient: update machine certificate signature versionAdrian Dewhurst1-1/+11
2021-09-15cmd/cloner: reduce diff noise when changing commandJosh Bleecher Snyder1-21/+12
2021-09-14tailcfg: don't panic on clone of nil RegisterRequestBrad Fitzpatrick2-0/+11
2021-09-03types/key: add a special key with custom serialization for control private ke...Dave Anderson3-25/+9
2021-09-03Revert "types/key: add MachinePrivate and MachinePublic."David Anderson3-9/+25
2021-09-03types/key: add MachinePrivate and MachinePublic.David Anderson3-25/+9
2021-08-25tailcfg,ipn/ipnlocal: support DNSConfig.Routes with empty values [mapver 23]Brad Fitzpatrick1-3/+11