Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_5 at openldap / OpenLDAP
Commits:
8deecaf3 by Howard Chu at 2024-03-26T17:03:48+00:00
ITS#10186 overlay response callbacks should ignore op->o_abandon
- - - - -
0c0fe01e by Quanah Gibson-Mount at 2024-03-26T17:03:57+00:00
ITS#10186
- - - - -
4 changed files:
- CHANGES
- contrib/slapd-modules/autogroup/autogroup.c
- servers/slapd/overlays/memberof.c
- servers/slapd/overlays/refint.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/25bf646262f999f5c6b1c4…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/25bf646262f999f5c6b1c4…
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:
559fdeab by Howard Chu at 2024-03-26T17:02:04+00:00
slapo-autogroup: update Makefile to install manpage
- - - - -
9fd8cd20 by Howard Chu at 2024-03-26T17:02:34+00:00
ITS#10186 overlay response callbacks should ignore op->o_abandon
- - - - -
220b715c by Quanah Gibson-Mount at 2024-03-26T17:04:05+00:00
ITS#10186
- - - - -
af36be99 by Howard Chu at 2024-03-26T17:04:26+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.
- - - - -
acacc95b by Howard Chu at 2024-03-26T17:04:31+00:00
ITS#10185 autogroup: don't process deletes until after op succeeds
- - - - -
67b6ef8b by Howard Chu at 2024-03-26T17:04:36+00:00
ITS#10185 autogroup: use dnIsSuffixScope to check DN membership
Also break out of some loops after getting a matching result
- - - - -
687bd194 by Howard Chu at 2024-03-26T17:04:44+00:00
ITS#10185 autogroup: plug memleak when deleting a group
- - - - -
1a5007f3 by Howard Chu at 2024-03-26T17:04:51+00:00
ITS#10185 autogroup: check for invalid memberURL filter
- - - - -
ee98be8d by Howard Chu at 2024-03-26T17:04:58+00:00
ITS#10185 autogroup: fix missing mutex_unlock
Broken in 95e7a7be16a3fc751f1ad4c210e69c37ad96f69b
- - - - -
9b3caaf7 by Howard Chu at 2024-03-26T17:05:33+00:00
ITS#10188 autogroup: cleanup autogroup_response
Minor restructuring
- - - - -
dab86ede by Howard Chu at 2024-03-26T17:05:45+00:00
ITS#10188 autogroup: allow groups to be members of other groups
But doesn't support recursion - modifications on one autogroup
will not trigger further updates on other autogroups that reference it.
- - - - -
291c1e1e by Quanah Gibson-Mount at 2024-03-26T17:07:26+00:00
ITS#10185, ITS#10188
- - - - -
6 changed files:
- CHANGES
- contrib/slapd-modules/autogroup/Makefile
- contrib/slapd-modules/autogroup/autogroup.c
- contrib/slapd-modules/autogroup/slapo-autogroup.5
- servers/slapd/overlays/memberof.c
- servers/slapd/overlays/refint.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/e79434edebdb012d959cbc…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/e79434edebdb012d959cbc…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_5 at openldap / OpenLDAP
Commits:
dcbd0113 by Howard Chu at 2024-03-26T16:32:23+00:00
Revert "ITS#9952 libldap: use atexit for TLS teardown"
This reverts commit 337455eb3a66176cc3f66d2c663a72cc7b4178bd.
The change was non-portable, caused ITS#10176. OpenSSL 3 is
broken and should be fixed.
- - - - -
6dc030a8 by Howard Chu at 2024-03-26T16:32:29+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.
- - - - -
c5768809 by Quanah Gibson-Mount at 2024-03-26T16:33:40+00:00
ITS#9952
- - - - -
619afacc by HAMANO Tsukasa at 2024-03-26T16:40:27+00:00
ITS#10177 fix back-perl build for clang15 or later
Remove problematic and unnecessary compile flags.
- - - - -
7b59a5ad by Quanah Gibson-Mount at 2024-03-26T16:40:38+00:00
ITS#10177
- - - - -
abd8706e by Howard Chu at 2024-03-26T16:43:13+00:00
ITS#10044 dynlist: check for abandon in search2resp
- - - - -
25bf6462 by Quanah Gibson-Mount at 2024-03-26T16:43:21+00:00
ITS#10044
- - - - -
6 changed files:
- CHANGES
- configure.ac
- libraries/libldap/init.c
- libraries/libldap/tls2.c
- libraries/libldap/tls_o.c
- servers/slapd/overlays/dynlist.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/d7810ffb5dc717629e06e9…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/d7810ffb5dc717629e06e9…
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:
5e598b43 by Howard Chu at 2024-03-26T16:33:50+00:00
Revert "ITS#9952 libldap: use atexit for TLS teardown"
This reverts commit 337455eb3a66176cc3f66d2c663a72cc7b4178bd.
The change was non-portable, caused ITS#10176. OpenSSL 3 is
broken and should be fixed.
- - - - -
e08b80e8 by Howard Chu at 2024-03-26T16:33:55+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.
- - - - -
0a1b9adb by Quanah Gibson-Mount at 2024-03-26T16:34:08+00:00
ITS#9952
- - - - -
49685240 by Quanah Gibson-Mount at 2024-03-26T16:37:24+00:00
ITS#7400
- - - - -
f30def77 by Howard Chu at 2024-03-26T16:38:10+00:00
ITS#7400 slapo-memberof: delete note about deprecation
- - - - -
215ecc1e by Quanah Gibson-Mount at 2024-03-26T16:38:39+00:00
ITS#7400
- - - - -
eb28d78b by HAMANO Tsukasa at 2024-03-26T16:39:55+00:00
ITS#10177 fix back-perl build for clang15 or later
Remove problematic and unnecessary compile flags.
- - - - -
c73a6bea by Quanah Gibson-Mount at 2024-03-26T16:40:46+00:00
ITS#10177
- - - - -
513da653 by Howard Chu at 2024-03-26T16:41:34+00:00
ITS#10172 logging: report errors when rotation fails
- - - - -
1a5f5eb6 by Quanah Gibson-Mount at 2024-03-26T16:42:10+00:00
ITS#10172
- - - - -
97474d96 by Howard Chu at 2024-03-26T16:42:34+00:00
ITS#10044 dynlist: check for abandon in search2resp
- - - - -
e79434ed by Quanah Gibson-Mount at 2024-03-26T16:43:53+00:00
ITS#10044
- - - - -
8 changed files:
- CHANGES
- configure.ac
- doc/man/man5/slapo-memberof.5
- libraries/libldap/init.c
- libraries/libldap/tls2.c
- libraries/libldap/tls_o.c
- servers/slapd/logging.c
- servers/slapd/overlays/dynlist.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/534efef7d1eeeebbfb6f7c…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/534efef7d1eeeebbfb6f7c…
You're receiving this email because of your account on git.openldap.org.