summaryrefslogtreecommitdiffstats
path: root/libiptc
Commit message (Expand)AuthorAgeFilesLines
* _really_ sort only user defined chains (Robert de Barth <list-netfilter@debar.../C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2005-07-311-1/+1
* get rid of numerous gcc-4 warnings/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2005-07-191-2/+2
* fix deletion of targets where kernel size != userspace size (Pablo Neira)/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2005-06-232-0/+2
* Restore chain order (Olaf Rempel <razzor@kopf-tisch.de>)/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kaber/emailAddress=kaber@netfilter.org2005-03-041-4/+7
* Kill NFC_* stuff in iptables (Pablo Neira <pablo@eurodev.net>)/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kaber/emailAddress=kaber@netfilter.org2005-02-142-22/+0
* Revert the recent addition of memset()'s to TC_COMMIT. One of them is bogus a.../C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=gandalf/emailAddress=gandalf@netfilter.org2005-02-041-3/+0
* re-implement alphabetic sorting to not confuse users who upgrade to 1.3.0/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2005-02-011-7/+18
* - Sets the 'iptc_fn' global variable to the pointer to the current functions .../C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2005-02-011-13/+36
* Extension revision number support (if kernel supports the getsockopts)./C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=rusty/emailAddress=rusty@netfilter.org2005-01-031-2/+2
* Stupid typo that meant we didn't compare target data when doing delete-by-mat.../C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=rusty/emailAddress=rusty@netfilter.org2004-12-291-1/+1
* Implement some optimization for finding rules to replace in TC_REPLACE_ENTRY./C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=gandalf/emailAddress=gandalf@netfilter.org2004-12-181-2/+9
* Make "is_same" test basics and entries only: targets are generic./C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=rusty/emailAddress=rusty@netfilter.org2004-12-163-70/+72
* Remove GET_TARGET() define: this was for compiling iptables for debugging (ie.../C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=rusty/emailAddress=rusty@netfilter.org2004-12-161-37/+25
* Search backwards when inserting/deleting in/from the top half of the rules in.../C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=gandalf/emailAddress=gandalf@netfilter.org2004-10-241-12/+24
* Replace O(n) with O(1) when TC_INSERT_ENTRY() inserts an entry at the end.gandalf2004-09-231-8/+23
* Spelling error.gandalf2004-09-231-2/+2
* Fix returnvalue of TC_BUILTIN()gandalf2004-09-231-2/+2
* Make sure to zero all the memory we allocate for the new table.gandalf2004-09-221-2/+2
* Make TC_DELETE_ENTRY() and TC_DELETE_NUM_ENTRY() actually do something practicalgandalf2004-09-221-1/+5
* Fix two more rulenumber off by 1 errorsgandalf2004-09-221-3/+3
* Insertion of rules with -I was broken.gandalf2004-09-221-5/+15
* Fix rule countinggandalf2004-09-221-1/+3
* Fix listing of module targets.gandalf2004-09-221-1/+4
* fix segfault from memory allocation: handle->entries is actualy struct ipt_ge...laforge2004-09-191-2/+3
* add delete by matching-rule to libiptc2 (still untested)laforge2004-08-301-67/+19
* complete libiptc rewrite. Time to load 10k rules goes down from 2.20 minutes...laforge2004-08-295-918/+1973
* Get rid of some warnings when compiling 64bit.gandalf2004-05-263-5/+5
* cosmetic fix (space between include directive and filename)laforge2004-05-161-3/+3
* Compiler warnings due to missing include files (Stephane Ouellette)kadlec2004-05-141-1/+4
* Fix even more possibly not zero-terminated strings after copy (Karsten Desler)gandalf2004-01-311-1/+2
* oops, don't commit this to the stable treelaforge2004-01-061-547/+641
* commit all current changeslaforge2004-01-061-642/+548
* sorry, this one didn't make it in 1.2.9rc1 :(laforge2003-10-071-0/+13
* add support for the raw table to userspacelaforge2003-10-071-0/+13
* fix rule deletion in modified libiptc (Martin Josefsson)laforge2003-07-051-5/+9
* fix ipv6_prefix_length endianness bugs (Closes: #103)laforge2003-06-241-1/+1
* Add my recent performance optimization work, might destabilize iptables.laforge2003-06-241-13/+108
* implement chain cache ussing relative offsets instead of absolute entrylaforge2003-06-231-50/+73
* Fix possible doubleclose of sockfd.gandalf2003-06-131-2/+7
* fix memory leak(s) in libiptc. Reverts the previous (wrong) patch. (Martin J...laforge2003-05-023-16/+30
* Fix libiptc memory hole during iptc_chain_next() (Tomas Lejdar)laforge2003-04-301-2/+4
* make DO_IPV6 work again..laforge2003-03-041-1/+1
* Fixed destination netmask comparison bug in is_same()marc2002-06-121-1/+1
* globally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent n...laforge2002-05-291-2/+2
* explicitly check for two possible sets of hooks in case of nat and manglelaforge2002-02-132-24/+56
* fix compatibility with mangle2hooks and mangle5hookslaforge2002-02-132-13/+17
* first attempt in trying to make debug code work with mangle2hooks and mangle5...laforge2002-02-132-35/+52
* - don't need -DNDEBUG anymore. Instead, use -DIPTC_DEBUG to enablelaforge2002-02-133-14/+42
* update debugging code to mangle5hooks changeslaforge2002-02-082-2/+8
* Added #include <unistd.h> to eliminate close() warning.marc2002-01-192-0/+2