You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(4) |
Oct
(4) |
Nov
(4) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(2) |
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
(2) |
Jul
(7) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <hur...@us...> - 2003-10-29 09:44:41
|
Update of /cvsroot/routingtools/tools/doc/howto In directory sc8-pr-cvs1:/tmp/cvs-serv29689/howto Log Message: Directory /cvsroot/routingtools/tools/doc/howto added to the repository |
From: <hur...@us...> - 2003-10-29 09:44:17
|
Update of /cvsroot/routingtools/tools/doc In directory sc8-pr-cvs1:/tmp/cvs-serv29644/doc Log Message: Directory /cvsroot/routingtools/tools/doc added to the repository |
From: <hur...@us...> - 2003-09-23 09:55:17
|
Update of /cvsroot/routingtools/tools In directory sc8-pr-cvs1:/tmp/cvs-serv7482 Modified Files: ChangeLog Log Message: - updated ChangeLog Index: ChangeLog =================================================================== RCS file: /cvsroot/routingtools/tools/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ChangeLog 22 Sep 2003 22:26:33 -0000 1.1 --- ChangeLog 23 Sep 2003 09:55:13 -0000 1.2 *************** *** 1,2 **** --- 1,24 ---- + 2003-09-23 11:54 hurikhan + + Added: + Makefile (1.1) + + - added Makefile + + 2003-09-23 11:43 hurikhan + + Changed: + rc.d/firewall (1.25), "Exp", lines: +12 -1 + + - added mss clamping to forwarding rules to make big packets passing the + NAT router successfully + + 2003-09-23 00:26 hurikhan + + Added: + ChangeLog (1.1) + + - added a changelog file (generated by cvs2pl.pl) + 2003-08-24 14:38 hurikhan *************** *** 19,23 **** rc.d/shaper (1.23), "Exp", lines: +39 -35 ! - do not remark already marked packets (this seems to be the long awaited performance boost) 2003-04-16 20:17 hurikhan --- 41,46 ---- rc.d/shaper (1.23), "Exp", lines: +39 -35 ! - do not remark already marked packets (this seems to be ! the long awaited performance boost) 2003-04-16 20:17 hurikhan *************** *** 27,31 **** sysconfig/shaper (1.5), "Exp", lines: +9 -6 ! - disabled ECN as it is still problematic with some routers out there - tuned the priority classes 2003-04-11 19:26 hurikhan --- 50,55 ---- sysconfig/shaper (1.5), "Exp", lines: +9 -6 ! - disabled ECN as it is still problematic with some routers out there ! - tuned the priority classes 2003-04-11 19:26 hurikhan *************** *** 56,60 **** sysconfig/firewall (1.5), "Exp", lines: +7 -1 ! - added connection tracking - inserted a rule to drop new connections without SYN set 2003-04-08 08:22 hurikhan --- 80,85 ---- sysconfig/firewall (1.5), "Exp", lines: +7 -1 ! - added connection tracking ! - inserted a rule to drop new connections without SYN set 2003-04-08 08:22 hurikhan *************** *** 63,67 **** rc.d/shaper (1.21), "Exp", lines: +41 -18 ! - changed some filter settings - changed rule order 2003-04-07 15:00 hurikhan --- 88,93 ---- rc.d/shaper (1.21), "Exp", lines: +41 -18 ! - changed some filter settings ! - changed rule order 2003-04-07 15:00 hurikhan *************** *** 178,182 **** sysconfig/firewall (1.2), "Exp", lines: +15 -5 ! - added forward blocking based on MAC address - added to use some yet unused config values 2003-04-04 13:44 hurikhan --- 204,209 ---- sysconfig/firewall (1.2), "Exp", lines: +15 -5 ! - added forward blocking based on MAC address ! - added to use some yet unused config values 2003-04-04 13:44 hurikhan *************** *** 270,274 **** rc.d/firewall (1.8), "Exp", lines: +6 -2 ! - removed "ftp-data" from list of opened ports (should be handled by the state module) 2002-12-10 23:13 hurikhan --- 297,302 ---- rc.d/firewall (1.8), "Exp", lines: +6 -2 ! - removed "ftp-data" from list of opened ports (should be handled by the ! state module) 2002-12-10 23:13 hurikhan *************** *** 277,281 **** rc.d/firewall (1.7), "Exp", lines: +4 -2 ! - removed accept filter for icmp as firewall is stateful (icmp errors of related connections are always accepted) 2002-12-04 18:25 hurikhan --- 305,310 ---- rc.d/firewall (1.7), "Exp", lines: +4 -2 ! - removed accept filter for icmp as firewall is stateful (icmp errors of ! related connections are always accepted) 2002-12-04 18:25 hurikhan *************** *** 291,295 **** rc.d/shaper (1.3), "Exp", lines: +10 -2 ! - remove iptable on shutdown - changed one comment header 2002-12-04 18:17 hurikhan --- 320,325 ---- rc.d/shaper (1.3), "Exp", lines: +10 -2 ! - remove iptable on shutdown ! - changed one comment header 2002-12-04 18:17 hurikhan *************** *** 298,302 **** rc.d/shaper (1.2), "Exp", lines: +9 -6 ! - added NNTP as interactive traffic - changed file sharing ports 2002-12-04 02:17 hurikhan --- 328,333 ---- rc.d/shaper (1.2), "Exp", lines: +9 -6 ! - added NNTP as interactive traffic ! - changed file sharing ports 2002-12-04 02:17 hurikhan *************** *** 347,351 **** rc.d/firewall (1.2), "Exp", lines: +80 -59 ! - renamed configuration values (more descriptive now) - support for multiple nat servers - added more configuration values (not working currently) - list of opened ports - list of rejected ports - list of trusted hosts 2002-10-28 10:30 hurikhan --- 378,387 ---- rc.d/firewall (1.2), "Exp", lines: +80 -59 ! - renamed configuration values (more descriptive now) ! - support for multiple nat servers ! - added more configuration values (not working currently) ! - list of opened ports ! - list of rejected ports ! - list of trusted hosts 2002-10-28 10:30 hurikhan |
From: <hur...@us...> - 2003-09-23 09:54:41
|
Update of /cvsroot/routingtools/tools In directory sc8-pr-cvs1:/tmp/cvs-serv7358 Added Files: Makefile Log Message: - added Makefile --- NEW FILE: Makefile --- # Routing Tools Makefile # # $Id: Makefile,v 1.1 2003/09/23 09:54:38 hurikhan Exp $ # .PHONY: all clean all: ChangeLog clean: rm -f *.bak ChangeLog: FORCE cvs2cl --summary --no-wrap FORCE: #-------------------------------------------------------------------------- # # $Source: /cvsroot/routingtools/tools/Makefile,v $ # # $Log: Makefile,v $ # Revision 1.1 2003/09/23 09:54:38 hurikhan # - added Makefile # #-------------------------------------------------------------------------- |
From: <hur...@us...> - 2003-09-23 09:43:16
|
Update of /cvsroot/routingtools/tools/rc.d In directory sc8-pr-cvs1:/tmp/cvs-serv5407/rc.d Modified Files: firewall Log Message: - added mss clamping to forwarding rules to make big packets passing the NAT router successfully Index: firewall =================================================================== RCS file: /cvsroot/routingtools/tools/rc.d/firewall,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** firewall 24 Aug 2003 12:38:43 -0000 1.24 --- firewall 23 Sep 2003 09:43:11 -0000 1.25 *************** *** 216,219 **** --- 216,227 ---- echo -e "$rc_done" + # mss clamping + + echo -n " mss clamping " + + $IPTABLES -I FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu + + echo -e "$rc_done" + # set up kernel options *************** *** 304,307 **** --- 312,319 ---- # # $Log$ + # Revision 1.25 2003/09/23 09:43:11 hurikhan + # - added mss clamping to forwarding rules to make big packets passing the + # NAT router successfully + # # Revision 1.24 2003/08/24 12:38:43 hurikhan # - added IPSec to firewall rules |
From: <hur...@us...> - 2003-09-22 22:26:47
|
Update of /cvsroot/routingtools/tools In directory sc8-pr-cvs1:/tmp/cvs-serv16068 Added Files: ChangeLog Log Message: - added a changelog file (generated by cvs2pl.pl) --- NEW FILE: ChangeLog --- 2003-08-24 14:38 hurikhan Changed: rc.d/firewall (1.24), "Exp", lines: +10 -1 sysconfig/firewall (1.6), "Exp", lines: +8 -1 - added IPSec to firewall rules 2003-04-19 23:48 hurikhan Changed: rc.d/firewall (1.23), "Exp", lines: +5 -2 - policy should be applied to outgoing packets to work ;-) 2003-04-17 08:20 hurikhan Changed: rc.d/shaper (1.23), "Exp", lines: +39 -35 - do not remark already marked packets (this seems to be the long awaited performance boost) 2003-04-16 20:17 hurikhan Changed: rc.d/shaper (1.22), "Exp", lines: +6 -2 sysconfig/shaper (1.5), "Exp", lines: +9 -6 - disabled ECN as it is still problematic with some routers out there - tuned the priority classes 2003-04-11 19:26 hurikhan Changed: rc.d/firewall (1.22), "Exp", lines: +5 -2 - typo 2003-04-11 18:55 hurikhan Changed: rc.d/firewall (1.21), "Exp", lines: +9 -6 - changed logging 2003-04-11 18:46 hurikhan Changed: rc.d/firewall (1.20), "Exp", lines: +13 -9 - more stateful connection tracking 2003-04-11 18:23 hurikhan Changed: rc.d/firewall (1.19), "Exp", lines: +18 -1 sysconfig/firewall (1.5), "Exp", lines: +7 -1 - added connection tracking - inserted a rule to drop new connections without SYN set 2003-04-08 08:22 hurikhan Changed: rc.d/shaper (1.21), "Exp", lines: +41 -18 - changed some filter settings - changed rule order 2003-04-07 15:00 hurikhan Changed: rc.d/shaper (1.20), "Exp", lines: +9 -6 - ignore other TCP flags when checking (only look at RST|SYN|ACK) 2003-04-07 14:56 hurikhan Changed: rc.d/shaper (1.19), "Exp", lines: +9 -3 - added more TCP flags to be checked (SYN, ACK, SYNACK, RST) 2003-04-07 14:22 hurikhan Changed: rc.d/shaper (1.18), "Exp", lines: +6 -3 - really match ACK instead of tcp packet size <64 2003-04-05 23:43 hurikhan Changed: rc.d/shaper (1.17), "Exp", lines: +9 -1 sysconfig/shaper (1.4), "Exp", lines: +9 -1 - respect TOS field in filter rules for shaping 2003-04-05 23:33 hurikhan Changed: rc.d/shaper (1.16), "Exp", lines: +8 -4 - tuned the settings a little bit more 2003-04-05 23:25 hurikhan Changed: rc.d/shaper (1.15), "Exp", lines: +18 -7 sysconfig/shaper (1.3), "Exp", lines: +6 -3 - added to handle tcp and udp ports in shaper 2003-04-05 23:06 hurikhan Changed: rc.d/shaper (1.14), "Exp", lines: +15 -11 - completed ingress policing 2003-04-05 21:53 hurikhan Changed: rc.d/shaper (1.13), "Exp", lines: +18 -3 - prepared inclusion of ingress policing (not working yet) 2003-04-05 19:29 hurikhan Changed: rc.d/firewall (1.18), "Exp", lines: +17 -1 - open NAT server ports on firewall 2003-04-04 20:43 hurikhan Changed: sysconfig/firewall (1.4), "Exp", lines: +5 -2 - configuration issue 2003-04-04 19:55 hurikhan Changed: rc.d/firewall (1.17), "Exp", lines: +5 -2 - MAC matching should work now 2003-04-04 19:48 hurikhan Changed: sysconfig/firewall (1.3), "Exp", lines: +6 -2 - iptables does not like descriptive ports 2003-04-04 19:44 hurikhan Changed: rc.d/firewall (1.16), "Exp", lines: +5 -2 - delete LogForward rule on "service stop" 2003-04-04 19:40 hurikhan Changed: rc.d/firewall (1.15), "Exp", lines: +6 -2 - fixed a typo 2003-04-04 19:38 hurikhan Changed: rc.d/shaper (1.12), "Exp", lines: +5 -2 - added "" around $ISDN_SLAVE in if clause 2003-04-04 14:38 hurikhan Changed: rc.d/firewall (1.14), "Exp", lines: +48 -12 sysconfig/firewall (1.2), "Exp", lines: +15 -5 - added forward blocking based on MAC address - added to use some yet unused config values 2003-04-04 13:44 hurikhan Changed: rc.d/firewall (1.13), "Exp", lines: +204 -2 - ooops, removed too much 2003-03-23 23:00 hurikhan Changed: rc.d/shaper (1.11), "Exp", lines: +6 -2 - added SFQ to class tree 2003-03-18 21:36 hurikhan Changed: sysconfig/shaper (1.2), "Exp", lines: +4 -32 - removed bogus log entries 2003-03-18 21:35 hurikhan Added: sysconfig/firewall (1.1) sysconfig/shaper (1.1) Changed: rc.d/firewall (1.12), "Exp", lines: +9 -250 rc.d/shaper (1.10), "Exp", lines: +9 -81 - splitted configuration and init scripts 2003-01-30 18:54 deelkar Changed: rc.d/shaper (1.9), "Exp", lines: +10 -7 - squashed another bug in the ISDN part 2003-01-30 17:54 deelkar Changed: rc.d/shaper (1.8), "Exp", lines: +7 -2 - fixed dumb typo bug 2003-01-30 17:38 deelkar Changed: rc.d/shaper (1.7), "Exp", lines: +30 -1 - added rudimentary channelbundling support, currently untested, needs a restart of the shaper every time the slave device is connected/disconnected. 2002-12-21 14:17 hurikhan Changed: rc.d/firewall (1.11), "Exp", lines: +11 -13 rc.d/shaper (1.6), "Exp", lines: +17 -4 - moved mangle table status to shaper script 2002-12-21 13:59 hurikhan Changed: rc.d/firewall (1.10), "Exp", lines: +7 -1 rc.d/shaper (1.5), "Exp", lines: +7 -1 - added meta info to be used with RedHat's chkconfig 2002-12-16 03:31 deelkar Changed: rc.d/firewall (1.9), "Exp", lines: +16 -7 - added missing status output of mangle table 2002-12-14 18:15 hurikhan Deleted: rc.d/flowcontrol (1.3) - removed obsolete CBQ shaper 2002-12-14 15:49 hurikhan Changed: rc.d/firewall (1.8), "Exp", lines: +6 -2 - removed "ftp-data" from list of opened ports (should be handled by the state module) 2002-12-10 23:13 hurikhan Changed: rc.d/firewall (1.7), "Exp", lines: +4 -2 - removed accept filter for icmp as firewall is stateful (icmp errors of related connections are always accepted) 2002-12-04 18:25 hurikhan Changed: rc.d/shaper (1.4), "Exp", lines: +6 -2 - replaced IPCHAINS with IPTABLES ;-) 2002-12-04 18:24 hurikhan Changed: rc.d/shaper (1.3), "Exp", lines: +10 -2 - remove iptable on shutdown - changed one comment header 2002-12-04 18:17 hurikhan Changed: rc.d/shaper (1.2), "Exp", lines: +9 -6 - added NNTP as interactive traffic - changed file sharing ports 2002-12-04 02:17 hurikhan Added: rc.d/shaper (1.1) - added first version of HTB traffic shaper 2002-12-03 22:26 hurikhan Changed: rc.d/firewall (1.6), "Exp", lines: +4 -7 - do not status mangle table, will be used by new htb traffic shaper 2002-12-03 22:08 hurikhan Changed: rc.d/firewall (1.5), "Exp", lines: +20 -15 - retabbed status section (tab width 4) 2002-12-02 10:26 deelkar Changed: rc.d/firewall (1.4), "Exp", lines: +24 -3 - added "status" option 2002-11-15 22:34 hurikhan Changed: rc.d/firewall (1.3), "Exp", lines: +10 -2 - do not invoke 'tr' command 2002-11-15 21:56 hurikhan Changed: rc.d/flowcontrol (1.2), "Exp", lines: +31 -22 - renamed configuration values 2002-11-15 21:44 hurikhan Changed: rc.d/firewall (1.2), "Exp", lines: +80 -59 - renamed configuration values (more descriptive now) - support for multiple nat servers - added more configuration values (not working currently) - list of opened ports - list of rejected ports - list of trusted hosts 2002-10-28 10:30 hurikhan Added: rc.d/firewall (1.1) rc.d/flowcontrol (1.1) - first version checkin |