diff options
author | Günther Deschner <gd@samba.org> | 2009-10-08 00:34:53 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-10-13 12:13:59 +0200 |
commit | c2be185793d66709b0b2ddb92845f4dfd0ab27b6 (patch) | |
tree | e861520dd377abd905054700e2821ba1b4215cc3 /librpc/idl | |
parent | ebe0e64ba9815b238cccf7d24821bc473d245707 (diff) | |
download | samba-c2be185793d66709b0b2ddb92845f4dfd0ab27b6.tar.gz samba-c2be185793d66709b0b2ddb92845f4dfd0ab27b6.tar.bz2 samba-c2be185793d66709b0b2ddb92845f4dfd0ab27b6.zip |
netlogon: add NL_PASSWORD_VERSION to IDL.
Guenther
Diffstat (limited to 'librpc/idl')
-rw-r--r-- | librpc/idl/netlogon.idl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/librpc/idl/netlogon.idl b/librpc/idl/netlogon.idl index b08a8930dc..82a60c7c3e 100644 --- a/librpc/idl/netlogon.idl +++ b/librpc/idl/netlogon.idl @@ -1412,6 +1412,18 @@ interface netlogon /*****************/ /* Function 0x1e */ + + /* [MS-NRPC] 2.2.1.3.8 NL_PASSWORD_VERSION */ + + /* someone's birthday ? */ + const int NETLOGON_PASSWORD_VERSION_NUMBER_PRESENT = 0x02231968; + + typedef struct { + uint32 ReservedField; + uint32 PasswordVersionNumber; + uint32 PasswordVersionPresent; + } NL_PASSWORD_VERSION; + typedef [flag(NDR_PAHEX)] struct { uint8 data[512]; uint32 length; |