From: Joseph Sutton Date: Wed, 10 Jan 2024 04:01:51 +0000 (+1300) Subject: libcli:util: Update HRESULT definitions X-Git-Tag: talloc-2.4.2~110 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=446ef0aa8c84a44bfd4d5c19ea4751c466fb268b;p=thirdparty%2Fsamba.git libcli:util: Update HRESULT definitions Signed-off-by: Joseph Sutton Reviewed-by: Douglas Bagnall --- diff --git a/libcli/util/hresult.c b/libcli/util/hresult.c index 0ac116430b4..e35bf8abe6d 100644 --- a/libcli/util/hresult.c +++ b/libcli/util/hresult.c @@ -4914,7 +4914,7 @@ static const struct { { HRES_CERT_E_REVOKED, "HRES_CERT_E_REVOKED", - "A certificate was explicitly revoked by its issuer." + "A certificate was explicitly revoked by its issuer. If the certificate is Microsoft Windows PCA 2010, then the driver was signed by a certificate no longer recognized by Windows." }, { HRES_CERT_E_UNTRUSTEDTESTROOT, diff --git a/libcli/util/hresult.h b/libcli/util/hresult.h index 984bff9b17c..fa8738719d8 100644 --- a/libcli/util/hresult.h +++ b/libcli/util/hresult.h @@ -664,8 +664,8 @@ typedef uint32_t HRESULT; #define HRES_E_ACCESSDENIED HRES_ERROR(0x80070005) #define HRES_E_OUTOFMEMORY HRES_ERROR(0x8007000E) #define HRES_ERROR_NOT_SUPPORTED HRES_ERROR(0x80070032) -#define HRES_ERROR_DISK_FULL HRES_ERROR(0x80070070) #define HRES_E_INVALIDARG HRES_ERROR(0x80070057) +#define HRES_ERROR_DISK_FULL HRES_ERROR(0x80070070) #define HRES_CO_E_CLASS_CREATE_FAILED HRES_ERROR(0x80080001) #define HRES_CO_E_SCM_ERROR HRES_ERROR(0x80080002) #define HRES_CO_E_SCM_RPC_FAILURE HRES_ERROR(0x80080003)