Displaying 3 results from an estimated 3 matches for "libxt_set".
Did you mean:
libxt_ct
2013 Nov 22
0
[ANNOUNCE] iptables 1.4.21 release
...t --------------
Eric Dumazet (1):
xt_socket: add --nowildcard flag
Florian Westphal (3):
extensions: libxt_socket: update man page
doc: add libnetfilter_queue pointer to libxt_NFQUEUE.man
doc: merge ip6table man pages into ipv4 ones
Jozsef Kadlecsik (1):
extensions: libxt_set, libxt_SET: check the set family too
Kevin Cernekee (1):
ip6tables: Use consistent exit code for EAGAIN
Laurence J. Lane (8):
iptables: libxt_hashlimit.man: correct address
iptables: libxt_conntrack.man extraneous commas
iptables: libip(6)t_REJECT.man default icmp types...
2016 Dec 20
0
[Bug 1104] New: Use close on exec flags instead of fcntl
...etter than using fcntl.
Below is current usage of fcntl in iptables:
./libxtables/xtables.c: if (fcntl(procfile, F_SETFD, FD_CLOEXEC) == -1) {
./libxtables/xtables.c: if (fcntl(sockfd, F_SETFD, FD_CLOEXEC) == -1) {
./libiptc/libiptc.c: if (fcntl(sockfd, F_SETFD, FD_CLOEXEC) == -1) {
./extensions/libxt_set.h: if (fcntl(sockfd, F_SETFD, FD_CLOEXEC) == -1)
It can use O_CLOEXEC flag with open() system call & SOCK_CLOEXEC with socket()
call instead of using fcntl.
Please let me know if patch is required.
Refer:
http://man7.org/linux/man-pages/man2/open.2.html
O_CLOEXEC (since Linux 2.6.23)...
2015 Dec 18
0
[ANNOUNCE] iptables 1.6.0 release
...iptables: add optional [seconds] argument to -w
libxt_tcp: manpage correction
Jozsef Kadlecsik (1):
Alignment problem between 64bit kernel 32bit userspace
Loganaden Velvindron (1):
extensions: libxt_TEE: Trim kernel struct to allow deletion
Mart Frauenlob (2):
extensions: libxt_set: Add missing hyphen to --bytes-eq synopsis in manpage
libxtables: Print meaningful error message for an invalid MAC address string
Martin Topholm (1):
extensions: libxt_SYNPROXY: initial manual page
Mike Frysinger (4):
configure: fix 3rd arg w/AC_ARG_ENABLE
build: add fine...