| Commit message (Expand) | Author | Age | Files | Lines |
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -172/+0 |
* | automatically put ppp/ippp interfaces in local zone if needed | Olivier Blin | 2006-03-08 | 1 | -5/+12 |
* | add update_interfaces_list | Olivier Blin | 2006-03-01 | 1 | -1/+5 |
* | update zones file for shorewall 3.0 | Olivier Blin | 2005-11-29 | 1 | -3/+4 |
* | read shorewall net interface from configuration file first | Olivier Blin | 2005-09-15 | 1 | -0/+5 |
* | fix port range parser | Olivier Blin | 2005-09-05 | 1 | -1/+1 |
* | install and configure Interface Firewall in drakfirewall | Olivier Blin | 2005-09-01 | 1 | -11/+12 |
* | don't write alias interfaces in shorewall interfaces file | Olivier Blin | 2005-07-26 | 1 | -1/+2 |
* | run shorewall clear if firewall is stopped (#17046) | Olivier Blin | 2005-07-26 | 1 | -1/+6 |
* | don't write loc to fw ACCEPT rules, we always reset the policy to accept | Olivier Blin | 2005-07-01 | 1 | -3/+1 |
* | add 'routeback' option for bridge interfaces in shorewall interfaces file | Olivier Blin | 2005-07-01 | 1 | -2/+7 |
* | inline ask_shorewall_interface | Olivier Blin | 2005-06-20 | 1 | -8/+1 |
* | do not crash when restarting shorewall | Olivier Blin | 2005-06-07 | 1 | -0/+1 |
* | don't be fooled by if_ not short-circuiting and auto-vivification, use $conf-... | Olivier Blin | 2005-06-07 | 1 | -2/+2 |
* | API change (me sux) | Olivier Blin | 2005-06-06 | 1 | -6/+3 |
* | create $ask_shorewall_interface_label, shorewall_interface_choices() | Olivier Blin | 2005-05-26 | 1 | -10/+21 |
* | perl_checker fixes | Olivier Blin | 2005-05-26 | 1 | -1/+1 |
* | better way to handle squid ports (read shorewall REDIRECT rules in network::s... | Olivier Blin | 2005-05-26 | 1 | -7/+6 |
* | read_squid_conf() is now in network::squid | Olivier Blin | 2005-05-26 | 1 | -1/+1 |
* | simplify check_iptables() | Olivier Blin | 2005-05-26 | 1 | -4/+2 |
* | use if_() | Olivier Blin | 2005-05-25 | 1 | -1/+1 |
* | - split warning out of check_iptables() | Olivier Blin | 2005-05-24 | 1 | -53/+27 |
* | fix automatic net interface detection | Olivier Blin | 2005-04-18 | 1 | -2/+1 |
* | - network::shorewall::default_interfaces_silent() does not need any parameter | Pascal Rigaux | 2005-03-24 | 1 | -11/+7 |
* | allow connections from local net to firewall (#14586) | Olivier Blin | 2005-03-14 | 1 | -1/+1 |
* | definitively get rid off net_cnx scripts | Olivier Blin | 2005-02-17 | 1 | -3/+4 |
* | add get_default_device | Olivier Blin | 2005-02-17 | 1 | -3/+8 |
* | remove unneeded test | Olivier Blin | 2005-02-17 | 1 | -1/+1 |
* | use network::shorewall::get_net_device | Olivier Blin | 2005-02-17 | 1 | -1/+1 |
* | add and use network::shorewall::get_net_device | Olivier Blin | 2005-02-17 | 1 | -1/+12 |
* | restore previous network::ethernet::get_eth_cards_names() behaviour | Pascal Rigaux | 2005-01-20 | 1 | -3/+3 |
* | fix bugzilla #12996 | Pascal Rigaux | 2005-01-13 | 1 | -4/+4 |
* | cleanup unused variables | Pascal Rigaux | 2005-01-06 | 1 | -3/+0 |
* | remove some unneeded ";", add some for normalization (as told by perl_checker) | Pascal Rigaux | 2004-11-18 | 1 | -4/+4 |
* | (get_eth_cards_names) remove unused parameter | Olivier Blin | 2004-09-14 | 1 | -1/+1 |
* | use the loc zone in policy only if the loc interface exists | Florin Grad | 2004-08-31 | 1 | -2/+1 |
* | - %modules::conf is no more a global, so many functions need passing $modules... | Pascal Rigaux | 2004-07-21 | 1 | -2/+3 |
* | accept from fw to loc | Florin Grad | 2004-06-21 | 1 | -0/+1 |
* | typo (forgot a space) | Florin Grad | 2004-03-22 | 1 | -1/+1 |
* | do not write the REDIRECT squid rules if one has only one NIC connected to th... | Florin Grad | 2004-03-22 | 1 | -1/+1 |
* | add ppp+ and ippp+ in the interfaces list | Florin Grad | 2004-03-15 | 1 | -0/+1 |
* | add some tests for the REDIRECT squid rules | Florin Grad | 2004-03-11 | 1 | -5/+7 |
* | use the name of the network interface instead of the label | Florin Grad | 2004-03-04 | 1 | -2/+8 |
* | remove an obsolete comparison in the read function | Florin Grad | 2004-03-04 | 1 | -7/+0 |
* | rewrote string to avoid duplication | Pablo Saratxaga | 2004-03-02 | 1 | -5/+5 |
* | remove the masq zone and add policies, rules only if there is an interface in... | Florin Grad | 2004-02-27 | 1 | -11/+7 |
* | handle range (bugzilla #7172) | Pascal Rigaux | 2004-02-06 | 1 | -2/+2 |
* | fix N() badly used | Pascal Rigaux | 2004-01-16 | 1 | -1/+1 |
* | - add icmp support | Pascal Rigaux | 2004-01-16 | 1 | -1/+1 |
* | revert code for testing perl_checker :-/ | Pascal Rigaux | 2004-01-05 | 1 | -1/+1 |