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
...
*
Kill NFC_* stuff in iptables (Pablo Neira <pablo@eurodev.net>)
Pablo Neira
2005-02-14
2
-22
/
+0
*
Revert the recent addition of memset()'s to TC_COMMIT. One of them is bogus a...
Phil Oester
2005-02-04
1
-3
/
+0
*
re-implement alphabetic sorting to not confuse users who upgrade to 1.3.0
Harald Welte
2005-02-01
1
-7
/
+18
*
- Sets the 'iptc_fn' global variable to the pointer to the current functions ...
Derrik Pates
2005-02-01
1
-13
/
+36
*
Extension revision number support (if kernel supports the getsockopts).
Rusty Russell
2005-01-03
1
-2
/
+2
*
Stupid typo that meant we didn't compare target data when doing delete-by-mat...
Rusty Russell
2004-12-29
1
-1
/
+1
*
Implement some optimization for finding rules to replace in TC_REPLACE_ENTRY.
Martin Josefsson
2004-12-18
1
-2
/
+9
*
Make "is_same" test basics and entries only: targets are generic.
Rusty Russell
2004-12-16
3
-70
/
+72
*
Remove GET_TARGET() define: this was for compiling iptables for debugging (ie...
Rusty Russell
2004-12-16
1
-37
/
+25
*
Search backwards when inserting/deleting in/from the top half of the rules in...
Martin Josefsson
2004-10-24
1
-12
/
+24
*
Replace O(n) with O(1) when TC_INSERT_ENTRY() inserts an entry at the end.
Martin Josefsson
2004-09-23
1
-8
/
+23
*
Spelling error.
Martin Josefsson
2004-09-23
1
-2
/
+2
*
Fix returnvalue of TC_BUILTIN()
Martin Josefsson
2004-09-23
1
-2
/
+2
*
Make sure to zero all the memory we allocate for the new table.
Martin Josefsson
2004-09-22
1
-2
/
+2
*
Make TC_DELETE_ENTRY() and TC_DELETE_NUM_ENTRY() actually do something practical
Martin Josefsson
2004-09-22
1
-1
/
+5
*
Fix two more rulenumber off by 1 errors
Martin Josefsson
2004-09-22
1
-3
/
+3
*
Insertion of rules with -I was broken.
Martin Josefsson
2004-09-22
1
-5
/
+15
*
Fix rule counting
Martin Josefsson
2004-09-22
1
-1
/
+3
*
Fix listing of module targets.
Martin Josefsson
2004-09-22
1
-1
/
+4
*
fix segfault from memory allocation: handle->entries is actualy struct ipt_ge...
Harald Welte
2004-09-19
1
-2
/
+3
*
add delete by matching-rule to libiptc2 (still untested)
Harald Welte
2004-08-30
1
-67
/
+19
*
complete libiptc rewrite. Time to load 10k rules goes down from 2.20 minutes...
Harald Welte
2004-08-29
5
-918
/
+1973
*
Get rid of some warnings when compiling 64bit.
Martin Josefsson
2004-05-26
3
-5
/
+5
*
cosmetic fix (space between include directive and filename)
Harald Welte
2004-05-16
1
-3
/
+3
*
Compiler warnings due to missing include files (Stephane Ouellette)
Stephane Ouellette
2004-05-14
1
-1
/
+4
*
Fix even more possibly not zero-terminated strings after copy (Karsten Desler)
Karsten Desler
2004-01-31
1
-1
/
+2
*
oops, don't commit this to the stable tree
Harald Welte
2004-01-06
1
-547
/
+641
*
commit all current changes
Harald Welte
2004-01-06
1
-642
/
+548
*
sorry, this one didn't make it in 1.2.9rc1 :(
Harald Welte
2003-10-07
1
-0
/
+13
*
add support for the raw table to userspace
Harald Welte
2003-10-07
1
-0
/
+13
*
fix rule deletion in modified libiptc (Martin Josefsson)
Martin Josefsson
2003-07-05
1
-5
/
+9
*
fix ipv6_prefix_length endianness bugs (Closes: #103)
Harald Welte
2003-06-24
1
-1
/
+1
*
Add my recent performance optimization work, might destabilize iptables.
Harald Welte
2003-06-24
1
-13
/
+108
*
implement chain cache ussing relative offsets instead of absolute entry
Harald Welte
2003-06-23
1
-50
/
+73
*
Fix possible doubleclose of sockfd.
Martin Josefsson
2003-06-13
1
-2
/
+7
*
fix memory leak(s) in libiptc. Reverts the previous (wrong) patch. (Martin J...
Martin Josefsson
2003-05-02
3
-16
/
+30
*
Fix libiptc memory hole during iptc_chain_next() (Tomas Lejdar)
Tomáš Lejdar
2003-04-30
1
-2
/
+4
*
make DO_IPV6 work again..
Harald Welte
2003-03-04
1
-1
/
+1
*
Fixed destination netmask comparison bug in is_same()
Marc Boucher
2002-06-12
1
-1
/
+1
*
globally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent n...
Harald Welte
2002-05-29
1
-2
/
+2
*
explicitly check for two possible sets of hooks in case of nat and mangle
Harald Welte
2002-02-13
2
-24
/
+56
*
fix compatibility with mangle2hooks and mangle5hooks
Harald Welte
2002-02-13
2
-13
/
+17
*
first attempt in trying to make debug code work with mangle2hooks and mangle5...
Harald Welte
2002-02-13
2
-35
/
+52
*
- don't need -DNDEBUG anymore. Instead, use -DIPTC_DEBUG to enable
Harald Welte
2002-02-13
3
-14
/
+42
*
update debugging code to mangle5hooks changes
Harald Welte
2002-02-08
2
-2
/
+8
*
Added #include <unistd.h> to eliminate close() warning.
Marc Boucher
2002-01-19
2
-0
/
+2
*
libiptc socket leaking fix
Harald Welte
2002-01-07
1
-1
/
+4
*
move defaults to bottom, print reasonable message for CHECK functions
Harald Welte
2001-07-30
1
-8
/
+12
*
ipt_get_target is declared non-static in ip_tables.h, so it is non-static here
Harald Welte
2001-05-26
1
-2
/
+2
*
release-diff for 1.2.1
v1.2.1
Harald Welte
2001-03-16
1
-0
/
+2
[prev]
[next]