summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system.php
Commit message (Collapse)AuthorAgeFilesLines
* Clarify textjim-p2011-08-301-4/+4
|
* Move the option to exclude localhost as a DNS server under System > General ↵jim-p2011-08-301-0/+16
| | | | so it is grouped with other system DNS options in a more logical location.
* Fix braindead code!Ermal2010-09-171-2/+1
|
* Remove extra quotes that were added around some strings when adding ↵Erik Fonnesbeck2010-08-111-1/+1
| | | | printf+gettext in some areas.
* Fix printf/sprintf mixups.Erik Fonnesbeck2010-08-111-1/+1
|
* Fix some errors in spelling, punctuation, grammar, etc.Larry Gilbert2010-06-121-1/+1
|
* gettext fixesRenato Botelho2010-04-301-5/+5
|
* gettext cannot deal with string concatenationRenato Botelho2010-04-301-5/+5
|
* Fix gettext()Renato Botelho2010-04-291-2/+1
|
* Fix gettext issuesCarlos Eduardo Ramos2010-04-291-4/+4
|
* Fix gettext issuesCarlos Eduardo Ramos2010-04-291-14/+14
|
* Fixing gettext() implementation for required fieldsVinicius Coque2010-04-281-1/+1
|
* Fix : for translationsRenato Botelho2010-04-271-1/+1
|
* Rwviewing gettext()Vinicius Coque2010-04-271-2/+2
|
* Implement gettext()Carlos Eduardo Ramos2010-04-271-34/+34
|
* Add a few more examples to the list of domain examples.gnhb2010-04-061-1/+1
|
* Don't use "local" as a domain. It breaks DNS resolution for hosts running mDNS.gnhb2010-04-061-1/+3
| | | | | | | | | | | | | | | | | | | | | The "local" search domain signifies to local hosts that are running mDNS (bonjour or avahi) that mDNS is to be used to look up local hosts instead of doing a normal DNS query to the server listed in /etc/resolv.conf on the local host. Also, hosts running bonjour or avahi can not ping or reach *any* other host by name if it is not running some mDNS implementation. Essentially, if DHCP tells the local host that it's search domain is "local" then hosts running mDNS will not query the pfsense DNS server for any local lan DNS lookups. See here on apple's website: http://support.apple.com/kb/TA20999?viewlocale=en_US Quote from above link: "To indicate that the name should be looked up using local multicast instead of a standard DNS query, all Bonjour host names end with the extension ".local."
* fix for disabled theme selectionChris Buechler2009-12-211-1/+3
|
* 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
|
OpenPOWER on IntegriCloud