svn commit: lorikeet r478 - in trunk/heimdal/lib/krb5: .

abartlet at samba.org abartlet at samba.org
Thu Sep 29 03:00:19 GMT 2005


Author: abartlet
Date: 2005-09-29 03:00:15 +0000 (Thu, 29 Sep 2005)
New Revision: 478

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

Log:
Forgot to commit .h file in merge from Samba4.

Andrew Bartlett

Modified:
   trunk/heimdal/lib/krb5/krb5.h


Changeset:
Modified: trunk/heimdal/lib/krb5/krb5.h
===================================================================
--- trunk/heimdal/lib/krb5/krb5.h	2005-09-28 22:27:50 UTC (rev 477)
+++ trunk/heimdal/lib/krb5/krb5.h	2005-09-29 03:00:15 UTC (rev 478)
@@ -444,6 +444,7 @@
     void *mutex;			/* protects error_string/error_buf */
     int large_msg_size;
     krb5_boolean fdns;                  /* Lookup hostnames to find full name, or send as-is */
+    struct send_and_recv *send_and_recv; /* Alternate functions for KDC communication */
 } krb5_context_data;
 
 enum {
@@ -744,6 +745,13 @@
     KRB5_KRBHST_FLAGS_LARGE_MSG	  = 2
 };
 
+typedef int (*krb5_send_and_recv_func_t)(krb5_context,
+					 void *,
+					 krb5_krbhst_info *,
+					 const krb5_data *,
+					 krb5_data *);
+typedef void (*krb5_send_and_recv_close_func_t)(krb5_context, void*);
+
 struct credentials; /* this is to keep the compiler happy */
 struct getargs;
 struct sockaddr;



More information about the samba-cvs mailing list