svn commit: samba r7965 - in branches/SAMBA_4_0/source/auth/gensec: .

abartlet at samba.org abartlet at samba.org
Tue Jun 28 00:50:41 GMT 2005


Author: abartlet
Date: 2005-06-28 00:50:40 +0000 (Tue, 28 Jun 2005)
New Revision: 7965

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

Log:
Remove the GENSEC password callback structure members, as these are no
longer used.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/auth/gensec/gensec.c
   branches/SAMBA_4_0/source/auth/gensec/gensec.h


Changeset:
Modified: branches/SAMBA_4_0/source/auth/gensec/gensec.c
===================================================================
--- branches/SAMBA_4_0/source/auth/gensec/gensec.c	2005-06-27 23:22:59 UTC (rev 7964)
+++ branches/SAMBA_4_0/source/auth/gensec/gensec.c	2005-06-28 00:50:40 UTC (rev 7965)
@@ -297,7 +297,6 @@
 		return status;
 	}
 	(*gensec_security)->gensec_role = GENSEC_CLIENT;
-	(*gensec_security)->password_callback = NULL;
 
 	return status;
 }

Modified: branches/SAMBA_4_0/source/auth/gensec/gensec.h
===================================================================
--- branches/SAMBA_4_0/source/auth/gensec/gensec.h	2005-06-27 23:22:59 UTC (rev 7964)
+++ branches/SAMBA_4_0/source/auth/gensec/gensec.h	2005-06-28 00:50:40 UTC (rev 7965)
@@ -105,8 +105,6 @@
 #define GENSEC_INTERFACE_VERSION 0
 
 struct gensec_security {
-	gensec_password_callback password_callback;
-	void *password_callback_private;
 	const struct gensec_security_ops *ops;
 	void *private_data;
 	struct cli_credentials *credentials;
@@ -125,5 +123,3 @@
 };
 
 
-/* pre-declare schannel structure for schannel backend */       
-struct schannel_state;



More information about the samba-cvs mailing list