Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
d54aab2d by Howard Chu at 2024-03-13T15:55:57+00:00
ITS#10185 autogroup: must populate dyngroup members on Add
The dynamic members should be populated up front, before passing the Add op
to the backend. The original code did both group and member processing up
front; the ITS#6970 patch moved both to the response callback. Only the
member processing should have been moved.
- - - - -
95e7a7be by Howard Chu at 2024-03-13T15:55:57+00:00
ITS#10185 autogroup: don't process deletes until after op succeeds
- - - - -
2e238855 by Howard Chu at 2024-03-13T15:55:57+00:00
ITS#10185 autogroup: use dnIsSuffixScope to check DN membership
Also break out of some loops after getting a matching result
- - - - -
bf24be37 by Howard Chu at 2024-03-13T15:55:57+00:00
ITS#10185 autogroup: plug memleak when deleting a group
- - - - -
1 changed file:
- contrib/slapd-modules/autogroup/autogroup.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/7015ad656875a0aca9ecad…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/7015ad656875a0aca9ecad…
You're receiving this email because of your account on git.openldap.org.
Howard Chu pushed to branch master at openldap / OpenLDAP
Commits:
a5953812 by Howard Chu at 2024-02-18T10:57:07+00:00
ITS#9952 TLS/OpenSSL: disable use of atexit()
This will only have any effect if libldap is the first caller to
initialize OpenSSL, but that should be all that matters when libldap
is part of a dynmically loaded module. It prevents the crash in the
example cases given.
- - - - -
1 changed file:
- libraries/libldap/tls_o.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/a5953812f0c03e802e61109…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/a5953812f0c03e802e61109…
You're receiving this email because of your account on git.openldap.org.