Skip to content

Commit

Permalink
reopenldap: update links after move the repo.
Browse files Browse the repository at this point in the history
Change-Id: I2bab1333cd1c7467ab0b4412ab9deda3830dbb10
  • Loading branch information
erthink committed Aug 12, 2017
1 parent 302ed97 commit 7c16c87
Show file tree
Hide file tree
Showing 14 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ReOpenLDAP is...

*But no Windows, Mac OS, FreeBSD, Solaris or HP-UX; just __only Linux__!*

[![Build Status](https://travis-ci.org/ReOpen/ReOpenLDAP.svg?branch=devel)](https://travis-ci.org/ReOpen/ReOpenLDAP)
[![Build Status](https://travis-ci.org/leo-yuriev/ReOpenLDAP.svg?branch=devel)](https://travis-ci.org/leo-yuriev/ReOpenLDAP)

##### ReOpenLDAP is currently running in telcos across Russia:
* Several 2x2 multi-master clusters
Expand Down Expand Up @@ -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)
* <a href="https://scan.coverity.com/projects/reopen-reopenldap"><img alt="Coverity Scan Build Status" src="https://scan.coverity.com/projects/6972/badge.svg"/></a>
2 changes: 1 addition & 1 deletion TODO.md
Original file line number Diff line number Diff line change
@@ -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/
4 changes: 2 additions & 2 deletions build/BRANDING
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion build/stub
Original file line number Diff line number Diff line change
@@ -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$
##
2 changes: 1 addition & 1 deletion contrib/README
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/man/en/Project
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion doc/man/ru/Project
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" Shared Project Acknowledgement Text

.B "Программное обеспечение ReOpenLDAP"
разработано и поддерживается проектом ReOpenLDAP <https://github.com/ReOpen/ReOpenLDAP>.
разработано и поддерживается проектом ReOpenLDAP <https://github.com/leo-yuriev/ReOpenLDAP>.
Перевод этой man-страницы выполнен участниками проекта Pro-LDAP.ru <http://pro-ldap.ru/>.
.B "Программное обеспечение ReOpenLDAP"
является производным от релиза 2.4 OpenLDAP.
Expand Down
2 changes: 1 addition & 1 deletion servers/slapd/back-ldap/monitor.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
6 changes: 3 additions & 3 deletions servers/slapd/overlays/syncprov.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
Expand Down Expand Up @@ -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 */
Expand Down Expand Up @@ -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;

Expand Down
4 changes: 2 additions & 2 deletions servers/slapd/syncrepl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down Expand Up @@ -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)) {
Expand Down
10 changes: 5 additions & 5 deletions tests/data/regressions/its8444/its8444
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/progs/slapd-mtread.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
10 changes: 5 additions & 5 deletions tests/scripts/test019-syncrepl-cascade
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand All @@ -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

Expand All @@ -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

Expand All @@ -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

Expand Down

0 comments on commit 7c16c87

Please sign in to comment.