summaryrefslogtreecommitdiffstats
path: root/perl-install/network/shorewall.pm
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | - network::shorewall::read() is simpler with a $o_in - network::drakfirewall::default_from_pkgs() is non interactive, better give it a do_pkgs - cleanup as little as possible
* 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
| | | | | (i got hit by { map ... }; being a block and not a hash ref)
* 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 ↵Pascal Rigaux2004-07-211-2/+3
| | | | | | | | | | | | | | | $modules_conf - $modules_conf is a class choosing modules.conf or modprobe.conf (esp. useful after install) (but not working yet!) - modules::load() doesn't use $modules_conf, use modules::load_and_configure() - modules::load() doesn't allow options, use either modules::load_raw() or modules::load_and_configure() - some functions used to want an array ref for modules options and some a string, now every functions use a string - many functions (like modules::get_alias()) are now methods on $modules_conf - some functions in mouse.pm needed a $in where a $do_pkgs is enough - some perl_checker compliance - small fixes
* 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 ↵Florin Grad2004-03-221-1/+1
| | | | the net zone
* 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 ↵Florin Grad2004-02-271-11/+7
| | | | in loc
* 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
| | | | | - add "Echo request (ping)" choice
* revert code for testing perl_checker :-/Pascal Rigaux2004-01-051-1/+1
|
* perl_checker fixesPascal Rigaux2004-01-051-1/+1
|
* (default_interfaces)Thierry Vignaud2003-10-141-16/+8
| | | | | | | | | | | - simplify: ask_from already optimize the one item case for us - make it show up a pull-down menu rather than forcing one to type in the interface - fix it: $conf{net_interface} was *not* set on multiple interfaces case (read) fix it (conf was uselely initialized)
* small cleanup (thanks to perl_checker)Pascal Rigaux2003-09-291-7/+6
| | | | | !! default_interfaces() is still wrong !!
* allow drakfirewall to choose the interfaceFlorin Grad2003-09-241-9/+42
|
* add the network interface window as in the drakgw's caseFlorin Grad2003-09-111-1/+3
|
* perl_checker adaptations + fixesPascal Rigaux2003-04-241-2/+2
|
* fix florin: replace $prefix with $::prefixPascal Rigaux2003-02-201-2/+2
|
* update 2 rules for the pptp dsl internet connectionFlorin Grad2003-02-201-2/+5
|
* force strict modeThierry Vignaud2003-01-231-1/+1
|
* English proofreading (first pass)Pablo Saratxaga2003-01-211-1/+1
|
* add or remove spaces where need to please perl_checkerPascal Rigaux2002-11-111-4/+4
|
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-2/+2
| | | | | | | | | | | | | | | | | | | rationale: - currently, we use _("xxx") as a shorthand for gettext("xxx"). It also used to call xgettext with --keyword=_ - alas, function &_ is global and not by package (notice esp. that _ is not exported in common.pm) - this lead to big ugly pb with packages defining their own &_, overriding common.pm's &_ - a fix is to set @::textdomains to add a new domain (the default being "libDrakX") but relying on the global "_" is still dangerous!
* The LPD/LPRng port is 515, not 5015.Till Kamppeter2002-09-201-1/+2
|
* add the 5015 port for some printers in internal_portsFlorin Grad2002-09-201-1/+1
|
* remove forgotten debug hash printingsFlorin Grad2002-09-181-7/+0
|
* small updatesFlorin Grad2002-09-171-9/+12
|
* add internal_ports variableFlorin Grad2002-09-161-0/+2
|
* more services in drakgw_protocolsFlorin Grad2002-09-131-1/+1
|
* run_program crazynessGuillaume Cottenceau2002-09-121-3/+3
|
* fix writing twice tcp instead of tcp & udpPascal Rigaux2002-09-121-1/+1
|
* ensure net_interface is found in any casePascal Rigaux2002-08-261-1/+1
|
* remove debug codePascal Rigaux2002-08-231-1/+0
|