[Fedora-directory-commits] ldapserver/ldap/servers/slapd/test-plugins README, 1.6, 1.7 testbind.c, 1.5, 1.6 testdatainterop.c, 1.5, 1.6 testentry.c, 1.5, 1.6 testextendedop.c, 1.5, 1.6 testgetip.c, 1.5, 1.6 testplugin.def, 1.6, 1.7 testpostop.c, 1.5, 1.6 testpreop.c, 1.6, 1.7 testsaslbind.c, 1.7, 1.8

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Sat Oct 29 02:28:26 UTC 2005


Author: rmeggins

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

Modified Files:
	README testbind.c testdatainterop.c testentry.c 
	testextendedop.c testgetip.c testplugin.def testpostop.c 
	testpreop.c testsaslbind.c 
Log Message:
Bug(s) fixed: 172005
Bug Description: Change ldapserver version to 1.0
Reviewed by: Noriko (Thanks!)
Fix Description: This also fixes some lingering build issues involving 
perldap, which is no longer a separate setup package, but just gets 
included into DS in a similar manner to nspr, nss, etc.
Platforms tested: RHEL4
Flag Day: no
Doc impact: no
QA impact: should be covered by regular nightly and manual testing
New Tests integrated into TET: none



Index: README
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/test-plugins/README,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- README	19 Apr 2005 22:07:41 -0000	1.6
+++ README	29 Oct 2005 02:28:18 -0000	1.7
@@ -39,11 +39,11 @@
 
                    ----------------------------
                       Sample Server Plug-Ins
-                     for Directory Server 7
+                     for Directory Server 1
                    ----------------------------
 
 This directory contains code for some sample server plug-ins intended for
-use with the Fedora Directory Server 7.  
+use with the Fedora Directory Server 1.  
 
     NOTE: Before you compile and run these examples, make sure 
     to change any server-specific data in the examples to  


Index: testbind.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/test-plugins/testbind.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- testbind.c	9 Jun 2005 17:42:14 -0000	1.5
+++ testbind.c	29 Oct 2005 02:28:18 -0000	1.6
@@ -69,7 +69,7 @@
 #include <string.h>
 #include "slapi-plugin.h"
 
-Slapi_PluginDesc bindpdesc = { "test-bind", "Fedora Project", "7.1",
+Slapi_PluginDesc bindpdesc = { "test-bind", "Fedora Project", "1.0",
 	"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.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- testdatainterop.c	9 Jun 2005 17:42:14 -0000	1.5
+++ testdatainterop.c	29 Oct 2005 02:28:18 -0000	1.6
@@ -113,7 +113,7 @@
 /*
  * Static variables.
  */
-static Slapi_PluginDesc plugindesc = { PLUGIN_NAME, "Fedora Project", "7.1",
+static Slapi_PluginDesc plugindesc = { PLUGIN_NAME, "Fedora Project", "1.0",
 	"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.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- testentry.c	9 Jun 2005 17:42:14 -0000	1.5
+++ testentry.c	29 Oct 2005 02:28:18 -0000	1.6
@@ -90,7 +90,7 @@
 #include <string.h>
 #include "slapi-plugin.h"
 
-Slapi_PluginDesc entrypdesc = { "test-entry", "Fedora Project", "7.1",
+Slapi_PluginDesc entrypdesc = { "test-entry", "Fedora Project", "1.0",
 	"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.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- testextendedop.c	9 Jun 2005 17:42:14 -0000	1.5
+++ testextendedop.c	29 Oct 2005 02:28:18 -0000	1.6
@@ -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", "7.1",
+Slapi_PluginDesc expdesc = { "test-extendedop", "Fedora Project", "1.0",
 	"sample extended operation plugin" };
 
 


Index: testgetip.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/test-plugins/testgetip.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- testgetip.c	9 Jun 2005 17:42:14 -0000	1.5
+++ testgetip.c	29 Oct 2005 02:28:18 -0000	1.6
@@ -74,7 +74,7 @@
 #include "slapi-plugin.h"
 #include "nspr.h"
 
-Slapi_PluginDesc getippdesc = { "test-getip", "Fedora Project", "7.1",
+Slapi_PluginDesc getippdesc = { "test-getip", "Fedora Project", "1.0",
 	"sample pre-operation plugin" };
 
 static char *netaddr2str( PRNetAddr *addrp, char *buf, size_t buflen );


Index: testplugin.def
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/test-plugins/testplugin.def,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- testplugin.def	19 Apr 2005 22:07:41 -0000	1.6
+++ testplugin.def	29 Oct 2005 02:28:18 -0000	1.7
@@ -36,7 +36,7 @@
 ; All rights reserved.
 ; END COPYRIGHT BLOCK
 ;
-DESCRIPTION		'Fedora Directory Server 7 test plugin'
+DESCRIPTION		'Fedora Directory Server 1 test plugin'
 EXPORTS
 	testentry_scramble				@2
 	testentry_unscramble				@3


Index: testpostop.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/test-plugins/testpostop.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- testpostop.c	9 Jun 2005 17:42:14 -0000	1.5
+++ testpostop.c	29 Oct 2005 02:28:18 -0000	1.6
@@ -93,7 +93,7 @@
 static char *changelogfile = "/tmp/changelog";
 #endif
 
-Slapi_PluginDesc postoppdesc = { "test-postop", "Fedora Project", "7.1",
+Slapi_PluginDesc postoppdesc = { "test-postop", "Fedora Project", "1.0",
 	"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.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- testpreop.c	24 Jun 2005 01:19:40 -0000	1.6
+++ testpreop.c	29 Oct 2005 02:28:18 -0000	1.7
@@ -79,7 +79,7 @@
 #include <string.h>
 #include "slapi-plugin.h"
 
-Slapi_PluginDesc preoppdesc = { "test-preop", "Fedora Project", "7.1",
+Slapi_PluginDesc preoppdesc = { "test-preop", "Fedora Project", "1.0",
 	"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.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- testsaslbind.c	9 Jun 2005 17:42:14 -0000	1.7
+++ testsaslbind.c	29 Oct 2005 02:28:18 -0000	1.8
@@ -80,7 +80,7 @@
 #include <string.h>
 #include "slapi-plugin.h"
 
-Slapi_PluginDesc saslpdesc = { "test-saslbind", "Fedora Project", "7.1",
+Slapi_PluginDesc saslpdesc = { "test-saslbind", "Fedora Project", "1.0",
 	"sample SASL bind pre-operation plugin" };
 
 




More information about the 389-commits mailing list