[Git][openldap-team/openldap][experimental] 73 commits: Return to RE

Ryan Tandy (@rtandy) gitlab at salsa.debian.org
Fri Jun 11 21:38:57 BST 2021



Ryan Tandy pushed to branch experimental at Debian OpenLDAP Maintainers / openldap


Commits:
497cd5d6 by Quanah Gibson-Mount at 2021-04-29T18:56:20+00:00
Return to RE

- - - - -
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

- - - - -
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

- - - - -
37228d35 by Quanah Gibson-Mount at 2021-04-30T17:13:07+00:00
fix typo

- - - - -
63ae46fe by Quanah Gibson-Mount at 2021-04-30T17:16:03+00:00
fix http to https

Also get rid of mention of the FAQ

- - - - -
7645e78c by Michael Ströder at 2021-05-03T15:07:03+00:00
ITS#9542 fix AuthZ Identity control OIDs

Did not match RFC3829

- - - - -
60e787ae by Quanah Gibson-Mount at 2021-05-03T15:10:00+00:00
ITS#9542

- - - - -
7c259121 by Howard Chu at 2021-05-04T14:40:45+00:00
ITS#9544 fix #9511 patch

Include was erroneously deleted. partially reverts 6cdfc85fc56130628670ca9fe76d6034ddabdd8d

- - - - -
e46de036 by Quanah Gibson-Mount at 2021-05-04T14:41:14+00:00
ITS#9544

- - - - -
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

- - - - -
e1d6e218 by Ondřej Kuzník at 2021-05-10T22:13:58+00:00
ITS#6207 Log timings for lloadd tests

- - - - -
d8a99652 by Ondřej Kuzník at 2021-05-10T22:14:04+00:00
Report mbe->register_entry() errors

- - - - -
3d63696e by Ondřej Kuzník at 2021-05-10T22:14:10+00:00
ITS#8747 Do not observe an epoch while calling dispose_cb

- - - - -
d4f7537b by Ondřej Kuzník at 2021-05-10T22:14:16+00:00
ITS#8747 Avoid epoch recursion in connection_write_cb

- - - - -
54a9c909 by Ondřej Kuzník at 2021-05-10T22:14:21+00:00
ITS#8747 Do not continue reading if connection is dying

- - - - -
c88a448c by Ondřej Kuzník at 2021-05-10T22:14:25+00:00
ITS#8747 Fix lloadd builds --without-tls

- - - - -
03fd98cb by Ondřej Kuzník at 2021-05-10T22:14:30+00:00
ITS#8747 Keep an explicit backend pointer

- - - - -
39be7e07 by Ondřej Kuzník at 2021-05-10T22:14:36+00:00
ITS#8747 Remove c_private from LloadConnection

- - - - -
9f014b41 by Ondřej Kuzník at 2021-05-10T22:14:42+00:00
ITS#8747 Protect shutdown code while workers are still alive

- - - - -
eaa446f9 by Quanah Gibson-Mount at 2021-05-10T22:15:49+00:00
ITS#8747

- - - - -
9a45db82 by Ondřej Kuzník at 2021-05-11T19:18:52+00:00
ITS#6467 Handle syncrepl searches with base of ""

- - - - -
126dbf90 by Quanah Gibson-Mount at 2021-05-11T19:19:29+00:00
ITS#6467

- - - - -
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

- - - - -
8475893d by Ondřej Kuzník at 2021-05-14T16:00:54+00:00
ITS#8820 Document ldap_get_attribute_ber()

- - - - -
e02525fb by Quanah Gibson-Mount at 2021-05-14T16:03:18+00:00
ITS#8820

- - - - -
40037daa by Ondřej Kuzník at 2021-05-20T17:09:04+00:00
ITS#6467 Reset avl root after releasing the tree

- - - - -
6fded3bc by Ondřej Kuzník at 2021-05-20T17:09:06+00:00
ITS#6467 Adjust log message

- - - - -
f1dffcc0 by Quanah Gibson-Mount at 2021-05-20T18:15:10+00:00
ITS#9554 - Rename configure.in to configure.ac

- - - - -
c32729f4 by Quanah Gibson-Mount at 2021-05-20T18:15:20+00:00
ITS#9554 -- Regenerate configure

- - - - -
3c9b79e4 by Quanah Gibson-Mount at 2021-05-21T16:01:11+00:00
ITS#9554

