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

sahlberg at samba.org sahlberg at samba.org
Thu Sep 27 03:17:25 GMT 2007


Author: sahlberg
Date: 2007-09-27 03:17:24 +0000 (Thu, 27 Sep 2007)
New Revision: 25373

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

Log:
add three more authentication types


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


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/dcerpc.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/dcerpc.idl	2007-09-27 01:32:55 UTC (rev 25372)
+++ branches/SAMBA_4_0/source/librpc/idl/dcerpc.idl	2007-09-27 03:17:24 UTC (rev 25373)
@@ -124,6 +124,9 @@
 	const uint8 DCERPC_AUTH_TYPE_SPNEGO   = 9;
 	const uint8 DCERPC_AUTH_TYPE_NTLMSSP  = 10;
 	const uint8 DCERPC_AUTH_TYPE_KRB5     = 16;
+	const uint8 DCERPC_AUTH_TYPE_DPA      = 17;
+	const uint8 DCERPC_AUTH_TYPE_MSN      = 18;
+	const uint8 DCERPC_AUTH_TYPE_DIGEST   = 21;
 	const uint8 DCERPC_AUTH_TYPE_SCHANNEL = 68;
 	const uint8 DCERPC_AUTH_TYPE_MSMQ     = 100;
 



More information about the samba-cvs mailing list