[NETID] Implement DNS suffix and NetBIOS computer name support
authorEric Kohl <eric.kohl@reactos.org>
Sun, 26 Jan 2020 08:57:55 +0000 (09:57 +0100)
committerEric Kohl <eric.kohl@reactos.org>
Sun, 26 Jan 2020 09:04:44 +0000 (10:04 +0100)
commit6a6745089310cc15e918527dc38bc6d484bbf534
tree1e79affd5409c681b52730fc37a9f3d31206ceea
parent8381e29467be1a80b6dce7109925557835ccb54a
[NETID] Implement DNS suffix and NetBIOS computer name support

- Load and store the non volatile host, domain and computer names instead of the volatile ones.
- Validate the domain name before it is stored.
- Update the full computer name whenever the host or domain name changes.
dll/win32/netid/CMakeLists.txt
dll/win32/netid/netid.c