Christian Schwarz
8fee536260
transport/tcp: ipmap tests: remove tests that cover CIDR normalization
...
They broke on Go 1.17.
See
https://www.bleepingcomputer.com/news/security/go-rust-net-library-affected-by-critical-ip-address-validation-vulnerability/
for context.
fixes #514
2021-09-15 08:43:08 +02:00
InsanePrawn
180c3d9ae1
Reformat all files with make format
.
...
Signed-off-by: InsanePrawn <insane.prawny@gmail.com>
2020-08-31 23:57:45 +02:00
Christian Schwarz
bcb5965617
[ #307 ] rpc: proper handling of context cancellation for transportmux + dataconn
...
- prior to this patch, context cancellation would leave rpc.Server open
- did not make problems because context was only cancelled by SIGINT,
which was immediately followed by os.Exit
2020-05-18 19:46:24 +02:00
Bruce Smith
2fbd9d8f8c
transport/tcp: support for CIDR-mask based ACLs + client-identities
...
Co-authored-by: Christian Schwarz <me@cschwarz.com>
fixes #235
close #265
2020-05-15 21:17:01 +02:00
Juergen Hoetzel
d35e2400b2
transport/{TCP,TLS}: optional IP_FREEBIND / IP_BINDANY bind socketops
...
Allows to bind to an address even if it is not actually (yet or ever)
configured. Fixes #238
Rationale:
https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget/#whatdoesthismeanformeadeveloper
2020-01-04 17:21:48 +01:00
Christian Schwarz
afed762774
format source tree using goimports
2019-03-22 19:41:12 +01:00
Christian Schwarz
796c5ad42d
rpc rewrite: control RPCs using gRPC + separate RPC for data transfer
...
transport/ssh: update go-netssh to new version
=> supports CloseWrite and Deadlines
=> build: require Go 1.11 (netssh requires it)
2019-03-13 13:53:48 +01:00