summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system.php
Commit message (Collapse)AuthorAgeFilesLines
...
* add ability to hide theme selectionChris Buechler2009-12-171-0/+2
|
* Remove GMT time zone items which are actually reversed and confusing. ↵sullrich2009-11-281-0/+1
| | | | Resolves #176 - http://www.freebsd.org/cgi/query-pr.cgi?pr=24385
* 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/+5
| | | | include 2009 on files that I have asserted (C) on
* Make this ressemble other pages for styleErmal Luçi2009-07-101-0/+7
|
* Append several functions the filter_ prefix to know they are part of ↵Ermal Luçi2009-07-081-1/+1
| | | | | | filter.inc as any other function in this file. Remove a call to system_routing_configure on filter_configure_sync since these should have been taken care from the respective subsystem.
* * Create two new functions lock($subsystem)/unlock() to have more reliable ↵Ermal Luçi2009-05-081-4/+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.
* Use friendly interface name (in this case WLAN) as opposed to OPT1 which ↵Scott Ullrich2009-03-141-1/+2
| | | | means nothing to me.
* Revert "Merge IPv6 changes"Chris Buechler2009-02-151-16/+2
| | | | This reverts commit f193cf92b2c925a2f3f71a713d766efd1e4d81e0.
* Merge IPv6 changesSimon Cornelius P. Umacob2009-01-201-2/+16
|
* Show interface/gateway selection on dns list configuration only if we are on ↵Ermal Luçi2009-01-051-2/+2
| | | | multiwan. This avoids some confusion on why the lists are blank.
* Add input validation so users do not add gateways to local dns serversSeth Mos2008-11-111-0/+15
|
* Correct TypoSeth Mos2008-11-111-1/+1
|
* Correctly load dns gatewa setting from config.Seth Mos2008-11-111-7/+11
| | | | | FIXME, somehow entry 3 is always missing. Settings the gateway on 3 sets it on 1 in the config.xml
* Correct the broken multiwan check.Seth Mos2008-11-111-14/+23
| | | | | It now works properly with dynamic gateways too. Things to do, add static routes, input validation that no gateways are assigned to dns servers on a directly connected subnet.
* Make white space consistent between save button and bottom of tableScott Ullrich2008-10-251-0/+3
|
* Reload the filter. Plugins might need to run.Scott Ullrich2008-10-191-0/+3
|
* Whitespace and minor bug fixes for system general setup page.Matthew Grooms2008-09-091-133/+183
|
* Rename interfaces_wan_configure to interface_configure now that it is used ↵Ermal Luçi2008-09-091-1/+2
| | | | for all assigned interface configuration.
* Moves the protocol and certificate options out of the general config pageMatthew Grooms2008-09-091-47/+0
| | | | | | | | | | | | | 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.
* Make page look more consistent by adding a listtopic CSS entry for SystemScott Ullrich2008-08-301-0/+3
|
* Cleanup authentication code. The basic auth method, the passwd, htpasswdMatthew Grooms2008-08-031-10/+0
| | | | | | | | | | | | | 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-0/+8
| | | | | | | | 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
* correctly output product nameBill Marquette2008-01-271-2/+2
|
* show dns values correctlyScott Dale2007-12-301-1/+2
|
* Make DNS $pconfig variables more consistentScott Ullrich2007-12-171-1/+1
|
* Save all 4 DNS servers correctlyScott Ullrich2007-12-171-1/+18
|
* Add product_copyright re-branding supportScott Ullrich2007-12-161-2/+2
| | | | | | | | Add product_copyright_years re-branding support Add product_website re-branding support Add product_email re-branding support Work sponsored-by: Centipede Networks
* Correctly show and save DNS entriesScott Dale2007-12-121-1/+1
|
* Convert the dns server code into a for loop and add 2 more dns servers on. ↵Scott Ullrich2007-12-091-27/+10
| | | | Now we can easily control how many dns servers we want to allow entry for. Also get rid of code duplication.
* Move route delete items to system.inc so they are performed on every changeScott Ullrich2007-12-091-4/+0
|
* Show interfaces. Cleanup presentation.Scott Ullrich2007-12-081-15/+35
|
* Populate $ints with the interface list correctlyScott Ullrich2007-12-081-1/+3
|
* When multiple gateways are present (muliwan) show a dropdown box next to ↵Scott Ullrich2007-12-081-3/+55
| | | | each dns server allowing the operator to select which gateway the dns server should use to resolve addresses.
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-2/+1
|
* global s/[wW]ebGUI/webConfigurator/ - brought up via ticket #1427Bill Marquette2007-10-171-4/+4
|
* Ticket #1456 - drop one level of verbosity in tcpdump. Some protocolsBill Marquette2007-10-051-1/+1
| | | | | | | will still decode to multi-line message - not an easy fix. Doesn't appear to break non-raw log display Add VRRP as a protocol type in the decode
* We Do not validate username field anymore on this page. Has been removed for ↵Scott Dale2007-09-061-9/+2
| | | | user manage.
* Fixing css layoutSeth Mos2007-09-011-24/+8
|
* Restart filter logging process after timezone change so that the entries ↵Scott Ullrich2007-07-061-0/+11
| | | | reflect the correct time and date.
* Remove flush code, we do this by default now.Scott Ullrich2007-02-141-3/+0
|
* Switch to OpenNTPD.Scott Ullrich2006-10-021-5/+7
|
* Move theme selector to general screenScott Ullrich2006-04-021-1/+32
| | | | Ticket #895
* Go back to 10 seconds now that check_reload_status is healthy again.Scott Ullrich2006-03-111-2/+2
|
* Increase wait time to 20 seconds to give slower platforms a chance to catch upScott Ullrich2006-03-111-2/+2
|
* Use check_reload_status to reload webGUIScott Ullrich2006-01-051-2/+4
|
* Remove #!/usr/local/bin/phpScott Ullrich2006-01-021-1/+0
|
* Save new password correctlyScott Ullrich2005-10-091-4/+4
|
* * Sync root and admin passwordsScott Ullrich2005-10-041-8/+0
| | | | * Move sync logic into pfsense-utils:sync_webgui_passwords()
* Move sync passwords earlier upScott Ullrich2005-09-211-2/+0
|
OpenPOWER on IntegriCloud