https://git.reactos.org/?p=reactos.git;a=commitdiff;h=2410eef6d2e1f5ab9e27d…
commit 2410eef6d2e1f5ab9e27d98874c8e5f9dcf9dc50
Author: Eric Kohl <eric.kohl(a)reactos.org>
AuthorDate: Sat Nov 24 22:21:04 2018 +0100
Commit: Eric Kohl <eric.kohl(a)reactos.org>
CommitDate: Sat Nov 24 22:29:02 2018 +0100
[PSDK] Add missing NELOG_ error codes to lmerrlog.h.
---
sdk/include/psdk/lmerrlog.h | 45 ++++++++++++++++++++++++++++++++++++++++++---
1 file changed, 42 insertions(+), 3 deletions(-)
diff --git a/sdk/include/psdk/lmerrlog.h b/sdk/include/psdk/lmerrlog.h
index cd63f9bbee..8563f93803 100644
--- a/sdk/include/psdk/lmerrlog.h
+++ b/sdk/include/psdk/lmerrlog.h
@@ -98,7 +98,7 @@ extern "C" {
#define NELOG_NetlogonPasswdSetFailed (ERRLOG_BASE+124)
#define NELOG_NetlogonTrackingError (ERRLOG_BASE+125)
#define NELOG_NetlogonSyncError (ERRLOG_BASE+126)
-#define NELOG_NetlogonRequireSignOrSealError (ERRLOG_BASE + 127)
+#define NELOG_NetlogonRequireSignOrSealError (ERRLOG_BASE+127)
#define NELOG_UPS_PowerOut (ERRLOG_BASE+130)
#define NELOG_UPS_Shutdown (ERRLOG_BASE+131)
#define NELOG_UPS_CmdFileError (ERRLOG_BASE+132)
@@ -116,8 +116,8 @@ extern "C" {
#define NELOG_System_Error (ERRLOG_BASE+157)
#define NELOG_FT_ErrLog_Too_Large (ERRLOG_BASE+158)
#define NELOG_FT_Update_In_Progress (ERRLOG_BASE+159)
-#define NELOG_Joined_Domain (ERRLOG_BASE + 160)
-#define NELOG_Joined_Workgroup (ERRLOG_BASE + 161)
+#define NELOG_Joined_Domain (ERRLOG_BASE+160)
+#define NELOG_Joined_Workgroup (ERRLOG_BASE+161)
#define NELOG_OEM_Code (ERRLOG_BASE+199)
#define NELOG_NetlogonSSIInitError ERRLOG2_BASE
#define NELOG_NetlogonFailedToUpdateTrustList (ERRLOG2_BASE+1)
@@ -190,6 +190,45 @@ extern "C" {
#define NELOG_RplRestoreDatabaseSuccess (ERRLOG2_BASE+68)
#define NELOG_RplInitRestoredDatabase (ERRLOG2_BASE+69)
#define NELOG_NetlogonSessionTypeWrong (ERRLOG2_BASE+70)
+#define NELOG_RplUpgradeDBTo40 (ERRLOG2_BASE+71)
+#define NELOG_NetlogonLanmanBdcsNotAllowed (ERRLOG2_BASE+72)
+#define NELOG_NetlogonNoDynamicDns (ERRLOG2_BASE+73)
+#define NELOG_NetlogonDynamicDnsRegisterFailure (ERRLOG2_BASE+74)
+#define NELOG_NetlogonDynamicDnsDeregisterFailure (ERRLOG2_BASE+75)
+#define NELOG_NetlogonFailedFileCreate (ERRLOG2_BASE+76)
+#define NELOG_NetlogonGetSubnetToSite (ERRLOG2_BASE+77)
+#define NELOG_NetlogonNoSiteForClient (ERRLOG2_BASE+78)
+#define NELOG_NetlogonBadSiteName (ERRLOG2_BASE+79)
+#define NELOG_NetlogonBadSubnetName (ERRLOG2_BASE+80)
+#define NELOG_NetlogonDynamicDnsServerFailure (ERRLOG2_BASE+81)
+#define NELOG_NetlogonDynamicDnsFailure (ERRLOG2_BASE+82)
+#define NELOG_NetlogonRpcCallCancelled (ERRLOG2_BASE+83)
+#define NELOG_NetlogonDcSiteCovered (ERRLOG2_BASE+84)
+#define NELOG_NetlogonDcSiteNotCovered (ERRLOG2_BASE+85)
+#define NELOG_NetlogonGcSiteCovered (ERRLOG2_BASE+86)
+#define NELOG_NetlogonGcSiteNotCovered (ERRLOG2_BASE+87)
+#define NELOG_NetlogonFailedSpnUpdate (ERRLOG2_BASE+88)
+#define NELOG_NetlogonFailedDnsHostNameUpdate (ERRLOG2_BASE+89)
+#define NELOG_NetlogonAuthNoUplevelDomainController (ERRLOG2_BASE+90)
+#define NELOG_NetlogonAuthDomainDowngraded (ERRLOG2_BASE+91)
+#define NELOG_NetlogonNdncSiteCovered (ERRLOG2_BASE+92)
+#define NELOG_NetlogonNdncSiteNotCovered (ERRLOG2_BASE+93)
+#define NELOG_NetlogonDcOldSiteCovered (ERRLOG2_BASE+94)
+#define NELOG_NetlogonDcSiteNotCoveredAuto (ERRLOG2_BASE+95)
+#define NELOG_NetlogonGcOldSiteCovered (ERRLOG2_BASE+96)
+#define NELOG_NetlogonGcSiteNotCoveredAuto (ERRLOG2_BASE+97)
+#define NELOG_NetlogonNdncOldSiteCovered (ERRLOG2_BASE+98)
+#define NELOG_NetlogonNdncSiteNotCoveredAuto (ERRLOG2_BASE+99)
+#define NELOG_NetlogonSpnMultipleSamAccountNames (ERRLOG2_BASE+100)
+#define NELOG_NetlogonSpnCrackNamesFailure (ERRLOG2_BASE+101)
+#define NELOG_NetlogonNoAddressToSiteMapping (ERRLOG2_BASE+102)
+#define NELOG_NetlogonInvalidGenericParameterValue (ERRLOG2_BASE+103)
+#define NELOG_NetlogonInvalidDwordParameterValue (ERRLOG2_BASE+104)
+#define NELOG_NetlogonServerAuthFailedNoAccount (ERRLOG2_BASE+105)
+#define NELOG_NetlogonNoDynamicDnsManual (ERRLOG2_BASE+106)
+#define NELOG_NetlogonNoSiteForClients (ERRLOG2_BASE+107)
+#define NELOG_NetlogonDnsDeregAborted (ERRLOG2_BASE+108)
+#define NELOG_NetlogonRpcPortRequestFailure (ERRLOG2_BASE+109)
#define REVISED_ERROR_LOG_STRUCT
typedef struct _ERROR_LOG {
DWORD el_len;