Project

General

Profile

Download (25 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
aaec5634 07/15/2016 06:32 PM Renato Botelho

Review license / copyright on all files (final round)

8acd654a 07/14/2016 09:36 PM Renato Botelho

Review license / copyright on all files (1st round)

350a7001 07/09/2016 03:12 AM Chris Buechler

Leave this to 2.4 only for now. Revert "Omit non-qualified hostnames from unbound's local-data. Ticket #6064"

This reverts commit cde0ef17a60cffa4a54f3ab4922b77bc0447d068.

cde0ef17 07/09/2016 03:04 AM Chris Buechler

Omit non-qualified hostnames from unbound's local-data. Ticket #6064

6ecf66a9 04/21/2016 08:23 AM Chris Buechler

Switch domain overrides from stub-zone to forward-zone. Ticket #6065

f8a475f5 02/29/2016 04:50 PM → luckman212

Fix unbound.inc so zero value for *_num_tcp is honored

In the Unbound documentation, it is noted that setting "outgoing-num-tcp" to "0" disables TCP queries. In testing I noticed that although I could select & save a value of "0" in the Unbound Advanced Config, the actual value written to /var/unbound/unbound.conf was still the default "10". Apparently in PHP, a value of "0" still tests "false" for !empty(). Changing the test to isset() seems to fix the issue.

84588e00 02/06/2016 09:26 AM Chris Buechler

Don't include 127.0.0.0/8 in unbound.conf in forward mode. Ticket #5750

77d9edf5 01/26/2016 01:03 AM NOYB NOYB

Remove unnecessary checks. Code prevents var from being empty.

Wrap var in string with braces.

9a83872f 01/26/2016 01:03 AM NOYB NOYB

Move unbound local zone types array to function in unbound.inc.

Protect against breaking the system; check for valid unbound local zone type rather than just the setting existence.

09221bc3 01/15/2016 01:44 PM Renato Botelho

Update license on files from /etc/inc

1548bd35 01/13/2016 05:49 PM Phil Davis

Fix #5767 config validation errors when first enabling DNS Resolver

Generate a complete set of test conf files in /var/unbound/test subdir when doing the validation of the tentative config that is being saved.
This avoids any dependency on any of the "real" files already existing in /var/unbound and also avoids the chance of overwriting a live file that is currently in use by the running unbound....

6aa3723a 12/15/2015 06:03 PM Renato Botelho

Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever was the reason they were added, it was never finished and it's not being used

ca47c065 12/01/2015 12:42 PM NOYB NOYB

Services - DNS Resolver - System Domain Local Zone Type Option

Expose system domain unbound local-zone type to be configurable.

7cc0a76b 11/25/2015 01:54 AM Luiz Souza

It is not necessary to omit link-local for unbound. Ticket #4021

6cffaccc 11/24/2015 07:10 PM Chris Buechler

Now that the issue in 4062 is fixed, no need to omit link local here. Ticket #4021

01eacb56 11/21/2015 06:31 AM Chris Buechler

Bind to IP aliases correctly in Unbound. Ticket #5464

ab8f10f2 11/10/2015 04:54 AM Phil Davis

unbound_statistics section should be written to unbound.conf

The stuff generated by unbound_statistics() goes into unbound.conf
It had got separated out and was going nowhere. This puts the behavior back the way it was yesterday.

Note: There is a separate issue about this because the UI has no place to actually select the statistics settings. There is some upgrade code that looks like it was converting statistics settings from the old Unbound package into custom commands in the integrated Unbound. So it looks like the unbound_statistics() function can/should be removed???

a569071d 11/10/2015 04:42 AM Phil Davis

Add global so that unbound.conf gets written

to the correct place based on $g setting.

932711c7 11/10/2015 02:10 AM Matthew Smith

Rearrange calls in unbound.inc so config text can be generated without writing the actual file and a syntax check can be run. Rearrange services_unbound.php to wait until input checking is complete before saving things to global config and run syntax check as part of input checking. Implements #4411.

4eeb2809 10/22/2015 12:56 AM Chris Buechler

Check unbound root.key file contents, and remove it if invalid, before unbound-anchor runs otherwise it will fail and unbound will fail to start. fsync the file after writing to prevent the problem. Ticket #5334

46bc6e54 08/25/2015 05:49 PM Renato Botelho

Move main pfSense content to src/