summaryrefslogtreecommitdiffstats
path: root/perl-install/network/drakfirewall.pm
Commit message (Collapse)AuthorAgeFilesLines
* mark it as translatable for non alphabetic languagesThierry Vignaud2004-06-011-1/+1
|
* - BitTorrent support addedRobert Vojta2004-05-251-0/+6
|
* open more ports for sambaThierry Vignaud2004-05-051-1/+1
|
* perl now handle cleanly utf8 string in exceptions, no need to die \N("...")Pascal Rigaux2004-04-051-1/+1
|
* spell Mandrakelinux in one wordThierry Vignaud2004-03-101-1/+1
|
* remove the masq zone and add policies, rules only if there is an interface ↵Florin Grad2004-02-271-1/+1
| | | | in loc
* - add icmp supportPascal Rigaux2004-01-161-2/+9
| | | | | - add "Echo request (ping)" choice
* allow a range of ports (anthill bug #267)Pascal Rigaux2004-01-121-3/+8
|
* - translate all server namesThierry Vignaud2003-10-141-5/+5
| | | | | - harmonize server names
* readd strict & diagnostics pragma removed by florinThierry Vignaud2003-10-131-2/+2
|
* perl_checker fixesPascal Rigaux2003-09-291-3/+3
|
* allow drakfirewall to choose the interfaceFlorin Grad2003-09-241-9/+7
|
* fix pkg to install for sambaThierry Vignaud2003-08-261-1/+1
|
* offer samba in services listThierry Vignaud2003-08-221-0/+6
|
* new perl_checker compliancePascal Rigaux2003-04-171-3/+3
|
* to workaround perl bug removing UTF8 flag when passing scalars to die's, passGuillaume Cottenceau2003-02-191-1/+1
| | | | | | a scalar-ref. but we need to de-ref, so it might break many things :). let's make a prayer :).
* translate server {name} at display-time, not compile-timePascal Rigaux2003-02-171-5/+5
|
* install package shorewall only when the user wants a firewallPascal Rigaux2003-02-141-7/+9
|
* English proofreading by Stew BenedictsPablo Saratxaga2003-01-211-1/+1
|
* use "if any" instead of "if grep", and various other occurences of "any", ↵Pascal Rigaux2003-01-071-5/+4
| | | | "every", "partition"
* remove unused variables or rename them with an underscore (eg: $o becomes $_o)Pascal Rigaux2002-12-041-1/+1
|
* add or remove spaces where need to please perl_checkerPascal Rigaux2002-11-111-1/+1
|
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-12/+12
| | | | | | | | | | | | | | | | | | | 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!
* add a silly messageFlorin Grad2002-09-171-0/+5
|
* - replace tinyfirewall by drakfirewallDaouda Lo2002-09-021-0/+180