summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_groupmanager_addprivs.php
Commit message (Collapse)AuthorAgeFilesLines
* Prevent a warning that would appear when modifying privileges of an empty group.Erik Fonnesbeck2010-08-181-4/+6
|
* Use array instead of explode for reqdfieldsn to fit it better with gettext() ↵Renato Botelho2010-04-281-1/+1
| | | | calls
* Implementing gettext()Vinicius Coque2010-04-281-3/+3
|
* Ticket #423. Remove priv.inc/priv.defs.inc from files. They used require() ↵Ermal2010-03-151-2/+0
| | | | instead of required once so produced errors or redefinitions of functions. These includes are now included on authgui.inc.
* Fix sorting issues that were introduced in an old commit, resulting in the ↵Erik Fonnesbeck2010-03-101-1/+0
| | | | incorrect item sometimes being shown when clicking edit buttons.
* include priv.incsullrich2009-11-281-0/+1
|
* Add select all buttonsullrich2009-11-281-0/+20
|
* Include priv.defs.incsullrich2009-11-281-0/+1
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-0/+3
| | | | include 2009 on files that I have asserted (C) on
* Remove all nested functions decalaration seems php does not like them! Make ↵Ermal Luçi2009-07-141-5/+5
| | | | all the nested functions real functions.
* Clear guiconfig from all sort junk functions and put them on the specific ↵Ermal Luçi2009-06-301-0/+14
| | | | | | pages where they are needed. Remove some sort functions not used.
* Cleanup the tab format of the system user/group/server management pages.Matthew Grooms2008-09-091-37/+56
| | | | | | The edges were square instead of rounded like most pfSense pages. Also make sure tabs and cancel buttons are present in the add privilege and add certificate pages.
* Cleanup authentication code. The basic auth method, the passwd, htpasswdMatthew Grooms2008-08-031-1/+1
| | | | | | | | | | | | | and pam backing functions have been removed. The basic auth method was legacy code and the backing functions were redundant with no added value that I could see. A simplified replacement backing function named local_backed has been added that authenticates to the local configuration info which should be identical to system pwdb credentials. Since the htpassword file is no longer required, sync_webgui_passwords and its wrapper function system_password_configure have been removed. The local account management functions were renamed for consistency. A few minor bugs related to setting local passwords have also been corrected.
* Rewrite the pfsense privilege system with the following goals in mind ...Matthew Grooms2008-08-011-0/+182
1) Redefine page privileges to not use static urls 2) Accurate generation of privilege definitions from source 3) Merging the user and group privileges into a single set 4) Allow any privilege to be added to users or groups w/ inheritance 5) Cleaning up the related WebUI pages
OpenPOWER on IntegriCloud