Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_6 at openldap / OpenLDAP
Commits:
ea92405a by Ondřej Kuzník at 2021-09-14T16:17:25+00:00
ITS#8341 Allow normalised values for namingContexts in cn=monitor
- - - - -
5eba9264 by Ondřej Kuzník at 2021-09-14T16:17:29+00:00
ITS#9664 Add normalised suffix into rootDSE for ACL, etc.
This was removed in ITS#5540 since there was no EQUALITY matching rule,
but that situation changed in ITS#8341 and we need to add it back.
- - - - -
40dd5dea by Quanah Gibson-Mount at 2021-09-14T16:17:37+00:00
ITS#9674 - Fix missing TP tag and document default
- - - - -
4 changed files:
- doc/man/man5/slapd-config.5
- doc/man/man5/slapd.conf.5
- servers/slapd/back-monitor/database.c
- servers/slapd/root_dse.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/e40744647cd5fe57c79ad7…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/e40744647cd5fe57c79ad7…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
2958925c by Ondřej Kuzník at 2021-09-09T10:26:06+01:00
ITS#9664 Add normalised suffix into rootDSE for ACL, etc.
This was removed in ITS#5540 since there was no EQUALITY matching rule,
but that situation changed in ITS#8341 and we need to add it back.
- - - - -
bfe3d19e by Ondřej Kuzník at 2021-09-09T10:26:06+01:00
ITS#8341 Allow normalised values for namingContexts in cn=monitor
- - - - -
2 changed files:
- servers/slapd/back-monitor/database.c
- servers/slapd/root_dse.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/d52c60a0aa59560e635d1d…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/d52c60a0aa59560e635d1d…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_6 at openldap / OpenLDAP
Commits:
eedd08fd by Ondřej Kuzník at 2021-09-08T18:30:16+00:00
ITS#6949 Extract logging code so lloadd can also use it
- - - - -
a40243d9 by Ondřej Kuzník at 2021-09-08T18:30:20+00:00
ITS#6949 Save errno
- - - - -
ae268711 by Ondřej Kuzník at 2021-09-08T18:30:27+00:00
ITS#6949 Allow for fd 0
- - - - -
6 changed files:
- servers/lloadd/Makefile_server.in
- servers/lloadd/main.c
- servers/slapd/Makefile.in
- + servers/slapd/logging.c
- servers/slapd/main.c
- servers/slapd/proto-slap.h
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/bb7b87f6c09d81025ae28a…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/bb7b87f6c09d81025ae28a…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
2abbf678 by Ondřej Kuzník at 2021-09-08T15:53:02+00:00
ITS#6949 Extract logging code so lloadd can also use it
- - - - -
dc6b6276 by Ondřej Kuzník at 2021-09-08T15:53:02+00:00
ITS#6949 Save errno
- - - - -
c2b81a3c by Ondřej Kuzník at 2021-09-08T15:53:02+00:00
ITS#6949 Allow for fd 0
- - - - -
6 changed files:
- servers/lloadd/Makefile_server.in
- servers/lloadd/main.c
- servers/slapd/Makefile.in
- + servers/slapd/logging.c
- servers/slapd/main.c
- servers/slapd/proto-slap.h
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/28b67541a29f00f0a77fe8…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/28b67541a29f00f0a77fe8…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_6 at openldap / OpenLDAP
Commits:
310fc37c by Ondřej Kuzník at 2021-09-08T15:50:40+00:00
ITS#9632 Fix lloadd monitor tests to honour BASEPORT
- - - - -
a0553c14 by Howard Chu at 2021-09-08T15:50:44+00:00
ITS#9632 add TESTINST for running tests concurrently
Also add partests Makefile target to run tests in parallel
- - - - -
bb7b87f6 by Howard Chu at 2021-09-08T15:50:52+00:00
ITS#9633 fix test030 - turn off referral chasing in back-ldap
- - - - -
9 changed files:
- tests/Makefile.in
- tests/data/lloadd/monitor.ldif
- tests/data/lloadd/test007-monitor.ldif
- tests/data/slapd-relay.conf
- tests/scripts/all
- tests/scripts/defines.sh
- tests/scripts/lloadd-all
- tests/scripts/lloadd/test004-monitor
- tests/scripts/lloadd/test007-coherence
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/cf174b8e3b5bddecf89fba…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/cf174b8e3b5bddecf89fba…
You're receiving this email because of your account on git.openldap.org.
Ondřej Kuzník pushed to branch master at openldap / OpenLDAP
Commits:
bd6d0b8e by Ondřej Kuzník at 2021-09-08T14:43:36+00:00
ITS#9632 Fix lloadd monitor tests to honour BASEPORT
- - - - -
51eb703f by Howard Chu at 2021-09-08T14:43:36+00:00
ITS#9632 add TESTINST for running tests concurrently
Also add partests Makefile target to run tests in parallel
- - - - -
28b67541 by Howard Chu at 2021-09-08T14:43:36+00:00
ITS#9633 fix test030 - turn off referral chasing in back-ldap
- - - - -
9 changed files:
- tests/Makefile.in
- tests/data/lloadd/monitor.ldif
- tests/data/lloadd/test007-monitor.ldif
- tests/data/slapd-relay.conf
- tests/scripts/all
- tests/scripts/defines.sh
- tests/scripts/lloadd-all
- tests/scripts/lloadd/test004-monitor
- tests/scripts/lloadd/test007-coherence
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/ff740a28effcaca5d97a05…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/ff740a28effcaca5d97a05…
You're receiving this email because of your account on git.openldap.org.