aboutsummaryrefslogtreecommitdiffstats
path: root/Auth.pm
Commit message (Collapse)AuthorAgeFilesLines
* - rename Auth.pm --> Privileges.pmMatteo Pasotti2013-01-031-46/+0
| | | | | | - moved Privileges module to a dedicated namespace (AdminPanel) - Privileges module now use English (for readability)
* - removed unaccessed code (code after exec)Matteo Pasotti2012-11-071-8/+4
| | | | | | - removed env parameter not required - fixed exec arguments
* - using modern perl idiomMatteo Pasotti2012-11-071-4/+3
|
* change code alignment using Angelo Naselli2012-11-061-13/+14
| | | | tabstop=4 shiftwidth=4 expandtab
* fixed project nameAngelo Naselli2012-11-061-4/+4
|
* Initial commit of Admin Panel.Steven Tucker2012-11-061-0/+50
Has basic functionality that you might expect from the core program, escalates priviledges, loads categories and modules dynamically from configuration file, launches modules and returns to the panel once the module has completed. Works within ncurses, gtk and qt environments using the native widget set.