svn commit: samba r11542 - in branches/SAMBA_4_0/source/heimdal/lib/krb5: .

abartlet at samba.org abartlet at samba.org
Mon Nov 7 02:25:39 GMT 2005


Author: abartlet
Date: 2005-11-07 02:25:37 +0000 (Mon, 07 Nov 2005)
New Revision: 11542

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

Log:
Add the netbios name type.  We will need it when we start to handle
allowedWorkstations on Krb5.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/heimdal/lib/krb5/krb5.h


Changeset:
Modified: branches/SAMBA_4_0/source/heimdal/lib/krb5/krb5.h
===================================================================
--- branches/SAMBA_4_0/source/heimdal/lib/krb5/krb5.h	2005-11-07 02:24:50 UTC (rev 11541)
+++ branches/SAMBA_4_0/source/heimdal/lib/krb5/krb5.h	2005-11-07 02:25:37 UTC (rev 11542)
@@ -233,6 +233,7 @@
 
 typedef enum krb5_address_type { 
     KRB5_ADDRESS_INET     =   2,
+    KRB5_ADDRESS_NETBIOS  =  20,
     KRB5_ADDRESS_INET6    =  24,
     KRB5_ADDRESS_ADDRPORT = 256,
     KRB5_ADDRESS_IPPORT   = 257



More information about the samba-cvs mailing list