[Fedora-directory-commits] ldapserver/ldap/servers/slapd/test-plugins testbind.c, 1.4.2.2, 1.4.2.3 testdatainterop.c, 1.4.2.2, 1.4.2.3 testentry.c, 1.4.2.2, 1.4.2.3 testextendedop.c, 1.4.2.2, 1.4.2.3 testgetip.c, 1.4.2.2, 1.4.2.3 testpostop.c, 1.4.2.2, 1.4.2.3 testpreop.c, 1.4.2.3, 1.4.2.4 testsaslbind.c, 1.6.2.2, 1.6.2.3

Noriko Hosoi (nhosoi) fedora-directory-commits at redhat.com
Wed Feb 15 21:32:51 UTC 2006


Author: nhosoi

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

Modified Files:
      Tag: Directory71RtmBranch
	testbind.c testdatainterop.c testentry.c testextendedop.c 
	testgetip.c testpostop.c testpreop.c testsaslbind.c 
Log Message:
[181582] Directory Server 7.1 SP2 packaging
Changes:
1) SP1 -> SP2
2) LDAPCSDK v5.16 -> v5.17
3) redhat-ds-7.1SP1-3.RHEL4.i386.opt.rpm ->
   redhat-ds-7.1SP2-4.RHEL4.i386.opt.rpm
4) modified makefile/script to support copying a component file



Index: testbind.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/test-plugins/testbind.c,v
retrieving revision 1.4.2.2
retrieving revision 1.4.2.3
diff -u -r1.4.2.2 -r1.4.2.3
--- testbind.c	31 Aug 2005 21:41:24 -0000	1.4.2.2
+++ testbind.c	15 Feb 2006 21:32:43 -0000	1.4.2.3
@@ -69,7 +69,7 @@
 #include <string.h>
 #include "slapi-plugin.h"
 
-Slapi_PluginDesc bindpdesc = { "test-bind", "Fedora Project", "7.1 SP1",
+Slapi_PluginDesc bindpdesc = { "test-bind", "Fedora Project", "7.1 SP2",
 	"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.4.2.2
retrieving revision 1.4.2.3
diff -u -r1.4.2.2 -r1.4.2.3
--- testdatainterop.c	31 Aug 2005 21:41:24 -0000	1.4.2.2
+++ testdatainterop.c	15 Feb 2006 21:32:43 -0000	1.4.2.3
@@ -113,7 +113,7 @@
 /*
  * Static variables.
  */
-static Slapi_PluginDesc plugindesc = { PLUGIN_NAME, "Fedora Project", "7.1 SP1",
+static Slapi_PluginDesc plugindesc = { PLUGIN_NAME, "Fedora Project", "7.1 SP2",
 	"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.4.2.2
retrieving revision 1.4.2.3
diff -u -r1.4.2.2 -r1.4.2.3
--- testentry.c	31 Aug 2005 21:41:24 -0000	1.4.2.2
+++ testentry.c	15 Feb 2006 21:32:43 -0000	1.4.2.3
@@ -90,7 +90,7 @@
 #include <string.h>
 #include "slapi-plugin.h"
 
-Slapi_PluginDesc entrypdesc = { "test-entry", "Fedora Project", "7.1 SP1",
+Slapi_PluginDesc entrypdesc = { "test-entry", "Fedora Project", "7.1 SP2",
 	"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.4.2.2
retrieving revision 1.4.2.3
diff -u -r1.4.2.2 -r1.4.2.3
--- testextendedop.c	31 Aug 2005 21:41:24 -0000	1.4.2.2
+++ testextendedop.c	15 Feb 2006 21:32:43 -0000	1.4.2.3
@@ -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 SP1",
+Slapi_PluginDesc expdesc = { "test-extendedop", "Fedora Project", "7.1 SP2",
 	"sample extended operation plugin" };
 
 


Index: testgetip.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/test-plugins/testgetip.c,v
retrieving revision 1.4.2.2
retrieving revision 1.4.2.3
diff -u -r1.4.2.2 -r1.4.2.3
--- testgetip.c	31 Aug 2005 21:41:24 -0000	1.4.2.2
+++ testgetip.c	15 Feb 2006 21:32:43 -0000	1.4.2.3
@@ -74,7 +74,7 @@
 #include "slapi-plugin.h"
 #include "nspr.h"
 
-Slapi_PluginDesc getippdesc = { "test-getip", "Fedora Project", "7.1 SP1",
+Slapi_PluginDesc getippdesc = { "test-getip", "Fedora Project", "7.1 SP2",
 	"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.4.2.2
retrieving revision 1.4.2.3
diff -u -r1.4.2.2 -r1.4.2.3
--- testpostop.c	31 Aug 2005 21:41:24 -0000	1.4.2.2
+++ testpostop.c	15 Feb 2006 21:32:43 -0000	1.4.2.3
@@ -93,7 +93,7 @@
 static char *changelogfile = "/tmp/changelog";
 #endif
 
-Slapi_PluginDesc postoppdesc = { "test-postop", "Fedora Project", "7.1 SP1",
+Slapi_PluginDesc postoppdesc = { "test-postop", "Fedora Project", "7.1 SP2",
 	"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.4.2.3
retrieving revision 1.4.2.4
diff -u -r1.4.2.3 -r1.4.2.4
--- testpreop.c	31 Aug 2005 21:41:24 -0000	1.4.2.3
+++ testpreop.c	15 Feb 2006 21:32:43 -0000	1.4.2.4
@@ -79,7 +79,7 @@
 #include <string.h>
 #include "slapi-plugin.h"
 
-Slapi_PluginDesc preoppdesc = { "test-preop", "Fedora Project", "7.1 SP1",
+Slapi_PluginDesc preoppdesc = { "test-preop", "Fedora Project", "7.1 SP2",
 	"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.6.2.2
retrieving revision 1.6.2.3
diff -u -r1.6.2.2 -r1.6.2.3
--- testsaslbind.c	31 Aug 2005 21:41:24 -0000	1.6.2.2
+++ testsaslbind.c	15 Feb 2006 21:32:43 -0000	1.6.2.3
@@ -80,7 +80,7 @@
 #include <string.h>
 #include "slapi-plugin.h"
 
-Slapi_PluginDesc saslpdesc = { "test-saslbind", "Fedora Project", "7.1 SP1",
+Slapi_PluginDesc saslpdesc = { "test-saslbind", "Fedora Project", "7.1 SP2",
 	"sample SASL bind pre-operation plugin" };
 
 




More information about the Fedora-directory-commits mailing list