summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced_admin.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix reported on http://forum.pfsense.org/index.php/topic,12043.0.htmlErmal Luçi2008-10-221-1/+1
|
* Still array handling changes on php5. Reported by: ↵Ermal Luçi2008-10-151-1/+1
| | | | http://forum.pfsense.org/index.php/topic,12043.0.html
* Fix issue reported by http://forum.pfsense.org/index.php/topic,12043.0.html.Ermal Luçi2008-10-141-1/+1
|
* Increase the page redirect time after switching between http and https. ItMatthew Grooms2008-09-101-2/+2
| | | | can take longer on slower embedded systems.
* Move the 'advanced users only' notice into the tab body so the tab headersMatthew Grooms2008-09-091-15/+11
| | | | are not displaced by this message.
* Cleanup the tab format of the system advanced pages. The edges were squareMatthew Grooms2008-09-091-178/+178
| | | | instead of rounded like most pfSense pages.
* Moves the protocol and certificate options out of the general config pageMatthew Grooms2008-09-091-63/+134
| | | | | | | | | | | | | to the Advanced admin access tab. The thought is that they should be next to each other. The certificate management has also been modified to use the centralized certificate manager. I took the liberty of removing the default certificate/key definitions from the web server configuration function as it is now trivial to create these locally. The global SSH authorized keys have also been removed. Any existing key data will be migrated to the admin account. I also added some new checks to ensure the sshd process is only restarted when its configuration has actually changed.
* uncomment the commented out functionality that actually restarts sshdBill Marquette2008-09-071-2/+2
| | | | when it's enabled
* Break out the advanced system options page into tabs group by categories.Matthew Grooms2008-09-041-0/+332
Fold the sysctl tunables page into a tab under the advanced options page. This reduces the top level menu options by one. There should be no functional changes.
OpenPOWER on IntegriCloud