A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via 9cb0386851d55676e6954c0ccf74f42df006a85e (commit)
from 60c0f61579b5bbbdeb34b784e09c366e6ce87d49 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 9cb0386851d55676e6954c0ccf74f42df006a85e
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Nov 1 11:02:00 2011 -0700
ITS#7062 call response callbacks even if connection was dropped
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/result.c | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via 60c0f61579b5bbbdeb34b784e09c366e6ce87d49 (commit)
from 1e62263697ba71f5f18b8652cc70c31208b3b466 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 60c0f61579b5bbbdeb34b784e09c366e6ce87d49
Author: Ralf Haferkamp <ralf(a)openldap.org>
Date: Tue Nov 1 15:47:57 2011 +0100
Revert "fix libraries order to build with --enable-dynamic (ITS#6517)"
This reverts commit f8d944cba3b8572bad9bcacf495fce2ba38278ab. Not needed
anymore, since libldif was merged into libldap. Additionally the commit
broke linking with "--as-needed".
-----------------------------------------------------------------------
Summary of changes:
build/top.mk | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via 1e62263697ba71f5f18b8652cc70c31208b3b466 (commit)
from 074fe6c298ac97607afa705dfe30b6c3c3346526 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 1e62263697ba71f5f18b8652cc70c31208b3b466
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Tue Nov 1 06:28:40 2011 +0100
ITS#7075 Fix back-perl initialization.
Use PERL_SYS_INIT() instead of broken PERL_SYS_INIT3(,,NULL). Pass its
output variables to perl_parse(). Fix argument type 'char *(*argv)[3]'
to 'char ***argv'. NULL-terminate argv in case that is needed.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-perl/init.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git