summaryrefslogtreecommitdiffhomepage
path: root/net/dns/manager_windows.go
AgeCommit message (Expand)AuthorFilesLines
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2025-12-09net/dns: retrample resolve.conf when another process has trampled it (#18069)Claus Lensbøl1-3/+4
2025-11-16syncs: add Mutex/RWMutex alias/wrappers for future mutex debuggingBrad Fitzpatrick1-2/+2
2025-09-02util/syspolicy: finish plumbing policyclient, add feature/syspolicy, move glo...Brad Fitzpatrick1-4/+8
2025-09-02util/syspolicy/{setting,ptype}: move PreferenceOption and Visibility to new l...Brad Fitzpatrick1-2/+2
2025-09-01util/syspolicy/policyclient: add policyclient.Client interface, start plumbingBrad Fitzpatrick1-2/+2
2025-08-31util/syspolicy/*: move syspolicy keys to new const leaf "pkey" packageBrad Fitzpatrick1-2/+3
2025-05-12net/dns,docs/windows/policy,util/syspolicy: register Tailscale IP addresses i...Nick Khyl1-12/+71
2025-01-14net/dns: ensure the Windows configurator does not touch the hosts file unless...Aaron Klotz1-12/+52
2024-09-07net/dns: disable DNS registration for Tailscale interface on WindowsNick Khyl1-0/+3
2024-06-14various: create a catch-all NRPT rule when "Override local DNS" is enabled on...Nick Khyl1-4/+22
2024-06-11cmd/tailscaled, net/dns, wgengine/router: start Windows child processes with ...Aaron Klotz1-2/+6
2024-04-26health, all: remove health.Global, finish plumbing health.TrackerBrad Fitzpatrick1-2/+3
2024-04-16all: use Go 1.22 range-over-intBrad Fitzpatrick1-1/+1
2024-02-26cmd/tailscaled, ipn/ipnlocal, wgengine: shutdown tailscaled if wgdevice is cl...Nick Khyl1-1/+1
2024-02-26net/dns: do not wait for the interface registry key to appear if the windowsM...Nick Khyl1-5/+40
2023-12-04net/dns: use an additional registry setting to disable dynamic DNS updates fo...Aaron Klotz1-4/+17
2023-03-06net/dns: deal with Windows wsl.exe hangsAaron Klotz1-6/+8
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-11-23net/dns: retry overwriting hosts file on WindowsAndrew Dunham1-1/+10
2022-11-21net/dns: change windows DNS manager to use pointer receiverAaron Klotz1-13/+14
2022-09-15envknob: support changing envknobs post-initBrad Fitzpatrick1-2/+2
2022-08-31go.mod: bump wireguard/windows, which moves to using net/netipBrad Fitzpatrick1-5/+1
2022-08-29net/dns: [win] fix regression in disableDynamicUpdateMaisem Ali1-2/+2
2022-08-19net/dns: [win] add MagicDNS entries to etc/hostsMaisem Ali1-2/+89
2022-08-14net/dns: disable NetBIOS on Tailscale interfacesMaisem Ali1-4/+20
2022-08-14util/winutil: consolidate interface specific registry keysMaisem Ali1-31/+21
2022-08-02all: migrate more code code to net/netip directlyBrad Fitzpatrick1-2/+2
2022-07-25all: convert more code to use net/netip directlyBrad Fitzpatrick1-4/+4
2022-07-25all: use various net/netip parse funcs directlyBrad Fitzpatrick1-3/+4
2022-07-25net/netaddr: start migrating to net/netip via new netaddr adapter packageBrad Fitzpatrick1-1/+1
2022-07-22net/dns: add Windows group policy notifications to the NRPT rule managerAaron Klotz1-1/+5
2022-06-24net/dns: set appropriate Windows registry values to prevent it from sending D...Aaron Klotz1-0/+28
2022-06-23net/dns: update Windows split DNS settings to work alongside other NRPT entri...Aaron Klotz1-146/+16
2022-05-27net/dns, paths, util/winutil: change net/dns/windowsManager NRPT management t...Aaron Klotz1-17/+111
2022-01-24envknob: add new package for all the strconv.ParseBool(os.Getenv(..))Brad Fitzpatrick1-3/+2
2022-01-11net/dns: make WSL network configuration opt-in for nowBrad Fitzpatrick1-7/+13
2021-08-03net/dns: correct log message.Denton Gentry1-1/+1
2021-06-30net/dns: do not run wsl.exe as LocalSystemDavid Crawshaw1-12/+13
2021-06-28net/dns: set WSL /etc/resolv.confDavid Crawshaw1-3/+21
2021-06-23net/dns: always proxy through quad-100 on windows 8.1.David Anderson1-15/+9
2021-04-27net/dns: on windows, skip site-local v6 resolvers.David Anderson1-15/+45
2021-04-12net/dns: return error from NewOSManager, use it to initialize NM.David Anderson1-2/+2
2021-04-10util/dnsname: add FQDN type, use throughout codebase.David Anderson1-5/+11
2021-04-07net/dns: some post-review cleanups.David Anderson1-3/+0
2021-04-07net/dns: add GetBaseConfig to OSConfigurator interface.David Anderson1-0/+17
2021-04-06net/dns: split out search domains and match domains in OSConfig.David Anderson1-7/+5
2021-04-06net/dns: start of compat hacks for Windows 7.David Anderson1-7/+97
2021-04-05net/dns: implement OS-level split DNS for Windows.David Anderson1-23/+191
2021-04-05net/dns: add a Primary field to OSConfig.David Anderson1-2/+2