aboutsummaryrefslogtreecommitdiffstats
path: root/config/bind/bind_zones.xml
Commit message (Collapse)AuthorAgeFilesLines
* Nuke useless tagdoktornotor2015-12-021-2/+1
|
* bind - fix custom_php_validation_commanddoktornotor2015-09-171-1/+1
|
* bind - code style fixesdoktornotor2015-08-221-108/+142
| | | | | | - Fix copyright header - Fix custom_php_validation_command syntax - Nuke unused tags - Improve descriptions, typo fixes
* BIND - fix typo in "statment" in enable_updatepolicy fieldStuart Wyatt2015-04-091-1/+1
|
* BIND - add support for multiple views per zone configurationStuart Wyatt2015-04-091-1/+3
| | | | | | | | | Often a zone configuration can be identical for LAN/local and WAN/pulic views, especially when using NAT reflection. This change allows those zones to only be entered once in the configuration and then applied to both the local and public views. The change converts the zone's 'view' field from a single selection to an array multiple selection. Since an old value of 'local' is the same as an array value with only one element for 'local', this change is backwards compatible with existing configurations. For that reason, I'm leaving the field name as 'view' rather than changing it to 'views' When the zones are being added to the view clause, it will now check to see if the view is in the zone's view list rather than checking to see if it is a simple match before including the zone in the view. By setting the old varible $zoneview to the matching view from the list, the existing code needs very little change.
* BIND - add support for zone update-policy statement on master zonesStuart Wyatt2015-04-091-0/+16
| | | | | | The update-policy statement allows the zone to specify, among other things, a key to be used for authorization of master zone updates Add a checkbox and text field to add an update-policy statement to the zone configuration. When the update-policy statement is used, it replaces the allow-update statement.
* BIND - add support for IPv6 reverse zonesStuart Wyatt2015-04-091-0/+7
| | | | | | | 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 package code clean upStuart Wyatt2015-04-071-151/+157
| | | | | | | | 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
* Clean up some of BIND text.Chris Buechler2014-11-281-22/+22
|
* fixed bind zone journal out of sync issue when updating zoneTaylor Lanclos2014-08-271-1/+1
|
* Fix call-time pass-by-reference in bind, bump.jim-p2014-05-091-1/+1
|
* Typo s/reveser/reversecrocomo2014-02-231-1/+1
|
* bind - bump pkg versionMarcello Coutinho2013-11-111-0/+1
|
* bind - optionally add static dhcp leases at zone A recordsJean Cyr2013-11-101-1/+6
| | | | | | | | | 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 ipv6 listening check and add SPF record to bind zone.Marcello Coutinho2013-11-061-0/+1
|
* bind - include custom zone records fieldMarcello Coutinho2013-10-251-6/+24
|
* bind - include dnssec backup to xml option, include a lot of logging options ↵Marcello Coutinho2013-10-241-0/+7
| | | | | | 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 codeMarcello Coutinho2013-10-231-3/+17
|
* bind - bump version and change acl field descriptionMarcello Coutinho2013-10-181-3/+6
|
* bind - fix chroot dev devices again, include dsset info on gui for dnssec zones.Marcello Coutinho2013-10-181-15/+30
| | | | | Encode custom options with base64. sync code change zone type to slave on backup servers
* bind - add inline-signing dnssec optionMarcello Coutinho2013-10-181-6/+12
|
* bind - add widget, forward zone, rndc config and check slave zone dir ↵Marcello Coutinho2013-10-171-13/+24
| | | | permissions
* bind - show result file on zone tab and fix slave zone checkMarcello Coutinho2013-10-161-2/+18
|
* bind - bump version and add field validation for zone tabMarcello Coutinho2013-10-111-23/+29
|
* bind - remove unused functions and change config result fileMarcello Coutinho2013-10-101-50/+10
|
* bind - fix serial number to EPOCH plus magic number to get higher then ↵Marcello Coutinho2013-10-091-1/+1
| | | | current 2013xxxx format
* bind - run named with chrootMarcello Coutinho2013-10-091-2/+2
|
* bind - Fix typosMarcello Coutinho2013-10-081-3/+3
| | | | Thanks to phil-davis
* bind - First package filesMarcello Coutinho2013-10-071-0/+382