diff options
author | Günther Deschner <gd@samba.org> | 2009-08-31 17:12:07 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-08-31 20:24:04 +0200 |
commit | 792b544e3704c792d969ebe55b950919283df5b1 (patch) | |
tree | 4aa89722998dc01f4a025e57eeda10b01870a8ee /librpc/gen_ndr/netlogon.h | |
parent | 94f7c98430372cc3213f56cd1e085e60837c7196 (diff) | |
download | samba-792b544e3704c792d969ebe55b950919283df5b1.tar.gz samba-792b544e3704c792d969ebe55b950919283df5b1.tar.bz2 samba-792b544e3704c792d969ebe55b950919283df5b1.zip |
netlogon: fill in more details for the netr_LogonControlX family of calls.
Guenther
Diffstat (limited to 'librpc/gen_ndr/netlogon.h')
-rw-r--r-- | librpc/gen_ndr/netlogon.h | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/librpc/gen_ndr/netlogon.h b/librpc/gen_ndr/netlogon.h index 64a9b1cd4b..b3cf3f35cf 100644 --- a/librpc/gen_ndr/netlogon.h +++ b/librpc/gen_ndr/netlogon.h @@ -645,9 +645,14 @@ struct netr_AccountBuffer { }; /* bitmap netr_InfoFlags */ -#define NETLOGON_CTRL_REPL_NEEDED ( 0x0001 ) -#define NETLOGON_CTRL_REPL_IN_PROGRESS ( 0x0002 ) -#define NETLOGON_CTRL_REPL_FULL_SYNC ( 0x0004 ) +#define NETLOGON_REPLICATION_NEEDED ( 0x00000001 ) +#define NETLOGON_REPLICATION_IN_PROGRESS ( 0x00000002 ) +#define NETLOGON_FULL_SYNC_REPLICATION ( 0x00000004 ) +#define NETLOGON_REDO_NEEDED ( 0x00000008 ) +#define NETLOGON_HAS_IP ( 0x00000010 ) +#define NETLOGON_HAS_TIMESERV ( 0x00000020 ) +#define NETLOGON_DNS_UPDATE_FAILURE ( 0x00000040 ) +#define NETLOGON_VERIFY_STATUS_RETURNED ( 0x00000080 ) struct netr_NETLOGON_INFO_1 { uint32_t flags; |