summaryrefslogtreecommitdiffstats
path: root/usr/local/www/fbegin.inc
Commit message (Collapse)AuthorAgeFilesLines
* Re-add WOL to the services menu, it apparently disappeared in an earlier commit.jim-p2012-11-141-0/+1
|
* Switch to ntpd from ports, add Services > NTP to select interfaces for ↵jim-p2012-05-301-0/+1
| | | | | | | | | binding. Respect old ntp settings in the process. Conflicts: etc/inc/system.inc usr/local/www/fbegin.inc
* With FreeBSD's ntpd, the current options are irrelevant, but we can have a ↵jim-p2012-05-151-2/+1
| | | | | | | | nice status page Conflicts: usr/local/www/fbegin.inc
* s/OpenNTPD/NTP/ for log pages and menu entry, to save space (and make it ↵jim-p2012-05-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | easier if we switch) Conflicts: usr/local/www/diag_logs.php usr/local/www/diag_logs_auth.php usr/local/www/diag_logs_dhcp.php usr/local/www/diag_logs_filter.php usr/local/www/diag_logs_filter_summary.php usr/local/www/diag_logs_gateways.php usr/local/www/diag_logs_ipsec.php usr/local/www/diag_logs_ntpd.php usr/local/www/diag_logs_openvpn.php usr/local/www/diag_logs_ppp.php usr/local/www/diag_logs_relayd.php usr/local/www/diag_logs_resolver.php usr/local/www/diag_logs_routing.php usr/local/www/diag_logs_settings.php usr/local/www/diag_logs_vpn.php usr/local/www/diag_logs_wireless.php usr/local/www/fbegin.inc
* ARP table is singularChris Buechler2012-02-211-1/+1
|
* Correct the link to index.php so it always works correctly.Ermal2011-08-021-1/+1
|
* Ticket #1412. Provide even a link to this page through System->User ManagerErmal2011-06-061-2/+5
|
* Pass $notices to print_notices(), since it requires a parameter.jim-p2011-02-151-1/+1
|
* fix url for jumptoScott Ullrich2011-02-061-1/+1
|
* If product name == pfSense show a link to redmine / bug databaseScott Ullrich2011-02-061-1/+3
|
* Warn users a different way if packages are being reinstalled in the ↵jim-p2011-01-241-0/+5
| | | | background. Only lock out package pages, still print a giant warning on the others. (Some people were getting stuck in this state http://forum.pfsense.org/index.php/topic,32531.0.html )
* Rename this variable to avoid collisions. Fixes #1067jim-p2010-12-031-2/+2
|
* Make pfTop uniformScott Ullrich2010-11-301-1/+1
|
* Rename to pfInfo for consistencyScott Ullrich2010-11-231-1/+1
|
* Adding Diagnostics: LimiterScott Ullrich2010-11-231-0/+2
|
* Adding Diagnostics: pf Info which shows the output of pfctl -vvi and pfctl ↵Scott Ullrich2010-11-231-0/+1
| | | | -vvI via AJAX
* One more potential XSS vector. Not sure how it would have text injected ↵jim-p2010-11-121-1/+1
| | | | here, but better safe than sorry.
* More notice XSS fixes.jim-p2010-11-121-4/+4
|
* Fix XSS in notices.jim-p2010-11-121-2/+2
|
* Fix Misc XSS issuesScott Ullrich2010-11-091-1/+1
|
* Fix misc input validation errors. Move routed/* to same dir as pkg itemsScott Ullrich2010-11-061-1/+1
|
* Make the $pgtitle output a link back to the current page for a convenient ↵jim-p2010-10-261-1/+1
| | | | way of reloading.
* Clear some forgotten </img> </font> tags.Ermal2010-10-221-3/+2
|
* Remove redundant 'Show Bogons' link and added Bogons list to Diagnostics -> ↵Warren Baker2010-09-021-1/+0
| | | | Tables while preserving the same download functionality.
* Rename to 'Tables'. Ticket #850Scott Ullrich2010-08-251-1/+1
|
* Default to the 'pools' tab of the inbound load balancer, and move the ↵jim-p2010-08-101-1/+1
| | | | monitor tab to the end.
* NAT is useful with single interface systems too, both rdr and outboundChris Buechler2010-08-011-2/+1
|
* Add NAT-PMP support to UPnP. Fixes #262. Thanks to Salvatore LaMendola for ↵jim-p2010-07-141-2/+2
| | | | the patch.
* Add Diagnostics > SMART Status for ATA HDDs. (Some functionality disabled, ↵jim-p2010-07-121-0/+1
| | | | still needs hooked into notifications, and service code for smartd)
* rename slbd pages since this is no longer slbdChris Buechler2010-07-111-1/+1
|
* this page is status, not diag.Chris Buechler2010-06-141-1/+1
|
* Adding option to show the PF overload tables (sshlockout, virusprot) and the ↵Scott Ullrich2010-06-101-0/+1
| | | | ability to delete individual or all entries
* Add a way to show status/log icons by the help icon. Define $statusurl ↵jim-p2010-06-011-1/+9
| | | | and/or $logurl in the same manner as $pgtitle and if the variables are defined and not empty, the shortcut icons will appear. Ticket #623.
* fix seperation between href and classthompsa2010-05-141-1/+1
|
* Fix package URLs that use $myurl. Resolves #584jim-p2010-05-101-1/+1
|
* Do not use the presence of lan as an indicator of having only one interface. ↵Ermal2010-04-161-5/+4
| | | | Actually deduce that from the count of interfaces. It is perfectly legal on 2.0 to not have a lan interface and only opt/wan ones.
* Add a new global option, disablehelpicon, to hide help icon from all pagesRenato Botelho2010-04-081-0/+2
|
* Add a diag page for authentication.Ermal Luçi2010-03-091-1/+2
|
* Add Diagnostics > States Summary, which produces a report summarizing pf ↵jim-p2010-02-051-0/+1
| | | | states by IP and protocol.
* Add FreeBSD handbook to Help menuScott Ullrich2009-12-231-0/+1
|
* add ability to hide help menuChris Buechler2009-12-171-10/+14
|
* Escape $myurl so that it can be replacedScott Ullrich2009-11-211-5/+2
|
* Lots of help page mappings to newly created content. Adjust package editing ↵jim-p2009-11-171-1/+2
| | | | logic a tad.
* Align the help link to the right of the title. Less wasted space this way.jim-p2009-11-171-2/+5
| | | | Seems to work OK in FF, IE8, and Opera. If anyone knows a better way to align images to the right, I'm all ears.
* Make help link open in a new windowjim-p2009-11-151-1/+1
|
* Add support for contextual help on each page. Add a help icon to the upper ↵jim-p2009-11-151-2/+35
| | | | right, and an entry under the Help menu. (Text, style, placement, etc are open for suggestions)
* Fix a couple menu options which has their parameters reversedjim-p2009-10-181-2/+2
|
* When a user clicks on System -> Packages take them to the installed packages ↵Scott Ullrich2009-10-171-1/+1
| | | | tab by default. This will help remind them of package updates that are needed before insalling a new package
* Default to the Load Balancer Monitors tabScott Ullrich2009-10-161-1/+1
|
* Oops, use the pfSense jumpto service for the Book and add a pfSense custom ↵Scott Ullrich2009-10-021-1/+2
| | | | search portal powered by google that is limited to specific pfSense
OpenPOWER on IntegriCloud