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 d94a07271dd0b64e9234d15e1f3af02805b28cd2 (commit)
via cd9980c48b0a6b5e4c0fb56dc2a1bc4c845f4040 (commit)
via 085eb2e8df7f6650bd8b911d08399b48ff3de4ef (commit)
via f3e8aa5849d21befc499b2f8eda113f3207d6f4b (commit)
via 8b8890bddc98c1110f41c81981fc07de7fc35fa9 (commit)
via 6f1544c51e9e009f6fd39ca0bf6535e78f9262d8 (commit)
via 5a6a93035d4d6866d4b251b079d958f0f23b6b5d (commit)
via b47f32f6f2fa4531c5d068a49bbcaa42a925d73f (commit)
via f1cd76db757cacfc611bb54a840af8993978c3fd (commit)
via f0f366ef5b9586366b51d616f00de09711ba4e18 (commit)
via 7a25c7be2362e3151e0d7308df8ad4084f5d1136 (commit)
from a39e3a071222b270c689922afeb78df17c155c9b (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 d94a07271dd0b64e9234d15e1f3af02805b28cd2
Author: Ondřej Kuzník <ondra(a)mistotebe.net>
Date: Tue Aug 11 14:32:44 2015 +0200
ITS#8215 Make slapmodify test failures fatal
commit cd9980c48b0a6b5e4c0fb56dc2a1bc4c845f4040
Author: Ondřej Kuzník <ondra(a)mistotebe.net>
Date: Tue Aug 11 14:31:50 2015 +0200
ITS#8215 Add config tool delete support
commit 085eb2e8df7f6650bd8b911d08399b48ff3de4ef
Author: Ondřej Kuzník <ondra(a)mistotebe.net>
Date: Tue Aug 11 14:31:35 2015 +0200
ITS#8215 Add mdb tool delete support
commit f3e8aa5849d21befc499b2f8eda113f3207d6f4b
Author: Ondřej Kuzník <ondra(a)mistotebe.net>
Date: Tue Aug 11 14:31:22 2015 +0200
ITS#8215 Add bdb tool delete support
commit 8b8890bddc98c1110f41c81981fc07de7fc35fa9
Author: Ondřej Kuzník <ondra(a)mistotebe.net>
Date: Tue Aug 11 14:30:47 2015 +0200
ITS#8215 Change BI_tool_entry_delete signature
commit 6f1544c51e9e009f6fd39ca0bf6535e78f9262d8
Author: Ondřej Kuzník <ondra(a)mistotebe.net>
Date: Tue Aug 11 14:28:43 2015 +0200
ITS#8215 Make editing of invalid entries possible
If the database does not conform to any known schema, make it possible
to edit such a database using slapmodify when schema-checking is
disabled.
commit 5a6a93035d4d6866d4b251b079d958f0f23b6b5d
Author: Ondřej Kuzník <ondra(a)mistotebe.net>
Date: Tue Aug 11 14:27:22 2015 +0200
ITS#8215 Do not crash on an empty entry
commit b47f32f6f2fa4531c5d068a49bbcaa42a925d73f
Author: Ondřej Kuzník <ondra(a)mistotebe.net>
Date: Tue Aug 11 14:26:39 2015 +0200
ITS#8215 Remove a memory leak
commit f1cd76db757cacfc611bb54a840af8993978c3fd
Author: Ondřej Kuzník <ondra(a)mistotebe.net>
Date: Tue Aug 11 14:25:11 2015 +0200
ITS#8215 Use the correct transaction
commit f0f366ef5b9586366b51d616f00de09711ba4e18
Author: Ondřej Kuzník <ondra(a)mistotebe.net>
Date: Tue Aug 11 14:22:48 2015 +0200
ITS#8215 Add slapmodify manpage
commit 7a25c7be2362e3151e0d7308df8ad4084f5d1136
Author: Ondřej Kuzník <ondra(a)mistotebe.net>
Date: Tue Aug 11 14:22:15 2015 +0200
ITS#8215 Manpage fixes
-----------------------------------------------------------------------
Summary of changes:
doc/man/man8/slapadd.8 | 3 +-
doc/man/man8/slapcat.8 | 1 +
doc/man/man8/{slapadd.8 => slapmodify.8} | 61 ++++++-----
servers/slapd/back-bdb/init.c | 1 +
servers/slapd/back-bdb/proto-bdb.h | 2 +
servers/slapd/back-bdb/tools.c | 162 +++++++++++++++++++++++++++++
servers/slapd/back-ldif/ldif.c | 12 +--
servers/slapd/back-mdb/init.c | 1 +
servers/slapd/back-mdb/proto-mdb.h | 1 +
servers/slapd/back-mdb/tools.c | 164 +++++++++++++++++++++++++++++-
servers/slapd/bconfig.c | 17 ++++
servers/slapd/slap.h | 2 +-
servers/slapd/slapmodify.c | 25 +++--
tests/scripts/test007-slapmodify | 4 +-
14 files changed, 400 insertions(+), 56 deletions(-)
copy doc/man/man8/{slapadd.8 => slapmodify.8} (76%)
---
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 a39e3a071222b270c689922afeb78df17c155c9b (commit)
from 015e8675fd7986e23097fbdb71a88e79e48da80e (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 a39e3a071222b270c689922afeb78df17c155c9b
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Oct 25 08:19:03 2015 +0000
ITS#8284 olcRelay needs quotes
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-relay/init.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
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 015e8675fd7986e23097fbdb71a88e79e48da80e (commit)
via fc3514152f65cf6aae839ada8c9a0c8dc3c7beda (commit)
via 52446f93e7bc7c075b47d2e584a26c978f21f406 (commit)
via 24add6589b62751b5a0f560d6199e67d7706480b (commit)
via 448b4c815a3f6c986352f7f7c35afc10a24887b1 (commit)
via 7e3c53282323aa83ebd332798bdd4350c9b71e18 (commit)
via 9ed1e574401b2b7224119aae86a6d9e8a9786849 (commit)
via 6f53771687751673b6c79cdbfd5a2de8d0620d30 (commit)
from e635a53ff0c3902fe66efa867b7567f75820304b (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 015e8675fd7986e23097fbdb71a88e79e48da80e
Merge: e635a53 fc35141
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Oct 25 08:14:55 2015 +0000
Merge remote-tracking branch 'origin/mdb.RE/0.9'
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/CHANGES | 5 ++
libraries/liblmdb/mdb.c | 157 +++++++++++++++++++++++++++++++++------------
2 files changed, 121 insertions(+), 41 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, mdb.RE/0.9 has been updated
via fc3514152f65cf6aae839ada8c9a0c8dc3c7beda (commit)
via 52446f93e7bc7c075b47d2e584a26c978f21f406 (commit)
via 24add6589b62751b5a0f560d6199e67d7706480b (commit)
via 448b4c815a3f6c986352f7f7c35afc10a24887b1 (commit)
via 7e3c53282323aa83ebd332798bdd4350c9b71e18 (commit)
via 9ed1e574401b2b7224119aae86a6d9e8a9786849 (commit)
from 6f53771687751673b6c79cdbfd5a2de8d0620d30 (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 fc3514152f65cf6aae839ada8c9a0c8dc3c7beda
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Oct 25 08:13:25 2015 +0000
ITS#8263, 8264, 7771, 8270
commit 52446f93e7bc7c075b47d2e584a26c978f21f406
Author: Ignacio Casal Quinteiro <ignacio.casal(a)nice-software.com>
Date: Thu Oct 15 13:22:25 2015 -0700
ITS#8270 win32: fix conversion error with MSVC
commit 24add6589b62751b5a0f560d6199e67d7706480b
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Oct 12 00:08:41 2015 +0100
ITS#7771 fix cursor tracking on fake pages
node_del shifts nodes around, cursors pointing at fake pages
need to have their mc_pg[0] corrected.
commit 448b4c815a3f6c986352f7f7c35afc10a24887b1
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Oct 11 21:40:49 2015 +0100
ITS#8263 streamline prev patch
commit 7e3c53282323aa83ebd332798bdd4350c9b71e18
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Oct 7 06:30:58 2015 +0100
ITS#8263 fix cursor tracking in cursor_put
commit 9ed1e574401b2b7224119aae86a6d9e8a9786849
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Oct 6 07:57:14 2015 +0100
ITS#8264 fix cursor_del cursor tracking
Some destination fixups need to happen immediately after nodes
are moved, before rebalancing
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/CHANGES | 4 ++
libraries/liblmdb/mdb.c | 157 +++++++++++++++++++++++++++++++++------------
2 files changed, 120 insertions(+), 41 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, mdb.master has been updated
via 619ccdd3da6a7ed2e12dac91e9dd012618e1c99e (commit)
from 9411de60d2b4a99e8d68519f3f9083f23b4280c5 (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 619ccdd3da6a7ed2e12dac91e9dd012618e1c99e
Author: Ignacio Casal Quinteiro <ignacio.casal(a)nice-software.com>
Date: Thu Oct 15 13:22:25 2015 -0700
ITS#8270 win32: fix conversion error with MSVC
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
---
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 e635a53ff0c3902fe66efa867b7567f75820304b (commit)
from 71c907fb88ecdf2801ca58ef827f4757600cf83f (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 e635a53ff0c3902fe66efa867b7567f75820304b
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Oct 24 06:48:41 2015 +0100
Cleanup
Log the same pointer in queue_csn as graduate_
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/ctxcsn.c | 4 ++--
1 file changed, 2 insertions(+), 2 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 71c907fb88ecdf2801ca58ef827f4757600cf83f (commit)
from cd8ff37629012c1676ef79de164a159da9b2ae89 (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 71c907fb88ecdf2801ca58ef827f4757600cf83f
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Oct 24 06:34:24 2015 +0100
ITS#8281 more for prev commit
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/overlays/accesslog.c | 2 --
1 file changed, 2 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 cd8ff37629012c1676ef79de164a159da9b2ae89 (commit)
from 634ccc758d488c1ff852f15eac5d911543f15a7e (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 cd8ff37629012c1676ef79de164a159da9b2ae89
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Oct 23 20:17:45 2015 +0100
ITS#8281 fix delta-mmr with interrupted refresh
Prevent spurious contextCSN generation
and ignore consumers when we have no contextCSN yet.
But make sure to propagate valid contextCSN updates to
accesslog/syncprov for delta consumers.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/overlays/accesslog.c | 47 ++++++++++++++++++++++++++++++++----
servers/slapd/overlays/syncprov.c | 44 ++++++++++++++++++++-------------
2 files changed, 69 insertions(+), 22 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 634ccc758d488c1ff852f15eac5d911543f15a7e (commit)
from ad93b9e652cdc0df7c168aade05e039d64c0fcad (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 634ccc758d488c1ff852f15eac5d911543f15a7e
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Oct 21 00:46:01 2015 +0100
ITS#8280 Fix Windows EOL in test output
-----------------------------------------------------------------------
Summary of changes:
tests/progs/ldif-filter.c | 6 ++++++
1 file changed, 6 insertions(+)
---
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 ad93b9e652cdc0df7c168aade05e039d64c0fcad (commit)
from c55d829aca43ad17c88abaf6bcc00c210a5cae3f (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 ad93b9e652cdc0df7c168aade05e039d64c0fcad
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Oct 20 21:27:21 2015 +0100
ITS#8277 simpler check for syncrepl on config DB
Windows mutexes are recursive so the trylock test will succeed
even though the mutex is already locked. Just compare be pointers.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/syncrepl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git