| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Moved the tree accordingly | Angelo Naselli | 2015-03-16 | 11 | -5815/+0 |
| | | |||||
| * | Moved to namespace to ManaTools | Angelo Naselli | 2015-03-16 | 11 | -120/+120 |
| | | |||||
| * | used dbus timedated api for backend (timezone, RTC and time) | Angelo Naselli | 2015-02-13 | 1 | -58/+214 |
| | | |||||
| * | switched to Shared::Services (tnx anaselli); use Shared::Shorewall read_ and ↵ | matteo | 2015-02-08 | 1 | -9/+10 |
| | | | | | write_ instead of the old ones (forgotten inside sub update_interfaces_list) | ||||
| * | dropped use lib libDrakx | matteo | 2015-02-07 | 1 | -1/+0 |
| | | |||||
| * | fixed warning on comparison with uninitialized vars (sub ↵ | matteo | 2015-02-07 | 1 | -2/+9 |
| | | | | | get_net_zone_interfaces) | ||||
| * | 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 |
| | | |||||
| * | Uodated copyright date | Angelo Naselli | 2015-01-13 | 6 | -6/+6 |
| | | |||||
| * | Managed new flag dbus_auth_interactive to to work in user space (thanks Colin) | Angelo Naselli | 2015-01-13 | 1 | -7/+8 |
| | | |||||
| * | 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 | ||||
| * | ask_multiple_fromList returns arrayref or undef | Matteo Pasotti | 2015-01-11 | 1 | -5/+6 |
| | | |||||
| * | synced copyright notices | Matteo Pasotti | 2015-01-08 | 3 | -3/+3 |
| | | |||||
| * | Merge branch 'manawall' | Matteo Pasotti | 2015-01-08 | 3 | -0/+480 |
| |\ | |||||
| | * | - 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 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 |
| | | | |||||
| | * | added ask_TwoConfigurableButtons and ask_multiple_fromList shared methods | Matteo Pasotti | 2015-01-08 | 1 | -0/+180 |
| | | | |||||
| | * | added shared module for shorewall | Matteo Pasotti | 2015-01-08 | 1 | -0/+227 |
| | | | |||||
| | * | drop common | Matteo Pasotti | 2015-01-06 | 1 | -2/+0 |
| | | | |||||
| | * | added basic modules for firewall configuration (still not working) | Matteo Pasotti | 2015-01-04 | 1 | -0/+37 |
| | | | |||||
| * | | Added select_fromList, a dialog to get a selection from a list of items | Angelo Naselli | 2015-01-08 | 1 | -36/+173 |
| | | | |||||
| * | | /etc/localtime as link | Angelo Naselli | 2015-01-04 | 1 | -3/+3 |
| |/ | |||||
| * | Check for xinetd services just if xinetd is enabled (avoid warnings at | Angelo Naselli | 2014-12-27 | 1 | -7/+12 |
| | | | | | run time) | ||||
| * | refresh local data cache | Angelo Naselli | 2014-12-26 | 1 | -0/+2 |
| | | |||||
| * | forgot to use service instead of name | Angelo Naselli | 2014-12-26 | 1 | -2/+2 |
| | | |||||
| * | added enable/disable/start/stop using dbus | Angelo Naselli | 2014-12-26 | 1 | -21/+24 |
| | | |||||
| * | Substitute all the chars | Angelo Naselli | 2014-12-26 | 1 | -2/+2 |
| | | |||||
| * | Welcome dbus systemd1 | Angelo Naselli | 2014-12-26 | 1 | -94/+231 |
| | | |||||
| * | Adminpanel::Shared::Services now is a Moose Module | Angelo Naselli | 2014-12-23 | 2 | -179/+180 |
| | | |||||
| * | removed $::prefix it cannot be use atm | Angelo Naselli | 2014-12-10 | 1 | -27/+27 |
| | | |||||
| * | get the right translation from drakx (atm) | Angelo Naselli | 2014-12-05 | 1 | -1/+1 |
| | | |||||
| * | Removed drakx common dependency | Angelo Naselli | 2014-12-03 | 3 | -31/+382 |
| | | |||||
| * | full support to the entire set of properties provided by the interface ↵ | Matteo Pasotti | 2014-11-25 | 1 | -13/+94 |
| | | | | | org.freedesktop.hostname1 (get/set) | ||||
| * | Fixed call to SetHostname | Angelo Naselli | 2014-11-25 | 1 | -9/+9 |
| | | |||||
| * | added getLocalHostName and setLocalHostName methods (rely on dbus hostnamed ↵ | Matteo Pasotti | 2014-11-24 | 1 | -0/+33 |
| | | | | | service) | ||||
| * | Added icons to YTreeItems | Angelo Naselli | 2014-11-20 | 1 | -17/+34 |
| | | |||||
| * | Fixed for perl_checker | Angelo Naselli | 2014-11-05 | 1 | -6/+6 |
| | | |||||
| * | missing ";" | Angelo Naselli | 2014-10-18 | 1 | -1/+1 |
| | | |||||
| * | fixed user change name and expirirng time | Angelo Naselli | 2014-10-14 | 1 | -0/+8 |
| | | |||||
| * | moved modifyUser to Shared | Angelo Naselli | 2014-10-13 | 1 | -1/+136 |
| | | |||||
| * | moved modifyGroup to Shared::Users and changed Module::Users accordingly | Angelo Naselli | 2014-10-12 | 1 | -0/+78 |
| | | |||||
| * | fixed documenation layout | Angelo Naselli | 2014-10-12 | 1 | -78/+76 |
| | | |||||
| * | Added group name by ID into Shared | Angelo Naselli | 2014-10-12 | 1 | -0/+31 |
| | | |||||
| * | fixed some of group management | Angelo Naselli | 2014-10-12 | 1 | -20/+20 |
| | | |||||
| * | Fixed getGroups and getUsers management and usage | Angelo Naselli | 2014-10-11 | 1 | -3/+3 |
| | | |||||
| * | added getGroups and getUsers to Shared | Angelo Naselli | 2014-10-11 | 1 | -0/+42 |
| | | |||||
| * | added shadow last changes to Shared getUserInfo and update GUI | Angelo Naselli | 2014-10-11 | 1 | -26/+28 |
| | | | | | accordingly | ||||
| * | moved getUserInfo to Shared | Angelo Naselli | 2014-10-11 | 1 | -1/+60 |
| | | |||||
