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

abartlet at samba.org abartlet at samba.org
Sat Mar 11 02:21:09 GMT 2006


Author: abartlet
Date: 2006-03-11 02:21:07 +0000 (Sat, 11 Mar 2006)
New Revision: 516

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

Log:
Hackey hack hack.  Merge this from Samba4 to lorikeet-heimdal.

Andrew Bartlett

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


Changeset:
Modified: trunk/heimdal/lib/krb5/krb5.h
===================================================================
--- trunk/heimdal/lib/krb5/krb5.h	2006-03-07 05:33:41 UTC (rev 515)
+++ trunk/heimdal/lib/krb5/krb5.h	2006-03-11 02:21:07 UTC (rev 516)
@@ -451,6 +451,9 @@
     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 */
+    void *mem_ctx;                      /* Some parts of Samba4 need a valid 
+                                           memory context (under the event 
+					   context) to use */
 } krb5_context_data;
 
 enum {



More information about the samba-cvs mailing list