summaryrefslogtreecommitdiffstats
path: root/perl-install/network/shorewall.pm
Commit message (Expand)AuthorAgeFilesLines
* re-sync after the big svn lossPascal Rigaux2007-04-251-172/+0
* automatically put ppp/ippp interfaces in local zone if neededOlivier Blin2006-03-081-5/+12
* add update_interfaces_listOlivier Blin2006-03-011-1/+5
* update zones file for shorewall 3.0Olivier Blin2005-11-291-3/+4
* read shorewall net interface from configuration file firstOlivier Blin2005-09-151-0/+5
* fix port range parserOlivier Blin2005-09-051-1/+1
* install and configure Interface Firewall in drakfirewallOlivier Blin2005-09-011-11/+12
* don't write alias interfaces in shorewall interfaces fileOlivier Blin2005-07-261-1/+2
* run shorewall clear if firewall is stopped (#17046)Olivier Blin2005-07-261-1/+6
* don't write loc to fw ACCEPT rules, we always reset the policy to acceptOlivier Blin2005-07-011-3/+1
* add 'routeback' option for bridge interfaces in shorewall interfaces fileOlivier Blin2005-07-011-2/+7
* inline ask_shorewall_interfaceOlivier Blin2005-06-201-8/+1
* do not crash when restarting shorewallOlivier Blin2005-06-071-0/+1
* don't be fooled by if_ not short-circuiting and auto-vivification, use $conf-...Olivier Blin2005-06-071-2/+2
* API change (me sux)Olivier Blin2005-06-061-6/+3
* create $ask_shorewall_interface_label, shorewall_interface_choices()Olivier Blin2005-05-261-10/+21
* perl_checker fixesOlivier Blin2005-05-261-1/+1
* better way to handle squid ports (read shorewall REDIRECT rules in network::s...Olivier Blin2005-05-261-7/+6
* read_squid_conf() is now in network::squidOlivier Blin2005-05-261-1/+1
* simplify check_iptables()Olivier Blin2005-05-261-4/+2
* use if_()Olivier Blin2005-05-251-1/+1
* - split warning out of check_iptables()Olivier Blin2005-05-241-53/+27
* fix automatic net interface detectionOlivier Blin2005-04-181-2/+1
* - network::shorewall::default_interfaces_silent() does not need any parameterPascal Rigaux2005-03-241-11/+7
* allow connections from local net to firewall (#14586)Olivier Blin2005-03-141-1/+1
* definitively get rid off net_cnx scriptsOlivier Blin2005-02-171-3/+4
* add get_default_deviceOlivier Blin2005-02-171-3/+8
* remove unneeded testOlivier Blin2005-02-171-1/+1
* use network::shorewall::get_net_deviceOlivier Blin2005-02-171-1/+1
* add and use network::shorewall::get_net_deviceOlivier Blin2005-02-171-1/+12
* restore previous network::ethernet::get_eth_cards_names() behaviourPascal Rigaux2005-01-201-3/+3
* fix bugzilla #12996Pascal Rigaux2005-01-131-4/+4
* cleanup unused variablesPascal Rigaux2005-01-061-3/+0
* remove some unneeded ";", add some for normalization (as told by perl_checker)Pascal Rigaux2004-11-181-4/+4
* (get_eth_cards_names) remove unused parameterOlivier Blin2004-09-141-1/+1
* use the loc zone in policy only if the loc interface existsFlorin Grad2004-08-311-2/+1
* - %modules::conf is no more a global, so many functions need passing $modules...Pascal Rigaux2004-07-211-2/+3
* accept from fw to locFlorin Grad2004-06-211-0/+1
* typo (forgot a space)Florin Grad2004-03-221-1/+1
* do not write the REDIRECT squid rules if one has only one NIC connected to th...Florin Grad2004-03-221-1/+1
* add ppp+ and ippp+ in the interfaces listFlorin Grad2004-03-151-0/+1
* add some tests for the REDIRECT squid rulesFlorin Grad2004-03-111-5/+7
* use the name of the network interface instead of the labelFlorin Grad2004-03-041-2/+8
* remove an obsolete comparison in the read functionFlorin Grad2004-03-041-7/+0
* rewrote string to avoid duplicationPablo Saratxaga2004-03-021-5/+5
* remove the masq zone and add policies, rules only if there is an interface in...Florin Grad2004-02-271-11/+7
* handle range (bugzilla #7172)Pascal Rigaux2004-02-061-2/+2
* fix N() badly usedPascal Rigaux2004-01-161-1/+1
* - add icmp supportPascal Rigaux2004-01-161-1/+1
* revert code for testing perl_checker :-/Pascal Rigaux2004-01-051-1/+1