mirror of
https://github.com/tailscale/tailscale.git
synced 2026-07-20 21:23:07 +08:00
Due to a customer issue, I investigated the Windows Dnscache service more intensively. I learned that the only time it attempts to read the NRPT from group policy is in response to a group policy change notification. Under the hypothesis that policy refresh is not effectively delivering GP notifications due to its dependency on reaching a DC, I replaced our use of the RefreshPolicyEx with the quasi-documented GenerateGPNotification API. Tests have been updated to ensure they check that they are running as LocalSystem, which is required for GenerateGPNotification. Fixes #20187 Signed-off-by: Aaron Klotz <aaron@tailscale.com> |
||
|---|---|---|
| .. | ||
| authenticode | ||
| conpty | ||
| gp | ||
| policy | ||
| s4u | ||
| testdata/testrestartableprocesses | ||
| winenv | ||
| mksyscall.go | ||
| restartmgr_windows_test.go | ||
| restartmgr_windows.go | ||
| startupinfo_windows.go | ||
| subprocess_windows_test.go | ||
| svcdiag_windows.go | ||
| userprofile_windows_test.go | ||
| userprofile_windows.go | ||
| winutil_notwindows.go | ||
| winutil_windows_test.go | ||
| winutil_windows.go | ||
| winutil.go | ||
| zsyscall_windows.go | ||