]> git.proxmox.com Git - pve-installer.git/commit
common: fqdn: implement case-insensitive comparison as per RFC 952
authorChristoph Heiss <c.heiss@proxmox.com>
Thu, 15 Feb 2024 12:39:35 +0000 (13:39 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 23 Feb 2024 15:38:45 +0000 (16:38 +0100)
commit5ee2afa71e35bba9d49ed3b69a53ee9c40414254
tree8c4970088930989b13498f7fa9d339838e710ac0
parentd932ec49fa314a0a320bb396644cb83000c219b8
common: fqdn: implement case-insensitive comparison as per RFC 952

Multiple DNS-related RFCs (notably RFC 952, RFC 1035 and RFC 4343)
reinforce that FQDN must not be case-sensitive.

Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
proxmox-installer-common/src/utils.rs