summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system.php
Commit message (Collapse)AuthorAgeFilesLines
* Enhanced validation of general DNS servers and gatewaysPhil Davis2014-02-171-12/+61
|
* fix text - add space between sentences. This got lost in another commitWarren Baker2013-08-051-1/+1
|
* Update system.phpN0YB2013-08-051-1/+1
| | | | | | fix text - s/by/be Conflicts: usr/local/www/system.php
* Update system.phpN0YB2013-08-051-1/+1
| | | fix text - add space between sentences.
* Tidy up System:General Setup XHTMLColin Fleming2013-03-071-22/+20
| | | | | Close INPUT tags Tidy up HTML boolean operators
* Fix up tcpdump for pflog stop/start a little, consolodate code, and restart ↵jim-p2012-09-041-8/+1
| | | | tcpdump for pflog when saving log settings.
* Make sure that we only perform validation if the GW name is filled as well ↵smos2012-05-251-5/+7
| | | | as a IP address
* Clarify the error message to something usefulsmos2012-05-251-2/+5
|
* Allow saving on system.php if the gateways are down.smos2012-05-201-2/+2
|
* Unbreak the system general DNS settings, it would not work anymore when set ↵smos2012-04-201-1/+1
| | | | to none.
* Do not throw a address family error when there is just 1 gateway.smos2012-04-131-1/+1
| | | | Fix the input logic for ticket #1662
* Adding multi-language support to WebGUIVinicius Coque2012-02-271-0/+24
|
* The function split() is replaced by the function explode(). Starting with ↵smos2012-01-191-1/+1
| | | | | | PHP 5.3 this is deprecated and with version 6 gone. Replacing it surpresses all the warnings
* 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 the address family check to skip empty DNS gateway fieldSSeth Mos2011-08-241-2/+2
|
* Change the DNS interface code to DNS gateway code. This will need upgrade ↵Seth Mos2011-08-241-43/+46
| | | | code for existing configs.
* makes correct use of printf and gettextVinicius Coque2011-07-181-1/+1
| | | | removes variables names and replace it with '%s'
* enlarge various address fields for IPv6 addressesSeth Mos2011-03-171-1/+1
|
* 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.
OpenPOWER on IntegriCloud