delve/service
Alessandro Arzilli 81a86086dd
cmd/dlv: Fix same-user check and add flag to disable it (#1839)
* service: also search IPv6 connections when checking user

When checking if the user is allowed to connect to this Delve instance
also search IPv6 connections even though the local address is IPv4.

Fixes #1835

* cmd: add flag to disable same-user check

Fixes #1835
2020-02-11 09:06:29 -08:00
..
api cache computed labels 2020-01-21 09:08:36 -08:00
debugger pkg/proc: Introduce Target and remove CommonProcess (#1834) 2020-01-21 12:41:24 -08:00
rpc1 terminal: let 'list' work on file:line exprs that don't map to code (#1728) 2019-10-25 09:59:18 -07:00
rpc2 proc,service: return build informations for each package 2020-01-09 20:19:02 +01:00
rpccommon cmd/dlv: Fix same-user check and add flag to disable it (#1839) 2020-02-11 09:06:29 -08:00
test *: Go 1.14 support branch (#1727) 2020-02-10 17:31:54 -08:00
client.go terminal: let 'list' work on file:line exprs that don't map to code (#1728) 2019-10-25 09:59:18 -07:00
config.go cmd/dlv: Fix same-user check and add flag to disable it (#1839) 2020-02-11 09:06:29 -08:00
listenerpipe.go cmd,service: in non-headless mode use an in-memory connection 2018-10-08 15:11:13 -07:00
rpccallback.go Replaced net/rpc with custom version 2016-07-02 12:16:06 +02:00
server.go cmd,service: remove temporary def of Server interface in func 2018-10-09 07:56:48 -07:00