aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AdminPanel/Module/Firewall.pm
Commit message (Collapse)AuthorAgeFilesLines
* - 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