aboutsummaryrefslogtreecommitdiffstats
path: root/AdminPanel
Commit message (Collapse)AuthorAgeFilesLines
* added missing module (Glib)Matteo Pasotti2013-01-071-0/+1
|
* - imported rpmdragora module (still under development)Matteo Pasotti2013-01-0713-2/+5427
|
* - added Shared.pm: module contating routines shared by the modules (e.g. ↵Matteo Pasotti2013-01-051-0/+175
| | | | | | | | logviewer) - logviewer.pl: fixed warnings for missing prototypes - logviewer.pl: moved shared routines from it to Shared.pm
* - AdminPanel/Privileges.pm: added support to pam / consolehelperMatteo Pasotti2013-01-041-2/+6
| | | | | | - extras/README: added info to configure pam for apanel - apanel.pl: using pam as default
* - Privileges.pm: added support to sudoMatteo Pasotti2013-01-041-2/+21
| | | | | - apanel.pl: using polkit as default
* - rename Auth.pm --> Privileges.pmMatteo Pasotti2013-01-031-0/+45
- moved Privileges module to a dedicated namespace (AdminPanel) - Privileges module now use English (for readability)