summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fix to save() and restore() functions of ah/esp match.laforge2002-03-262-14/+14
|
* new ip6 FRAG match by kiszalaforge2002-03-264-0/+317
|
* TODO updates (mostly newnat related)laforge2002-03-251-4/+7
|
* Add AH/ESP match for ipv6laforge2002-03-256-0/+476
|
* ipv6 agr match now called eui64laforge2002-03-241-8/+8
|
* make find_target() and find_match() honor LOAD_MUST_SUCCEED when NO_SHARED_LIBSmarc2002-03-242-0/+16
| | | | is defined.
* rename ipv6_agr to ipv6_eui64laforge2002-03-191-1/+1
|
* TODO updatelaforge2002-03-191-3/+3
|
* Fix ip6tables save/restore '! --syn' output of libip6t_tcp.claforge2002-03-181-6/+10
|
* compile libip6t_agr by defaultlaforge2002-03-182-3/+1
|
* make libipt_conntrack compile by defaultlaforge2002-03-183-4/+40
|
* libipt_pkttype now compiled by defaultlaforge2002-03-183-3/+10
|
* 1.2.6a release versionsvn_t_iptables_1_2_6alaforge2002-03-171-2/+2
|
* fixed stupid typo.laforge2002-03-141-1/+1
| | | | why does this always have to happen _after_ the release?
* *** empty log message ***laforge2002-03-141-2/+2
|
* add FTOS test filesvn_t_iptables_1_2_6laforge2002-03-141-0/+2
|
* add DSCP matchlaforge2002-03-144-14/+180
|
* Fix 'iptables -p !' bug (segfault when `!' used without argument)laforge2002-03-1450-160/+113
|
* add length match to default extension build listlaforge2002-03-141-2/+2
|
* LOCAL_NAT changelaforge2002-03-141-3/+3
|
* manpage updates by Herve Eychennelaforge2002-03-142-227/+370
|
* Makefile fix for owner mac multiport limit (kisza)laforge2002-03-031-1/+1
|
* add ip6tables-save/restore manpages; sync with ipv4 (kisza)laforge2002-03-034-128/+234
|
* sync ip6tables.c / ip6tables.8 with ipv4laforge2002-03-032-245/+272
|
* Add LOGv6 to Makefile listlaforge2002-03-031-1/+1
|
* add support for connmark match/targetlaforge2002-02-254-0/+300
|
* Change $Id$ tagslaforge2002-02-252-2/+2
|
* todo updatelaforge2002-02-251-7/+8
|
* fix IP6T_MIN_ALIGN macro (Andreas Herrmann)laforge2002-02-251-1/+1
|
* some more items marked as done... great :)laforge2002-02-191-10/+10
|
* todo update, lots of item done, lots of them left :(laforge2002-02-191-16/+16
|
* fix cut&paste typolaforge2002-02-181-2/+2
|
* add bugfix in case we are using a protocol number (-p N) which has no ↵laforge2002-02-181-3/+8
| | | | matching /etc/protocols entry
* add ECN target supportlaforge2002-02-172-0/+150
|
* add new version of ipt_DSCP.hlaforge2002-02-171-1/+6
|
* dscp fixeslaforge2002-02-171-15/+10
|
* add DSCP target supportlaforge2002-02-172-0/+158
|
* make compilation of libip6t_LOG, libipt_length, libip6t_length andlaforge2002-02-178-13/+40
| | | | libip6t_owner mandatory
* add PREFIX variablelaforge2002-02-171-5/+6
|
* fix for psd-delay-threshold > 100laforge2002-02-141-4/+3
|
* version 1.2.6laforge2002-02-131-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 ↵laforge2002-02-132-35/+52
| | | | mangle5hooks
* - don't need -DNDEBUG anymore. Instead, use -DIPTC_DEBUG to enablelaforge2002-02-134-20/+46
| | | | | | | | libiptc debugging. This is to make people at RedHat and Mandrake happy. - add debugging code for mangle5hooks table (will break debugging of iptables >= 1.2.6 on old kernels <= 2.4.18-pre6. *sigh*
* update debugging code to mangle5hooks changeslaforge2002-02-082-2/+8
|
* recent patch update by stephen frostlaforge2002-02-041-4/+29
|
* fix typo in SEE ALSO sectionlaforge2002-01-251-1/+1
|
* shit, forgot to update this one. Let's hope that the kernel's headerslaforge2002-01-241-3/+3
| | | | precede the ones in this directory
* added break; to eliminate gcc3 warningmarc2002-01-191-0/+1
|