aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AdminPanel/Module/Firewall.pm
Commit message (Collapse)AuthorAgeFilesLines
* Moved the tree accordinglyAngelo Naselli2015-03-161-1208/+0
|
* Moved to namespace to ManaToolsAngelo Naselli2015-03-161-24/+24
|
* return instead of exit should be enoughAngelo Naselli2015-02-171-2/+2
|
* Added common shortcut to dialog push button (About, Cancel, Ok, Quit)Angelo Naselli2015-02-171-95/+95
|
* fixed manawall behaviour when disabling firewallMatteo Pasotti2015-02-081-27/+66
|
* switched to Shared::Services (tnx anaselli)matteo2015-02-081-3/+4
|
* moved log_net_drop configuration from the first dialog to ask_CustomPortsmatteo2015-02-071-22/+24
|
* added support to custom ports (unlisted ports)matteo2015-02-021-64/+155
|
* fixed return value for ask_(Allowed|Watched)Services causing bad behavioursMatteo Pasotti2015-01-131-5/+5
|
* uses own iconMatteo Pasotti2015-01-131-3/+3
|
* fixed procedures to enable/disable interactive firewallMatteo Pasotti2015-01-121-22/+53
|
* fixed bug afflicting configuration/selection of net interfaces protected by ↵Matteo Pasotti2015-01-111-4/+7
| | | | shorewall
* - sub get_zones returns undef or arrayref (fixed sub set_ports accordingly)Matteo Pasotti2015-01-111-242/+229
| | | | - code cleanup & retab
* - added set_ifw method (still no do_pkgs support)Matteo Pasotti2015-01-081-19/+85
| | | | | | | - use MDK::Common::Various/DataStructure/File - choose_watched_services: choices are now properly stored - exit on cancel - implemented Shorewall::write_ call to effectively store configurations
* moved sub get_zones from Shared::Shorewall to this module because it ↵Matteo Pasotti2015-01-081-13/+125
| | | | requires user interaction (impacts sub Shorewall::read)
* - use Moose::AutoboxMatteo Pasotti2015-01-051-47/+398
| | | | | | | | | | | - use various MDK::Common::(Func,System,Various) - aboutDialog shared between two dialogs - each all_servers item now provides an id attribute - ported sub to_ports, choose_watched_services for interactive firewall configuration (working) - added ask_WatchedServices - choose_allowed_services: base functionality complete - ported set_ports (still work in progress to drop dep from interactive)
* - defined net attributeMatteo Pasotti2015-01-051-70/+134
| | | | | | - fixed port2server - completed basic (working) implementation for choose_allowed_services - defined ask_AllowedServices method
* added basic modules for firewall configuration (still not working)Matteo Pasotti2015-01-041-0/+461