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 |