Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BIND - clean up zone code | Stuart Wyatt | 2015-04-09 | 1 | -6/+23 |
| | | | | | | | | | Trim trailing ; from forwarders since ; is added when it is written to the config. Since it's a list of semi-colon separated values, users can accidently add a trailing ; Only ensure the view folder exists if the zone is not a 'forward' zone since forward zones are only in named.conf and don't have a .DB file Add allow-query statements to slave and redirect zones Add allowquery and allowupdate fields to on_type_zone_changed() Use isempty() on customoptions and forwarders to skip adding empty statements Use isempty() instead of == '' on some statements | ||||
* | BIND - add support for named command line options -4 and -6 | Stuart Wyatt | 2015-04-09 | 2 | -5/+20 |
| | | | | | | | | -4 and -6 restrict the resolver to use the IPv4 and IPv6 transports respectively. The option is needed for the cases such as when you have IPv6 enabled on the LAN, but the WAN does not support IPv6. Add a list of choices with IPv4+IPv6 (default), IPv4 (only) and IPv6 (only) If IPv4 is selected, -4 will be added to the command line If IPv6 is selected, -6 will be added to the command line | ||||
* | BIND - add support for IPv6 reverse zones | Stuart Wyatt | 2015-04-09 | 2 | -2/+23 |
| | | | | | | | Add a supplemental checkbox to "Reverse Zone" which further qualifies the reverse zone as an IPv6 reverse zone. The resulting zone name will be *.ipv6.arpa rather than *.ip-addr.arpa This change was originally submitted by https://github.com/cuteredstorm/pfsense-packages/commit/2b4e8084a92c8e9936f1b2fdca8272d29217c20a for Bug #4553 | ||||
* | BIND - add global settings for named.conf | Stuart Wyatt | 2015-04-09 | 2 | -0/+19 |
| | | | | | | Add field similar to custom options, but for global settings. Rather than being added to the options{} clause, these settings are added directly to named.conf. This allows the addition of items such as key{} and server{} clauses. | ||||
* | BIND package code clean up - variable initialization and dead code | Stuart Wyatt | 2015-04-07 | 1 | -17/+6 |
| | | | | | | Initialize variables before .= concatenation Remove dead code (unused copy/paste of zone CONFIG settings not used in zone DB) Remove unused [$i] on $custom_root_zone and initialize | ||||
* | BIND package code clean up | Stuart Wyatt | 2015-04-07 | 7 | -1131/+1229 |
| | | | | | | | | Code cleanup to reflect coding style guidelines and consistency Tabs only, always uses braces, spacing C/C++ style comments Use array_key_exists instead of key_exists $config[] keys are always enclosed in quotes and use single quotes for literals | ||||
* | Remove wrong message, just one log level can be selected. It fixes #4144 | Renato Botelho | 2014-12-26 | 1 | -2/+1 |
| | |||||
* | Clean up some of BIND text. | Chris Buechler | 2014-11-28 | 5 | -45/+45 |
| | |||||
* | fixed bind zone journal out of sync issue when updating zone | Taylor Lanclos | 2014-08-27 | 1 | -1/+1 |
| | |||||
* | Bugfix: Slave zones honour allow transfer | Oskar Johansson | 2014-05-16 | 1 | -1/+1 |
| | | | Fix bug where slave zones didn't honour the allow-transfer setting and wrote "none" in the config at all times | ||||
* | Fix call-time pass-by-reference in bind, bump. | jim-p | 2014-05-09 | 2 | -2/+2 |
| | |||||
* | bind | crocomo | 2014-03-20 | 1 | -28/+39 |
| | |||||
* | Fixup URLs: | Renato Botelho | 2014-03-18 | 2 | -9/+9 |
| | | | | | | - Replace http by https - *.pfsense.com -> *.pfsense.org - www.pfsense.org/packages/config -> packages.pfsense.org/packages/config | ||||
* | Enable built-in ACLs; Fix version.bind; Fix typos | crocomo | 2014-03-04 | 2 | -10/+16 |
| | | | | | | | | | | | * Enable use of the built-in ACLs as per [1]. Especially 'localhost' and 'localnets' come in handy on large firewall installations. * Fix version.bind so that the server does not process queries at all as per [1], which is more secure. * Typo with listenon: Any -> any (more or less an esthetic fix) * Two minor indentation errors [1] http://ftp.isc.org/isc/bind9/cur/9.9/doc/arm/Bv9ARM.ch06.html | ||||
* | Fix indentation of custom option | crocomo | 2014-02-23 | 1 | -2/+2 |
| | |||||
* | Fix logging facilities | crocomo | 2014-02-23 | 1 | -1/+2 |
| | | | Include 'named' in the list of $separatelogfacilities in system.inc so that messages ONLY show up in resolver.log (and not system.log as well). | ||||
* | Typo s/bloc/block | crocomo | 2014-02-23 | 1 | -1/+1 |
| | |||||
* | Typo s/reveser/reverse | crocomo | 2014-02-23 | 1 | -1/+1 |
| | |||||
* | Update reverse zone for dhcp static map | mbfgit | 2014-02-03 | 1 | -3/+24 |
| | | | Addresses Bug #3323, add PTR records for reverse zone. | ||||
* | Fix typo s/pfsese/pfsense | Renato Botelho | 2013-12-30 | 1 | -3/+3 |
| | |||||
* | bind - fix final . check for ipv6 addresses. | Marcello Coutinho | 2013-12-12 | 1 | -1/+1 |
| | |||||
* | bind - bump pkg version | Marcello Coutinho | 2013-11-11 | 1 | -0/+1 |
| | |||||
* | Disable logging should not mean default logging | Jean Cyr | 2013-11-10 | 1 | -0/+3 |
| | | | | - Prevent bind from flooding logs when 'enable logging' is not checked. | ||||
* | bind - optionally add static dhcp leases at zone A records | Jean Cyr | 2013-11-10 | 2 | -1/+18 |
| | | | | | | | | | Similar to 'unbound' feature to avoid the need to duplicate static host addresses in both DHCP and BIND. - Add 'Register DHCP static mappings' checkbox to zone form - if checked, enumerate all static DHCP hosts and add to zone, such that their name can be resolved. | ||||
* | bind - fix bind service starting while disabled on gui | Marcello Coutinho | 2013-11-06 | 1 | -5/+10 |
| | |||||
* | bind - fix ipv6 listening check and add SPF record to bind zone. | Marcello Coutinho | 2013-11-06 | 2 | -3/+4 |
| | |||||
* | bind - fix reverse zones after including $ORIGIN | Marcello Coutinho | 2013-10-28 | 1 | -1/+4 |
| | |||||
* | bind - include custom zone records field | Marcello Coutinho | 2013-10-25 | 2 | -12/+34 |
| | |||||
* | bind -remove unsed functions and fix sync code for automatic option. | Marcello Coutinho | 2013-10-25 | 2 | -20/+5 |
| | |||||
* | bind - include dnssec backup to xml option, include a lot of logging options ↵ | Marcello Coutinho | 2013-10-24 | 4 | -30/+157 |
| | | | | | | and forward it to resolver systemlog tab via syslog. add more info on sync tab | ||||
* | bind - include redirect zone type, enable/disable zone option and fix sync code | Marcello Coutinho | 2013-10-23 | 4 | -28/+87 |
| | |||||
* | bind - bump version and change acl field description | Marcello Coutinho | 2013-10-18 | 1 | -3/+6 |
| | |||||
* | bind - fix chroot dev devices again, include dsset info on gui for dnssec zones. | Marcello Coutinho | 2013-10-18 | 4 | -27/+83 |
| | | | | | Encode custom options with base64. sync code change zone type to slave on backup servers | ||||
* | bind - add inline-signing dnssec option | Marcello Coutinho | 2013-10-18 | 2 | -7/+51 |
| | |||||
* | bind - reduce statup erros | Marcello Coutinho | 2013-10-17 | 1 | -10/+1 |
| | |||||
* | bind - add widget, forward zone, rndc config and check slave zone dir ↵ | Marcello Coutinho | 2013-10-17 | 4 | -88/+267 |
| | | | | permissions | ||||
* | bind - change root folder from /conf symlink to /cf dir | Marcello Coutinho | 2013-10-16 | 1 | -4/+4 |
| | |||||
* | bind - show result file on zone tab and fix slave zone check | Marcello Coutinho | 2013-10-16 | 2 | -86/+127 |
| | |||||
* | bind - include missing conf_mount_ro/rw for nanobsd | Marcello Coutinho | 2013-10-14 | 1 | -1/+7 |
| | |||||
* | bind - bump version and add field validation for zone tab | Marcello Coutinho | 2013-10-11 | 2 | -27/+59 |
| | |||||
* | bind - bump version and fix zone loop var reset. | Marcello Coutinho | 2013-10-11 | 1 | -1/+1 |
| | |||||
* | bind - remove unused functions and change config result file | Marcello Coutinho | 2013-10-10 | 3 | -148/+38 |
| | |||||
* | bind - add rate limit option | Marcello Coutinho | 2013-10-10 | 2 | -14/+55 |
| | |||||
* | bind - fix serial number to EPOCH plus magic number to get higher then ↵ | Marcello Coutinho | 2013-10-09 | 1 | -1/+1 |
| | | | | current 2013xxxx format | ||||
* | bind - run named with chroot | Marcello Coutinho | 2013-10-09 | 4 | -38/+51 |
| | |||||
* | bind - include pbi and fix file download path | Marcello Coutinho | 2013-10-09 | 1 | -2/+2 |
| | |||||
* | bind - Fix typos | Marcello Coutinho | 2013-10-08 | 4 | -17/+17 |
| | | | | Thanks to phil-davis | ||||
* | bind - First package files | Marcello Coutinho | 2013-10-07 | 7 | -0/+1665 |