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@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@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@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@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@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@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@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@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@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@mistotebe.net Date: Tue Aug 11 14:22:48 2015 +0200
ITS#8215 Add slapmodify manpage
commit 7a25c7be2362e3151e0d7308df8ad4084f5d1136 Author: Ondřej Kuzník ondra@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%)