Added UDP options to pknock help text
SF Allura does not notice that the change is already merged (I did so via commandline), so, since that's done, I'm going to close this MR.
xt_lscan: add --mirai option
xt_lscan: extend info struct to support more flags (without size change)
Xtables-addons 2.15
Xtables-addons 3.10
doc: fix quoted string in libxt_DNETMAP manpage
build: clean some extra build artifacts.
build: do build & install userspace programs for xt_ACCOUNT and xt_pknock
xt_ACCOUNT: update prototype of nf_sockopt_ops::set callback
build: do not hard-code pkg-config
build: bump supported kernel version to 5.9
Xtables-addons 3.11
pknlusr: fix formatting of a line
pknock: pknlusr: ensure man-page is included by `make dist`
pknock: pknlusr: remove dest_addr and rename src_addr
pknlusr: add man page
pknlusr: tidy up initialization of local address
pknlusr: use NLMSG macros and proper types, rather than arithmetic on char pointers
pknlusr: use macro to define inet_ntop buffer size
pknock: pknlusr: tighten up variable scopes
pknlusr: do not treat recv return value of zero as an error
pknlusr: always close socket
pknlusr: fix hard-coded netlink multicast group ID
xt_pknock: use kzalloc
extensions: split assignments and if-exprs
xt_pknock: use `pr_err`
pknock: trim some blank lines
xt_pknock: remove DEBUG definition and disable debug output
xt_pknock: use IS_ENABLED
extensions: abolish NIPQUAD/NIP6
pknlusr: mention the group ID command-line paramater in the man page
build: adjust for changed signature of ip_route_me_harder
compat_xtables: fix a spello near route_me_harder
Xtables-addons 3.12
compat_xtables: employ route_me_harder define for 4.19 and 5.4 too
geoip: re-add Maxmind scripts
xt_DNETMAP: compaction of variable declarations
Xtables-addons 3.13
doc: fix man page typos
geoip: add man pages for MaxMind scripts
geoip: remove superfluous xt_geoip_fetch_maxmind script
build: cure overall build failure when CONFIG_NF_NAT=n
extensions: call send_reset with xtables state socket
geoip: rename xt_geoip_fetch to xt_geoip_query
extensions: reduce number of arguments to send_reset functions
geoip: use correct download URL for MaxMind DBs
xt_lscan: add --mirai option
xt_pknock: replace obsolete function get_seconds
Xtables-addons 3.14
xt_lscan: extend info struct to support more flags (without size change)
xt_ECHO: support new function signature of security_skb_classify_flow
xt_pknock: use do_div for long division
Xtables-addons 3.15
xt_pknock: cure NULL dereference
xt_quota2: silence a compiler warning
Xtables-addons 3.16
xt_pknock: fix build failure under platforms like ARM 32-bit
Xtables-addons 3.17
xt_pknock: reduce indent in the two most-recently touched functions
Xtables-addons 3.18
libxt_ACCOUNT_cl: drop padding holes from struct ipt_ACCOUNT_context
xt_ipp2p: use fixed-size integers for struct ipt_p2p_info
extensions: use simpler header guards
extensions: syntactically compact struct definitions
Merge branch 'master' of ssh://git.code.sf.net/u/jeffcarlson72/xtables-addons
libxt_ACCOUNT_cl: correct LDFLAGS variable name
extensions: remove unused code from compat_xtnu.h
doc: add incompatibility notice with transmogrified kernels
Added UDP options to pknock help text
geoip: replace xt_geoip_build's -S option by new option -i
geoip: set +x again on xt_geoip_build
geoip: add -s option to xt_geoip_build
geoip: add quiet flag to xt_geoip_build
build: do install xt_geoip_fetch.1
geoip: install and document xt_geoip_fetch
geoip: update download script for DBIP database
geoip: pipe wget right into gzip
geoip: simplify unpacking start/end tuples from database
xt_mp2t: remove unused module alias
xt_mp2t: userspace-exposed headers should only use underscored types
xt_mp2t: move non-API description out of header file
xt_mp2t: avoid compating linux headers
Xtables-addons 3.9
xt_mp2t: remove redundant casts
xt_mp2t: replace XT_MODULE_NAME by KBUILD_MODNAME
xt_mp2t: unify choice of integer types
xt_mp2t: mark payload_ptr const and annotate
xt_mp2t: initial import
xt_mp2t: update format specifiers to match types' signedness
xt_mp2t: fix mtcheck convention
Support for Linux 5.6 procfs API
xt_mp2t: simplify boolean expression
build: avoid configure warning for Linux 4.15
xt_mp2t: fix compile error from v1.30-9-gff80812
geoip: adjust builder script for DBIP service
Xtables-addons 3.8
xt_mp2t: reduce redundant union/struct encapsulation