Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed return value for ask_(Allowed|Watched)Services causing bad behaviours | Matteo Pasotti | 2015-01-13 | 1 | -5/+5 |
| | |||||
* | synced last changes | Matteo Pasotti | 2015-01-13 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' of ssh://git.mageia.org/software/adminpanel | Matteo Pasotti | 2015-01-13 | 1 | -14/+42 |
|\ | |||||
| * | Do not crash if cannot have privileges | Angelo Naselli | 2015-01-13 | 1 | -14/+42 |
| | | |||||
* | | dropped firewall_icon cause gui element refs reside inside the Firewall module | Matteo Pasotti | 2015-01-13 | 1 | -1/+0 |
| | | |||||
* | | added copyright notice | Matteo Pasotti | 2015-01-13 | 1 | -0/+1 |
| | | |||||
* | | uses own icon | Matteo Pasotti | 2015-01-13 | 1 | -3/+3 |
| | | |||||
* | | added manawall icon | Matteo Pasotti | 2015-01-13 | 1 | -0/+0 |
| | | |||||
* | | added manawall icon, desktop file and polkit action file | Matteo Pasotti | 2015-01-13 | 1 | -0/+3 |
| | | |||||
* | | added polkit action for manawall | Matteo Pasotti | 2015-01-13 | 1 | -0/+50 |
| | | |||||
* | | added manawall desktop file | Matteo Pasotti | 2015-01-13 | 1 | -0/+8 |
|/ | |||||
* | Uodated copyright date | Angelo Naselli | 2015-01-13 | 12 | -11/+13 |
| | |||||
* | fixed text format | Angelo Naselli | 2015-01-13 | 1 | -18/+18 |
| | |||||
* | Updated with embedded modules | Angelo Naselli | 2015-01-13 | 1 | -0/+13 |
| | |||||
* | Managed new flag dbus_auth_interactive to to work in user space (thanks Colin) | Angelo Naselli | 2015-01-13 | 4 | -15/+21 |
| | |||||
* | fixed procedures to enable/disable interactive firewall | Matteo Pasotti | 2015-01-12 | 1 | -22/+53 |
| | |||||
* | improved test for ask_multiple_fromList | Matteo Pasotti | 2015-01-12 | 1 | -4/+9 |
| | |||||
* | updated test for ask_multiple_fromList according to latest changes | Matteo Pasotti | 2015-01-11 | 1 | -1/+2 |
| | |||||
* | ask_multiple_fromList now returns a ref to the list of Ids passed alongside ↵ | Matteo Pasotti | 2015-01-11 | 1 | -24/+29 |
| | | | | text and value inside each info->list item | ||||
* | fixed bug afflicting configuration/selection of net interfaces protected by ↵ | Matteo Pasotti | 2015-01-11 | 1 | -4/+7 |
| | | | | shorewall | ||||
* | fixed ask_multiple_fromList test | Matteo Pasotti | 2015-01-11 | 1 | -5/+7 |
| | |||||
* | added test for ask_multiple_fromList | Matteo Pasotti | 2015-01-11 | 1 | -1/+12 |
| | |||||
* | ask_multiple_fromList returns arrayref or undef | Matteo Pasotti | 2015-01-11 | 1 | -5/+6 |
| | |||||
* | - sub get_zones returns undef or arrayref (fixed sub set_ports accordingly) | Matteo Pasotti | 2015-01-11 | 1 | -242/+229 |
| | | | | - code cleanup & retab | ||||
* | DataStructure not DataStore | Angelo Naselli | 2015-01-09 | 1 | -1/+1 |
| | |||||
* | sync copyright notices | Matteo Pasotti | 2015-01-08 | 2 | -1/+3 |
| | |||||
* | added manawall to the list | Matteo Pasotti | 2015-01-08 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' of ssh://git.mageia.org/software/adminpanel | Matteo Pasotti | 2015-01-08 | 1 | -1/+1 |
|\ | |||||
| * | Updated | Angelo Naselli | 2015-01-08 | 1 | -1/+1 |
| | | |||||
* | | synced copyright notices | Matteo Pasotti | 2015-01-08 | 26 | -25/+83 |
| | | |||||
* | | added support to manawall | Matteo Pasotti | 2015-01-08 | 1 | -1/+1 |
| | | |||||
* | | added support to manawall | Matteo Pasotti | 2015-01-08 | 1 | -1/+5 |
|/ | |||||
* | added MDK::Common::DataStore as prereq | Matteo Pasotti | 2015-01-08 | 1 | -0/+1 |
| | |||||
* | Merge branch 'manawall' | Matteo Pasotti | 2015-01-08 | 7 | -0/+1577 |
|\ | |||||
| * | - dropped some debug message left behind | Matteo Pasotti | 2015-01-08 | 1 | -1/+0 |
| | | |||||
| * | - added pod for write_ | Matteo Pasotti | 2015-01-08 | 1 | -16/+48 |
| | | | | | | | | | | - moved user interaction during write procedure to Module::Firewall - sub write_ return 1 on success, 0 on user interaction requested | ||||
| * | - added set_ifw method (still no do_pkgs support) | Matteo Pasotti | 2015-01-08 | 1 | -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 | ||||
| * | added brief comment explaining how to read shorewall conf from now on | Matteo Pasotti | 2015-01-08 | 1 | -0/+7 |
| | | |||||
| * | drop network::shorewall; use network::tools | Matteo Pasotti | 2015-01-08 | 1 | -1/+1 |
| | | |||||
| * | moved sub get_zones from Shared::Shorewall to this module because it ↵ | Matteo Pasotti | 2015-01-08 | 1 | -13/+125 |
| | | | | | | | | requires user interaction (impacts sub Shorewall::read) | ||||
| * | added ask_TwoConfigurableButtons and ask_multiple_fromList shared methods | Matteo Pasotti | 2015-01-08 | 1 | -0/+180 |
| | | |||||
| * | added Moose::AutoBox and MDK::Common::Various prereq | Matteo Pasotti | 2015-01-08 | 1 | -0/+2 |
| | | |||||
| * | added shared module for shorewall | Matteo Pasotti | 2015-01-08 | 1 | -0/+227 |
| | | |||||
| * | added manawall and its modules | Matteo Pasotti | 2015-01-08 | 1 | -0/+4 |
| | | |||||
| * | drop common | Matteo Pasotti | 2015-01-06 | 1 | -2/+0 |
| | | |||||
| * | - use Moose::Autobox | Matteo Pasotti | 2015-01-05 | 1 | -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 attribute | Matteo Pasotti | 2015-01-05 | 1 | -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 Pasotti | 2015-01-04 | 2 | -0/+498 |
| | | |||||
| * | added launch script for manawall | Matteo Pasotti | 2015-01-04 | 1 | -0/+36 |
| | | |||||
| * | added manawall | Matteo Pasotti | 2015-01-04 | 1 | -0/+1 |
| | |