- - - - -
4840d03e by Nadezhda Ivanova at 2021-05-25T19:42:34+00:00
ITS#9555 Introduce a default operations timeout for back-asyncmeta

- - - - -
ae11f31c by Nadezhda Ivanova at 2021-05-25T19:42:44+00:00
ITS#9555 Changed alignment in the default definitions block to tabs instead of spaces

- - - - -
a6a1b8e2 by Quanah Gibson-Mount at 2021-05-25T19:43:23+00:00
ITS#9555

- - - - -
5206b006 by Ondřej Kuzník at 2021-05-27T16:41:15+00:00
ITS#9559 mod_next is not there anymore

- - - - -
de5d5a53 by Quanah Gibson-Mount at 2021-05-27T16:41:33+00:00
ITS#9559

- - - - -
0f44c86f by Howard Chu at 2021-06-01T17:55:42+00:00
ITS#9557 back-mdb: fix mdb_waitfixup for candidate-based searches

Off-by-one left last scope unrefreshed

- - - - -
fcd39f87 by Quanah Gibson-Mount at 2021-06-01T17:56:25+00:00
ITS#9557

- - - - -
5e3c4077 by Ondřej Kuzník at 2021-06-03T17:13:14+00:00
ITS#6467 Indicate which operation is lost if we fail to add log entry

- - - - -
cb687868 by Quanah Gibson-Mount at 2021-06-03T18:44:52+00:00
Prep for release (OpenLDAP 2.5.5)

- - - - -
fc0b1753 by Howard Chu at 2021-06-03T20:35:11+00:00
ITS#9561 slapd init.c: fix copy/paste error

Added in 629cafc98d4 for ITS#8707

- - - - -
1616bedd by Quanah Gibson-Mount at 2021-06-03T20:44:35+00:00
ITS#9561

- - - - -
f1af798e by Ryan Tandy at 2021-06-11T09:26:59-07:00
New upstream version 2.5.5+dfsg
- - - - -
936cd95e by Ryan Tandy at 2021-06-11T09:27:20-07:00
Update upstream source from tag 'upstream/2.5.5+dfsg'

Update to upstream version '2.5.5+dfsg'
with Debian dir f429df84396c8a11ae4d04a0dd526e1693b13f9f
- - - - -
c6ece43d by Ryan Tandy at 2021-06-11T09:30:23-07:00
New upstream release

- - - - -
a79b90f5 by Ryan Tandy at 2021-06-11T10:35:35-07:00
Fix slapd upgrade with contrib modules enabled

- - - - -
34234802 by Ryan Tandy at 2021-06-11T11:43:26-07:00
Release 2.5.5+dfsg-1~exp1

- - - - -


30 changed files:

- ANNOUNCEMENT
- CHANGES
- build/version.var
- contrib/ldapc++/Makefile.in
- contrib/ldapc++/configure
- contrib/ldapc++/configure.in → contrib/ldapc++/configure.ac
- contrib/ldapc++/examples/Makefile.in
- contrib/ldapc++/src/Makefile.in
- contrib/ldapc++/src/config.h.in
- contrib/ldaptcl/Makefile.in
- contrib/ldaptcl/configure
- contrib/ldaptcl/configure.in → contrib/ldaptcl/configure.ac
- debian/changelog
- debian/control
- − debian/patches/ITS-9544-fix-9511-patch.patch
- − debian/patches/ITS-9548-Ensure-modules-in-the-pwmods-directory-get-.patch
- debian/patches/series
- doc/guide/admin/guide.html
- doc/man/man3/ldap_first_attribute.3
- doc/man/man3/ldap_first_attribute.3.links
- doc/man/man3/ldap_get_option.3
- doc/man/man3/ldap_modify.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


View it on GitLab: https://salsa.debian.org/openldap-team/openldap/-/compare/cdad7cc235fa6b1310ffd2e8280037c108ef7fd3...342348029fb4389df2be217843ad4d050bb1f7d1

-- 
View it on GitLab: https://salsa.debian.org/openldap-team/openldap/-/compare/cdad7cc235fa6b1310ffd2e8280037c108ef7fd3...342348029fb4389df2be217843ad4d050bb1f7d1
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-openldap-devel/attachments/20210611/12626888/attachment-0001.htm>


More information about the Pkg-openldap-devel mailing list