summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_groupmanager.php
Commit message (Collapse)AuthorAgeFilesLines
* Safety belt checks to fix a PHP error that for whatever reason only appeared ↵jim-p2012-11-271-2/+2
| | | | in Chrome.
* Fix XSS issuesScott Ullrich2010-11-121-5/+5
|
* Prevent a warning that would appear when modifying privileges of an empty group.Erik Fonnesbeck2010-08-181-4/+6
|
* Use <?php instead of the short formRenato Botelho2010-08-121-1/+1
|
* Don't maintain a membership for the 'all' group when it includes everyone. ↵jim-p2010-07-281-1/+4
| | | | Just return it for everyone if the 'all' group is requested. For the count of the 'all' group, just return a count of all the users on the system. Fixes #613
* Only perform this check if the group being created actually has members.jim-p2010-07-191-4/+6
|
* fix double click to editChris Buechler2010-07-171-1/+1
|
* After editing a group, refresh its users, as their shell privileges may have ↵jim-p2010-07-121-0/+8
| | | | changed.
* Ticket #612. Correctly show the number of users as 0 on a group with no ↵Ermal2010-05-241-1/+3
| | | | users. Also handle the case of empty arrays on the xmlparser.
* Fix gettext issuesCarlos Eduardo Ramos2010-04-301-4/+4
|
* Adding gettext()Vinicius Coque2010-04-291-1/+1
|
* Fix gettext issuesRenato Botelho2010-04-291-4/+4
|
* Reviewing gettext()Carlos Eduardo Ramos2010-04-281-7/+7
|
* Implementing gettext()Vinicius Coque2010-04-281-17/+17
|
* 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 typosChris Buechler2010-01-161-1/+1
|
* Formatting cleanups. Increase buffer sizesullrich2009-12-021-1/+1
|
* include priv.incsullrich2009-11-281-0/+1
|
* Include priv.defs.incsullrich2009-11-281-0/+1
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-1/+3
| | | | include 2009 on files that I have asserted (C) on
* Do not show the assigned priveleges area until the item has been saved. ↵Scott Ullrich2009-06-301-1/+5
| | | | Otherwise clicking plus will take you back to the user manager screen which feels beyond broken.
* Clear guiconfig from all sort junk functions and put them on the specific ↵Ermal Luçi2009-06-301-1/+0
| | | | | | pages where they are needed. Remove some sort functions not used.
* Do not hard code whiteScott Ullrich2008-10-121-6/+2
|
* Cleanup the tab format of the system user/group/server management pages.Matthew Grooms2008-09-091-209/+209
| | | | | | 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.
* Change the text in the privilege table row to read "Assigned Privileges"Matthew Grooms2008-09-031-1/+1
| | | | | instead of "Effective Privileges". This is in contrast to the user page which also lists group privilege inheritance.
* Rework most of the OpenVPN support. The interfaces have been updated toMatthew Grooms2008-08-261-16/+1
| | | | | | | | | | not use the pkg system and the configuration has been migrated to an openvpn prefix. The centralized user and certificate manager is now used to support the openvpn configurations. Most of the files removed in this commit were not being referenced. This commit also splits out the certificate management components into a new system menu item.
* Implement a certificate authority and certificate webui that can be usedMatthew Grooms2008-08-091-0/+2
| | | | | | | | | | | | | | | | | | | | | to centrally manage this data. There are no consumers at this time. This interface allow for the following ... Certificate Authority Manager: - List certificates authorities - Import existing certificate authority - Create internal certificate authority Certificate Manager: - List certificates - Import existing certificate - Create internal certificate using an internal CA - Generate certificate signing request for external CAs - Process certificate signing response from external CAs Certificate revocation is not currently implemented. The user system will also be extended to allow for user specific certificate management in a follow-up commit.
* Add a right arrow icon supplied by hoba. This compliments the existingMatthew Grooms2008-08-061-2/+2
| | | | | | left arrow icon. Use the left and right arrow icons instead of the plus and x icons for moving users and groups between selection lists in the user and group manager screens.
* Add an interface to manage external authentication servers. The two typesMatthew Grooms2008-08-051-6/+8
| | | | supported currently are LDAP and Radius.
* Cleanup authentication code. The basic auth method, the passwd, htpasswdMatthew Grooms2008-08-031-3/+3
| | | | | | | | | | | | | 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-236/+236
| | | | | | | | 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
* Rewrite portions of the user manager to ensure data is properly synced toMatthew Grooms2008-07-251-177/+207
| | | | | | | | | | | the system password and group databases. This is to provide better support for centralized user management when local account administration is preferred. I also took this opportunity to do some housekeeping. A lot of funtions that were only being used in one place or not at all were removed. The user page privelege checks were also simplified in preperation for future work in this area.
* Continue interface improvementsErmal Luçi2008-06-211-4/+2
|
* Correctly save pages with . in the ACL.Scott Ullrich2008-02-201-2/+5
|
* Add cg2Scott Ullrich2008-02-201-0/+2
|
* Remove blank pageScott Ullrich2008-02-201-1/+0
|
* Rename Hidden: Exec to CommandScott Ullrich2008-02-201-1/+1
|
* Correctly save pages.Scott Ullrich2008-02-201-2/+7
|
* Speed product correctlyScott Ullrich2008-02-161-1/+1
| | | | Noticed-by: Martin
* s/package/Package/CVS: ↵Scott Ullrich2008-02-161-2/+2
| | | | ----------------------------------------------------------------------
* Add other misc areas.Scott Ullrich2008-02-161-0/+4
|
* Add other custom pkg.php areas.Scott Ullrich2008-02-161-0/+2
|
* * Add CARP Settings custom pkg handlerScott Ullrich2008-02-161-1/+3
|
* * Remove blank trailing lineScott Ullrich2008-02-161-3/+12
| | | | * Allow custom urls that include pkg.php to be saved
* Add custom priv for granting access to the user manager.Scott Ullrich2008-02-161-0/+8
|
* Turn Pages Accessible field foreground to white.Scott Ullrich2008-02-031-0/+1
|
* touch up textChris Buechler2008-01-081-2/+2
| | | | Ticket #1569
* Add product_copyright re-branding supportScott Ullrich2007-12-161-3/+3
| | | | | | | | Add product_copyright_years re-branding support Add product_website re-branding support Add product_email re-branding support Work sponsored-by: Centipede Networks
* List opt interfaces correctly.Scott Ullrich2007-12-031-3/+3
|
* Add multi user firewall nat port forward capabilities.Scott Ullrich2007-12-031-0/+19
|
OpenPOWER on IntegriCloud