Handle hostnames with upper-case letters
[webmin.git] / bind8 / CHANGELOG
1 ---- Changes since 1.130 ----
2 A new Module Config option is available to define extra DNS record types for the module to support in a generic way. This allows user who want to create obscure types like NAPTR, KEY and so on to do so.
3 ---- Changes since 1.140 ----
4 Added an ACL option to limit allowed record types.
5 Views are now added to the file specified in the Module Config, rather than to named.conf.
6 The file in Module Config for new views and zones is only used if it is included into named.conf.
7 ---- Changes since 1.150 ----
8 Added a button for selecting a free IP address when adding Address records, and a Module Config page option for entering IP allocation ranges.
9 Added basic support for delegation-only zones.
10 Created two new bind8-lib.pl functions for creating and deleting slave zones, for use by remote callers to avoid transferring large amounts of data via RPC calls.
11 If the rndc command is installed but does not re-load a zone properly, the ndc command will be attempted as well if possible.
12 ---- Changes since 1.160 ----
13 Added a Module Config option to control whether or not the PID file is under the chroot directory.
14 ---- Changes since 1.180 ----
15 Added a new display mode for the zones list - an expandable tree categorized by parent domain.
16 ---- Changes since 1.190 ----
17 Slave zones now display the last date on which they were transferred.
18 When using date-based SOAs, the starting number for the serial can be specified in the module configuration.
19 Added button for re-downloading the root zone nameservers, which may occasionally change.
20 ---- Changes since 1.200 ----
21 Basic information about all domains is now kept in a separate cache file, which can be read faster than the primary named.conf file. This speeds up the zone list and editing of records on systems that have a large number of domains.
22 More than one slave server to add new master zones to can now be defined, and zones will be added, deleted and applied on all at once. When a slave is added, existing master zones can also be converted to new slave zones on it.
23 Multiple master, slave or forward zones can now be created at once from a batch file, using a new link on the module's index page.
24 When a list view is used for zones, several can now be selected at once and deleted using a single button.
25 ---- Changes since 1.210 ----
26 Added a new page for setting up RNDC on BIND version 9, so that individual zones can be reloaded.
27 Updated the Control Interface Options to be more consistent with the rest of the module.
28 Added support for easily creating SPF records. Even though these are really TXT records, they now appear as a separate type in this module.
29 ---- Changes since 1.220 ----
30 Moved the option for the default nameserver for new master domains to the Zone Defaults page, where it is more obvious.
31 ---- Changes since 1.240 ----
32 Added a Module Config option for Unix time serial numbers.
33 Multiple records in a zone can be deleted at once using checkboxes in the records list.
34 ---- Changes since 1.250 ----
35 When deleting a zone, the .log or .jnl file created by BIND for dynamic DNS updates is also removed.
36 Added an icon for manually editing the BIND master configuration file.
37 Reverse IPs are updated even when the forward record names are not fully canonicalized.
38 Added an ACL option to allow a Webmin user to apply the BIND configuration, but not stop or start the server.
39 ---- Changes since 1.260 ----
40 When adding a cluster slave DNS server, you can specify that slave zones created locally should also be created on the slave too, with the same settings.
41 Added a Module Config option to not read or display records in a zone by default, which speeds up the process of adding records to very large zones. Thanks to Walgreens for sponsoring this feature.
42 When deleting multiple Address records, their corresponding reverse records can be deleted as well.
43 Cluster slave DNS servers can have an alternative hostname specified, for use in the NS records on the master when a new zone is added.
44 Added a field on the Addresses and Topology page for controlling which clients can make recursive queries.
45 When an automatic filename is chosen for a zone added to a view, the view name is included in order to avoid clashes.
46 ---- Changes since 1.270 ----
47 Added support for the TLS protocol in SRV records.
48 Added select all / invert links to slave servers list.
49 ---- Changes since 1.300 ----
50 In the template records file, $IP and $DOM will be substituted with the IP address and domain name when creating a new master zone.
51 ---- Changes since 1.310 ----
52 Added an option to the master zone creation page to create PTR records for for template A records.
53 ---- Changes since 1.320 ----
54 Added a button on the main page for updating the values of records in multiple domains at once. Useful for mass IP address changes.
55 ---- Changes since 1.330 ----
56 Allowed views are now enforced when adding multiple zones from a batch file.
57 ---- Changes since 1.340 ----
58 Updated the Edit Record form to use ui-lib.pl, for easier theming.
59 Fixed a bug that can occur when deleting multiple DNS records at once, causing the wrong ones to be removed.
60 ---- Changes since 1.360 ----
61 Added a button to the main page for adding a record with the same name and value to multiple domains at once.
62 ---- Changes since 1.370 ----
63 Multiple zones can be deleted and updated when using the icons view.
64 ---- Changes since 1.380 ----
65 Added buttons for freezing and un-freezing a master zone, for use on systems that also use dynamic DNS. Thanks to Clément Véret for submitting this patch.
66 When adding a remote slave zone, the IPs of all other slaves and the master are included in the master IPs list.
67 ---- Changes since 1.390 ----
68 BIND on Windows can now be configured using this module.
69 Mass record creation can now add records for the domain name (by entering @ as the name), as records that already exist.
70 ---- Changes since 1.400 ----
71 Keys in ACL sections are no long mangled by Webmin. This means that each IP or key must be entered on a separate line in the Access Control Lists page.
72 ---- Changes since 1.410 ----
73 Corrected parsing of records in zone files with no names, which inherit from the previous record.
74 Spaces are now allowed in Host Information records.
75 ---- Changes since 1.420 ----
76 The default TTL for multiple zones can now be changed on the Update Records in Zones page.
77 When adding a cluster slave server, multiple views can be entered to have slave zones created in all of them.
78 Record names or values entered like ns.foo.com in the domain foo.com automatically have a . added to make them absolute as the user presumably expected, rather than being coverted to ns.foo.com.foo.com.
79 Update serial number (by default) when editing records manually.
80 Try downloading root zone files from the IP for rs.internic.net if the hostname cannot be resolved, to avoid catch-22 problem.
81 Access control lists are now automatically re-ordered to handle dependencies.
82 When Webmin is not automatically converting records to canonical format for editing, display the canonical name on the Edit Record page.
83 When adding a cluster slave server, allow zones to be created in the same view on the slave as on the master.
84 Added a button to the Edit Master Zone page for checking records with the named-checkzone command.
85 ---- Changes since 1.430 ----
86 Don't pass the -g flag to BIND version 9 when starting without an init script.
87 Converted all forms to use the Webmin UI library, for a more consistent look and easier theming.
88 Moved buttons for deleting, moving and converting zones up to the page shown when you click on a zone name.
89 Switched to the new root zone file available from Internic.
90 Restrictions that apply to all zones in a view (such as allowed IPs for transfers and queries) can now be set on the Edit Client View page.
91 Made the Find Free IPs page visible, for finding addresses in a master zone that are not currently used.
92 Added a field to limit concurrent outgoing zone transfers and incoming transfers per nameserver to the Forwarding and Transfers page.
93 Ignore tailing dots in zone names in named.conf.
94 ---- Changes since 1.440 ----
95 Moved the apply, stop and start buttons to the top-right corner of every page, so that you don't have to return all the way to the module's main page to apply configuration changes.
96 Zones can now be signed with DNSSEC, using one or two keys. This can be done automatically at master zone creation time, or later for existing zones. Signatures can also be removed or re-generated at any time. Zones with a key-signing and zone key can have their zone key automatically regenated on a regular interval.
97 Added the DNSSEC Verification page for configuring BIND to validate signatures on other zones, and to use DLV until the root zone is signed.
98 SPF records can now be added to or updated in multiple zones at once.
99 Added an icon to the main page for checking the whole BIND configuration including zone files, with the named-checkconf command.
100 Added a Module Config option to prevent inclusion of other slave's IP addresses in the master IP list for remote slaves.
101 ---- Changes since 1.450 ----
102 Fixed the 'Directory for DNSSEC keys' option on the Module Config page so that it is actually used.
103 SPF records longer than 255 bytes are automatically split into separate fields in the underlying TXT record.
104 ---- Changes since 1.460 ----
105 When adding a master zone with automatically created slaves, add an also-notify block to the master configuration to update the slaves.
106 ---- Changes since 1.470 ----
107 Added mass record change and creation buttons to the zone search results page.
108 Made the manual config file editor textboxes full-width.
109 Fixed a bug that cause blocks like sortlist not be parsed properly, and possible cause Webmin to corrupt other parts of the named.conf file.
110 Redirect and explanation modifiers can be viewed and edited in SPF records.
111 Added a Module Config option for additional master IP addresses for remote slave zones.
112 If nscd is running when BIND is restarted or a zone is applied, it will be signalled to re-read DNS caches too.
113 ---- Changes since 1.480 ----
114 When all DNS records in a zone are shown, the Type column can be clicked on to sort them.
115 ---- Changes since 1.490 ----
116 Root zone records files are now included in Webmin backups.
117 ---- Changes since 1.500 ----
118 Added new NSEC3 algorithms for DNSSEC.
119 Changed the default DNSSEC algorithm from DSA to the stronger RSASHA1.
120 ---- Changes since 1.510 ----
121 On Linux systems, /dev/urandom is used for generating entropy for DNSSEC.
122 ---- Changes since 1.520 ----
123 Added the Delete Records In Selected button to the main page, for removing the same record in multiple domains at once.
124 ---- Changes since 1.530 ----
125 The default view for new zones can now be set via an option on the Module Config page.
126 When adding cluster slave servers, their IPs are added to the also-notify and allow-transfer blocks of each domain added to the slave.
127 IPv6 addresses can now be used for remote nameservers in slave and delegation zones.
128 ---- Changes since 1.540 ----
129 Added the Test Zone Transfer button to the slave zone page, to check if zone transfers are possible or not.
130 ---- Changes since 1.550 ----
131 Links for editing and deleting records now using the record name instead of an index, which makes editing more reliable if records are also being updated by dynamic DNS or some other tool.
132 When a zone is reloaded, it is now frozed first and then thawed afterwards with the rndc command, to better support dynamic DNS.