Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_5 at openldap / OpenLDAP
Commits:
57da7df5 by Howard Chu at 2021-05-13T21:34:15+00:00
ITS#9534,#9324 fix refresh startup
Partially revert 5aa7e0f69b0f1ef9aff5016fa6b40c2a2dd7d38d
Use an explicit timeout for Refresh response. Need to give time
for the provider to reply.
- - - - -
9f883f89 by OndÅ™ej KuznÃk at 2021-05-13T21:34:51+00:00
ITS#9551 Handle empty DN in extended filters
- - - - -
40c9ca55 by Quanah Gibson-Mount at 2021-05-13T21:35:29+00:00
ITS#9551, ITS#9324, ITS#9534
- - - - -
c20604f6 by OndÅ™ej KuznÃk at 2021-05-13T21:35:54+00:00
ITS#6467 Plug a shutdown leak
- - - - -
fbc0955b by OndÅ™ej KuznÃk at 2021-05-13T21:36:04+00:00
ITS#9552 Record reqNewDN for modRDNs
- - - - -
7b478ff9 by OndÅ™ej KuznÃk at 2021-05-13T21:36:09+00:00
ITS#6467 Deal with modRDNs
- - - - -
dfd9ffc6 by Quanah Gibson-Mount at 2021-05-13T21:36:44+00:00
ITS#9552
- - - - -
5 changed files:
- CHANGES
- servers/slapd/dn.c
- servers/slapd/overlays/accesslog.c
- servers/slapd/overlays/syncprov.c
- servers/slapd/syncrepl.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/126dbf900dfed66b3f2d19…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/126dbf900dfed66b3f2d19…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
df27b2bb by OndÅ™ej KuznÃk at 2021-05-13T20:14:55+00:00
ITS#6467 Plug a shutdown leak
- - - - -
c2edf41f by OndÅ™ej KuznÃk at 2021-05-13T20:14:55+00:00
ITS#9552 Record reqNewDN for modRDNs
- - - - -
6977635c by OndÅ™ej KuznÃk at 2021-05-13T20:14:55+00:00
ITS#6467 Deal with modRDNs
- - - - -
2 changed files:
- servers/slapd/overlays/accesslog.c
- servers/slapd/overlays/syncprov.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/b0b0fc8c67fe484c0036c0…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/b0b0fc8c67fe484c0036c0…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
6b55a3ba by Tero Saarni at 2021-05-11T15:05:50+00:00
ITS#9468 Added test case for proxy re-binding anonymously
- - - - -
97217da5 by Tero Saarni at 2021-05-11T15:05:50+00:00
ITS#9468 back-ldap: Return disconect if rebind cannot be done
- - - - -
b1226f56 by Tero Saarni at 2021-05-11T15:05:50+00:00
ITS#9468 removed accidental unicode characters
- - - - -
de6c9390 by Tero Saarni at 2021-05-11T15:05:50+00:00
ITS#9468 documented that re-connecting does not happen after idle-timeout or conn-ttl
- - - - -
06ed7871 by Tero Saarni at 2021-05-11T15:05:50+00:00
ITS#9468 summarize discussion about rebind-as-user
- - - - -
255a3746 by Tero Saarni at 2021-05-11T15:05:50+00:00
ITS#9468 fixed typos
- - - - -
5 changed files:
- doc/man/man5/slapd-ldap.5
- servers/slapd/back-ldap/bind.c
- + tests/data/regressions/its9468/its9468
- + tests/data/regressions/its9468/slapd-proxy.conf
- + tests/data/regressions/its9468/slapd-remote.conf
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/cba03e49a4d1fe1d6d4605…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/cba03e49a4d1fe1d6d4605…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
f9b51636 by OndÅ™ej KuznÃk at 2021-05-10T18:49:13+00:00
ITS#6207 Log timings for lloadd tests
- - - - -
c4726391 by OndÅ™ej KuznÃk at 2021-05-10T18:49:13+00:00
Report mbe->register_entry() errors
- - - - -
2c1bb42f by OndÅ™ej KuznÃk at 2021-05-10T18:49:13+00:00
ITS#8747 Do not observe an epoch while calling dispose_cb
- - - - -
4f499755 by OndÅ™ej KuznÃk at 2021-05-10T18:49:13+00:00
ITS#8747 Avoid epoch recursion in connection_write_cb
- - - - -
a186fd70 by OndÅ™ej KuznÃk at 2021-05-10T18:49:13+00:00
ITS#8747 Do not continue reading if connection is dying
- - - - -
3802fa92 by OndÅ™ej KuznÃk at 2021-05-10T18:49:13+00:00
ITS#8747 Fix lloadd builds --without-tls
- - - - -
1cb65102 by OndÅ™ej KuznÃk at 2021-05-10T18:49:13+00:00
ITS#8747 Keep an explicit backend pointer
- - - - -
8e4d7ffe by OndÅ™ej KuznÃk at 2021-05-10T18:49:13+00:00
ITS#8747 Remove c_private from LloadConnection
- - - - -
cba03e49 by OndÅ™ej KuznÃk at 2021-05-10T18:49:13+00:00
ITS#8747 Protect shutdown code while workers are still alive
- - - - -
13 changed files:
- servers/lloadd/bind.c
- servers/lloadd/client.c
- servers/lloadd/config.c
- servers/lloadd/connection.c
- servers/lloadd/daemon.c
- servers/lloadd/epoch.c
- servers/lloadd/extended.c
- servers/lloadd/lload.h
- servers/lloadd/operation.c
- servers/lloadd/proto-lload.h
- servers/lloadd/upstream.c
- servers/slapd/back-monitor/init.c
- tests/scripts/lloadd-all
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/de0caafe96b8096a77bfa6…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/de0caafe96b8096a77bfa6…
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:
833b3a32 by Howard Chu at 2021-05-10T15:04:59+00:00
ITS#9521 additional ciphersuite fixes
Actually check version of matched ciphersuite names.
Also, don't change existing TLS1.3 suites if none are specified
in the new suite string. Avoids ITS#9546.
- - - - -
07f31d44 by Quanah Gibson-Mount at 2021-05-10T15:05:43+00:00
ITS#9521, ITS#9546
- - - - -
a5d4976f by Quanah Gibson-Mount at 2021-05-10T15:07:00+00:00
ITS#9548 - Ensure modules in the pwmods directory get installed
- - - - -
d1f6135b by Quanah Gibson-Mount at 2021-05-10T15:07:47+00:00
ITS#9548
- - - - -
8430dd93 by OndÅ™ej KuznÃk at 2021-05-10T15:11:14+00:00
ITS#8721 Do not update ri_last unless we're actually retrying
- - - - -
9828387b by OndÅ™ej KuznÃk at 2021-05-10T15:11:33+00:00
ITS#8721 Regression test
- - - - -
60fac4f5 by Quanah Gibson-Mount at 2021-05-10T15:12:32+00:00
ITS#8721
- - - - -
9 changed files:
- CHANGES
- libraries/libldap/tls_o.c
- servers/slapd/Makefile.in
- servers/slapd/back-asyncmeta/conn.c
- servers/slapd/back-ldap/bind.c
- servers/slapd/back-meta/conn.c
- + tests/data/regressions/its8721/its8721
- + tests/data/regressions/its8721/slapd-backend.conf
- + tests/data/regressions/its8721/slapd-proxy.conf
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/e46de0369ac3514cb3d28b…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/e46de0369ac3514cb3d28b…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
180092fe by OndÅ™ej KuznÃk at 2021-05-07T19:26:19+00:00
ITS#8721 Regression test
- - - - -
de0caafe by OndÅ™ej KuznÃk at 2021-05-07T19:26:19+00:00
ITS#8721 Do not update ri_last unless we're actually retrying
- - - - -
6 changed files:
- servers/slapd/back-asyncmeta/conn.c
- servers/slapd/back-ldap/bind.c
- servers/slapd/back-meta/conn.c
- + tests/data/regressions/its8721/its8721
- + tests/data/regressions/its8721/slapd-backend.conf
- + tests/data/regressions/its8721/slapd-proxy.conf
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/5c8bd550dd827557823bb2…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/5c8bd550dd827557823bb2…
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:
cf99e06e by Howard Chu at 2021-04-30T17:08:06+00:00
ITS#9537 slap_op_time: avoid duplicates across restarts
Initialize last_ times with current time sec & usec
- - - - -
d8b0f963 by Quanah Gibson-Mount at 2021-04-30T17:08:45+00:00
ITS#9537
- - - - -
4985abda by Howard Chu at 2021-04-30T17:09:14+00:00
ITS#9541 fix typo in daemon.c
From commit ee49c839764
- - - - -
f03e19ee by Howard Chu at 2021-04-30T17:09:20+00:00
ITS#9541 fix typo in util-int.c
From 94fbd968263765f0ef0b17867216a2d3f33572a4
- - - - -
d9619413 by Quanah Gibson-Mount at 2021-04-30T17:10:20+00:00
ITS#9541
- - - - -
4 changed files:
- CHANGES
- libraries/libldap/util-int.c
- servers/slapd/daemon.c
- servers/slapd/operation.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/b8d3bdb98054ff1ae0c2da…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/b8d3bdb98054ff1ae0c2da…
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:
a31d554b by Howard Chu at 2021-04-30T17:06:39+00:00
ITS#9531 back-mdb: fix delete of context entry
We already checked if attempting to delete the suffix, but
didn't skip the parent check as we should have.
- - - - -
faf2c4e7 by Quanah Gibson-Mount at 2021-04-30T17:07:01+00:00
ITS#9531
- - - - -
2 changed files:
- CHANGES
- servers/slapd/back-mdb/delete.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/041e422261865e07d94073…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/041e422261865e07d94073…
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:
e03a00ab by Norm Green at 2021-04-30T16:35:09+00:00
ITS#9530 fix double-free of LDAP_OPT_DEFBASE
- - - - -
a21cf985 by Howard Chu at 2021-04-30T16:35:16+00:00
ITS#9530 ldo_defbase now must be freed in ldap_ld_free()
- - - - -
60a620d0 by Quanah Gibson-Mount at 2021-04-30T16:36:25+00:00
ITS#9530
- - - - -
5b832eb0 by Howard Chu at 2021-04-30T16:36:35+00:00
ITS#9529 pcache: fix consistency_check locking
- - - - -
f1aa9a55 by Howard Chu at 2021-04-30T16:36:39+00:00
ITS#9529 pcache: update refresh_time after query refresh
- - - - -
61578236 by Quanah Gibson-Mount at 2021-04-30T16:39:01+00:00
ITS#9529
- - - - -
32a278d0 by Nadezhda Ivanova at 2021-04-30T16:52:27+00:00
ITS#9502 Implement LDAP_OPT_TCP_USER_TIMEOUT
- - - - -
91dd4240 by Nadezhda Ivanova at 2021-04-30T16:52:32+00:00
ITS#9502 Implement tcp-user-timeout support for back-ldap/(async)meta
- - - - -
94ee1123 by OndÅ™ej KuznÃk at 2021-04-30T16:52:37+00:00
ITS#9502 TCP_USER_TIMEOUT for lloadd
- - - - -
e82224e5 by Quanah Gibson-Mount at 2021-04-30T16:54:19+00:00
ITS#9502
- - - - -
8f8bd9f1 by Howard Chu at 2021-04-30T17:01:10+00:00
ITS#9531 back-mdb: fix delete of context entry
We already checked if attempting to delete the suffix, but
didn't skip the parent check as we should have.
- - - - -
b8d3bdb9 by Quanah Gibson-Mount at 2021-04-30T17:02:03+00:00
ITS#9531
- - - - -
27 changed files:
- CHANGES
- doc/man/man3/ldap_get_option.3
- doc/man/man5/lloadd.conf.5
- doc/man/man5/slapd-asyncmeta.5
- doc/man/man5/slapd-config.5
- doc/man/man5/slapd-ldap.5
- doc/man/man5/slapd-meta.5
- doc/man/man5/slapd.conf.5
- include/ldap.h
- libraries/libldap/init.c
- libraries/libldap/ldap-int.h
- libraries/libldap/open.c
- libraries/libldap/options.c
- libraries/libldap/os-ip.c
- libraries/libldap/unbind.c
- servers/lloadd/backend.c
- servers/lloadd/config.c
- servers/slapd/back-asyncmeta/config.c
- servers/slapd/back-asyncmeta/conn.c
- servers/slapd/back-ldap/bind.c
- servers/slapd/back-ldap/config.c
- servers/slapd/back-mdb/delete.c
- servers/slapd/back-meta/config.c
- servers/slapd/back-meta/conn.c
- servers/slapd/config.c
- servers/slapd/overlays/pcache.c
- servers/slapd/slap.h
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/497cd5d68fb2e8283501c5…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/497cd5d68fb2e8283501c5…
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:
1ae5f169 by Howard Chu at 2021-04-30T16:57:19+00:00
ITS#9529 pcache: update refresh_time after query refresh
- - - - -
efb53b7a by Quanah Gibson-Mount at 2021-04-30T16:58:20+00:00
ITS#9529
- - - - -
32e965c2 by Norm Green at 2021-04-30T16:58:32+00:00
ITS#9530 fix double-free of LDAP_OPT_DEFBASE
- - - - -
5452fb15 by Howard Chu at 2021-04-30T16:58:38+00:00
ITS#9530 ldo_defbase now must be freed in ldap_ld_free()
- - - - -
041e4222 by Quanah Gibson-Mount at 2021-04-30T16:58:51+00:00
ITS#9530
- - - - -
4 changed files:
- CHANGES
- libraries/libldap/open.c
- libraries/libldap/unbind.c
- servers/slapd/overlays/pcache.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/d2a1b1c61a377adb2ef141…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/d2a1b1c61a377adb2ef141…
You're receiving this email because of your account on git.openldap.org.