index
:
iptables
master
iptables tree
pablo@netfilter.org
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libxtables
/
xtables.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
libxtables: Fix unsupported extension warning corner case
Phil Sutter
2022-07-02
1
-0
/
+14
*
libxtables: Define XT_OPTION_OFFSET_SCALE in xtables.h
Phil Sutter
2022-06-23
1
-1
/
+0
*
Revert "fix build for missing ETH_ALEN definition"
Phil Sutter
2022-05-25
1
-3
/
+5
*
libxtables: Boost rule target checks by announcing chain names
Phil Sutter
2022-03-17
1
-0
/
+6
*
libxtables: Implement notargets hash table
Phil Sutter
2022-03-17
1
-0
/
+75
*
libxtables: Fix for warning in xtables_ipmask_to_numeric
Phil Sutter
2022-03-15
1
-1
/
+1
*
xshared: Prefer xtables_chain_protos lookup over getprotoent
Phil Sutter
2022-03-10
1
-13
/
+6
*
Improve error messages for unsupported extensions
Phil Sutter
2022-03-02
1
-1
/
+6
*
libxtables: Register only the highest revision extension
Phil Sutter
2022-03-02
1
-2
/
+8
*
libxtables: Extend basic_exit_err()
Phil Sutter
2021-12-16
1
-0
/
+12
*
nft: Use xtables_{m,c}alloc() everywhere
Phil Sutter
2021-08-31
1
-9
/
+2
*
libxtables: exit if called by setuid executeable
Florian Westphal
2021-08-04
1
-0
/
+4
*
libxtables: extend xlate infrastructure
Pablo Neira Ayuso
2021-06-07
1
-18
/
+64
*
libxtables: Introduce xtables_strdup() and use it everywhere
Phil Sutter
2021-06-07
1
-0
/
+12
*
libxtables: Drop leftover variable in xtables_numeric_to_ip6addr()
Phil Sutter
2021-06-07
1
-2
/
+1
*
fix build for missing ETH_ALEN definition
Maciej Żenczykowski
2021-04-03
1
-0
/
+1
*
libxtables: Simplify xtables_ipmask_to_cidr() a bit
Phil Sutter
2021-03-09
1
-10
/
+5
*
libxtables: Extend MAC address printing/parsing support
Phil Sutter
2020-12-03
1
-0
/
+73
*
libxtables: Register multiple extensions in ascending order
Phil Sutter
2020-10-07
1
-6
/
+8
*
libxtables: Simplify pending extension registration
Phil Sutter
2020-10-07
1
-95
/
+33
*
libxtables: Make sure extensions register in revision order
Phil Sutter
2020-10-07
1
-7
/
+64
*
libxtables: compiler warning fixes for NO_SHARED_LIBS
Maciej Żenczykowski
2020-06-30
1
-0
/
+4
*
libxtables: Introduce xtables_fini()
Phil Sutter
2020-05-11
1
-1
/
+43
*
libxtables: Avoid buffer overrun in xtables_compatible_revision()
Phil Sutter
2019-12-06
1
-1
/
+2
*
xtables: Fix for false-positive rule matching
Phil Sutter
2019-02-05
1
-1
/
+17
*
libxtables: xlate: init buffer to zero
Florian Westphal
2018-11-12
1
-0
/
+1
*
libxtables: add and use mac print helpers
Florian Westphal
2018-11-07
1
-0
/
+22
*
libxtables: Check extension real_name length
Phil Sutter
2018-09-25
1
-0
/
+12
*
libxtables: Use posix_spawn() instead of vfork()
Phil Sutter
2018-09-24
1
-10
/
+5
*
libxtables: Don't read garbage in xtables_strtoui()
Phil Sutter
2018-09-24
1
-1
/
+1
*
libxtables: Avoid calling memcpy() with NULL source
Phil Sutter
2018-09-24
1
-4
/
+8
*
libxtables: store all requested match types
Florian Westphal
2018-05-14
1
-3
/
+0
*
xtables: Fix rules print/save after iptables update
Serhey Popovych
2018-04-27
1
-0
/
+42
*
xtables: Register all match/target revisions supported by us and kernel
Serhey Popovych
2018-04-27
1
-24
/
+71
*
xtables: Check match/target size vs XT_ALIGN(size) at register time
Serhey Popovych
2018-04-27
1
-14
/
+16
*
xtables: Do not register matches/targets with incompatible revision
Serhey Popovych
2018-04-27
1
-24
/
+42
*
xtables: Introduce and use common function to print val[/mask] arguments
Serhey Popovych
2018-04-27
1
-0
/
+20
*
xtables: Introduce and use common function to parse val[/mask] arguments
Serhey Popovych
2018-04-27
1
-0
/
+52
*
libxtables: Display weird character warning for wildcards
Oliver Ford
2017-05-08
1
-9
/
+9
*
libxtables: abolish AI_CANONNAME
Jan Engelhardt
2017-03-08
1
-2
/
+0
*
libxtables: remove unnecessary nesting from host_to_ip(6)addr
Jan Engelhardt
2017-03-08
1
-30
/
+24
*
libxtables: xtables: Use getnameinfo()
Shyam Saini
2016-12-20
1
-4
/
+11
*
libxtables: xtables: remove unnecessary debug code
Shyam Saini
2016-12-20
1
-26
/
+3
*
libxtables: Replace gethostbyname() with getaddrinfo()
Arpan Kapoor
2016-07-03
1
-9
/
+23
*
libxtables: missing comment initialization in xt_xlate_alloc()
Pablo Neira Ayuso
2016-03-25
1
-0
/
+1
*
comment: Add translation to nft
Shivani Bhardwaj
2016-02-29
1
-0
/
+5
*
xtables: add xt_xlate_add_comment()
Pablo Neira Ayuso
2016-02-16
1
-15
/
+26
*
extensions: rename xt_buf to xt_xlate
Pablo Neira Ayuso
2016-02-16
1
-21
/
+21
*
libxtables: fix leak in xt_buf object
Pablo Neira Ayuso
2016-02-16
1
-0
/
+1
*
nft: xtables: add the infrastructure to translate from iptables to nft
Pablo Neira Ayuso
2016-02-16
1
-0
/
+51
[next]