summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced_admin.php
Commit message (Collapse)AuthorAgeFilesLines
* Change case of "NOTE" for consistency with the pages for the other tabs.Erik Fonnesbeck2012-02-231-1/+1
|
* Fix ssh key note to refer to DSA not just RSA since both work.jim-p2012-01-131-1/+1
|
* Consistency of NOTE vs Note as through the rest of the webGUI.Warren Baker2011-06-281-1/+1
|
* Add a GUI field to adjust the max number of processes for lighttpd.jim-p2011-06-171-0/+19
|
* Make autocomplete on the login form optional.jim-p2011-05-121-1/+19
|
* clarify textChris Buechler2011-03-311-1/+1
|
* Add the toggle to disable successful login messages, show actual help text ↵smos2011-03-021-1/+18
| | | | for redirect item
* fix DNS rebinding descrChris Buechler2011-01-181-4/+4
|
* Fix serial port note text.jim-p2011-01-141-1/+1
|
* make rebrand friendlyChris Buechler2010-12-291-1/+1
|
* Open link in new tab/windowScott Ullrich2010-11-131-1/+1
|
* Note that this textbox controls HTTP_REFERER hostname checks as wellScott Ullrich2010-11-101-1/+1
|
* * Adding function get_configured_ip_addresses() which returns all interfaces ↵Scott Ullrich2010-11-101-1/+19
| | | | | | | | | and their configured IP address * Add checkbox to System -> Advanced -> Admin for HTTP_REFERER checks * Add and enforce HTTP_REFERER check if checkbox is not checked. This will prevent HTML pages from crafting HTML GETs against the web interface and will prevent firewall admins from being "tricked" into clicking on links that may be harmful to their firewall.
* Rename 'name' to 'descr' for CA, Certificates, and CRLs, to gain CDATA ↵jim-p2010-10-191-1/+1
| | | | protection and standardize field names. Ticket #320.
* Bring gitsync to the new check_reload_status behaviour.Ermal2010-09-221-1/+1
|
* Use the new events mechanisms to dispatch events.Ermal2010-09-071-1/+1
|
* CA/CERT Movejim-p2010-09-011-1/+1
|
* Restart dnsmasq on change in case of dns rebinding changes -Scott Ullrich2010-08-301-0/+2
|
* Revert "Restart dnsmasq on change in case of dns rebinding changes"Scott Ullrich2010-08-301-2/+0
| | | | This reverts commit a94e3f2016bec3f72aae2fd3e1575515ff93f5f6.
* Restart dnsmasq on change in case of dns rebinding changesScott Ullrich2010-08-301-0/+2
|
* Merge remote branch 'mainline/master'Renato Botelho2010-08-121-1/+1
|\ | | | | | | | | | | | | | | | | Conflicts: usr/local/www/diag_smart.php usr/local/www/firewall_rules_edit.php usr/local/www/interfaces.php usr/local/www/load_balancer_pool_edit.php usr/local/www/pkg_mgr_settings.php
| * Fix printf/sprintf mixups.Erik Fonnesbeck2010-08-111-1/+1
| |
* | gettext fixesRenato Botelho2010-08-121-1/+1
|/
* Fixing gettext calls on system_advanced_admin.phpCarlos Eduardo Ramos2010-08-101-3/+3
|
* fix disable HTTP redirectChris Buechler2010-07-121-4/+4
|
* Add a text box where someone can enter in alternate hostnames for the system ↵jim-p2010-07-061-0/+24
| | | | to bypass the DNS rebind checks.
* Delete an accidentally duplicated line.jim-p2010-07-061-1/+0
|
* Add a checkbox to disable DNS rebinding checks if needed.jim-p2010-07-061-0/+19
|
* Fix this test, properly test if a variable is set. Fixes #691jim-p2010-06-291-1/+1
|
* Forward back to system_advanced_admin.php and not system.phpjim-p2010-06-291-1/+1
|
* Pass correct argument to killbyname and correctly check for sshdkeyonly ↵Ermal2010-06-231-1/+1
| | | | toggle. Ticket #691
* Use killbyname() instead of mwexec/killall directly.jim-p2010-06-181-1/+1
|
* Fix some errors in spelling, punctuation, grammar, etc.Larry Gilbert2010-06-121-2/+2
|
* Add to the System->Advanced an option to disable the redirect from port 80 ↵Ermal2010-05-241-0/+21
| | | | when on https.
* gettext fixesRenato Botelho2010-04-301-7/+7
|
* Fix gettext issuesCarlos Eduardo Ramos2010-04-291-5/+5
|
* Fix gettext issuesCarlos Eduardo Ramos2010-04-291-3/+3
|
* Fix gettext issuesCarlos Eduardo Ramos2010-04-291-11/+11
|
* Reviewing gettext()Vinicius Coque2010-04-271-10/+9
|
* Implement gettext()Carlos Eduardo Ramos2010-04-271-3/+3
|
* Implement gettext()Carlos Eduardo Ramos2010-04-261-38/+39
|
* Do not spread checking for value accross code. Do it in the function that is ↵Ermal Luçi2010-03-081-3/+3
| | | | supposed to do it.
* clarify textChris Buechler2010-01-291-5/+6
|
* Require filter.inc and shaper.incScott Ullrich2009-11-211-0/+3
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-2/+6
| | | | include 2009 on files that I have asserted (C) on
* Adding Notifications tabScott Ullrich2009-07-091-0/+1
|
* * Create two new functions lock($subsystem)/unlock() to have more reliable ↵Ermal Luçi2009-05-081-3/+1
| | | | | | | | | | | locking using semaphores. This function can sleep till the resource is free and can help find not well behaving code. * Remove most of the config_lock/config_unlock logics on the whole scripts/pages it is an abuse of this. If any sybsytem wants to lock can do so with its own lock. * Lock the config when doing a filter reload to avoid parallell recursion on this function, since it is not reentrant. This compenstates for the removal of lock aquiring from the scripts/pages. * config_lock/config_unlock are now compate shims that do nothing. They are preserved since packages 'abuse' them too.
* Rename to console optionsScott Ullrich2008-11-251-1/+1
|
* Make white space consistent between save button and bottom of tableScott Ullrich2008-10-251-0/+3
|
* More fixes on checkboxes.Ermal Luçi2008-10-221-1/+1
|
OpenPOWER on IntegriCloud