svn commit: samba r4774 - in branches/SAMBA_4_0/source/librpc/idl: .

abartlet at samba.org abartlet at samba.org
Sun Jan 16 08:45:41 GMT 2005


Author: abartlet
Date: 2005-01-16 08:45:40 +0000 (Sun, 16 Jan 2005)
New Revision: 4774

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=4774

Log:
It appears the SensitiveData contains the password history, as the
remaining data.  Pity - I was looking for kerberos keys :-)

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/librpc/idl/netlogon.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/netlogon.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/netlogon.idl	2005-01-16 06:12:22 UTC (rev 4773)
+++ branches/SAMBA_4_0/source/librpc/idl/netlogon.idl	2005-01-16 08:45:40 UTC (rev 4774)
@@ -327,9 +327,20 @@
 	} netr_USER_KEY16;
 
 	typedef struct {
+		uint16 nt_length;
+		uint16 nt_size;
+		uint32 nt_flags;
+		uint16 lm_length;
+		uint16 lm_size;
+		uint32 lm_flags;
+		uint8 nt_history[nt_length];
+		uint8 lm_history[lm_length];
+	} netr_PasswordHistory;
+
+	typedef struct {
 		netr_USER_KEY16 lmpassword;
 		netr_USER_KEY16 ntpassword;
-		
+		netr_PasswordHistory lmhistory;
 	} netr_USER_KEYS2;
 
 	typedef struct {



More information about the samba-cvs mailing list