aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AdminPanel/Shared/Shorewall.pm
Commit message (Collapse)AuthorAgeFilesLines
* Moved to namespace to ManaToolsAngelo Naselli2015-03-161-21/+21
|
* switched to Shared::Services (tnx anaselli); use Shared::Shorewall read_ and ↵matteo2015-02-081-9/+10
| | | | write_ instead of the old ones (forgotten inside sub update_interfaces_list)
* dropped use lib libDrakxmatteo2015-02-071-1/+0
|
* fixed warning on comparison with uninitialized vars (sub ↵matteo2015-02-071-2/+9
| | | | get_net_zone_interfaces)
* dropped firewall_icon cause gui element refs reside inside the Firewall moduleMatteo Pasotti2015-01-131-1/+0
|
* - dropped some debug message left behindMatteo Pasotti2015-01-081-1/+0
|
* - added pod for write_Matteo Pasotti2015-01-081-16/+48
| | | | | - moved user interaction during write procedure to Module::Firewall - sub write_ return 1 on success, 0 on user interaction requested
* added brief comment explaining how to read shorewall conf from now onMatteo Pasotti2015-01-081-0/+7
|
* added shared module for shorewallMatteo Pasotti2015-01-081-0/+227