svn commit: samba r2841 - in trunk/source/lib: .

mimir at samba.org mimir at samba.org
Thu Oct 7 13:46:04 GMT 2004


Author: mimir
Date: 2004-10-07 13:46:04 +0000 (Thu, 07 Oct 2004)
New Revision: 2841

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/trunk/source/lib&rev=2841&nolog=1

Log:
Big patch. Switch from secrets_* functions to new trust passwords
api integrated with passdb interface.

- data_blob_clear is too useful outside to be declared static :)


rafal

Modified:
   trunk/source/lib/data_blob.c


Changeset:
Modified: trunk/source/lib/data_blob.c
===================================================================
--- trunk/source/lib/data_blob.c	2004-10-07 13:44:10 UTC (rev 2840)
+++ trunk/source/lib/data_blob.c	2004-10-07 13:46:04 UTC (rev 2841)
@@ -97,7 +97,7 @@
 /*******************************************************************
 clear a DATA_BLOB's contents
 *******************************************************************/
-static void data_blob_clear(DATA_BLOB *d)
+void data_blob_clear(DATA_BLOB *d)
 {
 	if (d->data) {
 		memset(d->data, 0, d->length);



More information about the samba-cvs mailing list