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 3be354d0d2e13c8f38a16459187770900827f209 (commit)
from c922e5dbbdbcddba4ac59c6ee4a632a668400181 (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 3be354d0d2e13c8f38a16459187770900827f209
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Jan 27 11:21:04 2012 -0800
ITS#7052 syncrepl deletes should ignore some errors
Treat LDAP_NO_SUCH_OBJECT as success, otherwise the consumer will
abort and start a new refresh for no good reason.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/syncrepl.c | 2 ++
1 files changed, 2 insertions(+), 0 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 c922e5dbbdbcddba4ac59c6ee4a632a668400181 (commit)
from 4e9926ca9719a0dab8c780d3d2f4cf4bfc03bfdc (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 c922e5dbbdbcddba4ac59c6ee4a632a668400181
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Fri Jan 27 05:09:56 2012 +0100
Tweak installation instructions.
* Align INSTALL and doc/guide/release/install.sdf, so
INSTALL = (sdf -2txt doc/guide/release/install.sdf) + copyright.
* Autoconf recommends './configure var=val' over 'var=val ./configure'.
* Add -W,-rpath,<path> to an LDFLAGS example.
-----------------------------------------------------------------------
Summary of changes:
INSTALL | 22 +++++++++++-----------
doc/guide/admin/install.sdf | 21 +++++++++------------
doc/guide/release/install.sdf | 26 +++++++++++++++-----------
3 files changed, 35 insertions(+), 34 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, OPENLDAP_REL_ENG_2_4 has been updated
via 22ee28752e3e0d2a6910a22922fc69befd78578a (commit)
via b19e999e655a5f7a1d1d5f5f3a6e278a1f353863 (commit)
via 702dc4554b1f834936918005097341f07d3fb15a (commit)
from 1b969c04fa7cec695fd9f4947de77603cf945678 (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 22ee28752e3e0d2a6910a22922fc69befd78578a
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Jan 26 11:34:28 2012 -0800
ITS#7135, ITS#7136
commit b19e999e655a5f7a1d1d5f5f3a6e278a1f353863
Author: Jan Vcelak <jvcelak(a)redhat.com>
Date: Wed Jan 25 16:19:45 2012 +0100
ITS#7136 MozNSS: store TLS params until the deferred initialization is finished
Deferred TLS initialization is used with Mozilla NSS. The real
initialization takes place when the TLS context is needed for the first
time. If the initialization parameters were freed immediately after
tlsm_ctx_init was called, they were not available at the time of
deferred initialization which caused segmentation fault.
With this patch, initialization parameters are copied and stored until
the deferred initialization is finished. The parameters are freed
afterwards.
Red Hat Bugzilla: #783431
commit 702dc4554b1f834936918005097341f07d3fb15a
Author: Jan Vcelak <jvcelak(a)redhat.com>
Date: Tue Jan 10 10:11:45 2012 +0100
ITS#7135 MozNSS, PEM: fix segfault when TLS certificate key is not set
Red Hat Bugzilla: #772890
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 2 +
libraries/libldap/tls_m.c | 76 ++++++++++++++++++++++++++++++++++++++++++--
2 files changed, 74 insertions(+), 4 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 4e9926ca9719a0dab8c780d3d2f4cf4bfc03bfdc (commit)
via 1107103dd7e767db9c080b3276cb6e742fcf36a1 (commit)
from ce2c041671e5a68fe466fa043a6370873067cc1f (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 4e9926ca9719a0dab8c780d3d2f4cf4bfc03bfdc
Author: Jan Vcelak <jvcelak(a)redhat.com>
Date: Wed Jan 25 16:19:45 2012 +0100
ITS#7136 MozNSS: store TLS params until the deferred initialization is finished
Deferred TLS initialization is used with Mozilla NSS. The real
initialization takes place when the TLS context is needed for the first
time. If the initialization parameters were freed immediately after
tlsm_ctx_init was called, they were not available at the time of
deferred initialization which caused segmentation fault.
With this patch, initialization parameters are copied and stored until
the deferred initialization is finished. The parameters are freed
afterwards.
Red Hat Bugzilla: #783431
commit 1107103dd7e767db9c080b3276cb6e742fcf36a1
Author: Jan Vcelak <jvcelak(a)redhat.com>
Date: Tue Jan 10 10:11:45 2012 +0100
ITS#7135 MozNSS, PEM: fix segfault when TLS certificate key is not set
Red Hat Bugzilla: #772890
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap/tls_m.c | 76 ++++++++++++++++++++++++++++++++++++++++++--
1 files changed, 72 insertions(+), 4 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 ce2c041671e5a68fe466fa043a6370873067cc1f (commit)
via 7ff18967d7d2e49baa9d80f1b9408b276f3982e0 (commit)
from 270ef33acf18dc13bfd07f8a8e66b446f80e7d27 (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 ce2c041671e5a68fe466fa043a6370873067cc1f
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Jan 24 15:28:47 2012 -0800
Cleanup gssapi_flags -> ldo_gssapi_flags
commit 7ff18967d7d2e49baa9d80f1b9408b276f3982e0
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Jan 24 14:40:00 2012 -0800
More for prev commit (270ef33acf18dc13bfd07f8a8e66b446f80e7d27)
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap/gssapi.c | 14 ++--
libraries/libldap/init.c | 8 ++-
libraries/libldap/ldap-int.h | 168 ++++++++++++++++++++++--------------------
3 files changed, 101 insertions(+), 89 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 270ef33acf18dc13bfd07f8a8e66b446f80e7d27 (commit)
from 19fda82e757eae01b304b78d4e7ebec8708cfa37 (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 270ef33acf18dc13bfd07f8a8e66b446f80e7d27
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Jan 24 13:32:52 2012 -0800
ITS#7118, #7133 tentative fix
Move mutexes to end of structs, so libldap can ignore them
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap/ldap-int.h | 40 ++++++++++++++++++++--------------------
1 files changed, 20 insertions(+), 20 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, OPENLDAP_REL_ENG_2_4 has been updated
via 1b969c04fa7cec695fd9f4947de77603cf945678 (commit)
via 80c20e9f6f328dfc8bbcc52ec407dbe0ab9a8392 (commit)
from 0d381bca2c9bc0f51e21a1fb9306b3aeeb57e353 (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 1b969c04fa7cec695fd9f4947de77603cf945678
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Jan 24 09:44:35 2012 -0800
ITS#7123
commit 80c20e9f6f328dfc8bbcc52ec407dbe0ab9a8392
Author: Ondrej Kuznik <ondrej.kuznik(a)acision.com>
Date: Wed Jan 11 12:46:14 2012 +0100
ITS#7123 Update the cached entry when handling compare too.
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 +
servers/slapd/back-monitor/compare.c | 1 +
2 files changed, 2 insertions(+), 0 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, OPENLDAP_REL_ENG_2_4 has been updated
via 0d381bca2c9bc0f51e21a1fb9306b3aeeb57e353 (commit)
via 8dacb6d51ddd8e6ccb859545d1d9d3d192d244fd (commit)
from 1f723195873454ac2d46592deb5d2f7c6885993a (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 0d381bca2c9bc0f51e21a1fb9306b3aeeb57e353
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Jan 24 09:42:09 2012 -0800
ITS#7132 and Wording fixes
commit 8dacb6d51ddd8e6ccb859545d1d9d3d192d244fd
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Tue Jan 24 11:35:53 2012 +0100
ITS#7132 Fix syncrepl access to freed naming attr
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 8 ++++----
servers/slapd/syncrepl.c | 10 +++++-----
2 files changed, 9 insertions(+), 9 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 19fda82e757eae01b304b78d4e7ebec8708cfa37 (commit)
from 42faa8393e6cd41a837b526777110b892541773a (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 19fda82e757eae01b304b78d4e7ebec8708cfa37
Author: Ondrej Kuznik <ondrej.kuznik(a)acision.com>
Date: Wed Jan 11 12:46:14 2012 +0100
ITS#7123 Update the cached entry when handling compare too.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-monitor/compare.c | 1 +
1 files changed, 1 insertions(+), 0 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 42faa8393e6cd41a837b526777110b892541773a (commit)
from 1a931a86ee6c18ab97104b8ca2226158d815dbb7 (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 42faa8393e6cd41a837b526777110b892541773a
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Tue Jan 24 11:35:53 2012 +0100
ITS#7132 Fix syncrepl access to freed naming attr
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/syncrepl.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git