summaryrefslogtreecommitdiffhomepage
path: root/tailcfg/tailcfg_clone.go
AgeCommit message (Expand)AuthorFilesLines
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2025-11-09tailcfg: kill off rest of HairPinning symbolsBrad Fitzpatrick1-1/+0
2025-10-06util/checkchange: stop using deephash everywhereBrad Fitzpatrick1-1/+36
2025-07-22tailcfg: add Hostinfo.ExitNodeID to report the selected exit node (#16625)Simon Law1-0/+1
2025-07-02tailcfg: report StateEncrypted in Hostinfo (#16434)Andrew Lytvynov1-0/+1
2025-05-02hostinfo,tailcfg: report TPM availability on windows/linux (#15831)Andrew Lytvynov1-0/+4
2025-04-01tailcfg: add VIPServiceViewAdrian Dewhurst1-1/+29
2025-03-07tailcfg: add DERPRegion.NoMeasureNoHome, deprecate+document Avoid [cap 115]Brad Fitzpatrick1-7/+8
2025-02-11tailcfg: remove ancient UserProfiles.Roles fieldBrad Fitzpatrick1-1/+0
2025-01-21ipn/ipnlocal,tailcfg: communicate to control whether funnel is enabled (#14688)Irbe Krumina1-0/+1
2025-01-14all: add Node.HomeDERP int, phase out "127.3.3.40:$region" hack [capver 111]Brad Fitzpatrick1-1/+2
2025-01-06tailcfg: remove unused User fieldsBrad Fitzpatrick1-4/+0
2025-01-06tailcfg: flesh out docsBrad Fitzpatrick1-2/+2
2024-12-12ssh/tailssh: remove unused public key supportBrad Fitzpatrick1-6/+6
2024-11-15ipn,tailcfg: add VIPService struct and c2n to fetch them from client (#14046)Naman Sood1-0/+1
2024-09-22tailcfg: add AcceptEnv field to SSHRule (#13523)Mario Minardi1-0/+2
2024-07-11cmd/cloner, cmd/viewer, util/codegen: add support for generic types and inter...Nick Khyl1-6/+30
2024-05-06tailcfg,all: add/plumb Node.IsJailedMaisem Ali1-0/+1
2024-04-21tailcfg: remove some unused fields from RegisterResponseAuthBrad Fitzpatrick1-2/+0
2024-04-21tailcfg: pointerify RegisterRequest.Auth, omitemptify RegisterResponseAuthBrad Fitzpatrick1-2/+2
2024-02-27tailcfg: add latitude, longitude for node location (#11162)Claire Wang1-0/+4
2024-02-11tailcfg: remove UserProfile.GroupsMaisem Ali1-2/+0
2023-11-09tailcfg,ipn/ipnlocal: add hostinfo field to replace service entryJames Tucker1-0/+1
2023-10-13tailcfg: add tailnet field to register request (#9675)Claire Wang1-0/+1
2023-10-05hostinfo, ipnlocal: flesh out Wake-on-LAN support, send MACs, add c2n senderBrad Fitzpatrick1-0/+2
2023-10-01tailcfg, all: use []netip.AddrPort instead of []string for EndpointsBrad Fitzpatrick1-1/+1
2023-09-29cmd/cloner,*: revert: optimize nillable slice clonerJames Tucker1-15/+25
2023-09-29cmd/cloner,*: optimize nillable slice clonerJames Tucker1-25/+15
2023-09-18all: declare & plumb IPv6 masquerade address for peerTom DNetto1-0/+4
2023-09-18tailcfg: add NodeCapMapMaisem Ali1-0/+7
2023-09-17tailcfg: define a type for NodeCapabilityMaisem Ali1-1/+1
2023-09-15tailcfg: add DNS address list for IsWireGuardOnly nodesJames Tucker1-0/+7
2023-09-14cmd/cloner: do not allocate slices when the source is nilJames Tucker1-12/+20
2023-08-20cmd/cloner: use maps.Clone and ptr.ToMaisem Ali1-34/+13
2023-08-19tailcfg: generate RegisterResponse.Clone, remove manually writtenMaisem Ali1-1/+82
2023-08-18tailcfg: remove unused Domain field from Login/UserMaisem Ali1-2/+0
2023-08-16tailcfg: rename prototype field to reflect its statusBrad Fitzpatrick1-1/+1
2023-08-16client: update DNSConfig type (#8916)Richard Castro1-0/+1
2023-08-15tailcfg: Add FirewallMode to NetInfo to record wether host using iptables or ...KevinLiang101-0/+1
2023-07-23tailcfg: add UserProfile.GroupsBrad Fitzpatrick1-1/+32
2023-07-13net/netcheck, tailcfg: add DERPHomeParams and use itAndrew Dunham1-1/+34
2023-07-08tailcfg,etc: remove unused tailcfg.Node.KeepAlive fieldBrad Fitzpatrick1-1/+0
2023-06-23tailcfg: add location field to hostinfoCharlotte Brandhorst-Satzkorn1-1/+35
2023-06-09ssh/tailssh: add support for remote/reverse port forwardingMaisem Ali1-9/+10
2023-04-22tailcfg: add SSHRecorderFailureAction and SSHRecordingFailureNotifyRequestMaisem Ali1-0/+5
2023-04-21tailcfg: add CanPort80 field to DERPNodeAndrew Dunham1-0/+1
2023-04-13tailcfg: make SelfNodeV4MasqAddrForThisPeer a pointerMaisem Ali1-1/+5
2023-04-08tailcfg,wgengine: add initial support for WireGuard only peersCharlotte Brandhorst-Satzkorn1-0/+1
2023-03-23tailcfg: add Node.SelfNodeV4MasqAddrForThisPeerMaisem Ali1-30/+31
2023-03-21tailcfg: move recorders field from SSHRule to SSHActionCharlotte Brandhorst-Satzkorn1-7/+35