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.
Evgeniy Khramtsov
11a68e521e
nfq/darkmagic: unbreak IPv6 on FreeBSD 14
https://github.com/freebsd/freebsd-src/blob/4da7282a1882/sys/netinet/ip_divert.c#L321
allows only AF_INET in sa, causing runtime issue with IPv6:
[...]
rawsend: sendto_divert: Address family not supported by protocol family
[...]
After hardcoding AF_INET in sa, sin_len check returns EINVAL:
[...]
rawsend: sendto_divert: Invalid argument
[...]
FreeBSD's div_output_outbound() past check still handles AF_INET6,
and --dpi-desync=fake,split works after hardcoding sa AF and len
to get past the check.
3 years ago
..
crypto
nfqws: verify quic auth tag. improve initial packet detection
4 years ago
BSDmakefile
nfqws: QUIC initial dissection support
4 years ago
Makefile
nfqws: QUIC initial dissection support
4 years ago
checksum.c
nfqws: udp protocol desync
5 years ago
checksum.h
nfqws: udp protocol desync
5 years ago
conntrack.c
nfqws: udp protocol desync
5 years ago
conntrack.h
nfqws: udp protocol desync
5 years ago
darkmagic.c
nfq/darkmagic: unbreak IPv6 on FreeBSD 14
3 years ago
darkmagic.h
nfqws: allow to decrease udp length
4 years ago
desync.c
nfqws: allow to decrease udp length
4 years ago
desync.h
nfqws: preserve fwmark. bind-fix
4 years ago
gzip.c
history purge
5 years ago
gzip.h
history purge
5 years ago
helpers.c
nfqws: QUIC initial dissection support
4 years ago
helpers.h
update bins
4 years ago
hostlist.c
nfqws,tpws: multiple hostlist support, exclude hostlist support
4 years ago
hostlist.h
nfqws,tpws: multiple hostlist support, exclude hostlist support
4 years ago
nfqws.c
nfq: switch to PF_DIVERT/SOCK_RAW on FreeBSD 14
3 years ago
nfqws.h
nfqws: ipfrag
5 years ago
params.h
nfqws: allow to decrease udp length
4 years ago
protocol.c
Use byte-per-byte accesses when accessing possibly unaligned data.
4 years ago
protocol.h
nfqws: quic protocol code optimizations
4 years ago
sec.c
seccomp: more syscalls filter
4 years ago
sec.h
tpws,nfqws: seccomp hardening
4 years ago
strpool.c
nfqws: allow to decrease udp length
4 years ago
strpool.h
nfqws,tpws: multiple hostlist support, exclude hostlist support
4 years ago
uthash.h
update uthash
5 years ago