correct a few typos that made these files unparsable
services_unbound - added missing $-sign to variablexmlrcp - removed redundant closing brackets. Some trailing whitespacealso got removed
Ticket #3997, teach code to track carp through uniqids(). Missing carp GUI changes and upgrade code
Fix #4090:
- Unbound advanced options may contain double quotes and it breaks thesyntax when a backup is restored because newlines are trimmed. Save itin base64 format is a safe way to prevent it- Bump config version to 11.5- Provide upgrade code to encode current config or the one that came...
Fix lineup of copyright lines
and module names and other bits of formatting and typos in headercomment sections.
Welcome 2015
Fix unbound shortcut links
Fixes redmine #41511) Make the naming in shortcuts.inc more clear - forwarder=dnsmasqresolver=unbound2) Make the value of $shortcuts_section correct in each dnsmasq andunbound php code3) Make diag_logs_resolver.php smarter, so if dnsmasq is enabled, then...
Add a shortcut for unbound and enable it
Don't include link-locals as unbound interface candidates
Unbound does not presently support link-local interfaces.
Fix input validation for DNS resolver when localhost is enabled in resolv.conf and "all" chosen in Network Interfaces. While here, set something other than '' when all is chosen.
If localhost is configured to be included in resolv.conf, force its selection in Unbound. The resolv.conf logic prevents that from being a problem, but people don't seem to realize they have to pick that to use Unbound for the host itself. Force it here rather than just silently skipping its inclusion in resolv.conf.
Display Resolver host override aliases
On the main unbound resolver GUI page, like they display on the dnsmasq forwarder GIU page.As per forum: https://forum.pfsense.org/index.php?topic=78356.msg462345#msg462345
Use appropriate size for the interface selects. Ticket #3989. clean up some text while here
fix Unbound Advanced options
Make sure dhcpleases use correct pid file for dnsmasq or unbound. Fixes #4008
Change copyright statement to reflect reality
Fix indent
Revert "Indent better"
This reverts commit a431bfc9e698c753d9a54218af9076184deb6251.
Indent better
Add braces
Review all parameters on unbound main GUI, fix boolean params and add missing ones. Also make it work properly with 'apply'
Fix indent and whitespaces
Some GUI tweaks on unbound main screen
Make sure domain+host overrides are deleted
Make sure the correct interface is selected once the config has been saved. Fixes #3620
Make sure that the DNS Forwarder/Resolver is actually capable of accepting queries on localhost before using it as a DNS server.
Tidy up XHTML
Update HTML Boolean operator (multiple)Change ONCLICK to lower caseAdd missing semi-colon
Tidy up "services_unbound" XHTML
Add "cloeahead" variable and manually close HEADAdd CDATA sections to scriptsAdd SUMMARY to tablesUpdate HTML Boolean operatorsClose INPUTRemove duplicate closing TD tagMove TFOOT tag between THEAD and TBODY (quirk of HTML)...
Dont unnecessarily unset
Fix tab indents and make sure interfaces are saved correctly
Make sure interface selection works
Reference correct dirty subsystem
Ensure TXT support on host descriptions actually works
Reference correct unbound hosts edit file
Merge pull request #1031 from ayvis/master-br-patch
replaced uppercase html tags with lowercase
Add TXT Support
Ensure options are still checked after post
Make sure post variables are available for form re-population
Fix display of port
Various cleanups and shuffle of fields
replaced uppercase html tags with lowercasejs files saved as UTF-8 / LFlanguage="JavaScript" deprecated, replaced with type="text/javascript"
Merge branch 'master-br' of https://github.com/ayvis/pfsense into ayvis-master-br
standardize on www.pfsense.org and HTTPS, point package URLs topackages.pfsense.org
xhtml Compliancereplaced <br>, <br/> and </br> with <br />
Some grammer fixes spotted by Phil Davis
Table summary fix
Add GUI components for Unbound
Backout Unbound for now bring back in 2.2. Fixes #2817
Remove custom options from basic settings page
Ensure interfaces are saved correctly
Handle enable/disable options
Add input checks
Add select box for outgoing queries
A whole bunch of changes to the general settings page and advanced settings
Add Unbound GUI bits