diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index bf86254189..fc7a37310b 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -13,7 +13,7 @@ Before contribute please see the LICENSE file included in the
root directory of the source tree for extended license details.
In general to contribute ReOpenLDAP you should accept both [AGPL](https://en.wikipedia.org/wiki/GNU_Affero_General_Public_License)
-and [OpenLDAP Public Licens](https://raw.github.com/ReOpen/ReOpenLDAP/master/LICENSE)
+and [OpenLDAP Public Licens](https://raw.github.com/leo-yuriev/ReOpenLDAP/master/LICENSE)
terms for contributions.
diff --git a/README.md b/README.md
index e19fa437c8..a9be5f2582 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ ReOpenLDAP is...
*But no Windows, Mac OS, FreeBSD, Solaris or HP-UX; just __only Linux__!*
-[](https://travis-ci.org/ReOpen/ReOpenLDAP)
+[](https://travis-ci.org/leo-yuriev/ReOpenLDAP)
##### ReOpenLDAP is currently running in telcos across Russia:
* Several 2x2 multi-master clusters
@@ -66,5 +66,5 @@ For the changes merged from OpenLDAP project, please see the CHANGES.OpenLDAP fi
* removed ~5K warnings from GCC/clang
* removed ~1K warnings from ThreadSanitizer (a data race detector)
* removed most of memory leaks (tests could be passed under Valgrind)
- * checked with PVS-Studio static analyser, [see details](https://github.com/ReOpen/ReOpenLDAP/issues/107)
+ * checked with PVS-Studio static analyser, [see details](https://github.com/leo-yuriev/ReOpenLDAP/issues/107)
*
diff --git a/TODO.md b/TODO.md
index d783d65459..9688e5e208 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,5 +1,5 @@
- [ ] reimplement: ITS#8054 add queue time to log (a0cc1d9655da112a4d19cddf821460a4dedeed1c)
- [ ] test: test066-autoca
-- [ ] fix: https://github.com/ReOpen/ReOpenLDAP/issues/121 and https://github.com/ReOpen/ReOpenLDAP/issues/102 (seems the same)
+- [ ] fix: https://github.com/leo-yuriev/ReOpenLDAP/issues/121 and https://github.com/leo-yuriev/ReOpenLDAP/issues/102 (seems the same)
- [ ] test: use gdb as supervisor
- [ ] ci: more for Travis-CI and https://circleci.com/
diff --git a/build/BRANDING b/build/BRANDING
index 195067d246..03fb90cb47 100755
--- a/build/BRANDING
+++ b/build/BRANDING
@@ -19,8 +19,8 @@ failure() {
}
PACKAGE=ReOpenLDAP
-PACKAGE_URL="https://github.com/ReOpen/ReOpenLDAP/wiki"
-PACKAGE_BUGREPORT="https://github.com/ReOpen/ReOpenLDAP/issues"
+PACKAGE_URL="https://github.com/leo-yuriev/ReOpenLDAP/wiki"
+PACKAGE_BUGREPORT="https://github.com/leo-yuriev/ReOpenLDAP/issues"
RELEASE_TYPE=Devel
diff --git a/build/stub b/build/stub
index c7a594048b..81819e6dd6 100644
--- a/build/stub
+++ b/build/stub
@@ -1,5 +1,5 @@
## This is a stub file to satisfy autotools dependencies.
-## For complete context please refer to https://github.com/ReOpen/ReOpenLDAP
+## For complete context please refer to https://github.com/leo-yuriev/ReOpenLDAP
##
## $ReOpenLDAP$
##
diff --git a/contrib/README b/contrib/README
index 387a29c27a..e0c14231e2 100644
--- a/contrib/README
+++ b/contrib/README
@@ -14,7 +14,7 @@ top-level directory of the distribution or, alternatively, at
---
ReOpenLDAP is developed and maintained by The ReOpenLDAP
-Project (https://github.com/ReOpen/ReOpenLDAP).
+Project (https://github.com/leo-yuriev/ReOpenLDAP).
ReOpenLDAP is derived from OpenLDAP 2.4 Release.
OpenLDAP is developed and maintained by The OpenLDAP Project
diff --git a/doc/man/en/Project b/doc/man/en/Project
index 10a6f9ff53..561149841f 100644
--- a/doc/man/en/Project
+++ b/doc/man/en/Project
@@ -1,6 +1,6 @@
.\" Shared Project Acknowledgement Text
.B "ReOpenLDAP Software"
-is developed and maintained by The ReOpenLDAP Project (https://github.com/ReOpen/ReOpenLDAP).
+is developed and maintained by The ReOpenLDAP Project (https://github.com/leo-yuriev/ReOpenLDAP).
.B "ReOpenLDAP Software"
is derived from OpenLDAP 2.4 Release.
diff --git a/doc/man/ru/Project b/doc/man/ru/Project
index 75fa747624..aaedd3a8da 100644
--- a/doc/man/ru/Project
+++ b/doc/man/ru/Project
@@ -1,7 +1,7 @@
.\" Shared Project Acknowledgement Text
.B "Программное обеспечение ReOpenLDAP"
-разработано и поддерживается проектом ReOpenLDAP .
+разработано и поддерживается проектом ReOpenLDAP .
Перевод этой man-страницы выполнен участниками проекта Pro-LDAP.ru .
.B "Программное обеспечение ReOpenLDAP"
является производным от релиза 2.4 OpenLDAP.
diff --git a/servers/slapd/back-ldap/monitor.c b/servers/slapd/back-ldap/monitor.c
index 1ff131cd95..d81b9c1dae 100644
--- a/servers/slapd/back-ldap/monitor.c
+++ b/servers/slapd/back-ldap/monitor.c
@@ -1078,7 +1078,7 @@ ldap_back_monitor_db_close( BackendDB *be )
if (mss) {
/* LY: Disallow opening from monitor-backend side,
* untils ldap_back_monitor_destroy() will be called.
- * Workaround for https://github.com/ReOpen/ReOpenLDAP/issues/15 */
+ * Workaround for https://github.com/leo-yuriev/ReOpenLDAP/issues/15 */
mss[0].mss_open = ldap_back_monitor_conn_reject;
mss[1].mss_open = ldap_back_monitor_conn_reject;
}
diff --git a/servers/slapd/overlays/syncprov.c b/servers/slapd/overlays/syncprov.c
index 82c488522c..e17f8a031d 100644
--- a/servers/slapd/overlays/syncprov.c
+++ b/servers/slapd/overlays/syncprov.c
@@ -1398,7 +1398,7 @@ syncprov_op_abandon( Operation *op, SlapReply *rs )
syncops *so, **pso;
if (! si)
- /* LY: workaround for https://github.com/ReOpen/ReOpenLDAP/issues/45 */
+ /* LY: workaround for https://github.com/leo-yuriev/ReOpenLDAP/issues/45 */
return SLAP_CB_CONTINUE;
ldap_pvt_thread_mutex_lock( &si->si_ops_mutex );
@@ -2648,7 +2648,7 @@ syncprov_detach_op( Operation *op, syncops *so, slap_overinst *on )
so->s_flags |= PS_IS_DETACHED;
slap_set_op_abandon(op, 1);
/* LY: Icing on the cake - this is a crutch/workaround
- * for https://github.com/ReOpen/ReOpenLDAP/issues/47 */
+ * for https://github.com/leo-yuriev/ReOpenLDAP/issues/47 */
op->o_msgid += ~((~0u) >> 1);
/* Add op2 to conn so abandon will find us */
@@ -3836,7 +3836,7 @@ syncprov_db_destroy(
syncprov_info_t *si = (syncprov_info_t *)on->on_bi.bi_private;
if ( si ) {
- /* LY: workaround for https://github.com/ReOpen/ReOpenLDAP/issues/45 */
+ /* LY: workaround for https://github.com/leo-yuriev/ReOpenLDAP/issues/45 */
for(;;) {
int drained, paused = -1;
diff --git a/servers/slapd/syncrepl.c b/servers/slapd/syncrepl.c
index edd9e5b609..f10e59161b 100644
--- a/servers/slapd/syncrepl.c
+++ b/servers/slapd/syncrepl.c
@@ -990,7 +990,7 @@ syncrepl_process(
bl = slap_biglock_get(si->si_wbe);
/* LY: this is ugly solution, on other hand,
* it is reasonable and necessary.
- * See https://github.com/ReOpen/ReOpenLDAP/issues/43
+ * See https://github.com/leo-yuriev/ReOpenLDAP/issues/43
*/
slap_biglock_acquire(bl);
@@ -2520,7 +2520,7 @@ static int check_for_retard(syncinfo_t *si, struct sync_cookie *sc,
{
int i, origin, rc = 0;
- /* LY: This is fixes https://github.com/ReOpen/ReOpenLDAP/issues/43
+ /* LY: This is fixes https://github.com/leo-yuriev/ReOpenLDAP/issues/43
* for most cases. */
if (SLAP_MULTIMASTER(si->si_be)) {
diff --git a/tests/data/regressions/its8444/its8444 b/tests/data/regressions/its8444/its8444
index 70a57f0720..ce4c49c6eb 100755
--- a/tests/data/regressions/its8444/its8444
+++ b/tests/data/regressions/its8444/its8444
@@ -191,7 +191,7 @@ if [ $RC != 0 ]; then
echo "test failed - server 1 and server $n databases differ"
killservers
[ -n "$CI" ] \
- && echo "$CI: Ignore failure due a known https://github.com/ReOpen/ReOpenLDAP/issues/121" \
+ && echo "$CI: Ignore failure due a known https://github.com/leo-yuriev/ReOpenLDAP/issues/121" \
|| exit 1
fi
@@ -241,7 +241,7 @@ EOF
if test $RC != 0 ; then
echo "User add failed on consumer $n."
[ -n "$CI" ] \
- && echo "$CI: Ignore failure due a known https://github.com/ReOpen/ReOpenLDAP/issues/121" \
+ && echo "$CI: Ignore failure due a known https://github.com/leo-yuriev/ReOpenLDAP/issues/121" \
|| (killservers; exit $RC)
fi
done
@@ -292,7 +292,7 @@ EOF
if test $RC != 1 ; then
echo "User delete failed on consumer $n."
[ -n "$CI" ] \
- && echo "$CI: Ignore failure due a known https://github.com/ReOpen/ReOpenLDAP/issues/121" \
+ && echo "$CI: Ignore failure due a known https://github.com/leo-yuriev/ReOpenLDAP/issues/121" \
|| (killservers; exit 1)
fi
done
@@ -341,7 +341,7 @@ EOF
if test $RC != 1 ; then
echo "Group delete failed on one or more consumer ($RC)."
[ -n "$CI" ] \
- && echo "$CI: Ignore failure due a known https://github.com/ReOpen/ReOpenLDAP/issues/121" \
+ && echo "$CI: Ignore failure due a known https://github.com/leo-yuriev/ReOpenLDAP/issues/121" \
|| (killservers; exit 1)
fi
@@ -388,7 +388,7 @@ EOF
if test $RC != 0 ; then
echo "Group add failed on one or more consumer ($RC)."
[ -n "$CI" ] \
- && echo "$CI: Ignore failure due a known https://github.com/ReOpen/ReOpenLDAP/issues/121" \
+ && echo "$CI: Ignore failure due a known https://github.com/leo-yuriev/ReOpenLDAP/issues/121" \
|| (killservers; exit $RC)
fi
done
diff --git a/tests/progs/slapd-mtread.c b/tests/progs/slapd-mtread.c
index e87d44fae4..98c6a57b44 100644
--- a/tests/progs/slapd-mtread.c
+++ b/tests/progs/slapd-mtread.c
@@ -336,7 +336,7 @@ main( int argc, char **argv )
}
if (strcasestr(entry, "cn=Monitor") != 0) {
- /* LY: Workaround for https://github.com/ReOpen/ReOpenLDAP/issues/92
+ /* LY: Workaround for https://github.com/leo-yuriev/ReOpenLDAP/issues/92
* Give a time to slapd and monitor-backend for completion closed connections. */
tester_error( "Wait for completion closed connections" );
sleep(1);
diff --git a/tests/scripts/test019-syncrepl-cascade b/tests/scripts/test019-syncrepl-cascade
index 4dd28317fa..fc016a4344 100755
--- a/tests/scripts/test019-syncrepl-cascade
+++ b/tests/scripts/test019-syncrepl-cascade
@@ -341,7 +341,7 @@ $CMP $MASTERFLT $SERVER2FLT > $CMPOUT
if test $? != 0 ; then
echo "test failed - master and R1 slave databases differ"
[ -n "$CI" ] \
- && echo "$CI: Ignore failure due a known https://github.com/ReOpen/ReOpenLDAP/issues/102" \
+ && echo "$CI: Ignore failure due a known https://github.com/leo-yuriev/ReOpenLDAP/issues/102" \
|| exit 1
fi
@@ -351,7 +351,7 @@ $CMP $MASTERFLT $SERVER3FLT > $CMPOUT
if test $? != 0 ; then
echo "test failed - master and R2 slave databases differ"
[ -n "$CI" ] \
- && echo "$CI: Ignore failure due a known https://github.com/ReOpen/ReOpenLDAP/issues/102" \
+ && echo "$CI: Ignore failure due a known https://github.com/leo-yuriev/ReOpenLDAP/issues/102" \
|| exit 1
fi
@@ -361,7 +361,7 @@ $CMP $MASTERFLT $SERVER4FLT > $CMPOUT
if test $? != 0 ; then
echo "test failed - master and P1 slave databases differ"
[ -n "$CI" ] \
- && echo "$CI: Ignore failure due a known https://github.com/ReOpen/ReOpenLDAP/issues/102" \
+ && echo "$CI: Ignore failure due a known https://github.com/leo-yuriev/ReOpenLDAP/issues/102" \
|| exit 1
fi
@@ -371,7 +371,7 @@ $CMP $MASTERFLT $SERVER5FLT > $CMPOUT
if test $? != 0 ; then
echo "test failed - master and P2 slave databases differ"
[ -n "$CI" ] \
- && echo "$CI: Ignore failure due a known https://github.com/ReOpen/ReOpenLDAP/issues/102" \
+ && echo "$CI: Ignore failure due a known https://github.com/leo-yuriev/ReOpenLDAP/issues/102" \
|| exit 1
fi
@@ -381,7 +381,7 @@ $CMP $MASTERFLT $SERVER6FLT > $CMPOUT
if test $? != 0 ; then
echo "test failed - master and P3 slave databases differ"
[ -n "$CI" ] \
- && echo "$CI: Ignore failure due a known https://github.com/ReOpen/ReOpenLDAP/issues/102" \
+ && echo "$CI: Ignore failure due a known https://github.com/leo-yuriev/ReOpenLDAP/issues/102" \
|| exit 1
fi