<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tailscale/types/netmap, branch debug-testwrapper</title>
<subtitle>The easiest, most secure way to use WireGuard and 2FA</subtitle>
<id>http://git.waynecole.info/tailscale/atom?h=debug-testwrapper</id>
<link rel='self' href='http://git.waynecole.info/tailscale/atom?h=debug-testwrapper'/>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/tailscale/'/>
<updated>2026-01-26T22:55:30Z</updated>
<entry>
<title>ipn/ipnlocal/netmapcache: add a package to split and cache network maps (#18497)</title>
<updated>2026-01-26T22:55:30Z</updated>
<author>
<name>M. J. Fromberger</name>
<email>fromberger@tailscale.com</email>
</author>
<published>2026-01-26T22:55:30Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/tailscale/commit/?id=9385dfe7f654d74c177ffc3e7f4b6fe428562022'/>
<id>urn:sha1:9385dfe7f654d74c177ffc3e7f4b6fe428562022</id>
<content type='text'>
This commit is based on part of #17925, reworked as a separate package.

Add a package that can store and load netmap.NetworkMap values in persistent
storage, using a basic columnar representation. This commit includes a default
storage interface based on plain files, but the interface can be implemented
with more structured storage if we want to later.

The tests are set up to require that all the fields of the NetworkMap are
handled, except those explicitly designated as not-cached, and check that a
fully-populated value can round-trip correctly through the cache.  Adding or
removing fields, either in the NetworkMap or in the cached representation, will
trigger either build failures (e.g., for type mismatch) or test failures (e.g.,
for representation changes or missing fields). This isn't quite as nice as
automatically updating the representation, which I also prototyped, but is much
simpler to maintain and less code.

This commit does not yet hook up the cache to the backend, that will be a
subsequent change.

Updates #12639

Change-Id: Icb48639e1d61f2aec59904ecd172c73e05ba7bf9
Signed-off-by: M. J. Fromberger &lt;fromberger@tailscale.com&gt;</content>
</entry>
<entry>
<title>all: remove AUTHORS file and references to it</title>
<updated>2026-01-23T23:49:45Z</updated>
<author>
<name>Will Norris</name>
<email>will@tailscale.com</email>
</author>
<published>2026-01-23T21:21:57Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/tailscale/commit/?id=3ec5be3f510f74738179c1023468343a62a7e00f'/>
<id>urn:sha1:3ec5be3f510f74738179c1023468343a62a7e00f</id>
<content type='text'>
This file was never truly necessary and has never actually been used in
the history of Tailscale's open source releases.

A Brief History of AUTHORS files
---

The AUTHORS file was a pattern developed at Google, originally for
Chromium, then adopted by Go and a bunch of other projects. The problem
was that Chromium originally had a copyright line only recognizing
Google as the copyright holder. Because Google (and most open source
projects) do not require copyright assignemnt for contributions, each
contributor maintains their copyright. Some large corporate contributors
then tried to add their own name to the copyright line in the LICENSE
file or in file headers. This quickly becomes unwieldy, and puts a
tremendous burden on anyone building on top of Chromium, since the
license requires that they keep all copyright lines intact.

The compromise was to create an AUTHORS file that would list all of the
copyright holders. The LICENSE file and source file headers would then
include that list by reference, listing the copyright holder as "The
Chromium Authors".

This also become cumbersome to simply keep the file up to date with a
high rate of new contributors. Plus it's not always obvious who the
copyright holder is. Sometimes it is the individual making the
contribution, but many times it may be their employer. There is no way
for the proejct maintainer to know.

Eventually, Google changed their policy to no longer recommend trying to
keep the AUTHORS file up to date proactively, and instead to only add to
it when requested: https://opensource.google/docs/releasing/authors.
They are also clear that:

&gt; Adding contributors to the AUTHORS file is entirely within the
&gt; project's discretion and has no implications for copyright ownership.

It was primarily added to appease a small number of large contributors
that insisted that they be recognized as copyright holders (which was
entirely their right to do). But it's not truly necessary, and not even
the most accurate way of identifying contributors and/or copyright
holders.

In practice, we've never added anyone to our AUTHORS file. It only lists
Tailscale, so it's not really serving any purpose. It also causes
confusion because Tailscalars put the "Tailscale Inc &amp; AUTHORS" header
in other open source repos which don't actually have an AUTHORS file, so
it's ambiguous what that means.

Instead, we just acknowledge that the contributors to Tailscale (whoever
they are) are copyright holders for their individual contributions. We
also have the benefit of using the DCO (developercertificate.org) which
provides some additional certification of their right to make the
contribution.

The source file changes were purely mechanical with:

    git ls-files | xargs sed -i -e 's/\(Tailscale Inc &amp;\) AUTHORS/\1 contributors/g'

Updates #cleanup

Change-Id: Ia101a4a3005adb9118051b3416f5a64a4a45987d
Signed-off-by: Will Norris &lt;will@tailscale.com&gt;
</content>
</entry>
<entry>
<title>ipn,ipn/local: always accept routes for Tailscale Services (cgnat range) (#18173)</title>
<updated>2026-01-14T18:20:00Z</updated>
<author>
<name>Tom Meadows</name>
<email>tom@tmlabs.co.uk</email>
</author>
<published>2026-01-14T18:20:00Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/tailscale/commit/?id=c3b7f2405155c39b563b85801724dc8855d1fbdb'/>
<id>urn:sha1:c3b7f2405155c39b563b85801724dc8855d1fbdb</id>
<content type='text'>
Updates #18198

Signed-off-by: chaosinthecrd &lt;tom@tmlabs.co.uk&gt;
Co-authored-by: James Tucker &lt;raggi@tailscale.com&gt;</content>
</entry>
<entry>
<title>tailcfg, control/controlclient: start moving MapResponse.DefaultAutoUpdate to a nodeattr</title>
<updated>2025-11-25T18:45:34Z</updated>
<author>
<name>Brad Fitzpatrick</name>
<email>bradfitz@tailscale.com</email>
</author>
<published>2025-09-29T19:17:52Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/tailscale/commit/?id=ac0b15356d25c011e0b9f060c06d0f9b87973721'/>
<id>urn:sha1:ac0b15356d25c011e0b9f060c06d0f9b87973721</id>
<content type='text'>
And fix up the TestAutoUpdateDefaults integration tests as they
weren't testing reality: the DefaultAutoUpdate is supposed to only be
relevant on the first MapResponse in the stream, but the tests weren't
testing that. They were instead injecting a 2nd+ MapResponse.

This changes the test control server to add a hook to modify the first
map response, and then makes the test control when the node goes up
and down to make new map responses.

Also, the test now runs on macOS where the auto-update feature being
disabled would've previously t.Skipped the whole test.

Updates #11502

Change-Id: If2319bd1f71e108b57d79fe500b2acedbc76e1a6
Signed-off-by: Brad Fitzpatrick &lt;bradfitz@tailscale.com&gt;
</content>
</entry>
<entry>
<title>types/netmap,*: remove some redundant fields from NetMap</title>
<updated>2025-11-18T15:56:10Z</updated>
<author>
<name>Brad Fitzpatrick</name>
<email>bradfitz@tailscale.com</email>
</author>
<published>2025-11-18T15:25:10Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/tailscale/commit/?id=bd29b189fe8b15783b59c63ec5ebbb2584a9d5f7'/>
<id>urn:sha1:bd29b189fe8b15783b59c63ec5ebbb2584a9d5f7</id>
<content type='text'>
Updates #12639

Change-Id: Ia50b15529bd1c002cdd2c937cdfbe69c06fa2dc8
Signed-off-by: Brad Fitzpatrick &lt;bradfitz@tailscale.com&gt;
</content>
</entry>
<entry>
<title>types/netmap: remove PrivateKey from NetworkMap</title>
<updated>2025-11-16T23:32:51Z</updated>
<author>
<name>Brad Fitzpatrick</name>
<email>bradfitz@tailscale.com</email>
</author>
<published>2025-11-15T21:28:29Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/tailscale/commit/?id=653d0738f9afd9ee4785eff06c4a1908a4e6eaaf'/>
<id>urn:sha1:653d0738f9afd9ee4785eff06c4a1908a4e6eaaf</id>
<content type='text'>
It's an unnecessary nuisance having it. We go out of our way to redact
it in so many places when we don't even need it there anyway.

Updates #12639

Change-Id: I5fc72e19e9cf36caeb42cf80ba430873f67167c3
Signed-off-by: Brad Fitzpatrick &lt;bradfitz@tailscale.com&gt;
</content>
</entry>
<entry>
<title>ipn/ipnlocal, types: plumb tailnet display name cap through to network profile (#17045)</title>
<updated>2025-09-09T16:03:01Z</updated>
<author>
<name>Nick O'Neill</name>
<email>nick@tailscale.com</email>
</author>
<published>2025-09-09T16:03:01Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/tailscale/commit/?id=77250a301aee83d67c1bbe497391500f7c70e7b4'/>
<id>urn:sha1:77250a301aee83d67c1bbe497391500f7c70e7b4</id>
<content type='text'>
Updates tailscale/corp#30456

Signed-off-by: Nick O'Neill &lt;nick@tailscale.com&gt;</content>
</entry>
<entry>
<title>Revert "types/netmap,wgengine/magicsock: propagate CapVer to magicsock.endpoint (#16244)" (#16322)</title>
<updated>2025-06-19T16:47:06Z</updated>
<author>
<name>Jordan Whited</name>
<email>jordan@tailscale.com</email>
</author>
<published>2025-06-19T16:47:06Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/tailscale/commit/?id=583f740c0b583081b0c1a39f92e349c49c0c4a41'/>
<id>urn:sha1:583f740c0b583081b0c1a39f92e349c49c0c4a41</id>
<content type='text'>
This reverts commit 6a93b17c8cafc1d8e1c52e133511e52ed9086355.

The reverted commit added more complexity than it was worth at the
current stage. Handling delta CapVer changes requires extensive changes
to relayManager datastructures in order to also support delta updates of
relay servers.

Updates tailscale/corp#27502

Signed-off-by: Jordan Whited &lt;jordan@tailscale.com&gt;</content>
</entry>
<entry>
<title>types/netmap,wgengine/magicsock: propagate CapVer to magicsock.endpoint (#16244)</title>
<updated>2025-06-11T00:31:14Z</updated>
<author>
<name>Jordan Whited</name>
<email>jordan@tailscale.com</email>
</author>
<published>2025-06-11T00:31:14Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/tailscale/commit/?id=6a93b17c8cafc1d8e1c52e133511e52ed9086355'/>
<id>urn:sha1:6a93b17c8cafc1d8e1c52e133511e52ed9086355</id>
<content type='text'>
This enables us to mark nodes as relay capable or not. We don't actually
do that yet, as we haven't established a relay CapVer.

Updates tailscale/corp#27502

Signed-off-by: Jordan Whited &lt;jordan@tailscale.com&gt;</content>
</entry>
<entry>
<title>types/netmap: fix NodeMutationEndpoints docs typo (#16234)</title>
<updated>2025-06-09T23:12:12Z</updated>
<author>
<name>Jordan Whited</name>
<email>jordan@tailscale.com</email>
</author>
<published>2025-06-09T23:12:12Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/tailscale/commit/?id=cc8dc9e4dcc83fced123d0268e62d4530c515ac6'/>
<id>urn:sha1:cc8dc9e4dcc83fced123d0268e62d4530c515ac6</id>
<content type='text'>
Updates #cleanup

Signed-off-by: Jordan Whited &lt;jordan@tailscale.com&gt;</content>
</entry>
</feed>
