[pve-devel] [PATCH 0/2] fix #2190: Base64 encode SMBIOS value strings in order to allow more characters
Christian Ebner
c.ebner at proxmox.com
Tue Jun 4 16:47:48 CEST 2019
On some occasions e.g. license checking, the manufacturer string in the
SMBIOS settings edit has to allow characters such as whitespaces.
https://forum.proxmox.com/threads/proxmox-and-windows-rok-license-for-dell.53236/
In principle SMBIOS allows to pass any zero terminated string to the
corresponding fields in the structure type 1 (System Information).
By base64 encoding the values clashing of the config is avoided, backwards
compatibility is maintained.
Christian Ebner (1):
fix #2190: Base64 encode SMBIOS value strings in order to allow more
characters
PVE/QemuServer.pm | 53 +++++++++++++++++++++++++++++++++++++++--------------
1 file changed, 39 insertions(+), 14 deletions(-)
Christian Ebner (1):
fix #2190: Base64 encode SMBIOS value strings in order to allow more
characters
www/manager6/Parser.js | 19 ++++++++++++++++---
www/manager6/qemu/Smbios1Edit.js | 6 ------
2 files changed, 16 insertions(+), 9 deletions(-)
--
2.11.0
More information about the pve-devel
mailing list