tailscale/wgengine
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>
2020-08-20 19:02:23 -04:00
..
filter control/controlclient, wgengine/filter: extract parsePacketFilter to … (#696) 2020-08-20 10:36:19 -07:00
magicsock tailcfg, controlclient, magicsock: add control feature flag to enable DRPO 2020-08-17 13:01:39 -07:00
monitor wgengine/monitor: add Windows linkchange monitor 2020-08-13 07:39:26 -07:00
packet wgengine/filter: fix IPv4 IGMP spam omission, also omit ff02::16 spam 2020-07-30 11:00:20 -07:00
router wgengine/router/dns: fix staticcheck error on Mac 2020-08-19 15:12:30 -07:00
tsdns tsdns: copy name when loewrcasing. 2020-08-20 19:02:23 -04:00
tstun wgengine: configure wireguard peers lazily, as needed 2020-07-24 12:50:15 -07:00
winnet Move Linux client & common packages into a public repo. 2020-02-09 09:32:57 -08:00
rusage_nowindows.go wgengine: flesh out some docs 2020-02-12 13:37:45 -08:00
rusage_windows.go Move Linux client & common packages into a public repo. 2020-02-09 09:32:57 -08:00
rusage.go Move "logger" package to under types, now that we have it. 2020-02-14 20:23:05 -08:00
userspace_test.go wgengine,magicsock: fix two lazy wireguard config issues 2020-08-06 15:02:29 -07:00
userspace.go tailcfg, wgengine, controlclient: add control-side gating of lazy WG config 2020-08-20 13:21:25 -07:00
watchdog_test.go wgengine: prevent log after exit in watchdog test 2020-07-03 10:52:39 -07:00
watchdog.go cmd/tailscale/cli: add ping subcommand 2020-08-10 12:50:56 -07:00
wgengine.go cmd/tailscale/cli: add ping subcommand 2020-08-10 12:50:56 -07:00