Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_5 at openldap / OpenLDAP
Commits:
27043804 by Howard Chu at 2022-07-07T15:53:59+00:00
ITS#9876 Coverity fixes: plug memleaks
- - - - -
c615baa8 by Quanah Gibson-Mount at 2022-07-07T15:54:18+00:00
ITS#9876
- - - - -
5 changed files:
- CHANGES
- libraries/libldap/deref.c
- libraries/libldap/ldif.c
- libraries/libldap/turn.c
- libraries/libldap/txn.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/6f3e32bbfa2fca5ddb5831…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/6f3e32bbfa2fca5ddb5831…
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:
b98cfc24 by Howard Chu at 2022-07-07T15:48:31+00:00
ITS#9876 Coverity fixes: plug memleaks
- - - - -
fb4ea112 by Quanah Gibson-Mount at 2022-07-07T15:48:45+00:00
ITS#9876
- - - - -
f080ba08 by Quanah Gibson-Mount at 2022-07-07T15:48:59+00:00
ITS#9863 - Forward lastbind updates if configured
Mark lastbind operations as being on the frontendDB so that chaining configurations are honored.
Make pwdLastSuccess flag SLAP_AT_MANAGEABLE
- - - - -
5fecce1b by Quanah Gibson-Mount at 2022-07-07T15:49:04+00:00
ITS#9863 - Regression test case for pwdLastSuccess
Define a regression test case for modifying pwdLastSuccess that also
uses SASL/EXTERNAL for the chain database
- - - - -
3b6b4d4f by Quanah Gibson-Mount at 2022-07-07T15:51:30+00:00
ITS#9863
- - - - -
17 changed files:
- CHANGES
- libraries/libldap/deref.c
- libraries/libldap/ldif.c
- libraries/libldap/turn.c
- libraries/libldap/txn.c
- servers/slapd/back-ldap/bind.c
- servers/slapd/bind.c
- servers/slapd/schema_prep.c
- + tests/data/regressions/its9863/db.ldif
- + tests/data/regressions/its9863/its9863
- + tests/data/regressions/its9863/slapd-consumer.ldif
- + tests/data/regressions/its9863/slapd-provider.ldif
- + tests/data/tls/certs/ldap-server.crt
- tests/data/tls/create-crt.sh
- + tests/data/tls/private/ldap-server.key
- tests/run.in
- tests/scripts/defines.sh
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/0dc9ff2594da0983b6ad8d…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/0dc9ff2594da0983b6ad8d…
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:
0778bbe2 by Nadezhda Ivanova at 2022-07-06T22:44:44+00:00
ITS#9855 Implement a module to enable case-insensitive Boolean values
Initial implementation of the ciboolean module
- - - - -
dc270bb9 by Nadezhda Ivanova at 2022-07-06T22:44:57+00:00
ITS#9855 Change tests/run so it can be used by a contrib module
- - - - -
0dc9ff25 by Quanah Gibson-Mount at 2022-07-06T22:45:29+00:00
ITS#9855
- - - - -
15 changed files:
- CHANGES
- + contrib/slapd-modules/ciboolean/Makefile
- + contrib/slapd-modules/ciboolean/ciboolean.c
- + contrib/slapd-modules/ciboolean/slapo-ciboolean.5
- + contrib/slapd-modules/ciboolean/tests/.gitignore
- + contrib/slapd-modules/ciboolean/tests/Rules.mk
- + contrib/slapd-modules/ciboolean/tests/data/booleantest.schema
- + contrib/slapd-modules/ciboolean/tests/data/slapd.conf
- + contrib/slapd-modules/ciboolean/tests/data/test001-add.ldif
- + contrib/slapd-modules/ciboolean/tests/data/test001-search_1.ldif
- + contrib/slapd-modules/ciboolean/tests/data/test001-search_2.ldif
- + contrib/slapd-modules/ciboolean/tests/run
- + contrib/slapd-modules/ciboolean/tests/scripts/test001-ciboolean
- tests/run.in
- tests/scripts/defines.sh
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/276496bf4923c40c0c8ee2…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/276496bf4923c40c0c8ee2…
You're receiving this email because of your account on git.openldap.org.