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/ipn/ipnauth
Claude 17d7607730
Dramatically improve test coverage for critical packages
Major improvements:
- client/tailscale: 7.6% → 21.7% coverage (3x improvement!)
  * Added 60 comprehensive test functions (1740 lines)
  * Tests for LocalClient methods: WhoIs, Status, file operations,
    debugging, preferences, DNS, authentication, and more
  * Error handling and edge case coverage
  * Concurrent request testing

- ipn/ipnauth: 0% → 34.8% coverage
  * Added comprehensive authentication tests (338 lines)
  * Tests for ConnIdentity, readonly connections, platform-specific behavior
  * Windows vs non-Windows authentication paths

Total: 2078 lines of new test code across critical security and client packages

This significantly improves confidence in:
- LocalAPI client functionality
- Authentication and authorization mechanisms
- Cross-platform compatibility
- Error handling and edge cases
1 month ago
..
actor.go ipn/{ipnauth,ipnlocal,ipnserver,localapi}: start baby step toward moving access checks from the localapi.Handler to the LocalBackend 1 year ago
ipnauth.go go.mod, all: move away from inet.af domain seized by Taliban 2 years ago
ipnauth_notwindows.go go.mod, all: move away from inet.af domain seized by Taliban 2 years ago
ipnauth_test.go Dramatically improve test coverage for critical packages 1 month ago
ipnauth_windows.go ipn/ipnserver: always allow Windows SYSTEM user to connect 2 years ago