From 56e5187d844f8df06a49d02a417f9c77423c30c2 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 27 Mar 2008 12:01:13 +0100 Subject: Move the known NETLOGON_CONTROL reply flags to IDL. Guenther (This used to be commit 4bf2a17c2b9abff45afd50ea93b96b2a080d9168) --- source3/include/rpc_netlogon.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'source3/include') diff --git a/source3/include/rpc_netlogon.h b/source3/include/rpc_netlogon.h index 239fe0f7c6..45b087942c 100644 --- a/source3/include/rpc_netlogon.h +++ b/source3/include/rpc_netlogon.h @@ -23,14 +23,6 @@ #ifndef _RPC_NETLOGON_H /* _RPC_NETLOGON_H */ #define _RPC_NETLOGON_H -/* Some flag values reverse engineered from NLTEST.EXE */ -/* used in the NETLOGON_CONTROL[2] reply */ - -#define NL_CTRL_IN_SYNC 0x0000 -#define NL_CTRL_REPL_NEEDED 0x0001 -#define NL_CTRL_REPL_IN_PROGRESS 0x0002 -#define NL_CTRL_FULL_SYNC 0x0004 - #define LOGON_KRB5_FAIL_CLOCK_SKEW 0x02000000 #define INTERACTIVE_LOGON_TYPE 1 -- cgit