aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * UpdatedAngelo Naselli2015-01-081-1/+1
| |
* | synced copyright noticesMatteo Pasotti2015-01-0826-25/+83
| |
* | added support to manawallMatteo Pasotti2015-01-081-1/+1
| |
* | added support to manawallMatteo Pasotti2015-01-081-1/+5
|/
* added MDK::Common::DataStore as prereqMatteo Pasotti2015-01-081-0/+1
|
* Merge branch 'manawall'Matteo Pasotti2015-01-087-0/+1577
|\
| * - 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 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
| * added brief comment explaining how to read shorewall conf from now onMatteo Pasotti2015-01-081-0/+7
| |
| * drop network::shorewall; use network::toolsMatteo Pasotti2015-01-081-1/+1
| |
| * 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)
| * added ask_TwoConfigurableButtons and ask_multiple_fromList shared methodsMatteo Pasotti2015-01-081-0/+180
| |
| * added Moose::AutoBox and MDK::Common::Various prereqMatteo Pasotti2015-01-081-0/+2
| |
| * added shared module for shorewallMatteo Pasotti2015-01-081-0/+227
| |
| * added manawall and its modulesMatteo Pasotti2015-01-081-0/+4
| |
| * drop commonMatteo Pasotti2015-01-061-2/+0
| |
| * - 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-042-0/+498
| |
| * added launch script for manawallMatteo Pasotti2015-01-041-0/+36
| |
| * added manawallMatteo Pasotti2015-01-041-0/+1
| |
* | Added select_fromList, a dialog to get a selection from a list of itemsAngelo Naselli2015-01-082-36/+189
| |
* | Perform the search after a new filter selection if a string is presentAngelo Naselli2015-01-073-22/+37
| |
* | changed gurpmi to Moose and managed all the callsAngelo Naselli2015-01-074-134/+289
| |
* | Added search menu filterAngelo Naselli2015-01-061-141/+130
| |
* | Fixed filter combobox managingAngelo Naselli2015-01-061-44/+47
| |
* | - changed to privateAngelo Naselli2015-01-052-15/+17
| | | | | | | | - updated Changes
* | tree mode is based on YItem index now instead of localized lableAngelo Naselli2015-01-051-58/+27
| |
* | updatedAngelo Naselli2015-01-041-1/+4
| |
* | /etc/localtime as linkAngelo Naselli2015-01-041-3/+3
| |
* | Set to default value all the keys that are undef into configurationAngelo Naselli2015-01-041-4/+5
|/ | | | | file, this should avoid bug #14927 e.g. unpredictable behavior with some wrongly written keys and values, probably on crash or bad closure.
* removed deprecated POSIX isdigitAngelo Naselli2015-01-032-7/+3
|
* Fixed icon buttons in rpmdragoraAngelo Naselli2015-01-035-2/+22
|
* Sorting keys into .rpmdragora config fileAngelo Naselli2015-01-031-1/+1
|
* Set Search button as defaultAngelo Naselli2015-01-011-0/+2
|
* Added bash_completionAngelo Naselli2014-12-271-0/+1
|
* Check for xinetd services just if xinetd is enabled (avoid warnings atAngelo Naselli2014-12-271-7/+12
| | | | run time)
* Added a time to wait for new status of the unitAngelo Naselli2014-12-271-29/+25
|
* sorted service listAngelo Naselli2014-12-271-1/+1
|
* added headingAngelo Naselli2014-12-271-1/+10
|
* refresh local data cacheAngelo Naselli2014-12-261-0/+2
|
* forgot to use service instead of nameAngelo Naselli2014-12-261-2/+2
|
* added back check for root privileges, polkit seems not to be enabled forAngelo Naselli2014-12-261-7/+7
| | | | dbus calls atm
* added enable/disable/start/stop using dbusAngelo Naselli2014-12-261-21/+24
|
* Disabled root privileges checkAngelo Naselli2014-12-261-8/+9
| | | | Fixed refresh with dbus backend
* Substitute all the charsAngelo Naselli2014-12-261-2/+2
|
* Welcome dbus systemd1Angelo Naselli2014-12-261-94/+231
|
* Adminpanel::Shared::Services now is a Moose ModuleAngelo Naselli2014-12-235-199/+207
|
* Added colored diff (not valid for ncurses) - thanks to Marco Masetti forAngelo Naselli2014-12-221-2/+19
| | | | the regexp