summaryrefslogtreecommitdiffhomepage
path: root/tailcfg
AgeCommit message (Expand)AuthorFilesLines
2021-01-27tailcfg: update node display name fields and methods (#1207)Sonia Appasamy3-39/+115
2021-01-25tailcfg, controlclient: add DisplayName field to tailcfg.Node and populate it...Sonia Appasamy3-1/+25
2021-01-21tailcfg: add StableID to Node. #1178David Anderson3-3/+39
2021-01-20tailcfg, control/controlclient: add mapver 10: MapResponse.PeerSeenChangeBrad Fitzpatrick1-1/+7
2021-01-18tailcfg: remove v6-overlay debug option.David Anderson1-2/+0
2021-01-12tailcfg, control/controlclient: make MapResponse.CollectServices an opt.BoolBrad Fitzpatrick1-1/+3
2021-01-11ipn: only send services in Hostinfo if Tailnet has opted-in to services colle...Sonia Appasamy1-0/+4
2021-01-05tailcfg: add Node.Sharer fieldBrad Fitzpatrick3-4/+19
2021-01-05tailcfg: add omitempty to FilterRule.SrcBits (#1089)Brad Fitzpatrick1-1/+1
2021-01-05ipn: delete domainsForProxying, require explicit DNS search domains (mapver 9...Brad Fitzpatrick1-12/+28
2020-12-30wgkey: new packageJosh Bleecher Snyder1-3/+3
2020-12-28all: replace wgcfg.IP and wgcfg.CIDR with netaddr typesJosh Bleecher Snyder3-35/+34
2020-12-19tailcfg: introduce map version 8, for clients that support v6 node config.David Anderson1-0/+1
2020-12-15tailcfg: document new OmitPeers endpoint updating functionalityBrad Fitzpatrick1-0/+4
2020-12-15wgengine/filter, tailcfg: support CIDRs+ranges in PacketFilter (mapver 7)Brad Fitzpatrick1-12/+20
2020-12-07tailcfg, control/controlclient: make nil PacketFilter mean unchanged (mapver 6)Brad Fitzpatrick1-3/+18
2020-12-03tailcfg: update comments a bitBrad Fitzpatrick1-3/+4
2020-12-01tailcfg: document new debug flag.David Anderson1-0/+2
2020-12-01tailcfg, cmd/tailscale: add Hostinfo.ShareeNode, hide in "tailscale status"Brad Fitzpatrick3-3/+13
2020-11-25tailcfg: add some missing json omitemptyBrad Fitzpatrick1-3/+3
2020-11-24tailcfg: remove outdated comments about Clone methodsDavid Crawshaw1-10/+2
2020-11-24tailcfg: include ShieldsUp in HostInfoSonia Appasamy3-2/+4
2020-11-11Reverse earlier "allow tag without 'tag:' prefix" changes.Avery Pennarun1-24/+14
2020-11-10ipn, tailcfg: change Windows subnet disabling behavior w/ WPADBrad Fitzpatrick1-0/+4
2020-11-05tailcfg: document FilterRuleBrad Fitzpatrick1-2/+21
2020-11-04control/controlclient: send warning flag in map request when IP forwarding offBrad Fitzpatrick1-0/+6
2020-11-03tailcfg: improve error returned by Hostinfo.CheckRequestTagsJosh Bleecher Snyder1-3/+2
2020-11-03tailcfg: add Hostinfo.CheckRequestTags helper methodJosh Bleecher Snyder1-1/+15
2020-10-28cmd/tailscale/cli, tailcfg: allow tag without "tag:" prefix in 'tailscale up'Brad Fitzpatrick1-14/+24
2020-10-26tailcfg: add some comments, remove some redundant types in literalBrad Fitzpatrick1-5/+5
2020-10-20tailcfg: bump, document MapRequest.Version valueBrad Fitzpatrick1-11/+17
2020-10-19tailcfg: add a DebugFlags field for experiments and debugging.David Anderson1-0/+8
2020-10-19control/controlclient: log Hostinfo on changeBrad Fitzpatrick1-7/+7
2020-10-19ipn: use cmd/cloner for Prefs.CloneBrad Fitzpatrick1-1/+1
2020-10-15tailcfg: add a field to advertise support for IPv6 tailscale config.David Anderson1-10/+11
2020-10-14control/controlclient: support delta userprofiles from controlBrad Fitzpatrick1-2/+2
2020-10-09tailcfg: restore Roles field to UserProfileJosh Bleecher Snyder1-0/+1
2020-10-09tailcfg: restore Role field to MapResponseJosh Bleecher Snyder1-0/+1
2020-10-06tailcfg: add Clone method for RegisterResponseDavid Crawshaw2-12/+43
2020-10-01control/controlclient, ipn: store machine key separately from user prefs/persistBrad Fitzpatrick1-0/+1
2020-09-30tailcfg: add yet another IsZero methodJosh Bleecher Snyder1-0/+4
2020-09-30tailcfg: add more IsZero methodsJosh Bleecher Snyder1-0/+8
2020-09-29tailcfg: add IsZero methods to UserID and NodeIDJosh Bleecher Snyder1-0/+8
2020-09-29control/controlclient: remove Roles fields from clientJosh Bleecher Snyder1-2/+0
2020-09-28tailcfg: fix typo in commentJosh Bleecher Snyder1-1/+1
2020-09-21tailcfg: add MachineKey.IsZeroJosh Bleecher Snyder1-0/+3
2020-09-17tailcfg: add MapRequest.ReadOnly and OmitPeers; remove DebugForceDiscoBrad Fitzpatrick1-5/+13
2020-09-04tailcfg: regenerate Clone methodsJosh Bleecher Snyder1-0/+205
2020-09-04tailcfg: add Clone methods to Login and DNSConfigDavid Crawshaw2-2/+26
2020-08-24tailcfg, tsdns: derive root domains from list of nodes (#708)Dmytro Shynkevych1-3/+11