aboutsummaryrefslogtreecommitdiffstats
path: root/config/bind/bind.inc
Commit message (Collapse)AuthorAgeFilesLines
* Bugfix: Slave zones honour allow transferOskar Johansson2014-05-161-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-p2014-05-091-1/+1
|
* bindcrocomo2014-03-201-28/+39
|
* Enable built-in ACLs; Fix version.bind; Fix typoscrocomo2014-03-041-9/+15
| | | | | | | | | | | * 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 optioncrocomo2014-02-231-2/+2
|
* Fix logging facilitiescrocomo2014-02-231-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).
* Update reverse zone for dhcp static mapmbfgit2014-02-031-3/+24
| | | Addresses Bug #3323, add PTR records for reverse zone.
* Fix typo s/pfsese/pfsenseRenato Botelho2013-12-301-3/+3
|
* bind - fix final . check for ipv6 addresses.Marcello Coutinho2013-12-121-1/+1
|
* Disable logging should not mean default loggingJean Cyr2013-11-101-0/+3
| | | | - Prevent bind from flooding logs when 'enable logging' is not checked.
* bind - optionally add static dhcp leases at zone A recordsJean Cyr2013-11-101-0/+12
| | | | | | | | | 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 guiMarcello Coutinho2013-11-061-5/+10
|
* bind - fix ipv6 listening check and add SPF record to bind zone.Marcello Coutinho2013-11-061-3/+3
|
* bind - fix reverse zones after including $ORIGINMarcello Coutinho2013-10-281-1/+4
|
* bind - include custom zone records fieldMarcello Coutinho2013-10-251-6/+10
|
* bind -remove unsed functions and fix sync code for automatic option.Marcello Coutinho2013-10-251-18/+5
|
* bind - include dnssec backup to xml option, include a lot of logging options ↵Marcello Coutinho2013-10-241-23/+91
| | | | | | 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-21/+62
|
* bind - fix chroot dev devices again, include dsset info on gui for dnssec zones.Marcello Coutinho2013-10-181-10/+40
| | | | | Encode custom options with base64. sync code change zone type to slave on backup servers
* bind - add inline-signing dnssec optionMarcello Coutinho2013-10-181-1/+39
|
* bind - reduce statup errosMarcello Coutinho2013-10-171-10/+1
|
* bind - add widget, forward zone, rndc config and check slave zone dir ↵Marcello Coutinho2013-10-171-75/+152
| | | | permissions
* bind - change root folder from /conf symlink to /cf dirMarcello Coutinho2013-10-161-4/+4
|
* bind - show result file on zone tab and fix slave zone checkMarcello Coutinho2013-10-161-84/+109
|
* bind - include missing conf_mount_ro/rw for nanobsdMarcello Coutinho2013-10-141-1/+7
|
* bind - bump version and add field validation for zone tabMarcello Coutinho2013-10-111-4/+30
|
* bind - bump version and fix zone loop var reset.Marcello Coutinho2013-10-111-1/+1
|
* bind - remove unused functions and change config result fileMarcello Coutinho2013-10-101-91/+28
|
* bind - add rate limit optionMarcello Coutinho2013-10-101-2/+15
|
* bind - run named with chrootMarcello Coutinho2013-10-091-27/+39
|
* bind - Fix typosMarcello Coutinho2013-10-081-7/+7
| | | | Thanks to phil-davis
* bind - First package filesMarcello Coutinho2013-10-071-0/+605