index
:
iptables
master
iptables tree
pablo@netfilter.org
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libiptc
/
libiptc.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
1
-909
/
+1199
*
Get rid of some warnings when compiling 64bit.
Martin Josefsson
2004-05-26
1
-3
/
+3
*
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
*
fix rule deletion in modified libiptc (Martin Josefsson)
Martin Josefsson
2003-07-05
1
-5
/
+9
*
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
1
-16
/
+28
*
Fix libiptc memory hole during iptc_chain_next() (Tomas Lejdar)
Tomáš Lejdar
2003-04-30
1
-2
/
+4
*
globally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent n...
Harald Welte
2002-05-29
1
-2
/
+2
*
- don't need -DNDEBUG anymore. Instead, use -DIPTC_DEBUG to enable
Harald Welte
2002-02-13
1
-2
/
+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
*
added iptables --set-counters
Harald Welte
2001-01-23
1
-2
/
+2
*
libiptc counter function
Harald Welte
2001-01-05
1
-5
/
+137
*
two libiptc bugs fixed, including the 'segv while doing more than one
Harald Welte
2000-10-30
1
-4
/
+5
*
Fix allocation (base new alloc on current size, not original size).
Rusty Russell
2000-09-19
1
-1
/
+1
*
Added DROPPING chain.
Rusty Russell
2000-09-14
1
-1
/
+4
*
Finally fixed sparc64 counter bug (I hope).
Rusty Russell
2000-09-04
1
-22
/
+14
*
More debugging.
Rusty Russell
2000-09-04
1
-2
/
+2
*
More debugging.
Rusty Russell
2000-09-04
1
-0
/
+5
*
More debugging.
Rusty Russell
2000-09-04
1
-1
/
+19
*
Stop shadowing parameter.
Rusty Russell
2000-08-26
1
-6
/
+6
*
Handle *really* large index values without segfaulting.
Rusty Russell
2000-08-26
1
-2
/
+6
*
Better message for table does not exist.
Rusty Russell
2000-08-23
1
-0
/
+1
*
Modifications for new header (entries -> entrytable, for alignment reasons)
Rusty Russell
2000-07-07
1
-19
/
+19
*
More PPC alignment fixes.
Rusty Russell
2000-07-03
1
-2
/
+2
*
Made error message clearer.
Rusty Russell
2000-06-05
1
-1
/
+1
*
Minor change for debugging.
Rusty Russell
2000-05-31
1
-1
/
+1
*
Philip Blundell's IPv6 fixes.
Philip Blundell
2000-05-15
1
-8
/
+8
*
IPv6 Fixes
Rusty Russell
2000-05-10
1
-22
/
+26
*
IPv6 enhancements.
Rusty Russell
2000-05-02
1
-616
/
+267
*
Alignment fixes (requires kernel patch).
Rusty Russell
2000-04-27
1
-47
/
+52
*
More fixes and testsuite enhancements.
Rusty Russell
2000-04-23
1
-62
/
+7
*
Caching speedups.
Rusty Russell
2000-04-23
1
-151
/
+280
[prev]
[next]