index
:
iptables
master
iptables tree
pablo@netfilter.org
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libiptc
Commit message (
Expand
)
Author
Age
Files
Lines
*
iptables: add -C to check for existing rules
Stefan Tomanek
2011-03-08
3
-6
/
+26
*
src: use C99/POSIX types
Jan Engelhardt
2011-01-08
1
-2
/
+2
*
libip4tc: Add static qualifier to dump_entry()
Dmitry V. Levin
2010-02-18
1
-2
/
+2
*
libiptc: fix wrong maptype of base chain counters on restore
Jan Engelhardt
2009-10-29
1
-1
/
+1
*
libiptc: avoid strict-aliasing warnings
Jan Engelhardt
2009-10-25
3
-5
/
+11
*
libiptc: remove unused functions
Jan Engelhardt
2009-10-25
1
-39
/
+0
*
libiptc: give credits to my self
Jesper Dangaard Brouer
2009-03-23
1
-0
/
+5
*
libiptc: fix whitespaces and typos
Jesper Dangaard Brouer
2009-03-23
1
-41
/
+41
*
libiptc: fix chain rename bug in libiptc
Jesper Dangaard Brouer
2009-03-23
1
-1
/
+8
*
libiptc: avoid compile warnings for iptc_insert_chain
Christoph Paasch
2009-03-23
1
-1
/
+1
*
libiptc: guard chain index allocation for different malloc implementations
Jan Engelhardt
2008-11-26
1
-1
/
+1
*
libiptc: make sockfd a per-handle thing
Jan Engelhardt
2008-11-10
1
-24
/
+14
*
libiptc: use hex output for hookmask
Jan Engelhardt
2008-11-10
1
-2
/
+2
*
libiptc: remove unused iptc_get_raw_socket and iptc_check_packet
Jan Engelhardt
2008-11-10
3
-26
/
+0
*
libiptc: remove indirections
Jan Engelhardt
2008-11-10
1
-116
/
+113
*
libiptc: remove typedef indirection
Jan Engelhardt
2008-11-10
3
-73
/
+73
*
libiptc: remove old fixme
Jesper Dangaard Brouer
2008-09-24
1
-2
/
+0
*
libiptc: fix scalability performance issue during initial ruleset parsing
Jesper Dangaard Brouer
2008-07-03
1
-11
/
+112
*
libiptc: minor bugfix
Jesper Dangaard Brouer
2008-07-03
1
-1
/
+2
*
libiptc: move variable definitions to head of function
Patrick McHardy
2008-06-07
1
-2
/
+4
*
Use s6_addr32 to access bits in int6_addr instead of incompatible name
Yasuyuki Kozakai
2008-06-04
1
-1
/
+1
*
Remove old functions, constants
Jan Engelhardt
2008-04-15
1
-1
/
+2
*
Combine IP{,6}T_LIB_DIR into XTABLES_LIBDIR
Jan Engelhardt
2008-04-13
1
-4
/
+0
*
Fix all remaining warnings (missing declarations, missing prototypes)
Jan Engelhardt
2008-04-13
1
-5
/
+4
*
Fix -Wshadow warnings and clean up xt_sctp.h
Jan Engelhardt
2008-04-06
1
-27
/
+22
*
Retry ruleset dump when kernel returns EAGAIN.
Patrick McHardy
2008-04-02
1
-1
/
+4
*
Remove obsolete file
Patrick McHardy
2008-01-20
1
-24
/
+0
*
Solving scalability issue: for chain list "name" searching.
Jesper Dangaard Brouer
2008-01-15
1
-4
/
+414
*
Introduce a counter for number of user defined chains.
Jesper Dangaard Brouer
2008-01-15
1
-1
/
+7
*
Inline functions iptcc_is_builtin() and set_changed().
Jesper Dangaard Brouer
2008-01-15
1
-2
/
+2
*
More safe chain sorting, improving r7098
Jesper Dangaard Brouer
2007-12-12
1
-1
/
+17
*
Fix sockfd use accounting for kernels without autoloading
Patrick McHardy
2007-12-04
1
-4
/
+0
*
iptables/libiptc perf issue: Sorting chain during pull-out
Jesper Dangaard Brouer
2007-11-28
1
-3
/
+3
*
Fix unused function warning
Patrick McHardy
2007-09-08
1
-2
/
+1
*
Fix more sparse warnings: non-C99 array declaration, incorrect function proto...
Patrick McHardy
2007-09-08
1
-8
/
+8
*
Remove last vestiges of NFC (Peter Riley <Peter.Riley@hotpop.com>)
Peter Riley
2007-09-02
2
-12
/
+4
*
Removes KERNEL_64_USERSPACE_32
Yasuyuki KOZAKAI
2007-06-30
1
-16
/
+0
*
iptables -Z clears the per-rule counters, but not the chain policy counters (...
Andy Gay
2006-08-22
1
-0
/
+3
*
BUG: libiptc chain references bug (Jesper Brouer <hawk@diku.dk>)
Patrick McHardyJesper Brouer
2006-07-25
1
-0
/
+8
*
libiptc symbols clash (Phil Oester <kernel@linuxace.com>)
Phil Oester
2006-07-05
2
-0
/
+4
*
Don't overwrite errno with return value of setsockopt (which is -1 on error).
Patrick McHardy
2006-04-22
1
-6
/
+2
*
Revert incorrect fix for "Unknown error 4294967295" problem
Patrick McHardyHarald Welte
2006-04-22
1
-2
/
+0
*
When entering an invalid command (such as iptables -A INPUT -j MARK --set-mark
Harald Welte
2006-04-21
1
-0
/
+2
*
don't install libiptc.a
Harald Welte
2006-02-09
1
-1
/
+2
*
- Fix memory leak in TC_COMMIT() (Markus Sundberg)
Harald Welte
2005-11-12
1
-23
/
+25
*
_really_ sort only user defined chains (Robert de Barth <list-netfilter@debar...
Robert de Barth
2005-07-31
1
-1
/
+1
*
get rid of numerous gcc-4 warnings
Harald Welte
2005-07-19
1
-2
/
+2
*
fix deletion of targets where kernel size != userspace size (Pablo Neira)
Pablo Neira
2005-06-23
2
-0
/
+2
*
Restore chain order (Olaf Rempel <razzor@kopf-tisch.de>)
Olaf Rempel
2005-03-04
1
-4
/
+7
*
Kill NFC_* stuff in iptables (Pablo Neira <pablo@eurodev.net>)
Pablo Neira
2005-02-14
2
-22
/
+0
[next]