search for: libxtabl

Displaying 20 results from an estimated 28 matches for "libxtabl".

Did you mean: libxtalk
2011 Nov 28
2
[Bug 762] New: The lastest snapshot iptables compiled error"ERROR: ld.so: object 'libxtables.so.7' "
http://bugzilla.netfilter.org/show_bug.cgi?id=762 Summary: The lastest snapshot iptables compiled error"ERROR: ld.so: object 'libxtables.so.7' " Product: iptables Version: unspecified Platform: arm OS/Version: Ubuntu Status: NEW Severity: major Priority: P5 Component: iptables AssignedTo: netfilter-buglog at lists.netfilter.org...
2014 May 19
1
[Bug 943] New: Memory corruption in libxtables/xtables.c + fix
https://bugzilla.netfilter.org/show_bug.cgi?id=943 Summary: Memory corruption in libxtables/xtables.c + fix Product: iptables Version: 1.4.x Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: ip6tables AssignedTo: netfilter-buglog at lists.netfilter.org Report...
2013 Sep 26
2
[Bug 854] New: xtables_ipmask_to_cidr error code leaks into output of iptables --list
https://bugzilla.netfilter.org/show_bug.cgi?id=854 Summary: xtables_ipmask_to_cidr error code leaks into output of iptables --list Product: iptables Version: 1.4.x Platform: x86_64 OS/Version: Debian GNU/Linux Status: NEW Severity: trivial Priority: P5 Component: iptables
2018 Nov 06
1
[Bug 1290] New: ptables: nftables layer breaks ipsec/policy keyword
https://bugzilla.netfilter.org/show_bug.cgi?id=1290 Bug ID: 1290 Summary: ptables: nftables layer breaks ipsec/policy keyword Product: nftables Version: unspecified Hardware: x86_64 OS: Debian GNU/Linux Status: NEW Severity: normal Priority: P5 Component: iptables over nftable
2013 Mar 03
0
[ANNOUNCE] iptables 1.4.18 release
...iptables-restore's -M option doc: document iptables-restore's -h option doc: name the supported log levels for ipt_LOG doc: mention -m in the manpage doc: document the -4 and -6 options extensions: S/DNPT: add missing save function build: bump SONAME for libxtables Jozsef Kadlecsik (3): Introduce match/target aliases Add the "state" alias to the "conntrack" match Merge branch 'master' of vishnu.netfilter.org:/data/git/iptables Pablo Neira Ayuso (7): iptables: remove unused leftover definitions libx...
2009 Jan 13
1
[Bug 569] New: in6addr_any undeclared
..._LIBDIR=\"/usr/lib/xtables\" -DXTABLES_INTERNAL -I./include -I./include -Os -pipe -fno-tree-dominator-opts -fno-tree-loop-optimize -fgcse-sm -fgcse-las -fgcse-after-reload -fPIC -DPIC -rdynamic -o iptables iptables-standalone.o iptables.o -ldl -lm libiptc/libiptc.a extensions/libext4.a libxtables.la /there/src/buildroot.git.x86_64/x86_64_build/staging/usr/bin/x86_64-linux-uclibc-gcc --sysroot=/there/src/buildroot.git.x86_64/x86_64_build/staging/ -isysroot /there/src/buildroot.git.x86_64/x86_64_build/staging -I=/usr/include -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_RE...
2017 Jan 27
0
[ANNOUNCE] iptables 1.6.1 release
...ed to this email for more details. You can download it from: http://www.netfilter.org/projects/iptables/downloads.html ftp://ftp.netfilter.org/pub/iptables/ Have fun! -------------- next part -------------- Ana Rey (1): extensions: libxt_udp: add translation to nft Arpan Kapoor (1): libxtables: Replace gethostbyname() with getaddrinfo() Arturo Borrero (3): extensions/libxt_rpfilter.man: fix typo, specifiy vs specify iptables/xtables-arp.c: fix typo, wierd vs weird extensions/libxt_tcp: fix nftables translate flags value, 'none' vs '0x0' Arturo Borrer...
2018 Feb 02
0
[ANNOUNCE] iptables 1.6.2 release
...structure tests: xlate: print output in same way as nft-test.py extensions: add tests for ipcomp protocol extensions: libxt_hashlimit: Do not print default timeout and burst James Cowgill (1): extensions: libxt_hashlimit: fix 64-bit printf formats Jan Engelhardt (2): libxtables: remove unnecessary nesting from host_to_ip(6)addr libxtables: abolish AI_CANONNAME Juergen Borleis (1): iptables: change large file support handling Liping Zhang (2): xshared: do not lock again and again if "-w" option is not specified xshared: using the block...
2019 Apr 07
1
[Bug 1333] New: 1.8.2: build fails with gcc 9
.../rpmbuild/BUILD/iptables-1.8.2' Making all in libiptc make[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/iptables-1.8.2/libiptc' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/iptables-1.8.2/libiptc' Making all in libxtables make[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/iptables-1.8.2/libxtables' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/iptables-1.8.2/libxtables' Making all in include make[2]: Entering directory '/home/tk...
2014 Dec 03
2
[Bug 989] New: Deprecated function gethostbyaddr used in xtables
...iptables Version: 1.4.x Hardware: All OS: All Status: NEW Severity: normal Priority: P5 Component: iptables Assignee: netfilter-buglog at lists.netfilter.org Reporter: devendra.sharma2 at wipro.com ../libxtables/.libs/libxtables.a(libxtables_la-xtables.o): In function `_xtables_ipaddr_to_anyname': xtables.c:(.text+0x68a): warning: gethostbyaddr is obsolescent, use getaddrinfo() instead. collect2: ld returned 1 exit status make[3]: *** [xtables-multi] Error 1 -- You are receiving this mail because:...
2016 Dec 20
0
[Bug 1104] New: Use close on exec flags instead of fcntl
...nent: iptables Assignee: netfilter-buglog at lists.netfilter.org Reporter: g.gupta at samsung.com Now in lateswt versions of glibc, close on exec flags are available for file/socket open functions which are better 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_...
2016 Dec 31
1
[Bug 1108] New: Need a new release to build nftables --with-xtables
...rity: normal Priority: P5 Component: iptables Assignee: netfilter-buglog at lists.netfilter.org Reporter: duncan_roe at acslink.net.au nftables 0.7 announcement says to use ./configure --with-xtables to get extra migration from iptables help. It says you need libxtables installed - but nftables gets compilation errors with the libxtables that comes with the most recent iptables release 1.6.0 of Dec 2015. nftables --with-xtables builds fine with iptables from git at 20161230. Therefore I propose we need a new iptables release -- You are receiving this mail beca...
2015 Dec 18
0
[ANNOUNCE] iptables 1.6.0 release
...le times ebtables-compat: include rule counters in ebtables rules ebtables-compat: fix nft payload bases ebtables-compat: add 'ip' match extension ebtables-compat: add mark_m match extension extensions: cleanup commented code in ebtables-compat extensions libxtables: search first for AF-specific extension ebtables-compat: call extensions final checks ebtables-compat: finish target infrastructure ebtables-compat: add mark target extension ebtables-compat: add watchers support ebtables-compat: add log watcher extension arpta...
2013 May 29
1
[ANNOUNCE] iptables 1.4.19 release
...--log in save output libxt_osf: fix bad location for location in --genre libip6t_SNPT: add manpage libip6t_DNPT: add manpage Merge branch 'stable' utils: updates .gitignore to include nfbpf_compile extensions: libxt_bpf: clarify --bytecode argument libxtables: fix parsing of dotted network mask format build: bump version to 1.4.19 Patrick McHardy (1): libxt_conntrack: fix state match alias state parsing Willem de Bruijn (2): extensions: add libxt_bpf extension utils: nfbpf_compile
2018 Feb 22
0
[Bug 1231] New: libxt_bpf.c:69:6: error: 'union bpf_attr' has no member named 'pathname'
...lti-iptables.o xtables_multi-ip6tables-save.o xtables_multi-ip6tables-restore.o xtables_multi-ip6tables-standalone.o xtables_multi-ip6tables.o xtables_multi-xshared.o ../extensions/libext.a ../libiptc/.libs/libip4tc.so ../extensions/libext4.a ../libiptc/.libs/libip6tc.so ../extensions/libext6.a ../libxtables/.libs/libxtables.so -lm -L/home/tim/raspi/usr/lib -Wl,-rpath -Wl,/home/tim/raspi/usr/lib /home/tim/raspi/tools/arm-bcm2708/arm-rpi-4.9.3-linux-gnueabihf/bin/../lib/gcc/arm-linux-gnueabihf/4.9.3/../../../../arm-linux-gnueabihf/bin/ld: ../extensions/libext.a(libxt_connlabel.o): undefined reference...
2018 Aug 07
2
id <username> - doesnt list all groups
Thank for your answer: But i dont know understand why is following not working: I want to restrict the ssh access for a special domain member: In my "sshd_config" i added: AllowGroups restrictaccess root With user2 im able to login via ssh! log: pam_krb5(sshd:auth): user user2 authenticated as user2 at ROOTRUDI.DE With user1 im not! log: User user1 from 192.168.0.100 not allowed
2009 Sep 20
2
[Bug 608] New: disable-ipv6 broken in v1.4.5
...Severity: normal Priority: P1 Component: ip6tables AssignedTo: laforge at netfilter.org ReportedBy: razzor at kopf-tisch.de Commit 332e4acc (iptables: accept multiple IP address specifications for -s, -d) broke the --disable-ipv6 configure option. > ./.libs/libxtables.so: undefined reference to `in6addr_any' -- Configure bugmail: http://bugzilla.netfilter.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2012 Jul 31
0
[ANNOUNCE] iptables 1.4.15 release
...group: add man page snippet libxt_hashlimit: add support for byte-based operation Hans Schillstrom (3): extensions: add HMARK target libxt_HMARK: fix output of iptables -L libxt_HMARK: correct a number of errors introduced by Pablo's rework Pablo Neira Ayuso (6): libxtables: add xtables_ip[6]mask_to_cidr libxt_HMARK: fix ct case example iptables-restore: move code to add_param_to_argv, cleanup (fix gcc-4.7) Revert "iptables-restore: move code to add_param_to_argv, cleanup (fix gcc-4.7)" iptables-restore: fix parameter parsing (shows...
2013 Nov 22
0
[ANNOUNCE] iptables 1.4.21 release
...add note on arptables-jf utils: nfsynproxy: fix error while compiling the BPF filter iptables 1.4.21 release Patrick McHardy (2): extensions: add SYNPROXY extension utils: add nfsynproxy tool Phil Oester (4): iptables: state match incompatibilty across versions libxtables: xtables_ipmask_to_numeric incorrect with non-CIDR masks iptables: improve chain name validation iptables: spurious error in load_extension stephen hemminger (1): xtables: trivial spelling fix
2010 Aug 03
3
[ANNOUNCE]: Release of iptables-1.4.9
The netfilter coreteam presents: iptables version 1.4.9 the iptables release for the 2.6.35 kernel. Changes include: - support for the LED target, which hadn't been merged so far because the kernel module had some bugs - a new version of the set extension for the upcoming release supporting IPv6 - negation support for the quota match - support for the SACK-IMMEDIATELY SCTP