mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
Prior to this commit, ipmitool had hard-coded list of OEM Vendor IDs that it recognized. With this commit, the list is fetched directly from IANA PEN registry at build time, so that each release will now contain an up-to-date list of vendors. Only basic ASCII characters are supported now. Any Unicode or extended ASCII will be either transliterated (cyrillic and diacritic) or simply removed (chinese). Closes: ID:491 https://sourceforge.net/p/ipmitool/bugs/491/ ID:505 https://sourceforge.net/p/ipmitool/bugs/505/ Signed-off-by: Alexander Amelkin <alexander@amelkin.msk.ru>