svn commit: samba r8013 - in branches/SAMBA_4_0/source/kdc: .

abartlet at samba.org abartlet at samba.org
Thu Jun 30 08:26:59 GMT 2005


Author: abartlet
Date: 2005-06-30 08:26:58 +0000 (Thu, 30 Jun 2005)
New Revision: 8013

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

Log:
Remember to add the header containing the prototype for the pac
generating function...

Andrew Bartlett

Added:
   branches/SAMBA_4_0/source/kdc/pac-glue.h
Modified:
   branches/SAMBA_4_0/source/kdc/pac-glue.c


Changeset:
Modified: branches/SAMBA_4_0/source/kdc/pac-glue.c
===================================================================
--- branches/SAMBA_4_0/source/kdc/pac-glue.c	2005-06-30 08:00:08 UTC (rev 8012)
+++ branches/SAMBA_4_0/source/kdc/pac-glue.c	2005-06-30 08:26:58 UTC (rev 8013)
@@ -23,6 +23,7 @@
 
 #include "includes.h"
 #include "kdc/kdc.h"
+#include "kdc/pac-glue.h" /* Ensure we don't get this prototype wrong, as that could be painful */
 
  krb5_error_code samba_get_pac(krb5_context context, 
 			      struct krb5_kdc_configuration *config,

Added: branches/SAMBA_4_0/source/kdc/pac-glue.h
===================================================================
--- branches/SAMBA_4_0/source/kdc/pac-glue.h	2005-06-30 08:00:08 UTC (rev 8012)
+++ branches/SAMBA_4_0/source/kdc/pac-glue.h	2005-06-30 08:26:58 UTC (rev 8013)
@@ -0,0 +1,7 @@
+
+ krb5_error_code samba_get_pac(krb5_context context, 
+			      struct krb5_kdc_configuration *config,
+			      krb5_principal client, 
+			      krb5_keyblock *krbtgt_keyblock, 
+			      krb5_keyblock *server_keyblock, 
+			       krb5_data *pac);



More information about the samba-cvs mailing list