[Fedora-directory-commits] ldapserver/ldap/servers/slapd/test-plugins testbind.c, 1.9, 1.10 testdatainterop.c, 1.8, 1.9 testentry.c, 1.8, 1.9 testextendedop.c, 1.8, 1.9 testgetip.c, 1.8, 1.9 testpostop.c, 1.8, 1.9 testpreop.c, 1.9, 1.10 testsaslbind.c, 1.10, 1.11

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Mon Oct 9 22:26:23 UTC 2006


Author: rmeggins

Update of /cvs/dirsec/ldapserver/ldap/servers/slapd/test-plugins
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4238/ldapserver/ldap/servers/slapd/test-plugins

Modified Files:
	testbind.c testdatainterop.c testentry.c testextendedop.c 
	testgetip.c testpostop.c testpreop.c testsaslbind.c 
Log Message:
Bug(s) fixed: 210075
Bug Description: Change version to 1.0.3
Reviewed by: nkinder, nhosoi (Thanks!)
Fix Description: Update version strings and etc. to 1.0.3
Platforms tested: FC5
Flag Day: no
Doc impact: no 



Index: testbind.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/test-plugins/testbind.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- testbind.c	27 Sep 2006 23:40:51 -0000	1.9
+++ testbind.c	9 Oct 2006 22:26:20 -0000	1.10
@@ -69,7 +69,7 @@
 #include <string.h>
 #include "slapi-plugin.h"
 
-Slapi_PluginDesc bindpdesc = { "test-bind", "Fedora Project", "1.0.2",
+Slapi_PluginDesc bindpdesc = { "test-bind", "Fedora Project", "1.0.3",
 	"sample bind pre-operation plugin" };
 
 static Slapi_ComponentId *plugin_id = NULL;


Index: testdatainterop.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/test-plugins/testdatainterop.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- testdatainterop.c	23 Feb 2006 01:20:17 -0000	1.8
+++ testdatainterop.c	9 Oct 2006 22:26:20 -0000	1.9
@@ -113,7 +113,7 @@
 /*
  * Static variables.
  */
-static Slapi_PluginDesc plugindesc = { PLUGIN_NAME, "Fedora Project", "1.0.2",
+static Slapi_PluginDesc plugindesc = { PLUGIN_NAME, "Fedora Project", "1.0.3",
 	"sample pre-operation null suffix plugin" };
 
 static Slapi_ComponentId *plugin_id = NULL;


Index: testentry.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/test-plugins/testentry.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- testentry.c	23 Feb 2006 01:20:17 -0000	1.8
+++ testentry.c	9 Oct 2006 22:26:20 -0000	1.9
@@ -90,7 +90,7 @@
 #include <string.h>
 #include "slapi-plugin.h"
 
-Slapi_PluginDesc entrypdesc = { "test-entry", "Fedora Project", "1.0.2",
+Slapi_PluginDesc entrypdesc = { "test-entry", "Fedora Project", "1.0.3",
 	"sample entry modification plugin" };
 
 /* Entry store plug-in function */


Index: testextendedop.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/test-plugins/testextendedop.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- testextendedop.c	23 Feb 2006 01:20:17 -0000	1.8
+++ testextendedop.c	9 Oct 2006 22:26:20 -0000	1.9
@@ -83,7 +83,7 @@
 /* OID of the extended operation handled by this plug-in */
 #define MY_OID	"1.2.3.4"
 
-Slapi_PluginDesc expdesc = { "test-extendedop", "Fedora Project", "1.0.2",
+Slapi_PluginDesc expdesc = { "test-extendedop", "Fedora Project", "1.0.3",
 	"sample extended operation plugin" };
 
 


Index: testgetip.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/test-plugins/testgetip.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- testgetip.c	23 Feb 2006 01:20:17 -0000	1.8
+++ testgetip.c	9 Oct 2006 22:26:20 -0000	1.9
@@ -74,7 +74,7 @@
 #include "slapi-plugin.h"
 #include "nspr.h"
 
-Slapi_PluginDesc getippdesc = { "test-getip", "Fedora Project", "1.0.2",
+Slapi_PluginDesc getippdesc = { "test-getip", "Fedora Project", "1.0.3",
 	"sample pre-operation plugin" };
 
 static char *netaddr2str( PRNetAddr *addrp, char *buf, size_t buflen );


Index: testpostop.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/test-plugins/testpostop.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- testpostop.c	23 Feb 2006 01:20:17 -0000	1.8
+++ testpostop.c	9 Oct 2006 22:26:20 -0000	1.9
@@ -93,7 +93,7 @@
 static char *changelogfile = "/tmp/changelog";
 #endif
 
-Slapi_PluginDesc postoppdesc = { "test-postop", "Fedora Project", "1.0.2",
+Slapi_PluginDesc postoppdesc = { "test-postop", "Fedora Project", "1.0.3",
 	"sample post-operation plugin" };
 
 static void write_changelog( int optype, char *dn, void *change, int flag );


Index: testpreop.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/test-plugins/testpreop.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- testpreop.c	23 Feb 2006 01:20:17 -0000	1.9
+++ testpreop.c	9 Oct 2006 22:26:20 -0000	1.10
@@ -79,7 +79,7 @@
 #include <string.h>
 #include "slapi-plugin.h"
 
-Slapi_PluginDesc preoppdesc = { "test-preop", "Fedora Project", "1.0.2",
+Slapi_PluginDesc preoppdesc = { "test-preop", "Fedora Project", "1.0.3",
 	"sample pre-operation plugin" };
 
 /* Pre-operation plug-in function */


Index: testsaslbind.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/test-plugins/testsaslbind.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- testsaslbind.c	23 Feb 2006 01:20:17 -0000	1.10
+++ testsaslbind.c	9 Oct 2006 22:26:20 -0000	1.11
@@ -80,7 +80,7 @@
 #include <string.h>
 #include "slapi-plugin.h"
 
-Slapi_PluginDesc saslpdesc = { "test-saslbind", "Fedora Project", "1.0.2",
+Slapi_PluginDesc saslpdesc = { "test-saslbind", "Fedora Project", "1.0.3",
 	"sample SASL bind pre-operation plugin" };
 
 




More information about the Fedora-directory-commits mailing list