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

jelmer at samba.org jelmer at samba.org
Mon Dec 10 04:33:26 GMT 2007


Author: jelmer
Date: 2007-12-10 04:33:26 +0000 (Mon, 10 Dec 2007)
New Revision: 26356

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

Log:
Remove prototype for nonexisting function.
Modified:
   branches/SAMBA_4_0/
   branches/SAMBA_4_0/source/auth/kerberos/kerberos.h


Changeset:

Property changes on: branches/SAMBA_4_0
___________________________________________________________________
Name: bzr:revision-info
...skipped...
Name: bzr:revision-id:v3-trunk0
...skipped...

Modified: branches/SAMBA_4_0/source/auth/kerberos/kerberos.h
===================================================================
--- branches/SAMBA_4_0/source/auth/kerberos/kerberos.h	2007-12-10 04:33:16 UTC (rev 26355)
+++ branches/SAMBA_4_0/source/auth/kerberos/kerberos.h	2007-12-10 04:33:26 UTC (rev 26356)
@@ -88,15 +88,6 @@
 				krb5_ccache ccache, 
 				krb5_data *outbuf);
 bool get_auth_data_from_tkt(TALLOC_CTX *mem_ctx, DATA_BLOB *auth_data, krb5_ticket *tkt);
- NTSTATUS ads_verify_ticket(TALLOC_CTX *mem_ctx, 
-			    struct smb_krb5_context *smb_krb5_context,
-			    krb5_auth_context *auth_context,
-			    struct cli_credentials *machine_account,
-			    const char *service, 
-			    const DATA_BLOB *enc_ticket, 
-			    krb5_ticket **tkt,
-			    DATA_BLOB *ap_rep,
-			    krb5_keyblock **keyblock);
 int kerberos_kinit_password_cc(krb5_context ctx, krb5_ccache cc, 
 			       krb5_principal principal, const char *password, 
 			       time_t *expire_time, time_t *kdc_time);



More information about the samba-cvs mailing list