Add privileges to CP 'Allowed hostnames' and fix a typo on edit IPs
Cosmetic change, s/manager/Manager/ to keep make it consistent with other entries
Remove exec_raw.php since its gone and add browser.php to the list of matches for Edit File Page
Update etc/inc/priv.defs.inc
Include privileges for Diagnostics Sockets page
Fix ntp name here too
Move some of the log file tabs around.Add seperate tabs for dnsmasq,unbound as well as gateways.
Match pftop page exatly with privilege, there is no other page that glob would catch. Fixes #1845
Add DHCPv6 relay pages for the DHCPv6 relay. Ticket #1663
Include the rate output in the privilege for the traffic graph.
Move these permissions to user.priv.inc so they don't get blasted when priv.defs.inc is automatically regenerated.
Conflicts:
etc/inc/priv.defs.inc
Add Dashboard privilege which is a collection of all required pages for the dashboard. Partial fix for ticket #620 - may do something more for 2.1
Fix priv name
Add privilege to directly access dashboard widgets if needed for ajax.
If a user has access to RRD graphs, also let them access the actual RRD graph images.
Implement gettext
Merge remote-tracking branch 'mainline/master' into inc
Conflicts: etc/inc/priv.defs.inc
Regenerate permissions
Conflicts: etc/inc/voucher.inc usr/local/www/fbegin.inc
Ticket #1412. Fixing the access login to the user manager presented another problem since now users cannot change their passwords anymore. Allow this through another page and an extra priviledge needed to be added to the user for allowing them to change the password.
Conflicts: etc/inc/interfaces.inc etc/inc/priv.defs.inc etc/inc/shaper.inc etc/inc/system.inc
Conflicts: etc/inc/auth.inc etc/inc/config.lib.inc etc/inc/filter.inc etc/inc/pfsense-utils.inc etc/inc/pkg-utils.inc etc/inc/priv.defs.inc etc/inc/services.inc...
Make sure to uses 'tables' in array.
Remove legacy Bogons Privileges page and add Tables to Privileges.
Fix ticket #1126
Add missing pages to the authentication system.
Fix gettext in priv.defs.inc
Remove trailing carriage return
Merge remote branch 'mainline/master' into inc
Conflicts: etc/inc/auth.inc etc/inc/config.lib.inc etc/inc/priv.defs.inc etc/inc/system.inc etc/inc/upgrade_config.inc etc/inc/vpn.inc
Also mention that this allows access to the dashboard.
Implement gettext() calls on priv.defs.inc
Separate RRD graph settings to a separate entry.
Do not forget status_rrd_graph.php. Spotted-by: Effone
Fixes #774. Add some pages to match under proper category.
remove duplicated entry.
rename slbd pages since this is no longer slbd
this page is status, not diag.
change privs too
Add files to obsolete list. Correct permission for renamed(why?) ppp pages.
Clean up of last revert commit. Revert requested by CMB. (Bring back PPP tab in diag_logs).
All client side connection of PPPoE, PPP, and PPtP will be logged under the PPP tabfor easy separation of normal system messages from mpd's verbose connection logging,...
Revert "Remove PPP tab these all go to the system log now."
This reverts commit 62e74b4261b4044f523ade7c3b45e4484bbd2f8d.
usr/local/www/diag_logs_slbd.php
Ticket #462. Remove references to slbd it is not used anymore.
Remove PPP tab these all go to the system log now.
Add interfaces_wireless.php and interfaces_wireless_edit.php to priv.defs.inc
Update default privs
Reviewed-by: scott@ and billm@
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additions
Adding System: Advanced: Notifications to priv list
Catch up with file rename.
Merge lan configuration to the interfaces_wan.php page wich does the configuration of allother assigned interfaces.
Update the privilege definitions using the makepriv utility.
Rewrite the pfsense privilege system with the following goals in mind ...
1) Redefine page privileges to not use static urls2) Accurate generation of privilege definitions from source3) Merging the user and group privileges into a single set4) Allow any privilege to be added to users or groups w/ inheritance...