You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Dmytro Shynkevych
6c71e5b851
tsdns: copy name when loewrcasing.
...
The previous approach modifies name in-place in the request slice to avoid an allocation.
This is incorrect: the question section of a DNS request
must be copied verbatim, without any such modification.
Software may rely on it (we rely on other resolvers doing it it in tsdns/forwarder).
Signed-off-by: Dmytro Shynkevych <dmytro@tailscale.com>
6 years ago
..
filter
control/controlclient, wgengine/filter: extract parsePacketFilter to … ( #696 )
6 years ago
magicsock
tailcfg, controlclient, magicsock: add control feature flag to enable DRPO
6 years ago
monitor
wgengine/monitor: add Windows linkchange monitor
6 years ago
packet
wgengine/filter: fix IPv4 IGMP spam omission, also omit ff02::16 spam
6 years ago
router
wgengine/router/dns: fix staticcheck error on Mac
6 years ago
tsdns
tsdns: copy name when loewrcasing.
6 years ago
tstun
wgengine: configure wireguard peers lazily, as needed
6 years ago
winnet
Move Linux client & common packages into a public repo.
6 years ago
rusage.go
Move "logger" package to under types, now that we have it.
6 years ago
rusage_nowindows.go
wgengine: flesh out some docs
6 years ago
rusage_windows.go
Move Linux client & common packages into a public repo.
6 years ago
userspace.go
tailcfg, wgengine, controlclient: add control-side gating of lazy WG config
6 years ago
userspace_test.go
wgengine,magicsock: fix two lazy wireguard config issues
6 years ago
watchdog.go
cmd/tailscale/cli: add ping subcommand
6 years ago
watchdog_test.go
wgengine: prevent log after exit in watchdog test
6 years ago
wgengine.go
cmd/tailscale/cli: add ping subcommand
6 years ago