mirror of
https://github.com/webmin/webmin.git
synced 2025-07-20 16:48:46 +00:00
50 lines
3.6 KiB
Plaintext
50 lines
3.6 KiB
Plaintext
---- Changes since 1.130 ----
|
|
Group and subnet descriptions are now shown in the list of groups and networks that a host or other element can be assigned to.
|
|
---- Changes since 1.150 ----
|
|
Custom option definitions can now be edited, and will be preserved in the configuration file if manually defined.
|
|
---- Changes since 1.160 ----
|
|
Added support for SLP-related client options (thanks to Alexandre Racine).
|
|
---- Changes since 1.200 ----
|
|
Improved support for DDNS (thanks to Johannes Franken <jfranken@jfranken.de>, including editors for the zone- and key-directives (new with dhcpd3), new scope-option "client-updates" (new with dhcpd3), and a text editor for dhcpd.conf
|
|
---- Changes since 1.230 ----
|
|
Added a button for stopping the running DHCP server.
|
|
---- Changes since 1.290 ----
|
|
The page listing leases now displays the number of IPs available for dynamic allocation, and the number assigned to clients.
|
|
Hosts with multiple fixed addresses have them all listed on the module's main page.
|
|
---- Changes since 1.300 ----
|
|
Added checboxes and buttons for deleting multiple subnets, shared networks, hosts and groups at once.
|
|
Fixed a bug that caused the display of large numbers of hosts and subnets to be slow.
|
|
Changed the Module Config PID file setting to allow None to be selected, which tells the module to look at the dhcpd process instead (as on OpenBSD).
|
|
---- Changes since 1.320 ----
|
|
Added a field on the Client Options page for the DHCP server identifier.
|
|
---- Changes since 1.370 ----
|
|
Fixed a bug that causes hosts to be deleted when searching for them!
|
|
---- Changes since 1.410 ----
|
|
Clashes between hosts with the same IP address, MAC address or hostname are no longer allowed by default - but this can be changed on the DHCP Server access control page in the Webmin User's module.
|
|
---- Changes since 1.420 ----
|
|
Support the new configuration file format for custom options, as used in DHCPd version 3.
|
|
---- Changes since 1.430 ----
|
|
Fixed bug that can cause option definitions and values to be incorrectly ordered.
|
|
Custom option types defined at a higher level (such as in a subnet) can be used in the Edit Options page at lower levels (such as in a host).
|
|
---- Changes since 1.440 ----
|
|
When a subnet or host is renamed, the user's ACL is updated to match.
|
|
---- Changes since 1.470 ----
|
|
Added a Module Config option to specify an alternate file to add new top-level objects (like subnets) to. This must be referenced by an include directive in the main dhcpd.conf though.
|
|
String custom options are now always quoted.
|
|
Converted buttons on the module's main page to use the Webmin UI library.
|
|
Expired leases are no longer counted towards usage on the DHCP Leases page.
|
|
Added a mode to the DHCP Leases page to show usage by subnet, thanks to a suggestion by Coles.
|
|
When applying the configuration fails with an error mentioning a line in the config file, 10 lines around that will also be displayed by Webmin in the error.
|
|
---- Changes since 1.510 ----
|
|
Added support for multi-value options, thanks to a patch from Luke Suchocki.
|
|
Also added support for multi-value options within a bracketed expression.
|
|
Hostname, IP address and MAC address clashes are now only checked for in the same shared network.
|
|
---- Changes since 1.530 ----
|
|
Multiple leases can now be deleted at once, thanks to a suggestion from Berni Elbourn.
|
|
---- Changes since 1.540 ----
|
|
Added a Module Config option to automatically refresh the lease list every few seconds, and a link to force a manual refresh.
|
|
---- Changes since 1.560 ----
|
|
Added a client option for subnets and groups for DNS domains to search.
|
|
---- Changes since 1.620 ----
|
|
Improved support for interface configuration and startup commands as used on FreeBSD 9.
|