[Fedora-directory-commits] ldapserver/ldap/servers/slapd/test-plugins testbind.c, 1.4.2.1, 1.4.2.2 testdatainterop.c, 1.4.2.1, 1.4.2.2 testentry.c, 1.4.2.1, 1.4.2.2 testextendedop.c, 1.4.2.1, 1.4.2.2 testgetip.c, 1.4.2.1, 1.4.2.2 testpostop.c, 1.4.2.1, 1.4.2.2 testpreop.c, 1.4.2.2, 1.4.2.3 testsaslbind.c, 1.6.2.1, 1.6.2.2
by Doctor Conrad
Author: nhosoi
Update of /cvs/dirsec/ldapserver/ldap/servers/slapd/test-plugins
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21078/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:
[166723] Need version number change for 7.1SP1
Results applying brandver script to update the version numbers.
Index: testbind.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/test-plugins/testbind.c,v
retrieving revision 1.4.2.1
retrieving revision 1.4.2.2
diff -u -r1.4.2.1 -r1.4.2.2
--- testbind.c 9 Jun 2005 18:35:02 -0000 1.4.2.1
+++ testbind.c 31 Aug 2005 21:41:24 -0000 1.4.2.2
@@ -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", "7.1 SP1",
"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.1
retrieving revision 1.4.2.2
diff -u -r1.4.2.1 -r1.4.2.2
--- testdatainterop.c 9 Jun 2005 18:35:02 -0000 1.4.2.1
+++ testdatainterop.c 31 Aug 2005 21:41:24 -0000 1.4.2.2
@@ -113,7 +113,7 @@
/*
* Static variables.
*/
-static Slapi_PluginDesc plugindesc = { PLUGIN_NAME, "Fedora Project", "7.1",
+static Slapi_PluginDesc plugindesc = { PLUGIN_NAME, "Fedora Project", "7.1 SP1",
"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.1
retrieving revision 1.4.2.2
diff -u -r1.4.2.1 -r1.4.2.2
--- testentry.c 9 Jun 2005 18:35:02 -0000 1.4.2.1
+++ testentry.c 31 Aug 2005 21:41:24 -0000 1.4.2.2
@@ -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", "7.1 SP1",
"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.1
retrieving revision 1.4.2.2
diff -u -r1.4.2.1 -r1.4.2.2
--- testextendedop.c 9 Jun 2005 18:35:02 -0000 1.4.2.1
+++ testextendedop.c 31 Aug 2005 21:41:24 -0000 1.4.2.2
@@ -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", "7.1 SP1",
"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.1
retrieving revision 1.4.2.2
diff -u -r1.4.2.1 -r1.4.2.2
--- testgetip.c 9 Jun 2005 18:35:02 -0000 1.4.2.1
+++ testgetip.c 31 Aug 2005 21:41:24 -0000 1.4.2.2
@@ -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", "7.1 SP1",
"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.1
retrieving revision 1.4.2.2
diff -u -r1.4.2.1 -r1.4.2.2
--- testpostop.c 9 Jun 2005 18:35:02 -0000 1.4.2.1
+++ testpostop.c 31 Aug 2005 21:41:24 -0000 1.4.2.2
@@ -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", "7.1 SP1",
"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.2
retrieving revision 1.4.2.3
diff -u -r1.4.2.2 -r1.4.2.3
--- testpreop.c 24 Jun 2005 01:26:39 -0000 1.4.2.2
+++ testpreop.c 31 Aug 2005 21:41:24 -0000 1.4.2.3
@@ -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", "7.1 SP1",
"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.1
retrieving revision 1.6.2.2
diff -u -r1.6.2.1 -r1.6.2.2
--- testsaslbind.c 9 Jun 2005 18:35:02 -0000 1.6.2.1
+++ testsaslbind.c 31 Aug 2005 21:41:24 -0000 1.6.2.2
@@ -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", "7.1 SP1",
"sample SASL bind pre-operation plugin" };
18 years, 3 months
[Fedora-directory-commits] ldapserver/ldap/servers/plugins/uiduniq libuiduniq.def, 1.6, 1.6.2.1
by Doctor Conrad
Author: nhosoi
Update of /cvs/dirsec/ldapserver/ldap/servers/plugins/uiduniq
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21078/ldap/servers/plugins/uiduniq
Modified Files:
Tag: Directory71RtmBranch
libuiduniq.def
Log Message:
[166723] Need version number change for 7.1SP1
Results applying brandver script to update the version numbers.
Index: libuiduniq.def
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/plugins/uiduniq/libuiduniq.def,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -u -r1.6 -r1.6.2.1
--- libuiduniq.def 19 Apr 2005 22:07:35 -0000 1.6
+++ libuiduniq.def 31 Aug 2005 21:41:24 -0000 1.6.2.1
@@ -38,7 +38,7 @@
;
;
;
-DESCRIPTION 'Fedora Directory Server 7 Unique Attribute Checking Plugin'
+DESCRIPTION 'Fedora Directory Server 7.1 Unique Attribute Checking Plugin'
;CODE SHARED READ EXECUTE
;DATA SHARED READ WRITE
EXPORTS
18 years, 3 months
[Fedora-directory-commits] ldapserver/ldap/servers/plugins/syntaxes libsyntax.def, 1.6, 1.6.2.1
by Doctor Conrad
Author: nhosoi
Update of /cvs/dirsec/ldapserver/ldap/servers/plugins/syntaxes
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21078/ldap/servers/plugins/syntaxes
Modified Files:
Tag: Directory71RtmBranch
libsyntax.def
Log Message:
[166723] Need version number change for 7.1SP1
Results applying brandver script to update the version numbers.
Index: libsyntax.def
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/plugins/syntaxes/libsyntax.def,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -u -r1.6 -r1.6.2.1
--- libsyntax.def 19 Apr 2005 22:07:35 -0000 1.6
+++ libsyntax.def 31 Aug 2005 21:41:12 -0000 1.6.2.1
@@ -36,7 +36,7 @@
; All rights reserved.
; END COPYRIGHT BLOCK
;
-DESCRIPTION 'Fedora Directory Server 7 syntaxes Plugin'
+DESCRIPTION 'Fedora Directory Server 7.1 syntaxes Plugin'
EXPORTS
cis_init @2
ces_init @3
18 years, 3 months
[Fedora-directory-commits] ldapserver/ldap/servers/plugins/referint referint.def, 1.6, 1.6.2.1
by Doctor Conrad
Author: nhosoi
Update of /cvs/dirsec/ldapserver/ldap/servers/plugins/referint
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21078/ldap/servers/plugins/referint
Modified Files:
Tag: Directory71RtmBranch
referint.def
Log Message:
[166723] Need version number change for 7.1SP1
Results applying brandver script to update the version numbers.
Index: referint.def
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/plugins/referint/referint.def,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -u -r1.6 -r1.6.2.1
--- referint.def 19 Apr 2005 22:07:32 -0000 1.6
+++ referint.def 31 Aug 2005 21:41:11 -0000 1.6.2.1
@@ -36,7 +36,7 @@
; All rights reserved.
; END COPYRIGHT BLOCK
;
-DESCRIPTION 'Fedora Directory Server 7 Referint Plugin'
+DESCRIPTION 'Fedora Directory Server 7.1 Referint Plugin'
CODE SHARED READ EXECUTE
DATA SHARED READ WRITE
EXPORTS
18 years, 3 months
[Fedora-directory-commits] ldapserver/ldap/servers/plugins/pwdstorage libpwdstorage.def, 1.7, 1.7.2.1
by Doctor Conrad
Author: nhosoi
Update of /cvs/dirsec/ldapserver/ldap/servers/plugins/pwdstorage
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21078/ldap/servers/plugins/pwdstorage
Modified Files:
Tag: Directory71RtmBranch
libpwdstorage.def
Log Message:
[166723] Need version number change for 7.1SP1
Results applying brandver script to update the version numbers.
Index: libpwdstorage.def
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/plugins/pwdstorage/libpwdstorage.def,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -u -r1.7 -r1.7.2.1
--- libpwdstorage.def 20 Apr 2005 18:10:29 -0000 1.7
+++ libpwdstorage.def 31 Aug 2005 21:41:10 -0000 1.7.2.1
@@ -36,7 +36,7 @@
; All rights reserved.
; END COPYRIGHT BLOCK
;
-DESCRIPTION 'Fedora Directory Server 7 password storage scheme Plugin'
+DESCRIPTION 'Fedora Directory Server 7.1 password storage scheme Plugin'
EXPORTS
sha_pwd_storage_scheme_init @2
ssha_pwd_storage_scheme_init @3
18 years, 3 months
[Fedora-directory-commits] ldapserver/ldap/servers/plugins/presence presence.def, 1.5, 1.5.2.1
by Doctor Conrad
Author: nhosoi
Update of /cvs/dirsec/ldapserver/ldap/servers/plugins/presence
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21078/ldap/servers/plugins/presence
Modified Files:
Tag: Directory71RtmBranch
presence.def
Log Message:
[166723] Need version number change for 7.1SP1
Results applying brandver script to update the version numbers.
Index: presence.def
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/plugins/presence/presence.def,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -u -r1.5 -r1.5.2.1
--- presence.def 19 Apr 2005 22:07:31 -0000 1.5
+++ presence.def 31 Aug 2005 21:41:09 -0000 1.5.2.1
@@ -36,7 +36,7 @@
; All rights reserved.
; END COPYRIGHT BLOCK
;
-DESCRIPTION 'Fedora Directory Server 7 Presence Plugin'
+DESCRIPTION 'Fedora Directory Server 7.1 Presence Plugin'
EXPORTS
presence_init @2
plugin_init_debug_level @3
18 years, 3 months
[Fedora-directory-commits] ldapserver/ldap/servers/plugins/passthru libpassthru.def, 1.6, 1.6.2.1
by Doctor Conrad
Author: nhosoi
Update of /cvs/dirsec/ldapserver/ldap/servers/plugins/passthru
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21078/ldap/servers/plugins/passthru
Modified Files:
Tag: Directory71RtmBranch
libpassthru.def
Log Message:
[166723] Need version number change for 7.1SP1
Results applying brandver script to update the version numbers.
Index: libpassthru.def
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/plugins/passthru/libpassthru.def,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -u -r1.6 -r1.6.2.1
--- libpassthru.def 19 Apr 2005 22:07:31 -0000 1.6
+++ libpassthru.def 31 Aug 2005 21:41:09 -0000 1.6.2.1
@@ -38,7 +38,7 @@
;
;
;
-DESCRIPTION 'Fedora Directory Server 7 Pass Through Authentication Plugin'
+DESCRIPTION 'Fedora Directory Server 7.1 Pass Through Authentication Plugin'
;CODE SHARED READ EXECUTE
;DATA SHARED READ WRITE
EXPORTS
18 years, 3 months
[Fedora-directory-commits] ldapserver/ldap/servers/plugins/distrib libdistrib.def, 1.6, 1.6.2.1
by Doctor Conrad
Author: nhosoi
Update of /cvs/dirsec/ldapserver/ldap/servers/plugins/distrib
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21078/ldap/servers/plugins/distrib
Modified Files:
Tag: Directory71RtmBranch
libdistrib.def
Log Message:
[166723] Need version number change for 7.1SP1
Results applying brandver script to update the version numbers.
Index: libdistrib.def
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/plugins/distrib/libdistrib.def,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -u -r1.6 -r1.6.2.1
--- libdistrib.def 19 Apr 2005 22:07:30 -0000 1.6
+++ libdistrib.def 31 Aug 2005 21:41:07 -0000 1.6.2.1
@@ -35,7 +35,7 @@
; Copyright (C) 2005 Red Hat, Inc.
; All rights reserved.
; --- END COPYRIGHT BLOCK ---
-DESCRIPTION 'Fedora Directory Server 7 distribution logic example'
+DESCRIPTION 'Fedora Directory Server 7.1 distribution logic example'
EXPORTS
alpha_distribution @1
hash_distribution @2
18 years, 3 months
[Fedora-directory-commits] ldapserver/ldap/servers/plugins/cos cos.def, 1.6, 1.6.2.1
by Doctor Conrad
Author: nhosoi
Update of /cvs/dirsec/ldapserver/ldap/servers/plugins/cos
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21078/ldap/servers/plugins/cos
Modified Files:
Tag: Directory71RtmBranch
cos.def
Log Message:
[166723] Need version number change for 7.1SP1
Results applying brandver script to update the version numbers.
Index: cos.def
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/plugins/cos/cos.def,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -u -r1.6 -r1.6.2.1
--- cos.def 19 Apr 2005 22:07:29 -0000 1.6
+++ cos.def 31 Aug 2005 21:41:06 -0000 1.6.2.1
@@ -36,7 +36,7 @@
; All rights reserved.
; END COPYRIGHT BLOCK
;
-DESCRIPTION 'Fedora Directory Server 7 Class Of Service Plugin'
+DESCRIPTION 'Fedora Directory Server 7.1 Class Of Service Plugin'
EXPORTS
cos_init @2
plugin_init_debug_level @3
18 years, 3 months
[Fedora-directory-commits] ldapserver/ldap/cm/newinstnt Makefile, 1.6, 1.6.2.1 dsinst.rc, 1.6, 1.6.2.1
by Doctor Conrad
Author: nhosoi
Update of /cvs/dirsec/ldapserver/ldap/cm/newinstnt
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21078/ldap/cm/newinstnt
Modified Files:
Tag: Directory71RtmBranch
Makefile dsinst.rc
Log Message:
[166723] Need version number change for 7.1SP1
Results applying brandver script to update the version numbers.
Index: Makefile
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/cm/newinstnt/Makefile,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -u -r1.6 -r1.6.2.1
--- Makefile 19 Apr 2005 22:07:21 -0000 1.6
+++ Makefile 31 Aug 2005 21:40:51 -0000 1.6.2.1
@@ -117,7 +117,7 @@
$(CC) $(CFLAGS) $<
$(OUTDIR)/%.inf: %.inf
- $(PERL) $(FIXINF) $(BUILD_MODULE) $(DIR_VERSION) $(BUILD_ROOT)/$(BUILD_ARCH)/buildnum.dat $< $(SECURITY) "DoesntOnNT" $(IS_DIR_LITE) '$(INSTANCE_NAME_PREFIX)' $@ $(BUILD_BOMB)
+ $(PERL) $(FIXINF) $(BUILD_MODULE) $(NOSP_DIR_VERSION) $(BUILD_ROOT)/$(BUILD_ARCH)/buildnum.dat $< $(SECURITY) "DoesntOnNT" $(IS_DIR_LITE) '$(INSTANCE_NAME_PREFIX)' $@ $(BUILD_BOMB)
$(OUTDIR)/%.res: %.rc
$(RC) $(RCFLAGS) /fo"$@" $<
Index: dsinst.rc
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/cm/newinstnt/dsinst.rc,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -u -r1.6 -r1.6.2.1
--- dsinst.rc 19 Apr 2005 22:07:21 -0000 1.6
+++ dsinst.rc 31 Aug 2005 21:40:51 -0000 1.6.2.1
@@ -89,7 +89,7 @@
VALUE "LegalCopyright", "Copyright 2001 Sun Microsystems, Inc. Portions copyright 1999, 2002 Netscape Communications Corporation. All rights reserved.\0"
VALUE "OriginalFilename", "\0"
VALUE "ProductName", "Fedora Server Products\0"
- VALUE "ProductVersion", "7, 1, 0, 0\0"
+ VALUE "ProductVersion", "7, 1, 1, 0\0"
END
END
BLOCK "VarFileInfo"
@@ -190,7 +190,7 @@
IDD_SUITESPOTID DIALOG DISCARDABLE 0, 0, 297, 163
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION
-"Directory Server 7.0 Fedora configuration directory server administrator "
+"Directory Server 7.1 Fedora configuration directory server administrator "
FONT 8, "MS Sans Serif"
BEGIN
@@ -489,7 +489,7 @@
IDD_ADMIN_ID_ONLY DIALOG DISCARDABLE 0, 0, 297, 163
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION
-"Directory Server 7.0 Fedora configuration directory server administrator "
+"Directory Server 7.1 Fedora configuration directory server administrator "
FONT 8, "MS Sans Serif"
BEGIN
18 years, 3 months