tailscale/tstest/integration
Aaron Klotz 37925b3e7a go.mod, cmd/tailscaled, ipn/localapi, util/osdiag, util/winutil, util/winutil/authenticode: add Windows module list to OS-specific logs that are written upon bugreport
* We update wingoes to pick up new version information functionality
  (See pe/version.go in the https://github.com/dblohm7/wingoes repo);
* We move the existing LogSupportInfo code (including necessary syscall
  stubs) out of util/winutil into a new package, util/osdiag, and implement
  the public LogSupportInfo function may be implemented for other platforms
  as needed;
* We add a new reason argument to LogSupportInfo and wire that into
  localapi's bugreport implementation;
* We add module information to the Windows implementation of LogSupportInfo
  when reason indicates a bugreport. We enumerate all loaded modules in our
  process, and for each one we gather debug, authenticode signature, and
  version information.

Fixes #7802

Signed-off-by: Aaron Klotz <aaron@tailscale.com>
2023-08-03 11:33:14 -06:00
..
testcontrol tailcfg,ipn/ipnlocal,wgengine: add values to PeerCapabilities 2023-07-25 14:32:51 -07:00
vms all: update tools that manage copyright headers 2023-01-27 15:36:29 -08:00
gen_deps.go all: update tools that manage copyright headers 2023-01-27 15:36:29 -08:00
integration_test.go ipn/ipnlocal: handle masquerade addresses in PeerAPI 2023-04-19 15:51:44 -07:00
integration.go all: replace logtail.{Public,Private}ID with logid.{Public,Private}ID (#7404) 2023-02-28 19:00:00 -08:00
tailscaled_deps_test_darwin.go tsd: add package with System type to unify subsystem init, discovery 2023-05-04 14:21:59 -07:00
tailscaled_deps_test_freebsd.go tsd: add package with System type to unify subsystem init, discovery 2023-05-04 14:21:59 -07:00
tailscaled_deps_test_linux.go tsd: add package with System type to unify subsystem init, discovery 2023-05-04 14:21:59 -07:00
tailscaled_deps_test_openbsd.go tsd: add package with System type to unify subsystem init, discovery 2023-05-04 14:21:59 -07:00
tailscaled_deps_test_windows.go go.mod, cmd/tailscaled, ipn/localapi, util/osdiag, util/winutil, util/winutil/authenticode: add Windows module list to OS-specific logs that are written upon bugreport 2023-08-03 11:33:14 -06:00