summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_unbound_advanced.php
Commit message (Collapse)AuthorAgeFilesLines
* Unbound advanced Invoming TCP Buffers validationPhil Davis2015-11-101-1/+1
| | | | There is a variable cut-paste error here. Actually it never makes any difference in practice because outgoing_num_tcp and incoming_num_tcp are both set, so the logic comes out the same. I noticed this while reviewing stuff in master for 2.3-ALPHA - might as well back-port stuff like this so that nobody who notices will worry about it in RELENG_2_2.
* Encoding in services_unbound_advanced.phpjim-p2015-06-161-2/+2
|
* Don't save config if input validation fails. Add input validation preventing ↵Chris Buechler2015-03-051-48/+55
| | | | "Harden DNSSEC Data" from being enabled if DNSSEC support isn't enabled.
* Remove the harden-glue option entirely and hard code it to yes. Ticket #4402Chris Buechler2015-03-051-15/+0
|
* touch up Unbound textChris Buechler2015-02-091-2/+2
|
* Add support for 0x20 DNS random bit support. Fixes #4205Warren Baker2015-01-281-1/+17
|
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* Fix unbound shortcut linksPhil Davis2014-12-281-0/+1
| | | | | | | | | | | | Fixes redmine #4151 1) Make the naming in shortcuts.inc more clear - forwarder=dnsmasq resolver=unbound 2) Make the value of $shortcuts_section correct in each dnsmasq and unbound php code 3) Make diag_logs_resolver.php smarter, so if dnsmasq is enabled, then show shortcuts for dnsmasq, otherwise show shortcuts for unbound. 4) Fix some references to forwarder in unbound code - should be resolver.
* Remove option that has now been merged into infra-host-ttl.Warren Baker2014-12-191-19/+1
|
* Add input validation to Unbound advanced settings page. Ticket #4050Chris Buechler2014-11-281-0/+40
|
* Add option to disable auto-added access-control entries for users who want ↵Chris Buechler2014-11-271-1/+14
| | | | to manually manage ACLs. Ticket #4023
* Clean up unbound advanced page HTMLChris Buechler2014-11-171-38/+12
|
* Change copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* Merge pull request #1328 from wagonza/masterRenato Botelho2014-11-031-10/+10
|\
| * Make sure defaults values are actually used. Fixes #3974Warren Baker2014-11-031-10/+10
| |
* | Fix indentRenato Botelho2014-11-031-30/+30
| |
* | Revert "Indent better"Renato Botelho2014-11-031-339/+339
|/ | | | This reverts commit a431bfc9e698c753d9a54218af9076184deb6251.
* Indent betterWarren Baker2014-11-031-339/+339
|
* Add bracesWarren Baker2014-11-031-20/+35
|
* Fix multiple issues on unbound advanced options GUI:Renato Botelho2014-07-151-102/+148
| | | | | | | | | | | - Drop many wrong key assignments to pconfig - Add missing keys to pconfig - Deal fine with boolean parameters - Mark subsystem dirty to require apply button - Drop calls to enable_change() - Remove unecessary js function enable_change() - Fix wrong <input> names - Change all <select> and text inputs fields to display current value
* Tidy up "services_unbound_advanced.php" XHTMLColin Fleming2014-04-041-12/+14
| | | | | | | | Add "closehead" variable and manually close HEAD Add CDATA sections to scripts Add SUMMARY to tables Update HTML Boolean operators Close INPUR
* Reference unbound subsystem as dirtyWarren Baker2014-03-291-1/+3
|
* Reference correct module nameWarren Baker2014-03-291-1/+1
|
* replaced uppercase html tags with lowercaseayvis2014-03-191-1/+1
| | | | js files saved as UTF-8 / LF language="JavaScript" deprecated, replaced with type="text/javascript"
* Merge branch 'master-br' of https://github.com/ayvis/pfsense into ↵Renato Botelho2014-03-171-20/+20
|\ | | | | | | ayvis-master-br
| * xhtml Complianceayvis2014-03-141-20/+20
| | | | | | replaced <br>, <br/> and </br> with <br />
* | standardize on www.pfsense.org and HTTPS, point package URLs toChris Buechler2014-03-141-1/+1
|/ | | | packages.pfsense.org
* Some grammer fixes spotted by Phil DavisWarren Baker2014-01-301-1/+1
|
* FormattingWarren Baker2014-01-291-232/+262
|
* Add GUI components for UnboundWarren Baker2014-01-291-0/+355
|
* Backout Unbound for now bring back in 2.2. Fixes #2817Warren Baker2013-02-141-354/+0
|
* Add post config and correct variable namesWarren Baker2012-04-051-27/+33
|
* A minor typo fixedPhil Davis2012-04-051-1/+1
|
* A whole bunch of changes to the general settings page and advanced settingsWarren Baker2012-04-051-242/+227
|
* Add Unbound GUI bitsWarren Baker2012-04-051-0/+363
OpenPOWER on IntegriCloud