| Commit message (Expand) | Author | Age | Files | Lines |
* | Ensure loopback address is not affected | Warren Baker | 2011-12-22 | 1 | -3/+3 |
* | Fix check so rogue access-allow doesnt b0rg the config | Warren Baker | 2011-12-19 | 1 | -4/+3 |
* | Dont add CARP Addresses to the allow list - they will be covered by the inter... | Warren Baker | 2011-11-14 | 1 | -0/+3 |
* | Add support for a query from interface and remove the Disabled option for sta... | Warren Baker | 2011-11-06 | 1 | -5/+77 |
* | Add the ability to disable statistics | Warren Baker | 2011-11-06 | 1 | -1/+4 |
* | Check to see if file is link, if not then whack and create a symbolic link. A... | Warren Baker | 2011-09-30 | 1 | -1/+3 |
* | Handle snoop acl correctly | Warren Baker | 2011-09-29 | 1 | -1/+2 |
* | Late nights equal though processes to suffer and thus mistakes start to happe... | Warren Baker | 2011-09-29 | 1 | -1/+1 |
* | Add function to determine next available ACL id and replace spaces with _ for... | Warren Baker | 2011-09-29 | 1 | -0/+21 |
* | Make sure advanced options, for optimization, are actually used | Warren Baker | 2011-09-28 | 1 | -1/+1 |
* | Link dnsmasq.pid to unbound so dhcpleases can send sighup and not complain | Warren Baker | 2011-09-27 | 1 | -0/+3 |
* | Err...use host and not IP. | Warren Baker | 2011-09-03 | 1 | -1/+1 |
* | If host in hosts overrides is empty then dont add a '.' pre-pending the domain. | Warren Baker | 2011-09-03 | 1 | -5/+7 |
* | For some reason global variable was not been obeyed in eval(), so reworked lo... | Warren Baker | 2011-08-21 | 1 | -13/+12 |
* | Fix for non-ipv6 versions and remove whitespaces | Warren Baker | 2011-08-18 | 1 | -17/+26 |
* | Remove v6 address (for now) from control section. | Warren Baker | 2011-08-14 | 1 | -1/+0 |
* | Correctly handle v6 addresses that are configured in host overrides | Warren Baker | 2011-08-14 | 1 | -1/+4 |
* | Make sure loopback is used when selected. Add ::1 as well, also configured th... | Warren Baker | 2011-08-12 | 1 | -2/+14 |
* | Ordering of custom options comes before remote control. | Warren Baker | 2011-07-31 | 1 | -9/+14 |
* | Add custom options section under Advanced. So users can add their own unbound... | Warren Baker | 2011-07-31 | 1 | -0/+9 |
* | Correctly handle multiple network interfaces and version bump. | Warren Baker | 2011-06-24 | 1 | -13/+24 |
* | Setup IPv6 localhost data | Warren Baker | 2011-06-19 | 1 | -0/+4 |
* | Refactor network interface setup and now configure Unbound to listen on IPv6. | Warren Baker | 2011-06-19 | 1 | -40/+37 |
* | Config file updated to cater for Advanced settings and support added for IPv6... | Warren Baker | 2011-06-12 | 1 | -37/+92 |
* | make sure restoration of cache works and doesnt try to get loaded before Unbo... | Warren Baker | 2011-03-02 | 1 | -10/+9 |
* | Update Copyright date. | Warren Baker | 2011-01-31 | 1 | -1/+1 |
* | Remove cache dump at uninstall time and utilize unlink(). | Warren Baker | 2011-01-31 | 1 | -3/+4 |
* | Extra dump_cache not needed. | Warren Baker | 2011-01-31 | 1 | -2/+1 |
* | Missing dump_cache on uninstall. | Warren Baker | 2011-01-31 | 1 | -0/+1 |
* | Remove manual user deletion (its handled by the pkg removal process). Also ad... | Warren Baker | 2011-01-31 | 1 | -3/+21 |
* | Bypass validation and tell Unbound this is a non-DNSSEC domain. Domainoverrid... | Warren Baker | 2011-01-16 | 1 | -0/+1 |
* | Syntax error for allow_snoop validation. | Warren Baker | 2011-01-16 | 1 | -1/+1 |
* | First check to see if previous config before choosing listening interfaces. | Warren Baker | 2011-01-16 | 1 | -5/+9 |
* | Correct use of !is_array() not !array() *chortle* | Warren Baker | 2011-01-13 | 1 | -3/+3 |
* | Added Unbound ACL's page, users can now specify which networks are allowed to... | Warren Baker | 2011-01-12 | 1 | -6/+42 |
* | Ensure number is not a negative. | Warren Baker | 2011-01-11 | 1 | -3/+13 |
* | Add option to disable TXT support(txts were created automatically containing ... | Warren Baker | 2011-01-04 | 1 | -10/+81 |
* | Add DNS Rebinding check as checkbox. If any DNS answers return RFC1918 addres... | Warren Baker | 2010-12-17 | 1 | -9/+19 |
* | Make sure filesystem is writable at install time and when root files are been... | Warren Baker | 2010-12-17 | 1 | -0/+7 |
* | Ensure forward upstream servers are saved. | Warren Baker | 2010-12-17 | 1 | -1/+0 |
* | Set number of operating threads equal to number of cpu/cores | Scott Ullrich | 2010-12-15 | 1 | -1/+10 |
* | private-domain: was needed to ensure responses with RFC1918 addresses are all... | Warren Baker | 2010-12-14 | 1 | -12/+24 |
* | Only print stub-prime: once. | Warren Baker | 2010-12-14 | 1 | -1/+1 |
* | forward-zone: expect upstream DNS server to be authorative for everything. So... | Warren Baker | 2010-12-14 | 1 | -2/+3 |
* | Add unbound_validation() to ensure that DNSMasq is not enabled, if so dont di... | Warren Baker | 2010-12-07 | 1 | -10/+10 |
* | Use correct quotes for TXT records and escape quotes. | Warren Baker | 2010-12-06 | 1 | -2/+3 |
* | Add function to read /etc/hosts file for any DHCPLeases updates on resave/res... | Warren Baker | 2010-12-06 | 1 | -9/+51 |
* | Correctly handle /etc/hosts entries and static DHCP entries. | Warren Baker | 2010-12-06 | 1 | -6/+55 |
* | Actually remove the touch() and not add it. | Warren Baker | 2010-12-02 | 1 | -1/+0 |
* | Added configurable Statistics settings. | Warren Baker | 2010-12-02 | 1 | -5/+19 |