index
:
iptables
master
iptables tree
pablo@netfilter.org
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
xtables.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix -Wshadow warnings and clean up xt_sctp.h
Jan Engelhardt
2008-04-06
1
-2
/
+2
*
Drop -W from CFLAGS and some tiny code cleanups
Jan Engelhardt
2008-04-06
1
-1
/
+1
*
fix gcc warnings
Max Kellermann
2008-01-29
1
-2
/
+2
*
escape strings
Max Kellermann
2008-01-29
1
-0
/
+37
*
rename overlapping function names
Jan Engelhardt
2008-01-20
1
-0
/
+318
*
bunch o' renames
Jan Engelhardt
2008-01-20
1
-0
/
+148
*
print warning when dlopen fails
Jan Engelhardt
2008-01-20
1
-0
/
+14
*
common error messages
Jan Engelhardt
2008-01-20
1
-0
/
+49
*
Introduce strtonum(), which works like string_to_number(), but passes
Jan Engelhardt
2008-01-20
1
-0
/
+44
*
iptables and NO_SHARED_LIBS/dlfcn.h
Mike Frysinger
2007-12-19
1
-1
/
+4
*
Fix showing help text for matches/targets with revision as user
Patrick McHardy
2007-12-03
1
-0
/
+9
*
[PATCH iptables] print warnings to stderr
Max Kellermann
2007-10-17
1
-3
/
+4
*
Tries to load libxt_*.so at first.
Yasuyuki KOZAKAI
2007-08-04
1
-15
/
+22
*
Moves all declarations in iptables_common.h to xtables.h.
Yasuyuki KOZAKAI
2007-07-24
1
-1
/
+0
*
Moves some duplicated functions in ip[6]tables.c to xtables.c
Yasuyuki KOZAKAI
2007-07-24
1
-0
/
+103
*
Introduces xtables match/target registration
Yasuyuki KOZAKAI
2007-07-24
1
-0
/
+342
*
Moves ip[6]tables_insmod() to xtables.c as xtables_insmod()
Yasuyuki KOZAKAI
2007-07-24
1
-1
/
+85
*
Moves common fw_malloc() and fw_calloc() to xtables.c
Yasuyuki KOZAKAI
2007-07-24
1
-0
/
+30
*
Adds xtables.[ch] and change Makefile to compile it
Yasuyuki KOZAKAI
2007-07-24
1
-0
/
+19