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 4cbd3b63c0fe95fa0769fe543977817159cd6c44 (commit)
from fa705a18146739efdbeb208ef7d8e08450215211 (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 4cbd3b63c0fe95fa0769fe543977817159cd6c44
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Jul 25 22:23:46 2015 +0100
Add filter remapping
-----------------------------------------------------------------------
Summary of changes:
contrib/slapd-modules/adremap/adremap.c | 171 ++++++++++++++++++++++++-
contrib/slapd-modules/adremap/slapo-adremap.5 | 20 ++-
2 files changed, 183 insertions(+), 8 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 fa705a18146739efdbeb208ef7d8e08450215211 (commit)
from 3033f89eefceb3471ba032ff60aa7cd3980e975a (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 fa705a18146739efdbeb208ef7d8e08450215211
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Jul 24 19:32:19 2015 +0100
ITS#8203 plug leak in prev commit
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/dn2id.c | 1 +
1 file changed, 1 insertion(+)
---
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 3033f89eefceb3471ba032ff60aa7cd3980e975a (commit)
from b48d0169d04824f83c0e0855eea4d6429740cf08 (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 3033f89eefceb3471ba032ff60aa7cd3980e975a
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Jul 24 18:34:11 2015 +0100
ITS#8203 more fixes for #8036/#7904.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/dn2id.c | 42 ++++++++++++++++++++++++++++++++++++
servers/slapd/back-mdb/proto-mdb.h | 4 ++++
servers/slapd/back-mdb/search.c | 34 ++++++++++++++---------------
3 files changed, 63 insertions(+), 17 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 4dea7d44fa612c74a3e521aae52228c5f2fc81f9 (commit)
via d7db12ad7796bf34f3b296ad3d6416e55af29a9e (commit)
via 060b63a58dab60e0e460bb71ae4cc9c9571585ff (commit)
via 3e301ec40025f17b52a7bcd66620c95ae3efef0f (commit)
via b6973a3324144c8c5b0dfc3da482aa1cf9ac8ce2 (commit)
via 90f6fc4ba7d60f602acd1ef63e4c7d939fb514e1 (commit)
from 91fc43f17cec8ffa05a5c841831df1cfa0511469 (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 4dea7d44fa612c74a3e521aae52228c5f2fc81f9
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Jul 19 21:44:02 2015 +0200
ITS#7377 Catch mdb_put() to blocked/read-only txns
...early enough that txn state is left unchanged.
commit d7db12ad7796bf34f3b296ad3d6416e55af29a9e
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Jul 19 21:43:10 2015 +0200
ITS#7377 Always notice env error on txn startup.
Move the check to the end of txn startup. Catches env
breakage which happens while the new txn waits for a lock.
commit 060b63a58dab60e0e460bb71ae4cc9c9571585ff
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Jul 19 21:31:54 2015 +0200
Cleanup: Drop !mt_dbxs hack, use MDB_TXN_FINISHED
commit 3e301ec40025f17b52a7bcd66620c95ae3efef0f
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Jul 19 21:31:25 2015 +0200
Catch most uses of finished/parent txns.
* Add MDB_TXN_FINISHED, MDB_TXN_HAS_CHILD, MDB_TXN_BLOCKED.
* Clear mt_numdbs in writers, for TXN_DBI_EXIST() to catch.
We already do in readers.
commit b6973a3324144c8c5b0dfc3da482aa1cf9ac8ce2
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Jul 19 21:30:12 2015 +0200
Move code into mdb_txn_end(). Was mdb_txn_reset0.
Side effects:
* Clean txn up a bit even before freeing it.
* Tweak DEBUG output at txn end. Add DEBUG after commit(writer).
commit 90f6fc4ba7d60f602acd1ef63e4c7d939fb514e1
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Jul 19 21:18:31 2015 +0200
ITS#8200 Fix mdb_midl_shrink() usage, return void
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 2 +-
libraries/liblmdb/mdb.c | 192 ++++++++++++++++++++++++----------------------
libraries/liblmdb/midl.c | 4 +-
libraries/liblmdb/midl.h | 3 +-
4 files changed, 103 insertions(+), 98 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 b48d0169d04824f83c0e0855eea4d6429740cf08 (commit)
from e75fbc953fe6243e9ab2061e5dd7a215cbe0b4e2 (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 b48d0169d04824f83c0e0855eea4d6429740cf08
Author: Ryan Tandy <ryan(a)nardis.ca>
Date: Fri Jul 17 15:46:32 2015 -0700
ITS#8199 fix NULL ptr dereference in at_next
Deleting all values of olcAttributeTypes and then adding a value with
index > 0 triggers a NULL dereference when config_generic tries to
append to a list that doesn't exist yet.
Already fixed for olcObjectClasses in ITS#5388.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/at.c | 4 ++++
1 file changed, 4 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 e75fbc953fe6243e9ab2061e5dd7a215cbe0b4e2 (commit)
from e5c778fa4382633898d5a95def937f93b7f75835 (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 e75fbc953fe6243e9ab2061e5dd7a215cbe0b4e2
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Jul 16 18:58:23 2015 +0100
ITS#8201 LDAPSTACKGUARD feature
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap/init.c | 10 ++++++++++
libraries/libldap/ldap-int.h | 1 +
libraries/libldap_r/thr_posix.c | 4 ++++
3 files changed, 15 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, vl32 has been created
at 8716451d14e01613464a3aff56bcf1d051b8d3ed (commit)
- Log -----------------------------------------------------------------
commit 8716451d14e01613464a3aff56bcf1d051b8d3ed
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Jul 16 13:57:19 2015 +0100
WIN32 - fix typo
commit c51c480aba8c517b5582349ab426275f0cb1d3ce
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Feb 26 21:36:04 2015 +0000
ITS#8066 fix mdb_load with large values
commit 69d7cb8d44e04f02d8d0c923ae71fbaaa9f42f3a
Author: Howard Chu <hyc(a)symas.com>
Date: Thu Sep 25 19:37:13 2014 +0100
More for VL32
In cursor_sibling, don't unmap old page until we're sure
we will be finding a new sibling page.
commit af80e8d161371d7550e6e7f7c4b3ee76238c961e
Merge: 4c4be93 a7639a6
Author: Howard Chu <hyc(a)symas.com>
Date: Thu Sep 25 19:26:26 2014 +0100
Merge branch 'mdb.master' into vl32
commit 4c4be93b62f1b36348a40d7782d3fdfbcc130606
Author: Howard Chu <hyc(a)symas.com>
Date: Thu Sep 18 20:26:39 2014 +0100
More for VL32
Still need to deal with the list of mapped pages getting full.
commit 61559e279e8e59eb9a3b3bf21afa18736e46efd3
Author: Howard Chu <hyc(a)symas.com>
Date: Thu Sep 18 19:55:13 2014 +0100
On-demand pagemapping for 32bit mode
Build with -DVL32 to enable.
-----------------------------------------------------------------------
---
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 e5c778fa4382633898d5a95def937f93b7f75835 (commit)
via a8491a63e633d5f35949cddd35d933edb1013d74 (commit)
from 34e7cbb6feb2c53109435562d57001f044b9720e (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 e5c778fa4382633898d5a95def937f93b7f75835
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Jul 16 03:29:06 2015 +0100
ITS#8173 fix SEGV after failed retry
commit a8491a63e633d5f35949cddd35d933edb1013d74
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Jul 16 03:28:37 2015 +0100
Fix setting authTimestamp on non-TOTP binds
-----------------------------------------------------------------------
Summary of changes:
contrib/slapd-modules/passwd/totp/slapd-totp.c | 2 +-
servers/slapd/back-ldap/bind.c | 2 ++
2 files changed, 3 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 34e7cbb6feb2c53109435562d57001f044b9720e (commit)
from 4796f012098b51871311b9ea9f21c0e0934fc0a1 (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 34e7cbb6feb2c53109435562d57001f044b9720e
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Jul 13 17:17:42 2015 +0100
Plug memleak on mismatched length
-----------------------------------------------------------------------
Summary of changes:
contrib/slapd-modules/passwd/totp/slapd-totp.c | 6 ++++--
1 file changed, 4 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 4796f012098b51871311b9ea9f21c0e0934fc0a1 (commit)
from 624c1fac8b5775fd919e308ca93c7b41b08087cc (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 4796f012098b51871311b9ea9f21c0e0934fc0a1
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Jul 12 11:14:33 2015 +0100
ITS#8195 fix ITS#7027 regression, port number sign bit overflow
Another bug from 5de85b922aaa5bfa6eb53db6000adf01ebdb0736
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap/dnssrv.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git