You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/hostinfo
Aaron Klotz 7132b782d4 hostinfo: use Distro field for distinguishing Windows Server builds
Some editions of Windows server share the same build number as their
client counterpart; we must use an additional field found in the OS
version information to distinguish between them.

Even though "Distro" has Linux connotations, it is the most appropriate
hostinfo field. What is Windows Server if not an alternate distribution
of Windows? This PR populates Distro with "Server" when applicable.

Fixes #11785

Signed-off-by: Aaron Klotz <aaron@tailscale.com>
1 week ago
..
hostinfo.go hostinfo: cache device model to speed up init 3 weeks ago
hostinfo_darwin.go all: update copyright and license headers 1 year ago
hostinfo_freebsd.go all: update copyright and license headers 1 year ago
hostinfo_linux.go hostinfo: cache device model to speed up init 3 weeks ago
hostinfo_linux_test.go all: update copyright and license headers 1 year ago
hostinfo_test.go all: update copyright and license headers 1 year ago
hostinfo_uname.go all: update copyright and license headers 1 year ago
hostinfo_windows.go hostinfo: use Distro field for distinguishing Windows Server builds 1 week ago
wol.go hostinfo, ipnlocal: flesh out Wake-on-LAN support, send MACs, add c2n sender 7 months ago