index
:
iptables
master
iptables tree
pablo@netfilter.org
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libxtables
Commit message (
Expand
)
Author
Age
Files
Lines
*
libxtables: xt_xlate_add() to take care of spacing
Phil Sutter
2022-11-29
1
-6
/
+52
*
Drop extra newline from xtables_error() calls
Phil Sutter
2022-11-15
1
-2
/
+2
*
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
2
-2
/
+0
*
Makefile: Add --enable-profiling configure option
Phil Sutter
2022-06-11
1
-0
/
+1
*
build: Fix error during out of tree build
Ben Brown
2022-05-25
1
-1
/
+1
*
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
2
-11
/
+15
*
libxtables: Fix memleak in xtopt_parse_hostmask()
Phil Sutter
2021-06-07
1
-0
/
+1
*
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: expose new etherdb lookup function through libxtables API
Pablo Neira Ayuso
2018-10-20
1
-4
/
+3
*
libxtables: prefix exported new functions for etherdb lookups
Pablo Neira Ayuso
2018-10-20
1
-11
/
+11
*
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
*
Fix a few cases of pointless assignments
Phil Sutter
2018-09-24
1
-1
/
+1
*
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
2
-8
/
+16
*
libxtables: Integrate getethertype.c from xtables core
Phil Sutter
2018-09-24
2
-1
/
+162
*
libxtables: Fix potential array overrun in xtables_option_parse()
Phil Sutter
2018-09-13
1
-1
/
+1
*
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
2
-21
/
+53
*
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
[next]