From ece50807cac6b133eeec42cea941fc4fdf1b764e Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Tue, 7 Sep 2010 22:41:06 +0200 Subject: [PATCH] nbt: add nbt_netlogon_response2 to IDL. Guenther (cherry picked from commit 1217809c465a35b0a2727111d820007097b2b611) --- librpc/idl/nbt.idl | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/librpc/idl/nbt.idl b/librpc/idl/nbt.idl index ca3b8312f7c..6eff67420f2 100644 --- a/librpc/idl/nbt.idl +++ b/librpc/idl/nbt.idl @@ -380,6 +380,7 @@ interface nbt typedef [enum16bit,public] enum { LOGON_REQUEST = 0, + LOGON_RESPONSE2 = 6, LOGON_PRIMARY_QUERY = 7, /* Was also NETLOGON_QUERY_FOR_PDC */ NETLOGON_ANNOUNCE_UAS = 10, NETLOGON_RESPONSE_FROM_PDC = 12, @@ -504,6 +505,12 @@ interface nbt uint16 lm20_token; } nbt_netlogon_response_from_pdc; + typedef [flag(NDR_NOALIGN),public] struct { + netlogon_command command; + astring pdc_name; + uint16 lm20_token; + } nbt_netlogon_response2; + typedef enum netr_SamDatabaseID netr_SamDatabaseID; /* used to announce SAM changes - MS-NRPC 2.2.1.5.1 */ -- 2.11.4.GIT