svn commit: samba r11994 - in branches/SAMBA_4_0/source/auth/kerberos: .

abartlet at samba.org abartlet at samba.org
Thu Dec 1 05:10:38 GMT 2005


Author: abartlet
Date: 2005-12-01 05:10:37 +0000 (Thu, 01 Dec 2005)
New Revision: 11994

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

Log:
This function no longer needs a special declaration.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/auth/kerberos/kerberos.h


Changeset:
Modified: branches/SAMBA_4_0/source/auth/kerberos/kerberos.h
===================================================================
--- branches/SAMBA_4_0/source/auth/kerberos/kerberos.h	2005-12-01 05:09:28 UTC (rev 11993)
+++ branches/SAMBA_4_0/source/auth/kerberos/kerberos.h	2005-12-01 05:10:37 UTC (rev 11994)
@@ -126,10 +126,6 @@
 					   struct cli_credentials *credentials, 
 					   struct smb_krb5_context *smb_krb5_context,
 					   krb5_principal *princ);
-int create_memory_keytab(TALLOC_CTX *parent_ctx,
-			  struct cli_credentials *machine_account,
-			  struct smb_krb5_context *smb_krb5_context,
-			 struct keytab_container **keytab_container); 
 NTSTATUS kerberos_decode_pac(TALLOC_CTX *mem_ctx,
 			     struct PAC_DATA **pac_data_out,
 			     DATA_BLOB blob,



More information about the samba-cvs mailing list