Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_4 at openldap / OpenLDAP
Commits:
01db7a09 by Quanah Gibson-Mount at 2020-08-12T05:03:38+00:00
Return to engineering
- - - - -
c131c853 by Howard Chu at 2020-10-23T20:37:30+01:00
ITS#9376 Fixes for repeated deletes with xcursor
On DUPSORT DBs, must initialize xcursor regardless of whether
caller requested its data. Also in cursor_prev must check whether
cursor index is still within range before using it.
- - - - -
37a48f4e by Howard Chu at 2020-10-23T20:38:14+01:00
ITS#9376
- - - - -
3c9aa9df by Quanah Gibson-Mount at 2020-10-26T19:00:40+00:00
Prepare for release (0.9.27)
- - - - -
c2792e62 by Quanah Gibson-Mount at 2020-10-26T19:02:25+00:00
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_4
- - - - -
3 changed files:
- libraries/liblmdb/CHANGES
- libraries/liblmdb/lmdb.h
- libraries/liblmdb/mdb.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/5f65cab9cd21310d5b3dc7…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/5f65cab9cd21310d5b3dc7…
You're receiving this email because of your account on git.openldap.org.
Howard Chu pushed to branch mdb.RE/0.9 at openldap / OpenLDAP
Commits:
c131c853 by Howard Chu at 2020-10-23T20:37:30+01:00
ITS#9376 Fixes for repeated deletes with xcursor
On DUPSORT DBs, must initialize xcursor regardless of whether
caller requested its data. Also in cursor_prev must check whether
cursor index is still within range before using it.
- - - - -
37a48f4e by Howard Chu at 2020-10-23T20:38:14+01:00
ITS#9376
- - - - -
2 changed files:
- libraries/liblmdb/CHANGES
- libraries/liblmdb/mdb.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/01db7a099e9b68f4c8aad8…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/01db7a099e9b68f4c8aad8…
You're receiving this email because of your account on git.openldap.org.
Howard Chu pushed to branch cdel at openldap / OpenLDAP
Commits:
311f071c by Howard Chu at 2020-10-23T17:48:53+01:00
Support db_pagesize in mdb_load
Since setting was added in de08119a296a4e8569fa04d7bfcbc7b3c2b41f2f
- - - - -
b87dedd9 by Howard Chu at 2020-10-23T17:03:54+00:00
ITS#9376 Fixes for repeated deletes with xcursor
On DUPSORT DBs, must initialize xcursor regardless of whether
caller requested its data. Also in cursor_prev must check whether
cursor index is still within range before using it.
- - - - -
2 changed files:
- libraries/liblmdb/mdb.c
- libraries/liblmdb/mdb_load.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/3ad0eef16d5d0b28d98994…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/3ad0eef16d5d0b28d98994…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_4 at openldap / OpenLDAP
Commits:
4c774220 by Howard Chu at 2020-10-22T16:31:33+00:00
ITS#9370 check for equality rule on old_rdn
Just skip normalization if there's no equality rule. We accept
DNs without equality rules already.
- - - - -
a6779362 by Quanah Gibson-Mount at 2020-10-22T16:33:30+00:00
ITS#9370
- - - - -
2 changed files:
- CHANGES
- servers/slapd/modrdn.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/94e11532fef4d6f2c93a2f…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/94e11532fef4d6f2c93a2f…
You're receiving this email because of your account on git.openldap.org.
Howard Chu pushed to branch master at openldap / OpenLDAP
Commits:
a08a2db4 by Howard Chu at 2020-10-19T14:03:41+01:00
ITS#9370 check for equality rule on old_rdn
We should probably just check in dnNormalize instead, and catch
this everywhere DNs are received. It might make us reject some
DNs that are already in use, though (e.g. received from other
directory servers that don't do schema checking).
- - - - -
1 changed file:
- servers/slapd/modrdn.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/a08a2db4063f54a6217a0f0…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/a08a2db4063f54a6217a0f0…
You're receiving this email because of your account on git.openldap.org.