<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en" style='--code-editor-font: var(--default-mono-font, "GitLab Mono"), JetBrains Mono, Menlo, DejaVu Sans Mono, Liberation Mono, Consolas, Ubuntu Mono, Courier New, andale mono, lucida console, monospace;'>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>
GitLab
</title>
<style data-premailer="ignore" type="text/css">
a { color: #1068bf; }
</style>
<style>img {
max-width: 100%; height: auto;
}
body {
font-size: .875rem;
}
body {
-webkit-text-shadow: rgba(255,255,255,.01) 0 0 1px;
}
body {
font-family: "GitLab Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; font-size: inherit;
}
</style>
</head>
<body style='font-size: inherit; -webkit-text-shadow: rgba(255,255,255,.01) 0 0 1px; font-family: "GitLab Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";'>
<div class="content">
<h3 style="margin-top: 20px; margin-bottom: 10px;">
Timo Aaltonen pushed to branch master at <a href="https://salsa.debian.org/freeipa-team/389-ds-base">FreeIPA packaging / 389-ds-base</a>
</h3>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
Commits:
</h4>
<ul>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/06f9760994fc952c53622c9f7f06e605c51bbdaf">06f97609</a></strong>
<div>
<span> by Masahiro Matsuya </span> <i> at 2025-01-24T09:43:37+09:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6446 - Fix test_acct_policy_consumer test to wait enough for lastLoginHistory update (#6530)
Adding a small sleep to wait for lastLoginHistory update after the bind
operation.
Relates: #6446
Author: Masahiro Matsuya
Reviewed by: tbordaz</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/6fd5fff6213c399dc804f4c235bec30b86222e1b">6fd5fff6</a></strong>
<div>
<span> by Viktor Ashirov </span> <i> at 2025-01-24T17:59:02+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6542 - RPM build errors on Fedora 42
Bug Description:
Fedora 42 has unified `/bin` and `/sbin`: https://fedoraproject.org/wiki/Changes/Unify_bin_and_sbin
https://docs.fedoraproject.org/en-US/packaging-guidelines/#_merged_file_system_layout
This change causes RPM build to fail with:
```
RPM build errors:
File not found: /builddir/build/BUILD/389-ds-base-3.1.2-build/BUILDROOT/usr/bin/openldap_to_ds
```
Fix Description:
Patch `setup.py.in` based on Fedora or RHEL version that support unified
`/bin` and `/sbin`.
Fixes: https://github.com/389ds/389-ds-base/issues/6542
Reviewed by: @mreynolds389, @droideck (Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/07dddbe1142bc3998df3ff5dbf54cd78d21d199e">07dddbe1</a></strong>
<div>
<span> by William Brown </span> <i> at 2025-01-24T17:59:32+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 4596 - BUG - lto linking issues
Bug Description: Fedora is introducing lto by default which
may affect our build especially with rust and asan
Fix Description: Adapt how we use lto and how we link in
our builds so that lto works for gcc.
fixes: https://github.com/389ds/389-ds-base/issues/4596
Author: William Brown <william@blackhats.net.au>
Review by: ???
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/75c9dcdaefea463e66e35b0eae2c5a9da54b7dfd">75c9dcda</a></strong>
<div>
<span> by Viktor Ashirov </span> <i> at 2025-01-24T17:59:32+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 4596 - Build with clang/lld fails when LTO enabled
Bug Description:
Build with clang/lld fails with undefined reference error.
```
ld.lld: error: ./.libs/libslapd.so: undefined reference to __rust_probestack [--no-allow-shlib-undefined]
ld.lld: error: ./.libs/libslapd.so: undefined reference to __muloti4 [--no-allow-shlib-undefined]
```
Fix Description:
* Disabled GCC security flags when building with clang.
* lld by default uses xxhash for build ids, which is too small for rpm
(it requires it between 16 and 64 bytes in size), use sha1 instead.
* Switch debug CFLAGS and LDFLAGS to use DWARF4 instead of DWARF5.
* Disable LTO for clang rpm build.
Fixes: https://github.com/389ds/389-ds-base/issues/4596
Reviewed by: @droideck (Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/1417198b95ca3e618ac26e748ec4bde6417c105c">1417198b</a></strong>
<div>
<span> by Viktor Ashirov </span> <i> at 2025-01-25T17:06:46+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6544 - logconv.py: python3-magic conflicts with python3-file-magic
Bug Description:
python3-magic and python3-file-magic can't be installed simultaneously,
python3-magic is not packaged for EL10.
Fix Description:
Use python3-file-magic instead.
Issue identified and fix suggested by Adam Williamson.
Fixes: https://github.com/389ds/389-ds-base/issues/6544
Reviewed by: @mreynolds389 (Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/ef4052a32116494d3ce3775da8401adb799674a5">ef4052a3</a></strong>
<div>
<span> by Simon Pichugin </span> <i> at 2025-01-28T16:40:00-08:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 4815 - RFE - Add Replication Log Analysis Tool with CLI Support (#6466)
Description: Add a new ReplicationLogAnalyzer class and supporting infrastructure
to analyze replication performance across multiple servers. The tool parses
replication logs, tracks CSNs, calculates lag times, and generates comprehensive
reports in interactive HTML, static PNG and CSV formats.
Based on: https://github.com/droideck/ansible-ds389-repl-monitoring
Fixes: https://github.com/389ds/389-ds-base/issues/6465
Reviewed by: @progier389, @tbordaz, @vashirov (Thanks!!!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/7daee18462b9234d8d9c6589330cfad199e2b3c5">7daee184</a></strong>
<div>
<span> by Viktor Ashirov </span> <i> at 2025-01-29T07:12:15+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6468 - Fix building for older versions of Python
Bug Description:
Structural Pattern Matching has been added in Python 3.10, older version
do not support it.
Fix Description:
Replace `match` and `case` statements with `if-elif`.
Relates: https://github.com/389ds/389-ds-base/issues/6468
Reviewed by: @droideck (Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/5249788ee51c1b630994f2516c809151f79ea036">5249788e</a></strong>
<div>
<span> by Mark Reynolds </span> <i> at 2025-01-29T08:23:56-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6476 - Fix build failure with GCC 15
Description:
Most of the failures are our use of function pointer with a generic
typedef with unknown parameters (e.g. IFP)
There are other IFP we use, but they are not triggering build failures
yet.
Relates: https://github.com/389ds/389-ds-base/issues/6476
Reviewed by: tbordaz & spichugi (Thanks!!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/e3b89866afc4ed31ae061078fd347c50062865a3">e3b89866</a></strong>
<div>
<span> by James Chapman </span> <i> at 2025-01-29T17:41:55+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6436 - MOD on a large group slow if substring index is present (#6437)
Bug Description: If the substring index is configured for the group
membership attribute ( member or uniqueMember ), the removal of a
member from a large static group is pretty slow.
Fix Description: A solution to this issue would be to introduce
a new index to track a membership atttribute index. In the interm,
we add a check to healthcheck to inform the user of the implications
of this configuration.
Fixes: https://github.com/389ds/389-ds-base/issues/6436
Reviewed by: @Firstyear, @tbordaz, @droideck (Thanks)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/f5e5b5939d0f65a9abf1f301bdfb1ff707a26d9e">f5e5b593</a></strong>
<div>
<span> by progier389 </span> <i> at 2025-01-30T14:44:39+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6555 - Potential crash when deleting a replicated backend (#6559)
Problem: connection cleanup may try to access a freed replica
Solution: Ensure that the replica is still existing before using its pointer
Issue: #6555
Reviewed by: @tbordaz, @droideck (Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/f4d961e2c9cc62b8e366a010b750c69373f2dc5c">f4d961e2</a></strong>
<div>
<span> by Simon Pichugin </span> <i> at 2025-01-30T14:34:50-08:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6465 - Create optional meta-package for replication reporting dependencies (#6560)
Description: Introduce a new `python3-lib389-repl-reports` meta-package that
bundles optional dependencies like Plotly and Matplotlib. This enables advanced
replication reporting (HTML/PNG) without forcing these libraries on all installations.
Update replication tests.
Generate the package only on Fedora.
Remove direct references to Plotly, Matplotlib, and Numpy from the base package.
Fixes: https://github.com/389ds/389-ds-base/issues/6465
Reviewed by: @vashirov (Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/18c42eec08d3de1e485461b510ba91c0c4e39cf7">18c42eec</a></strong>
<div>
<span> by Mark Reynolds </span> <i> at 2025-01-31T11:25:33-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6489 - After log rotation refresh the FD pointer
Description:
When flushing a log buffer we get a FD for log prior to checking if the
log should be rotated. If the log is rotated that FD reference is now
invalid, and it needs to be refrehed before proceeding
Relates: https://github.com/389ds/389-ds-base/issues/6489
Reviewed by: tbordaz(Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/97c37b9a7cee93cdaa777e7796dd11c17b21baed">97c37b9a</a></strong>
<div>
<span> by Lenka Doudova </span> <i> at 2025-02-04T06:53:40+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6568 - Fix failing webUI tests
Fixing webUI tests that are failing either due to changes or due to
existing bugs
Relates: https://github.com/389ds/389-ds-base/issues/6568
Author: Lenka Doudova
Reviewed by: Barbora Simonova
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/0b181ca877a2c3210d8f82d51f8b37061da8837c">0b181ca8</a></strong>
<div>
<span> by James Chapman </span> <i> at 2025-02-04T15:40:16+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6566 - RI plugin failure to handle a modrdn for rename of member of multiple groups (#6567)
Bug description:
With AM and RI plugins enabled, the rename of a user that is part of multiple groups
fails with a "value exists" error.
Fix description:
For a modrdn the RI plugin creates a new DN, before a modify is attempted check
if the new DN already exists in the attr being updated.
Fixes: https://github.com/389ds/389-ds-base/issues/6566
Reviewed by: @progier389 , @tbordaz (Thank you)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/cd004c58f921141e6705e10283c3bb25cc85783a">cd004c58</a></strong>
<div>
<span> by dependabot[bot] </span> <i> at 2025-02-05T10:02:22+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Bump openssl from 0.10.66 to 0.10.70 in /src
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.66 to 0.10.70.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.66...openssl-v0.10.70)
---
updated-dependencies:
- dependency-name: openssl
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com></pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/5e19dfe81b3897d12002af6604a3e71f4774d9d5">5e19dfe8</a></strong>
<div>
<span> by Mark Reynolds </span> <i> at 2025-02-05T08:25:14-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6574 - Move pblock access from switch to func table
Description
Currently there are over 300 switch cases for getting/setting pblock parameters.
Instead we should have separate functions for each parameter, and use a callback
function pointer table.
Relates: https://github.com/389ds/389-ds-base/issues/6574
Reviewed by: spichugi, firstyear, progier, tbordaz (Thanks!!!!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/2092a1be4eb014a43bc0e7c203c62f165551eaef">2092a1be</a></strong>
<div>
<span> by progier389 </span> <i> at 2025-02-06T17:56:22+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6555 - V2 - Potential crash when deleting a replicated backend (#6585)
* Issue 6555 - Potential crash when deleting a replicated backend - hang at shutdown
Prevent previous 6555 fix to hang at shutdown.
Issue: #6555
Reviewed by: @tbordaz </pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/29fcbd19a8483ff0f9e82b674b52dd4d9293df50">29fcbd19</a></strong>
<div>
<span> by tbordaz </span> <i> at 2025-02-06T18:25:36+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6554 - During import of entries without nsUniqueId, a supplier generates duplicate nsUniqueId (LMDB only) (#6582)
Bug description:
During an import the entry is prepared (schema, operational
attributes, password encryption,...) before starting the
update of the database and indexes.
A step of the preparation is to assign a value to 'nsuniqueid'
operational attribute. 'nsuniqueid' must be unique.
In LMDB the preparation is done by multiple threads (workers).
In such case the 'nsuniqueid' are generated in parallel and
as it is time based several values can be duplicated.
Fix description:
To prevent that the routine dbmdb_import_generate_uniqueid
should make sure to synchronize the workers.
fixes: #6554
Reviewed by: Pierre Rogier</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/042f7c96ebd39dc208038d51b2e1b0be9aafba0b">042f7c96</a></strong>
<div>
<span> by Firstyear </span> <i> at 2025-02-07T14:47:29+10:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6596 - BUG - Compilation Regresion (#6597)
Bug Description: The addition of the json auditlog feature caused
a regresion in compilation due to the use of labels in a declaration.
Fix Description: Enclose the switch/case in braces to resolve the
compilation issue.
fixes: https://github.com/389ds/389-ds-base/issues/6596
Author: William Brown <william@blackhats.net.au>
Review by: @droideck Thanks!</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/699f30e5f8b9f60641015f96e444795d5460f2cd">699f30e5</a></strong>
<div>
<span> by Mark Reynolds </span> <i> at 2025-02-12T17:04:03-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6599 - Implement option to write access log in jSON
Description:
Add option to write access log in JSON
See design doc for more info:
https://www.port389.org/docs/389ds/design/accesslog-json-design.html
Relates: https://github.com/389ds/389-ds-base/issues/6599
Reviewed by: progier & jchapman(Thanks!!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/885cdf426040d120def7ed0c62962b107c5e7dc8">885cdf42</a></strong>
<div>
<span> by Viktor Ashirov </span> <i> at 2025-02-14T11:50:00+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6561 - TLS 1.2 stickiness in FIPS mode
Description:
TLS 1.3 works with NSS in FIPS mode for quite some time now,
this restriction is no longer needed.
Fixes: https://github.com/389ds/389-ds-base/issues/6561
Reviewed by: @mreynolds389 (Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/ed7c01913af7f806d387edb2502b4cc7314835ea">ed7c0191</a></strong>
<div>
<span> by progier389 </span> <i> at 2025-02-17T12:14:32+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6611 - db_home_test.py CI tests should be skipped on lmdb (#6612)
dbhome setup tests should be skipped on lmdb (dbhome is meaningless)
Also fix the tests for non standard deployment (typically when using PREFIX / non root install)
Issue: #6611
Reviewed by: @droideck, @tbordaz (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/e65a502b3ec7c509563cef92658687c4b004a522">e65a502b</a></strong>
<div>
<span> by progier389 </span> <i> at 2025-02-17T12:21:02+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6604 - Fix coverity scan issues CID 1591261 - CID 1591269 (#6605)
Issue 6604 - Fix coverity scan issues CID 1591261 - CID 1591269
Fix trivial coverity scan issues
Issue: #6604
Reviewed by: @droideck, @tbordaz (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/744df65e75035466cf501a2a2809d223f7466a8f">744df65e</a></strong>
<div>
<span> by progier389 </span> <i> at 2025-02-18T15:10:49+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6615 - test_custom_path CI test fails (#6616)
test_custom_path CI test fails because the instance used to perform the backup is not up to date with the config
Issue: #6615
Reviewed by: @tbordaz</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/985425be4b33f4ea192d5a69a345fab153b722da">985425be</a></strong>
<div>
<span> by James Chapman </span> <i> at 2025-02-19T12:18:59+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6623 - UI - Generic updates (#6624)
Bug description:
Missing dot in warning alert when changing suffix backend state.
No success alert upon deleting local password policy.
Tool tips for part of Syntax Settings for local password policies do not show.
Fixes: https://github.com/389ds/389-ds-base/issues/6623
Reviewed by: @mreynolds389 (Thank you)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/e0e59f91463712d832609b6b3d1e1740f1c91286">e0e59f91</a></strong>
<div>
<span> by Mark Reynolds </span> <i> at 2025-02-19T08:52:13-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6625 - UI - fix various issues with LDAP browser, etc
Description:
Fixed these issues
- Creating OU in ldap browser ends in error
- Delete MemberOf Config Entry window does not close when you delete the shared
config entry of MemberOf
- Message about enabling any plugin is missing result
- WebUI tries to load non-existent vendor-react.js
- Missing word in success alert when changing replica role
- Incomplete word after restarting an instance
- Broken formatting and unclear descriprion when trying a DN rename
- Confusing confirmation message upon deletion of an entry
- Unclear message when trying to create entry with duplicate DN
- Cannot go back in dialog when creating an entry encounters an error
Relates: https://github.com/389ds/389-ds-base/issues/6625
Reviewed by: jchapamn (Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/fc3439cdd14bc80d38c9d8473ea37894d9efc937">fc3439cd</a></strong>
<div>
<span> by progier389 </span> <i> at 2025-02-19T16:01:50+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6617 - test_vlv_as_freeipa_backup_restore fails (#6618)
Problem:
dirsrvtests/tests/suites/vlv/regression_test.py::test_vlv_as_freeipa_backup_restore CI test fails on image mode
because import fails
because /var/roothome/389-ds-base/dirsrvtests/tests/suites/vlv/../../data/freeipa/issue6136/ipaca.ldif cannot be open in read mode
because /var/roothome permissions are 0700 (so ns-slapd process does not have the permission to read subdirectories)
Solution:
copy the ldif file on a place that ns-slapd can read
Issue: #6617
Reviewed by: @jchapma (Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/c79c1ebbd1590b4559d4926539ccde7c15b6328f">c79c1ebb</a></strong>
<div>
<span> by progier389 </span> <i> at 2025-02-19T19:11:11+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6619 - test_dblib_migration fails on RHEL10 (#6620)
* Issue 6619 - test_dblib_migration fails on RHEL10
Test test_dblib_migration fails on RHEL10 because bdb is not supported.
Test should be skipped in that case and libdb should provide a function to check if server can starts on bdb
Issue: #6619
Reviewed by: @jchapma (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/c27ec78aaebdab695568732678b21781a3a1aa31">c27ec78a</a></strong>
<div>
<span> by Simon Pichugin </span> <i> at 2025-02-20T12:56:34+10:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6553 - Update concread to 0.5.4 and refactor statistics tracking (#6607)
Description: Implement new cache statistics tracking with atomic counters
and dedicated stats structs.
Update concread dependency to 0.5.3 for improved cache performance.
Add tests for cache statistics functionality.
Fixes: https://github.com/389ds/389-ds-base/issues/6553
Reviewed by: @firstyear</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/294441d61c9b658ca373794ca2aec2c7b221c833">294441d6</a></strong>
<div>
<span> by PavlNekrasov </span> <i> at 2025-02-20T18:31:02+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6327 - Fix incorrect sizeof() usage for pointer in get_ip_str() function (#6629)
Co-authored-by: Pavel Nekrasov <p.nekrasov@fobos-nt.ru>
Fix for issue: #6327</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/4c5eb871bff0cc3df2150357f887cf97dbca5237">4c5eb871</a></strong>
<div>
<span> by dependabot[bot] </span> <i> at 2025-02-20T18:41:05+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Bump esbuild from 0.24.0 to 0.25.0 in /src/cockpit/389-console (#6602)
Resolve a moderate severity Dependabot alert on esbuild.
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.24.0 to 0.25.0.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.24.0...v0.25.0)
---
updated-dependencies:
- dependency-name: esbuild
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com></pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/c27fe457431b78c4a7d9e8681a9462def67a76ba">c27fe457</a></strong>
<div>
<span> by Rx1513 </span> <i> at 2025-02-20T18:46:46+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue #6562 - Prevent undefined behaviour in in filter_stuff_func (#6563)
Bug Description:
Undefined behaviour caused by escaping null character.
Fix Description:
Add simple check when ldap_bv2escaped_filter_value return null terminator.
relates: https://github.com/389ds/389-ds-base/issues/6562
Reviewed by: @progier389 (Thanks!)
Co-authored-by: Sergey Zhidkih <rx1513@altlinux.org></pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/435fae3831ed2efa3ca6b55f5f985243c543877c">435fae38</a></strong>
<div>
<span> by Mark Reynolds </span> <i> at 2025-02-20T15:17:16-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6599 - Access JSON logging - lib389/CI/minor fixes
Description:
Update lib389 for the JSON format, added a CI test, and fixed some minor
bugs
Relates: https://github.com/389ds/389-ds-base/issues/6599
Reviewed by: jchapman, progier (Thanks!!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/daeecae1dcf482c229dbf3574f521fd0a71176e2">daeecae1</a></strong>
<div>
<span> by Mark Reynolds </span> <i> at 2025-02-25T08:24:35-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6625 - UI - fix next round of bugs
Description:
This fixes the following issues:
- Subtrees field must not be mandatory If you configure the Attribute Uniqueness
plug-in over object classes
- MemberOf configuration window you can select empty values for Subtree Scope
and Exclude Subtree fields
- Database suffix field accepts dash symbol which ends in error
- Enable logs checkboxes do not display properly after changes
- Instance fails to load when DB backup directory doesn't exist
- Improvement for Create New Instance form
- Database Name is not validated
- Database Suffix is not validated properly
- Failing to update NDN cache size
- Import cache size is not easy to set
- Import cache autosize off/on fails
- Statistic about worker threads is incorrect
- Database index table searching does not work
- Schema attribute table searching does not work
- TimePicker component needs updating for PF5
- Fix Treeview appearance for browser Dark Mode
- Add attribute syntax oid name to table
Fixes: https://github.com/389ds/389-ds-base/issues/6625
Fixes: https://github.com/389ds/389-ds-base/issues/5969
Reviewed by: spichugi(Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/1795e4d89e9f8f562d7678c0390e1fca38d2cf51">1795e4d8</a></strong>
<div>
<span> by progier389 </span> <i> at 2025-02-28T17:31:54+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Revert "Issue #6562 - Prevent undefined behaviour in in filter_stuff_func (#6563)" (#6634)
Reverting c27fe457431b78c4a7d9e8681a9462def67a76ba commit that is causing an heap corruption: buffer overflow
Issue: #6562
Reviewed by: @tbordaz , @droideck (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/eb0cef2a2e3a0ee37e15f93ead2744a8bde38da5">eb0cef2a</a></strong>
<div>
<span> by Mark Reynolds </span> <i> at 2025-03-03T15:05:41-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6625 - UI - various fixes part 3
Description:
This PR addresses the following issues:
- Add new user type "traditional" for legacy objectclasses
- Display entry types in wizard header when adding new users, groups, and roles
- Update lib389 and monitor charts to use psutil instead of the UI
directly calling "ps", "netstat", and "top"
- Improved format of numbers displayed in monitor: adding commas and
converting bytes to more readable values
- Improved replication manager table to allow password edits
Relates: https://github.com/389ds/389-ds-base/issues/6625
Reviewed by: spichugi, vashirov, and progier(Thanks!!!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/cabf53918967467de4d402e5460ae9db40dc4863">cabf5391</a></strong>
<div>
<span> by Viktor Ashirov </span> <i> at 2025-03-04T18:45:47+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6632 - Replication init fails with ASAN build
Bug Description:
After the increase of DEFAULT_PBKDF2_ROUNDS to 100_000, bind operation
on ASAN build takes more time. On some systems it's more time than the
default timeouts for replication agreements, causing replication init
to fail.
Fix Description:
Introduce a new helper function `get_timeout_scale()` and update
hardcoded timeouts to use it for scaling. For ASAN builds it returns
2.0 instead of default 1.0.
Factor returned by `get_timeout_scale()` can be adjusted using
environment variable `DS_TIMEOUT_SCALE`.
Fixes: https://github.com/389ds/389-ds-base/issues/6632
Reviewed by: @droideck, @progier389 (Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/1f48f639b5ff5417a49e2ce1aa73d3860eb4da28">1f48f639</a></strong>
<div>
<span> by James Chapman </span> <i> at 2025-03-06T13:26:37+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6429 - UI - clicking on a database suffix under the Monitor tab crashes UI (#6610)
Bug description:
Clicking on a db suffix under the Monitor tab causes the UI to crash when
the instance is configured with the mdb db engine.
Fix description:
Introduced separate database and suffix monitor classes tailored for mdb. Parent
class detects the configured db engine and calls the appropriate monitor class.
Fixes: https://github.com/389ds/389-ds-base/issues/6429
Reviewed by: @mreynolds389, @droideck (Thank you)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/ed386e16d283a73588aa7fdb1988ca61b6d9ef62">ed386e16</a></strong>
<div>
<span> by Mark Reynolds </span> <i> at 2025-03-06T15:22:09-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6639 - remove all the code related to entryrdn_get_switch
Description:
There is no real benefit to switching between entryrdn and entrydn
formats so remove all the code related to this.
Relates: https://github.com/389ds/389-ds-base/issues/6639
Reviewed by: spichugi & jchapman(Thanks!!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/61dbba1b3d28956710030ddfddcbc86bd251f6fe">61dbba1b</a></strong>
<div>
<span> by Mark Reynolds </span> <i> at 2025-03-07T10:10:41-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6653 - Cleanup error messages
Description:
Change the attr encryption symmetric key error message to use a notice
severity level instead of a full blown error.
Do not log by default an error when the DBVERSION file is missing as
this is expected after a system reboot.
And fix compiler warning in ssl.c
Relates: https://github.com/389ds/389-ds-base/issues/6653
Reviewed by: tbordaz(Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/a623c3f90056b392c5b67f7976b70aa0a57a495a">a623c3f9</a></strong>
<div>
<span> by Mark Reynolds </span> <i> at 2025-03-07T14:52:45-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6655 - fix replication release replica decoding error
Description:
When a start replication session extended op is received acquire and
release exclusive access before returning the result to the client.
Otherwise there is a race condition where a "end" replication extended
op can arrive before the replica is released and that leads to a
decoding error on the other replica.
Relates: https://github.com/389ds/389-ds-base/issues/6655
Reviewed by: spichugi, tbordaz, and vashirov(Thanks!!!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/976dedb47d9884736704b669c8ad44b49cc85376">976dedb4</a></strong>
<div>
<span> by Simon Pichugin </span> <i> at 2025-03-07T12:18:38-08:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6656 - UI - Enhance Monitor Log Viewer with Patternfly LogViewer component (#6657)
Description: The current monitor's log tabs implementation uses a basic textarea
which lacks modern features like search capability and text wrapping.
Replace monitor logging component tabs (Error, Access, Audit, Audit Failure,
and Security) with Patternfly's dedicated LogViewer.
Add search functionality, text wrapping option, and a "No Limit" option
for viewing entire log files.
Reorganize the UI controls using Patternfly's Toolbar component.
Fixes: https://github.com/389ds/389-ds-base/issues/6656
Reviewed by: @mreynolds389 (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/bb40a792dc85dd975f199ba6e0ca20d0e7375023">bb40a792</a></strong>
<div>
<span> by Mark Reynolds </span> <i> at 2025-03-11T13:48:25-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6639 - Fix crash in upgrade when removing subtree name attribute
Description:
Needed to set the deleted values to NULL before issuing the delete
operation
Relates: https://github.com/389ds/389-ds-base/issues/6639
Reviewed by: progier(Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/30a5cdee0990e87e8a4d0d468fad6d47cd342670">30a5cdee</a></strong>
<div>
<span> by Mark Reynolds </span> <i> at 2025-03-13T08:15:00-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6665 - UI - Need to refresh log settings after saving
Description:
While do we reload the config from the parent component it is not resetting the
child component as expected.
Relates: https://github.com/389ds/389-ds-base/issues/6665
Reviewed by: spichugi(Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/e21c31b7fd30cb31cdb886a84450a5b5f395ffac">e21c31b7</a></strong>
<div>
<span> by Mark Reynolds </span> <i> at 2025-03-13T18:34:26-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6663 - RFE - Add option to write error log in JSON
Description:
Just like our other logs we should add an option to write error log in JSON
{
local_time: "",
severity: "",
subsystem: "",
msg: "",
}
https://github.com/389ds/389-ds-base/issues/6663
Reviewed by: spichugi(Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/17842cc6c11b2ec99b355535907c258c4933d0c9">17842cc6</a></strong>
<div>
<span> by Mark Reynolds </span> <i> at 2025-03-14T12:51:53-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6663 - CLI - add error log JSON settings to dsconf
Description:
Add the new error log json settings to dsconf "logging"
Relates: https://github.com/389ds/389-ds-base/issues/6663
Reviewed by: spichugi(Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/f8c9704c7d7ee0f01659cb1cfa7fc645e057037f">f8c9704c</a></strong>
<div>
<span> by progier389 </span> <i> at 2025-03-19T19:02:28+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6613 - test_reindex_task_creates_abandoned_index_file fails (#6674)
* Issue 6613 - test_reindex_task_creates_abandoned_index_file fails
* Fix review comments and dbscan -L behavior
Test is failing because it was marked as flaky and was never tried on lmdb.
Problem was that the database instance for an index existence was still tested by looking at the files.
Solution: use dbscan to determine the dbi existence as it was done in clu/dbscan_test.py
Was done by moving (and adapting) the helper class from clu/dbscan_test.py to lib389 and reusing it in the test_reindex_task_creates_abandoned_index_file test.
Issue: #6613
Reviewed by: @droideck (Thank!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/bc22cfa6184f51b8492c692f1c95e721d538ab5e">bc22cfa6</a></strong>
<div>
<span> by progier389 </span> <i> at 2025-03-19T19:04:30+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Ignore replica busy condition in healthcheck (#6630)
Replica Busy condition is expected when there is more than 2 suppliers so healthcheck should not report any error for such condition.
Fixed issue in CI tests:
test_healthcheck_replication_out_of_sync_not_broken was unstable and redundant with test_healthcheck_replica_busy so I moved it back in health_repl_test.py and rewrite it to test working replication whose replica are not in sync (healthcheck should not report anything)
some tests (not always the same) were randomly failing with an empty log (which is unexpected because healthcheck output should never be empty.
I suspect the log capture mechanism so health_repl_test.py now run dsctl instance healthcheck using subprocess module and capture the output. So far I have not changed the other files because I have not noticed any failure.
Issue: #6626
Reviewed by: @tbordaz (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/b8828ef8a4ab8d49b7fbbe67b04087622fce756d">b8828ef8</a></strong>
<div>
<span> by progier389 </span> <i> at 2025-03-21T15:06:57+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6683 - test_healthcheck_replication_out_of_sync_broken mail fail (#6684)
Testcase sometime fail because of a race condition.
The fix is to make sure that replications sessions are restarted after breaking the replication.
Issue: #6683
Reviewed by: @droideck (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/fba364304b7fd3517e1d26556569485846e4ef67">fba36430</a></strong>
<div>
<span> by progier389 </span> <i> at 2025-03-24T10:43:21+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6680 - instance read-only mode is broken (#6681)
Read only mode is broken because some plugins fails to starts as they are not able to create/updates some entries in the dse backend.
Solution is to allow interrnal operations to write in dse.backend but not modify the dse.ldif (except for the special case when trying to modify nsslapd-readonly flags (to be allowed to set/unset the readonly mode)
Issue: #6680
Reviewed by: @droideck, @tbordaz (thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/afbd53eee440dd43352fa7fdedfb7d242dde2e36">afbd53ee</a></strong>
<div>
<span> by Mark Reynolds </span> <i> at 2025-03-24T13:16:11-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6671 - tombstone_fixup_test sometime fails on bdb
Description:
The diff is confusing but it basically just removed an "if"evaluation
that was supposed to be always true:
- if (entryrdn_get_switch() ||
- !slapi_entry_flag_is_set(fi->entry->ep_entry,
+ if (!slapi_entry_flag_is_set(fi->entry->ep_entry,
SLAPI_ENTRY_FLAG_TOMBSTONE)) {
This was incorrect, this code should always be run regardless of the
entry flags
relates: https://github.com/389ds/389-ds-base/issues/6639
relates: https://github.com/389ds/389-ds-base/issues/6671
Reviewed by: progier(Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/d3f58b4832e92c6f7d36490f881889364452c1f2">d3f58b48</a></strong>
<div>
<span> by Simon Pichugin </span> <i> at 2025-03-24T16:04:10-07:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6676 - Add GitHub workflow action and fix pbkdf2 tests (#6677)
Description: Implement a GitHub workflow for CI to run Rust tests.
The workflow triggers on push, pull request, daily schedule,
and can be triggered manually.
Fix PBKDF2 test reliability issues by implementing thread-local storage
for test environments to prevent test interference.
Add proper test reset functions to ensure each test starts with clean state.
Fixes: https://github.com/389ds/389-ds-base/issues/6676
Reviewed by: @vashirov (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/a9509045f6973d94537d41870044839b89483ffb">a9509045</a></strong>
<div>
<span> by tbordaz </span> <i> at 2025-03-25T09:20:50+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6571 - Nested group does not receive memberOf attribute (#6679)
Bug description:
There is a risk to create a loop in group membership.
For example G2 is member of G1 and G1 is member of G2.
Memberof plugins iterates from a node to its ancestors
to update the 'memberof' values of the node.
The plugin uses a valueset ('already_seen_ndn_vals')
to keep the track of the nodes it already visited.
It uses this valueset to detect a possible loop and
in that case it does not add the ancestor as the
memberof value of the node.
This is an error in case there are multiples paths
up to an ancestor.
Fix description:
The ancestor should be added to the node systematically,
just in case the ancestor is in 'already_seen_ndn_vals'
it skips the final recursion
fixes: #6571
Reviewed by: Pierre Rogier, Mark Reynolds (Thanks !!!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/8b945b9244ffbda7e221c0a75da315bcacead556">8b945b92</a></strong>
<div>
<span> by Mark Reynolds </span> <i> at 2025-03-25T14:10:29-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6500 - Fix covscan and ASAN issue
Description:
- Fix memory leak in alias entry plugin
- Fix lock issue in replication changelog ldif import
- Fix memory leak in replication parse_changes_string()
- Fix memory leak in views plugin
- Remove dead code in auditlog.c
- Fix memory leak in dbmdb_build_dbname()
- Fix NULL dereference in vlv_print_access_log()
- Remove obsolete file http.h
- Fix uninitialized variable warning in log.c
- Fix several memory leaks in modify.c
- Fix memory leak with result text
- Fix double free in sm_entry_get_groups()
- Fix memory leak in snmp main.c when loading config
- Fix memory leak with STAT controls
Relates: https://github.com/389ds/389-ds-base/issues/6500
Reviewed by: progier(Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/7fbd4526c42806826ca1b335c5686b054486e613">7fbd4526</a></strong>
<div>
<span> by Pierre Rogier </span> <i> at 2025-03-26T11:13:16+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Security fix for CVE-2025-2487
Description:
A denial of service vulnerability was found in the 389 Directory Server.
The 389 Directory Server may crash (Null Pointer Exception) after some
failed rename subtree operations (i.e. MODDN) issued by a user having enough
privileges to do so.
References:
- https://access.redhat.com/security/cve/CVE-2025-2487
- https://bugzilla.redhat.com/show_bug.cgi?id=2353071
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/b550579365b2dfd2ea0b057dea980111973aff12">b5505793</a></strong>
<div>
<span> by progier389 </span> <i> at 2025-03-27T12:02:19+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6693 - Fix error messages inconsistencies (#6694)
Fix missing function names and missing new lines in error message.
Sometime the newline was moved back from message arguments to the message
to have a better consistency and to avoid that the tool detects a false positive
Issue: #6693
Reviewed by: @droideck (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/ed8987efe721a5bd27bbe6a398bb996a013c9875">ed8987ef</a></strong>
<div>
<span> by Mark Reynolds </span> <i> at 2025-03-27T16:15:25-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6695 - UI - fix more minor issues
Description:
fix the following items:
MemberOf page - subtree scopes - allows you to create blank values, and does not validate suffixes
Local password policy - copy/paste error added a duplicate label for a checkbox (send expiring warning)
Create instance modal - did not validate database name
Update connection monitor chart to include detailed information for connection status (established, close wait, and time wait)
relates: https://github.com/389ds/389-ds-base/issues/6695
Reviewed by: spichugi(Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/31e120d2349eda7a41380cf78fc04cf41e394359">31e120d2</a></strong>
<div>
<span> by progier389 </span> <i> at 2025-03-28T17:32:14+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6698 - NPE after configuring invalid filtered role (#6699)
Server crash when doing search after configuring filtered role with invalid filter.
Reason: The part of the filter that should be overwritten are freed before knowing that the filter is invalid.
Solution: Check first that the filter is valid before freeing the filtere bits
Issue: #6698
Reviewed by: @tbordaz , @mreynolds389 (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/91a5f76666d3c767969c209128c53cc0c158edcd">91a5f766</a></strong>
<div>
<span> by Mark Reynolds </span> <i> at 2025-03-28T12:41:47-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6704 - UI - Add error log buffering config
Description:
Add error log buffering setting to the UI
Relates: https://github.com/389ds/389-ds-base/issues/6704
Reviewed by: jchapman (Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/5078fd321550164cad3d4123b0d468e943117c4c">5078fd32</a></strong>
<div>
<span> by Simon Pichugin </span> <i> at 2025-03-28T11:28:54-07:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6686 - CLI - Re-enabling user accounts that reached inactivity limit fails with error (#6687)
Description: When attempting to unlock a user account that has been locked due
to exceeding the Account Policy Plugin's inactivity limit, the dsidm account
unlock command fails with a Python type error: "float() argument must be a
string or a number, not 'NoneType'".
Enhance the unlock method to properly handle different account locking states,
including inactivity limit exceeded states.
Add test cases to verify account inactivity locking/unlocking functionality
with CoS and role-based indirect locking.
Fix CoS template class to include the required 'ldapsubentry' objectClass.
Improv error messages to provide better guidance on unlocking indirectly
locked accounts.
Fixes: https://github.com/389ds/389-ds-base/issues/6686
Reviewed by: @mreynolds389 (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/2e108e62522453bae9a9bc1c47b9be631ea2473e">2e108e62</a></strong>
<div>
<span> by tbordaz </span> <i> at 2025-03-31T11:05:01+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6571 - (2nd) Nested group does not receive memberOf attribute (#6697)
Bug description:
erroneous debug change made in previous fix
where cache_ancestors is called with the wrong parameter
Fix description:
Restore the orginal param 'member_data'
Increase the set of tests around multipaths
fixes: #6571
review by: Simon Pichugin (Thanks !!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/a42f464c3faf6d4c4cb52fada8be7ccf1169374a">a42f464c</a></strong>
<div>
<span> by Mark Reynolds </span> <i> at 2025-04-01T12:25:20-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6700 - CLI/UI - include superior objectclasses' allowed and requires attrs
Description:
When you get/list an objectclass it only lists its level of allowed and
required objectclasses, but it should also include all its superior
objectclasses' allowed and required attributes.
Added an option to the CLI to also include all the parent/superior
required and allowed attributes
Relates: https://github.com/389ds/389-ds-base/issues/6700
Reviewed by: spichugi & tbordaz(Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/d3be668e668a18b6215c14327c54f56e1b5f4cd2">d3be668e</a></strong>
<div>
<span> by Miro Hrončok </span> <i> at 2025-04-03T15:09:27+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>lib389: Remove unused runtime requirement on setuptools (#6719)
Remove unused runtime requirement on setuptools
The dependency was dropped in c0e2f68423ddde9bb91250d3f96dfc8617889514
Issue: #5642
Reviewed by: @progier389 (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/ae8deaee31543004e41018d6a1ae490ca5ece9d2">ae8deaee</a></strong>
<div>
<span> by James Chapman </span> <i> at 2025-04-04T10:09:34+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6481 - When ports that are in use are used to update a DS instance the error message is not helpful (#6723)
Bug description: The initial fix for this issue used sudo lsof to determineif
a server port was in use. lsof is not installed by default and using sudo can
ask for a password.
Fix description: Use ss -ntplu (which is installed by default) to detect if a
port is taken.
Fixes: https://github.com/389ds/389-ds-base/issues/6481
Fix Author: Viktor Ashirov <vashirov@redhat.com>
Reviewed by: @progier389 (Thank you)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/815a0f9e00b18b93f4ed07dda095a57c3b1a5bb3">815a0f9e</a></strong>
<div>
<span> by progier389 </span> <i> at 2025-04-04T14:27:57+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6562 - Fix issues around slapi_filter_sprintf (#6725)
Adding back PR https://github.com/389ds/389-ds-base/pull/6563 changes
and fixing the slapi_filter_sprintf error case handling by:
- resetting properly the context
- resetting the stdarg value before using it in the second
PR_vsxprintf
Note: dirsrvtests/tests/suites/filter/bitw_filter_test.py::test_all_together
tests this changes
Issue: #6562
Reviewed by: @droideck (Thanks)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/d19a4f9955aa0cdf3daf1c8a5ac0f6d83bfd9a7b">d19a4f99</a></strong>
<div>
<span> by progier389 </span> <i> at 2025-04-04T14:44:11+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6715 - dsconf backend replication monitor fails if replica id starts with 0 (#6716)
* Issue 6715 - dsconf backend replication monitor fails if replica id starts with 0
lib389 fails to retrioeve the csn if the replicaid is not exactly the normalized form of a number
Typically because 010 does not match with the RUV value.
Solution: Ensure that rid get normalized before comparing them or using them in a dict
Issue: #6715
Reviewed by: @droideck, @tbordaz (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/0aabe54f342def66bfb3dbd5ffcf853615d5afbf">0aabe54f</a></strong>
<div>
<span> by James Chapman </span> <i> at 2025-04-06T22:10:46+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6720 - Remove BDB attribute from MDB DB Monitor (#6721)
Bug description: Reference to a BDB attribute exists in DatabaseMonitorMDB
class.
Fix description: Remove it
Fixes: https://github.com/389ds/389-ds-base/issues/6720
Relates: https://github.com/389ds/389-ds-base/issues/6614
Reviewed by: @progier389 (Thank you)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/6eab2d20988e565b4b0308f23eb40473459c1a1c">6eab2d20</a></strong>
<div>
<span> by James Chapman </span> <i> at 2025-04-06T22:23:08+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6713 - ns-slapd crash during mdb offline import (#6714)
Bug description: A segmentation fault is triggered in
dbmdb_import_prepare_worker_entry() during an mdb offline import.
The import producer thread parses, validates and writes ldif entries
to the worker queue, while the import worker threads simultaneously read,
format and index entries before adding them to the DB. A race condition
occurs when a worker thread reads an entry before the producer has
fully written it, leading to a segmentation fault.
Fix description: Ensure thread safe access by locking the worker queue
before writing entries.
Fixes: https://github.com/389ds/389-ds-base/issues/6713
Reviewed by: @progier389, @bordaz (Thank you)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/961a3ee434aa985e41ca39103efd1d19d5c3cb86">961a3ee4</a></strong>
<div>
<span> by dependabot[bot] </span> <i> at 2025-04-07T15:18:04+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Bump openssl from 0.10.70 to 0.10.72 in /src (#6730)
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.70 to 0.10.72.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.70...openssl-v0.10.72)
---
updated-dependencies:
- dependency-name: openssl
dependency-version: 0.10.72
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com></pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/9fe75b2250ae38be1122b110b71f286cb7964f20">9fe75b22</a></strong>
<div>
<span> by Simon Pichugin </span> <i> at 2025-04-08T12:09:46-07:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6660 - UI - Replication Monitoring Lag Report Feature (#6661)
Description: Add a new "Log Analysis" tab in the Replication Monitoring
section of the 389-DS Cockpit interface to visualize and analyze replication
performance.
Implement a UI for configuring replication log analysis parameters.
Add file browser for selecting log directories and output locations.
Create interactive PatternFly charts to visualize replication lag metrics.
Support multiple output formats (JSON, HTML, PNG, CSV).
Include filtering options for troubleshooting (time range, lag thresholds, etc.)
Add ability to download and view generated reports.
Fixes: https://github.com/389ds/389-ds-base/issues/6660
Reviewed by: @mreynolds389, @vashirov (Thanks!!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/19854546165c830827028f09f8b873b0f2daeefc">19854546</a></strong>
<div>
<span> by Mark Reynolds </span> <i> at 2025-04-09T12:57:25-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6515 - CLI - dsidm get_dn does not return JSON format
Description:
The get_dn() functions do not check for the JSON flag. Group members
and role subtree status were not returned in JSON.
Also added a LogCapture function to return the the raw results so we
can do json validation. Also did some other minor python lint cleanup.
Relates: https://github.com/389ds/389-ds-base/issues/5889
Relates: https://github.com/389ds/389-ds-base/issues/6502
Relates: https://github.com/389ds/389-ds-base/issues/6503
Relates: https://github.com/389ds/389-ds-base/issues/6515
Reviewed by: spichugi(Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/14314ab3645e686e57beae9e53cf06f9ffd44608">14314ab3</a></strong>
<div>
<span> by Simon Pichugin </span> <i> at 2025-04-09T11:20:04-07:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6728 - CLI - Issue with user rename operation (#6729)
Description: Fix the RDN extraction method in _generic_list to correctly
display renamed user entries regardless of keep-old-rdn status.
Improve the _generic_rename function to properly handle nonexistent users
and detect when no actual changes are made.
Add test cases for various rename scenarios including nonexistent users,
duplicate names, keep-old-rdn behavior, and listing after rename.
Enhance error handling for edge cases like renaming to an existing username.
Fixes: https://github.com/389ds/389-ds-base/issues/6728
Reviewed by: @progier389 @mreynolds389 (Thanks!!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/2a28c6e39788de486b192d93031da32b6ecac2ae">2a28c6e3</a></strong>
<div>
<span> by dependabot[bot] </span> <i> at 2025-04-09T18:41:03-07:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Bump tokio from 1.43.0 to 1.44.2 in /src (#6732)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.43.0 to 1.44.2.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.43.0...tokio-1.44.2)
---
updated-dependencies:
- dependency-name: tokio
dependency-version: 1.44.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com></pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/bf6d07ab20b61e3bec4865ab2dd09362293b9de4">bf6d07ab</a></strong>
<div>
<span> by Mark Reynolds </span> <i> at 2025-04-10T11:27:53-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6735 - CLI - dsidm provide option to set decription when creating an entry
Description:
In the Web UI when you create a group, and other entries, you can set the
description during the "add", but dsidm only allows you to set it after
creating the entry. To be consistent UI and CLI should work the same way
Relates: https://github.com/389ds/389-ds-base/issues/6735
Reviewed by: spichugi(Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/7cfe96d07167346b28f71b6bbd8076928ffc7aa6">7cfe96d0</a></strong>
<div>
<span> by Sumedh Sidhaye </span> <i> at 2025-04-11T14:07:52+05:30 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 5356 - Set DEFAULT_PASSWORD_STORAGE_SCHEME to PBKDF2-SHA512 in tests
Previously we did not have PBKDF2-SHA512 for FIPS.
Now the default password storage scheme is PBKDF2-SHA512
Hence updating it in the test to reflect current state.
DEFAULT_PASSWORD_STORAGE_SCHEME is now set to PBKDF2-SHA512
relates: #5356
Reviewed by: vashirov, spichugi (Thanks!)
Signed-off-by: Sumedh Sidhaye <ssidhaye@redhat.com>
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/81829b30d122bf40afac10473974a82afae8fdcc">81829b30</a></strong>
<div>
<span> by James Chapman </span> <i> at 2025-04-11T13:11:16+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6669 - logconv.py updates (#6673)
Bug Description:
logconv.py fails when specific timestamps are provided
Fix Description:
Rework time range behaviour, filemagic updates, minor cosmetic updates
improved exception handling.
Fixes: https://github.com/389ds/389-ds-base/issues/6669
Reviewed by: @progier389 , @droideck (Thank you)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/787497db30fb7e55076c6c937a5729751d3fe4cf">787497db</a></strong>
<div>
<span> by Anuar Beisembayev </span> <i> at 2025-04-11T14:48:18+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6595 - Regression test in betxn_test.py failing due to busy LDAP server (#6709)
The regression test dirsrvtests/tests/suites/betxns/betxn_test.py::test_betxn_modrdn_memberof_cache_corruption throws an ldap.BUSY error due to two intentionally failing group.rename() calls in quick succession.
The topology is still processing the first failed call when the second one hits.
This fix catches the ldap.BUSY and sleeps for a short time before trying again to give the topology time to finish.
Resolves: https://github.com/389ds/389-ds-base/issues/6595</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/f483225b19d9498e37a5a4a8457b6b1a39f45821">f483225b</a></strong>
<div>
<span> by Mark Reynolds </span> <i> at 2025-04-12T09:49:34-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6743 - CLI - dsidm add option to list DN's
Description: Add an option to list the full DN instead of the RDN
Relates: https://github.com/389ds/389-ds-base/issues/6734
Reviewed by: spichugi(Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/7b16777076229eb5b3cada37504c0d19d4f56fd6">7b167770</a></strong>
<div>
<span> by Viktor Ashirov </span> <i> at 2025-04-14T11:07:16+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6603 - Release tarballs ship a different Cargo.lock
Bug Description:
During release action `Cargo.lock` gets updated, has newer packages than
`Cargo.lock` committed in the repository.
Because of that upstream patches that update `Cargo.lock` do not apply
cleanly to the release tarball.
Fix Description:
Remove `cargo update` from the `download-cargo-dependencies` target. For
updating `Cargo.lock` there is a separate `update-cargo-dependencies`
target that should be used instead.
Additionally, fix `dist-bz2` target to generate tarball with a proper
name when `TAG` variable is not defined.
Fixes: https://github.com/389ds/389-ds-base/issues/6603
Reviewed by: @progier389 (Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/8809daee7af7c2b4f2c5351fdbdccf6688e6252b">8809daee</a></strong>
<div>
<span> by Sumedh Sidhaye </span> <i> at 2025-04-14T17:11:55+05:30 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue #6740 Certificate verify fails in FIPS mode
When FIPS mode is enabled
pw_expired_access_test.py::test_expired_user_has_no_privledge test
fails to verify certificate.
As the SSCA certificate is not trusted system-wide
and no options are specified for simple_bind_s to use custom CA
Added option to specify the cert
Relates: #6740
Signed-off-by: Sumedh Sidhaye <ssidhaye@redhat.com>
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/b2162f3ae3c0db534157424b932099f823a987be">b2162f3a</a></strong>
<div>
<span> by Mark Reynolds </span> <i> at 2025-04-14T09:36:38-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6492/6493 - CLI - dsdim can not create nested/filtered roles
Description:
Filtered role cannot be created using "dsidm role create-filtered" command, as
it doesn't accept necessary attribute nsRoleFilter and fails with object class
violation.
Nested role fails with an error:
DEBUG: Attribute nsRoleDN must not be None
This was caused by the case of the attirubte name, which needed to be set
to all lowercase
Relates: https://github.com/389ds/389-ds-base/issues/6493
Relates: https://github.com/389ds/389-ds-base/issues/6492
Reviewed by: progier(Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/f225294578b79b36463c9b44e8b6073de0e43d2b">f2252945</a></strong>
<div>
<span> by Firstyear </span> <i> at 2025-04-15T13:29:39+10:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6744 - BUG - memory accounting is not always enabled (#6745)
Bug Description: On some distributions memory account is not enabled
by default. This leads to a number of warnings from db autotuning
that the cgroup memory limit can not be read
Fix Description: Explicitly request memory accounting is enabled
in our service file to ensure that it is available at runtime.
fixes: https://github.com/389ds/389-ds-base/issues/6744
Author: William Brown <william@blackhats.net.au>
Review by: ???</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/b105e61a6a71c49493eeb042ba52fd7eb0477a0d">b105e61a</a></strong>
<div>
<span> by Mark Reynolds </span> <i> at 2025-04-15T08:30:33-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6501 - CLI - dsidm role rename was not working
Description:
dsidm role rename says it's successful but nothing is changed. This is
because the wrong object is used when performing the rename
Relates: https://github.com/389ds/389-ds-base/issues/6501
Reviewed by: spichugi(Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/64b2514d09b642913f2781ebdf8a5931f9e74eb6">64b2514d</a></strong>
<div>
<span> by progier389 </span> <i> at 2025-04-16T18:13:47+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6736 - Exception thrown by dsconf instance repl get_ruv (#6742)
After issue #6715 commit dsconf instance replication get_ruv fails with error
because by default NormalizedRidDict does not calling getitem as I expected.
The solution is to overwrite the get function to do things properly.
Issue: #6736
Relates: #6715
Reviewed by: @droideck (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/95a3a9deab08c1274b4fb85dacff627068a6f246">95a3a9de</a></strong>
<div>
<span> by Firstyear </span> <i> at 2025-04-17T10:32:26+10:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6734 - BUG - format strings may not contain backslash (#6749)
Bug Description: Format strings may not contain backslashes in
older versions of python 3
Fix Description: pre-format the strings
fixes: https://github.com/389ds/389-ds-base/issues/6734
Author: William Brown <william@blackhats.net.au>
Review by: @droideck @vashirov (thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/228e24a74a5fa6b4c157dc4da118fa0031f3d1ff">228e24a7</a></strong>
<div>
<span> by Mark Reynolds </span> <i> at 2025-04-22T14:05:58-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6276 - UI - schema editing and memberof shared config not working correctly
Description:
While editing a custom schema attribute the UI is not keeping some
defined data (issue 6276).
Fixed issue with memberOf/account policy/RI shared config aresa not
being properly handled when added and deleted.
Also fixed a type with "interractive" (issue 6464)
Relates: https://github.com/389ds/389-ds-base/issues/6276
Relates: https://github.com/389ds/389-ds-base/issues/6464
Reviewed by: vashirov & spichugi(Thanks!!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/947ee67df65799d24748a25e6be8c59fe82231b5">947ee67d</a></strong>
<div>
<span> by James Chapman </span> <i> at 2025-04-24T21:16:38+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6614 - CLI - Error when trying to display global DB stats with LMDB (#6622)
Bug description:
Displaying global monitor stats fails with key error. Caused by BDB
backend keys being used when MDB is the configured DB implementation.
Fix description:
Ensure backend and monitor keys match the configured DB implementation.
Fixes: https://github.com/389ds/389-ds-base/issues/6614
Reviewed by: @droideck, @progier389 (Thank you)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/4e62f543ea656aa622687594912e6fdc31327521">4e62f543</a></strong>
<div>
<span> by Simon Pichugin </span> <i> at 2025-04-29T19:59:38-07:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 4989 - Confusing error message from dsconf plugin set --enabled (#6750)
Description: Enhance the generic_object_edit function to detect when a plugin is
already in the requested enabled/disabled state and provide a more helpful error
message.
Check specifically if the plugin state was changed and report the result.
Fixes: https://github.com/389ds/389-ds-base/issues/4989
Reviewed by: @tbordaz, @progier389 (Thanks!!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/d14421134ce2e7bc096a773cf4be81089d94ecb4">d1442113</a></strong>
<div>
<span> by Lenka Doudova </span> <i> at 2025-05-05T19:35:30+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6753 - Port ticket test 47560
Description:
Port test related to ticket 47560 to use DSLdapObject.
Move the test from dirsrvtests/tests/tickets/ticket47560_test.py to dirsrvtests/tests/suites/memberof_plugin/fixup_test.py
Relates: #6753
Author: Lenka Doudova
Reviewer: Simon Pichugin, Thierry Bordaz
wip
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/2bc7250be92f22f47c2e6dda30bd68f3a1a460c4">2bc7250b</a></strong>
<div>
<span> by tbordaz </span> <i> at 2025-05-06T16:09:36+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6764 - statistics about index lookup report a wrong duration (#6765)
Bug description:
During a SRCH statistics about indexes lookup
(when nsslapd-statlog-level=1) reports a duration.
It is wrong because it should report a duration per filter
component.
Fix description:
Record a index lookup duration per key
using key_lookup_start/key_lookup_end
fixes: #6764
Reviewed by: Pierre Rogier (Thanks !)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/df409ac635fcb8436c39105362d2ebd2c928a899">df409ac6</a></strong>
<div>
<span> by James Chapman </span> <i> at 2025-05-08T13:08:42+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 5120 - ns-slapd doesn't start in referral mode (#6763)
Bug description: Trying to start ns-slapd in referral mode results in
a crash.
Fix description: This feature has been broken for a while now, removing
it. If there is an attempt to start ns-slapd in referral mode, we issue a
message saying its not supported and exit.
Fixes: https://github.com/389ds/389-ds-base/issues/5120
Reviewed by: @progier389 , @droideck, @tbordaz (Thank you)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/18b24dc3a52be5a7e17d9d8bde43c84e45a4ca0a">18b24dc3</a></strong>
<div>
<span> by Mark Reynolds </span> <i> at 2025-05-12T10:28:22-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6727 - RFE - database compaction interval should be persistent
Description:
Record when we start the compaction interval in the ldbm config entry
so if we restart the server compaction will still take place at the
intended interval
Relates: https://github.com/389ds/389-ds-base/issues/6727
Reviewed by: spichugi & tbordaz(Thanks!!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/b7ce2a848e02512ea2ed1fe77e784fbf02a4b42c">b7ce2a84</a></strong>
<div>
<span> by Viktor Ashirov </span> <i> at 2025-05-14T16:24:43+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 4253 - Container bind mount schema
Bug Description:
When you mount a volume with schema into container, instance creation fails with:
```
Traceback (most recent call last):
File "/usr/libexec/dirsrv/dscontainer", line 489, in <module>
begin_magic()
~~~~~~~~~~~^^
File "/usr/libexec/dirsrv/dscontainer", line 279, in begin_magic
if not sds.create_from_args(g2b.collect(), s2b.collect()):
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.13/site-packages/lib389/instance/setup.py", line 759, in create_from_args
self._install_ds(general, slapd, backends)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.13/site-packages/lib389/instance/setup.py", line 903, in _install_ds
_ds_shutil_copytree(os.path.join(slapd['sysconf_dir'], 'dirsrv/schema'), slapd['schema_dir'])
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.13/site-packages/lib389/__init__.py", line 230, in _ds_shutil_copytree
os.makedirs(dst)
~~~~~~~~~~~^^^^^
File "<frozen os>", line 227, in makedirs
FileExistsError: [Errno 17] File exists: '/etc/dirsrv/slapd-localhost/schema'
```
`_ds_shutil_copytree()` is an outdated copy of the `shutil.copytree()` from Python 3.5.
In the later versions `dirs_exist_ok` parameter was introduced, but it was never backported
to our implementation.
Fix Description:
Instead of the custom implementation, use standard `shutil.copytree()` function, but ignore
existing directories (`dirs_exist_ok=True`) and use `copy` instead of `copy2` to ignore
file metadata.
Fixes: https://github.com/389ds/389-ds-base/issues/4253
Reviewed by: @mreynolds389, @droideck (Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/403246fdfccc7079394796b1fd28c113efa4b629">403246fd</a></strong>
<div>
<span> by Viktor Ashirov </span> <i> at 2025-05-14T16:27:13+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6778 - Memory leak in roles_cache_create_object_from_entry
Bug Description:
`this_role` has internal allocations (`dn`, `rolescopedn`, etc.)
that are not freed.
Fix Description:
Use `roles_cache_role_object_free` to free `this_role` and all its
internal structures.
Fixes: https://github.com/389ds/389-ds-base/issues/6778
Reviewed by: @mreynolds389 (Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/ab033920b54ac40b8abde51915abe4f166c36d5c">ab033920</a></strong>
<div>
<span> by Mark Reynolds </span> <i> at 2025-05-20T08:02:31-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6787 - Improve error message when bulk import connection is closed
Description:
If an online replication initialization connection is closed a vague error
message is reported when the init is aborted:
factory_destructor - ERROR bulk import abandoned
It should be clear that the import is being abandoned because the connection
was closed and identify the conn id.
relates: https://github.com/389ds/389-ds-base/issues/6787
Reviewed by: progier(Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/05934307c9381bae9ad29288ed63290fcd09e0c8">05934307</a></strong>
<div>
<span> by Lenka Doudova </span> <i> at 2025-05-28T08:37:11+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6753 - Port ticket test 47619
Description:
Porting ticket 47619 test to
dirsrvtests/tests/suites/retrocl/retrocl_indexing_test.py.
Relates: #6753
Author: Lenka Doudova
Reviewer: Simon Pichugin
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/07bd20fa32a062915991aed01879a7ac52e336f3">07bd20fa</a></strong>
<div>
<span> by Viktor Ashirov </span> <i> at 2025-05-28T12:34:16+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6534 - CI fails with Fedora 41 and DNF5
Bug Description:
DNF5 no longer supports verbose option.
Fix Description:
Remove `-v` flag.
Fixes: https://github.com/389ds/389-ds-base/issues/6534
Reviewed by: @progier389 (Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/a383eb3e33368b6aa638e1e3c87507829648c00f">a383eb3e</a></strong>
<div>
<span> by Viktor Ashirov </span> <i> at 2025-05-30T08:46:52+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6776 - Enabling audit log makes slapd coredump
Bug description:
`slapi_ch_strdup` function is declared with the `returns_nonnull` attribute,
indicating that it can never return NULL.
However, its implementation explicitly returns NULL when the input is NULL.
This contradicts the attribute and misleads the compiler, which results
in a removed NULL check.
Fix Description:
Remove the `returns_nonnull` attribute from the `slapi_ch_strdup` declaration
to align with its actual behavior.
Fixes: https://github.com/389ds/389-ds-base/issues/6776
Reviewed by: @mreynolds389, @droideck (Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/af66c7b6239e689a5f5850d1d7deb3745fc966c2">af66c7b6</a></strong>
<div>
<span> by James Chapman </span> <i> at 2025-05-30T12:12:43+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6641 - modrdn fails when a user is member of multiple groups (#6643)
Bug description:
Rename of a user that is member of multiple AM groups fail when MO and
RI plugins are enabled.
Fix description:
MO plugin - After updating the entry member attribute, check the return
value. Retry the delete if the attr value exists and retry the add if the
attr value is missing.
RI plugin - A previous commit checked if the attr value was not present
before adding a mod. This commit was reverted in favour of overriding
the internal op return value, consistent with other plugins.
CI test from Viktor Ashirov <vashirov@redhat.com>
Fixes: https://github.com/389ds/389-ds-base/issues/6641
Relates: https://github.com/389ds/389-ds-base/issues/6566
Reviewed by: @progier389, @tbordaz, @vashirov (Thank you)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/17dac298661e4bdead2f453e7a920799daadac56">17dac298</a></strong>
<div>
<span> by tbordaz </span> <i> at 2025-06-02T16:21:23+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6755 - RFE use of Session Tracking Control in replication agreement (#6766)
Bug description:
Replication agreement can use Session Tracking Control
to correlated replication sessions between suppliers
and consumers.
Since https://github.com/389ds/389-ds-base/issues/6367 the
server sides (consumer) logs session tracking control in
access logs.
This ticket is to implement the client side (supplier)
Fix description:
This is described https://www.port389.org/docs/389ds/design/session-identifier-clients.html
Each replication agreement implement a session identifier
string that is sent for each replicated operation
including extended op.
The session identifier is logged, on client side,
if the replication debug log is turned on
fixes: #6755
Reviewed by: Pierre Rogier, Mark Reynolds (Thanks !)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/3885ffbea40036edcee81eca668513123c578b6f">3885ffbe</a></strong>
<div>
<span> by Lenka Doudova </span> <i> at 2025-06-05T09:27:06+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6753 - Port ticket test 48233
Description:
Porting ticket 48233 test to
dirsrvtests/tests/suites/acl/aci_ip_restriction.py
Relates: #6753
Author: Lenka Doudova
Reviewer: Simon Pichugin
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/9206ee101761a762ad1f079a8bdac70e6765d842">9206ee10</a></strong>
<div>
<span> by Lenka Doudova </span> <i> at 2025-06-05T09:32:04+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6753 - Port ticket test 48370
Description:
Porting ticket 48370 test to
dirsrvtests/tests/suites/indexes/regression.py.
Relates: #6753
Author: Lenka Doudova
Reviewer: Simon Pichugin
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/d7ba8408289601753b8f8f5298ac70ca1326b3b0">d7ba8408</a></strong>
<div>
<span> by progier389 </span> <i> at 2025-06-06T15:26:52+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6791 - crash in liblmdb during instance shutdown (#6793)
Sometime ns-slapd process crashes during the shutdown.
The core stacks shows that a thread attempts to use liblmdb after lmdb environment get closed
in one of thread specific data destructor callback.
The fix ensure that lmdb is not called after its environment get closed
Issue: #6791
Reviewed by: @droideck, @tbordaz (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/e61de564ea33a1fa528a58241e90b663a44c4639">e61de564</a></strong>
<div>
<span> by Lenka Doudova </span> <i> at 2025-06-10T08:09:33+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6753 - Port ticket test 48026
Description:
Porting ticket 48026 test to
dirsrvtests/tests/suites/plugins/attruniq_test.py
Relates: #6753
Author: Lenka Doudova
Reviewer: Thierry Bordaz
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/d1b2a6e5f80ccc9a3abdfad088cf51f7dd860136">d1b2a6e5</a></strong>
<div>
<span> by Mark Reynolds </span> <i> at 2025-06-10T11:01:05-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6761 - Password modify extended operation should skip password policy checks when executed by root DN
Description:
When the LDAP password policy extended operation is executed by root DN on a
regular user under constraints of a password policy, eg password history, it
should skip password policy checks because the root DN should be allowed to
set a regular user password to any value however this is currently not the case.
The fix is to check if the bind is a pwd admin and set SLAPI_REQUESTOR_ISROOT
for the new internal operatiin that will update the password. This does
not bypass aci evalaution.
relates: https://github.com/389ds/389-ds-base/issues/6761
reviewed by: tbordaz & spichugi(Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/54c1eb0e51591330711ae80d67d0ba2d17d7b462">54c1eb0e</a></strong>
<div>
<span> by Simon Pichugin </span> <i> at 2025-06-11T16:27:11-07:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 1081 - Add a CI test (#6063)
Description: Test if custom schema modifications (based on standard schema)
are properly replicated between servers and they persist after server restarts.
Relates: https://github.com/389ds/389-ds-base/issues/1081
Reviewed by: @progier389 (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/04864e04feb254422d8c34f2d6f7238408bd82f3">04864e04</a></strong>
<div>
<span> by Lenka Doudova </span> <i> at 2025-06-13T09:16:09+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6753 - Port ticket 47640 test
Porting ticket 47640 test to dirsrvtests/tests/suites/betxns/betxn_test.py::test_linked_attributes_plugin.
Relates: #6753
Author: Lenka Doudova
Reviewer: Simon Pichugin
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/aab44b2d78124736d6c9ea3fcf5b8bfa1a27d246">aab44b2d</a></strong>
<div>
<span> by Lenka Doudova </span> <i> at 2025-06-17T17:19:37+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6758 - Fix failing webUI tests
Description:
Fixing webUI tests that are failing due to recent changes.
Removing xfail markers where bugs were fixed.
Also includes minor changes in order to remove deprecation warnings.
Removing code disabling automatic run of webUI tests.
Relates: #6758
Author: Lenka Doudova
Reviewed by: ???
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/fa336562a9ea610be62103391d0049c475ca253d">fa336562</a></strong>
<div>
<span> by Simon Pichugin </span> <i> at 2025-06-20T16:11:32-07:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6553 - Update concread to 0.5.6 (#6824)
Description: The new concread version removes arc-swap usage
from its internal module. This way we avoid being exposed to
the arc-swap's undefined behaviour that exists in its current
version. Potentially, it should fix the NDN cache crash reported
in the #6803 GH issue.
Related: https://github.com/389ds/389-ds-base/issues/6553
Reviewed by: @Firstyear (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/852371904f18fafdbb30babf55af0d6da09532e2">85237190</a></strong>
<div>
<span> by Viktor Ashirov </span> <i> at 2025-06-23T09:58:30+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6819 - Incorrect pwdpolicysubentry returned for an entry with user password policy
Bug Description:
When both subtree and user password policies exist, pwdpolicysubentry
points to the subtree password policy instead of user password policy.
Fix Description:
Update the template for CoS pointer definition to use
`operational-default` modifier instead of `operational`.
Fixes: https://github.com/389ds/389-ds-base/issues/6819
Reviewed by: @droideck, @tbordaz (Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/49f802b41026db0b62af2e6ccc27c362f287b643">49f802b4</a></strong>
<div>
<span> by Simon Pichugin </span> <i> at 2025-06-24T10:43:44-07:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6767 - Package lib389 on PyPI (#6786)
Description: Modernize the lib389 package system by replacing the old setup.py
mechanism with pyproject.toml.
Add a version validation script to ensure the lib389 version matches
the main 389-ds-base version.
Update build systems (Makefile, rpm specfile) to work with the new packaging approach.
Enhance README.md.
Fixes: https://github.com/389ds/389-ds-base/issues/6767
Reviewed by: @hroncok, @vashirov (Thanks!!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/c9a4c4aebc12ca6749cdff183659473ce2a9050c">c9a4c4ae</a></strong>
<div>
<span> by James Chapman </span> <i> at 2025-06-25T15:11:05+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6825 - RootDN Access Control Plugin with wildcards for IP addre… (#6826)
Bug description:
RootDN Access Control Plugin with wildcards for IP addresses fails withi
an error "Invalid IP address"
socket.inet_aton() validates IPv4 IP addresses and does not support wildcards.
Fix description:
Add a regex pattern to match wildcard IP addresses, check each octet is
between 0-255
Fixes: https://github.com/389ds/389-ds-base/issues/6825
Reviewed by: @droideck (Thank you)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/1c90a9c9592415216199226787b89319f9bc4f8c">1c90a9c9</a></strong>
<div>
<span> by Viktor Ashirov </span> <i> at 2025-06-25T19:16:43+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Bump version to 3.1.3
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/7d02492d159f2ff89c0f9c6c63c5fffff19d6bfb">7d02492d</a></strong>
<div>
<span> by Barbora Simonova </span> <i> at 2025-06-26T14:46:34+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6829 - Update parametrized docstring for tests
Description:
Update missing parametrized value in docstring for some tests
Fixes: https://github.com/389ds/389-ds-base/issues/6829
Reviewed by: @vashirov (Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/d0747eda6a155dbaa85ca667ce11a16dbdab9fba">d0747eda</a></strong>
<div>
<span> by Mark Reynolds </span> <i> at 2025-06-27T13:30:02-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6782 - Improve paged result locking
Description:
When cleaning a slot, instead of mem setting everything to Zero and restoring
the mutex, manually reset all the values leaving the mutex pointer
intact.
There is also a deadlock possibility when checking for abandoned PR search
in opshared.c, and we were checking a flag value outside of the per_conn
lock.
Relates: https://github.com/389ds/389-ds-base/issues/6782
Reviewed by: progier & spichugi(Thanks!!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/dcffae86c99557bd90fd84cf7b6bf4f96371d2e4">dcffae86</a></strong>
<div>
<span> by Simon Pichugin </span> <i> at 2025-06-27T18:43:39-07:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6822 - Backend creation cleanup and Database UI tab error handling (#6823)
Description: Add rollback functionality when mapping tree creation fails
during backend creation to prevent orphaned backends.
Improve error handling in Database, Replication and Monitoring UI tabs
to gracefully handle backend get-tree command failures.
Fixes: https://github.com/389ds/389-ds-base/issues/6822
Reviewed by: @mreynolds389 (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/82147465a713d7e337bb57802e6b8eceac37ca3b">82147465</a></strong>
<div>
<span> by Viktor Ashirov </span> <i> at 2025-07-01T14:28:29+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6838 - lib389/replica.py is using nonexistent datetime.UTC in Python 3.9
Bug Description:
389-ds-base-2.x is supposed to be used with Python 3.9.
But lib389/replica.py is using `datetime.UTC`, which is an alias
to `datetime.timezone.utc` was added only in Python 3.11.
Fix Description:
Use `datetime.timezone.utc` instead.
Fixes: https://github.com/389ds/389-ds-base/issues/6838
Reviewed by: @mreynolds389 (Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/3b6f43b60482977f44d776aa072bb9e69fd46262">3b6f43b6</a></strong>
<div>
<span> by Viktor Ashirov </span> <i> at 2025-07-03T09:38:37+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6841 - Cancel Actions when PR is updated
Description
GH Actions take some time to run, and updating PR before the previous
run has completed makes the new runs wait.
Instead we should cancel the previous runs for this PR to save time
and don't waste computing resources.
Fixes: https://github.com/389ds/389-ds-base/issues/6841
Reviewed by: @droideck (Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/d620d791329ff676a964b81ae6a50ac1321d634f">d620d791</a></strong>
<div>
<span> by Lenka Doudova </span> <i> at 2025-07-05T15:27:55+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6753 - Add 'add_exclude_subtree' and 'remove_exclude_subtree' methods to Attribute uniqueness plugin
Description:
Adding 'add_exclude_subtree' and 'remove_exclude_subtree' methods to AttributeUniquenessPlugin in
order to be able to easily add or remove an exclude subtree.
Porting ticket 47927 test to
dirsrvtests/tests/suites/plugins/attruniq_test.py
Relates: #6753
Author: Lenka Doudova
Reviewers: Simon Pichugin, Mark Reynolds
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/69df678cfed4d38ab34eed8aedcf34daa47e4455">69df678c</a></strong>
<div>
<span> by Lenka Doudova </span> <i> at 2025-07-07T22:05:53+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6753 - Port ticket tests 48294 & 48295
Description: Porting ticket 48294 and 48295 tests to
dirsrvtests/tests/suites/plugins/linked_attributes_test.py
Relates: #6753
Author: Lenka Doudova
Reviewed by: Simon Pichugin
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/9947b64c973395f376082410156d90299e39722b">9947b64c</a></strong>
<div>
<span> by Viktor Ashirov </span> <i> at 2025-07-09T10:31:45+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6852 - Move ds* CLI tools back to /sbin
Bug Description:
After #6767 ds* CLI tools are packaged in /bin instead of /sbin. Even
though Fedora 42 has unified /bin and /sbin, some tools (ipa-backup) and
our tests still rely on hardcoded paths.
Fix Description:
Move ds* tools back to /sbin
Fixes: https://github.com/389ds/389-ds-base/issues/6852
Reviewed by: @droideck (Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/c6fc373283c0cf5957b7a82d6bebd516bee9d503">c6fc3732</a></strong>
<div>
<span> by Alexander Bokovoy </span> <i> at 2025-07-09T14:54:20-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6857 - uiduniq: allow specifying match rules in the filter
Allow uniqueness plugin to work with attributes where uniqueness should
be enforced using different matching rule than the one defined for the
attribute itself.
Since uniqueness plugin configuration can contain multiple attributes,
add matching rule right to the attribute as it is used in the LDAP rule
(e.g. 'attribute:caseIgnoreMatch:' to force 'attribute' to be searched
with case-insensitive matching rule instead of the original matching
rule.
Fixes: https://github.com/389ds/389-ds-base/issues/6857
Signed-off-by: Alexander Bokovoy <abokovoy@redhat.com>
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/e7a6b56059ded84518a18505325e25761687929a">e7a6b560</a></strong>
<div>
<span> by Simon Pichugin </span> <i> at 2025-07-10T11:53:12-07:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6756 - CLI, UI - Properly handle disabled NDN cache (#6757)
Description: Fix the db_monitor function in monitor.py to check if
nsslapd-ndn-cache-enabled is off and conditionally include NDN cache
statistics only when enabled.
Update dbMonitor.jsx components to detect when NDN cache is disabled and
conditionally render NDN cache tabs, charts, and related content with proper
fallback display when disabled.
Add test_ndn_cache_disabled to verify both JSON and non-JSON output formats
correctly handle when NDN cache is turned off and on.
Fixes: https://github.com/389ds/389-ds-base/issues/6756
Reviewed by: @mreynolds389 (Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/58d3fc578b98186709a1e59fea72ff0805aea696">58d3fc57</a></strong>
<div>
<span> by James Chapman </span> <i> at 2025-07-11T11:16:13+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6854 - Refactor for improved data management (#6855)
Description: Replaced standard dictionaries with defaultdict and
introduced @dataclass structures to streamline data handling.
Improved reliability and readability by reducing explicit key
checks and default initialisation logic. Simplified nested
structure management and ensured consistency across components
such as ResultData, BindData, and ConnectionData.
Fixes: https://github.com/389ds/389-ds-base/issues/6854
Reviewed by: @mreynolds389 (Thank you)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/2a3c0d8e8bbc2e6bdf9207ef7754016de2653f6e">2a3c0d8e</a></strong>
<div>
<span> by Viktor Ashirov </span> <i> at 2025-07-11T13:32:23+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6850 - AddressSanitizer: memory leak in mdb_init
Bug Description:
`dbmdb_componentid` can be allocated multiple times. To avoid a memory
leak, allocate it only once, and free at the cleanup.
Fixes: https://github.com/389ds/389-ds-base/issues/6850
Reviewed by: @mreynolds389, @tbordaz (Tnanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/6d23c816196b3cdf7af3928f988eb4e6f67c1c19">6d23c816</a></strong>
<div>
<span> by Viktor Ashirov </span> <i> at 2025-07-11T19:41:01+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6848 - AddressSanitizer: leak in do_search
Bug Description:
When there's a BER decoding error and the function goes to
`free_and_return`, the `attrs` variable is not being freed because it's
only freed if `!psearch || rc != 0 || err != 0`, but `err` is still 0 at
that point.
If we reach `free_and_return` from the `ber_scanf` error path, `attrs`
was never set in the pblock with `slapi_pblock_set()`, so the
`slapi_pblock_get()` call will not retrieve the potentially partially
allocated `attrs` from the BER decoding.
Fixes: https://github.com/389ds/389-ds-base/issues/6848
Reviewed by: @tbordaz, @droideck (Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/437f145bf053d0338d00456651b5e3f39740cae0">437f145b</a></strong>
<div>
<span> by Viktor Ashirov </span> <i> at 2025-07-11T19:42:59+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6865 - AddressSanitizer: leak in agmt_update_init_status
Bug Description:
We allocate an array of `LDAPMod *` pointers, but never free it:
```
=================================================================
==2748356==ERROR: LeakSanitizer: detected memory leaks
Direct leak of 24 byte(s) in 1 object(s) allocated from:
#0 0x7f05e8cb4a07 in __interceptor_malloc (/lib64/libasan.so.6+0xb4a07)
#1 0x7f05e85c0138 in slapi_ch_malloc (/usr/lib64/dirsrv/libslapd.so.0+0x1c0138)
#2 0x7f05e109e481 in agmt_update_init_status ldap/servers/plugins/replication/repl5_agmt.c:2583
#3 0x7f05e10a0aa5 in agmtlist_shutdown ldap/servers/plugins/replication/repl5_agmtlist.c:789
#4 0x7f05e10ab6bc in multisupplier_stop ldap/servers/plugins/replication/repl5_init.c:844
#5 0x7f05e10ab6bc in multisupplier_stop ldap/servers/plugins/replication/repl5_init.c:837
#6 0x7f05e862507d in plugin_call_func ldap/servers/slapd/plugin.c:2001
#7 0x7f05e8625be1 in plugin_call_one ldap/servers/slapd/plugin.c:1950
#8 0x7f05e8625be1 in plugin_dependency_closeall ldap/servers/slapd/plugin.c:1844
#9 0x55e1a7ff9815 in slapd_daemon ldap/servers/slapd/daemon.c:1275
#10 0x55e1a7fd36ef in main (/usr/sbin/ns-slapd+0x3e6ef)
#11 0x7f05e80295cf in __libc_start_call_main (/lib64/libc.so.6+0x295cf)
#12 0x7f05e802967f in __libc_start_main_alias_2 (/lib64/libc.so.6+0x2967f)
#13 0x55e1a7fd74a4 in _start (/usr/sbin/ns-slapd+0x424a4)
SUMMARY: AddressSanitizer: 24 byte(s) leaked in 1 allocation(s).
```
Fix Description:
Ensure `mods` is freed in the cleanup code.
Fixes: https://github.com/389ds/389-ds-base/issues/6865
Relates: https://github.com/389ds/389-ds-base/issues/6470
Reviewed by: @mreynolds389 (Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/b97d06ac3db5007ff64baa959ab50e141a8e8466">b97d06ac</a></strong>
<div>
<span> by Mark Reynolds </span> <i> at 2025-07-12T11:51:24-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6868 - UI - schema attribute table expansion break after moving to
a new page
Description:
Used the wrong formula to select the expanded row for Attributes
Relates: https://github.com/389ds/389-ds-base/issues/6868
Reviewed by: spichugi(Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/d0ae48cbbfae65215b1212dc66bfd7c49c30ddd7">d0ae48cb</a></strong>
<div>
<span> by Viktor Ashirov </span> <i> at 2025-07-14T09:03:17+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6800 - Check for minimal supported Python version
Description:
Add a new check for minimal supported Python version for lib389 and dirsrvtests
Fixes: https://github.com/389ds/389-ds-base/issues/6800
Reviewed by: @progier389, @droideck (Thanks)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/b8f7533af3f43ccd848517fc8f9cbcc417f85953">b8f7533a</a></strong>
<div>
<span> by Viktor Ashirov </span> <i> at 2025-07-14T09:06:40+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 5733 - Remove outdated Dockerfiles
Bug Description:
Files under ./docker are outdated and no longer used. Remove them.
Fixes: https://github.com/389ds/389-ds-base/issues/5733
Reviewed by: @droideck (Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/6d36bd1fc2da3bff46feb469a0a6abc4ae7ff4aa">6d36bd1f</a></strong>
<div>
<span> by Mark Reynolds </span> <i> at 2025-07-16T14:15:40-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6859 - str2filter is not fully applying matching rules
Description:
When we have an extended filter, one with a MR applied, it is ignored during
internal searches:
"(cn:CaseExactMatch:=Value)"
For internal searches we use str2filter() and it doesn't fully apply extended
search filter matching rules
Also needed to update attr uniqueness plugin to apply this change for mod
operations (previously only Adds were correctly handling these attribute
filters)
Relates: https://github.com/389ds/389-ds-base/issues/6857
Relates: https://github.com/389ds/389-ds-base/issues/6859
Reviewed by: spichugi & tbordaz(Thanks!!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/5f5edf83b71b7e14992c440cb2816e8110578579">5f5edf83</a></strong>
<div>
<span> by Mark Reynolds </span> <i> at 2025-07-18T12:03:48-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6872 - compressed log rotation creates files with world readable permission
Description:
When compressing a log file, first create the empty file using open()
so we can set the correct permissions right from the start. gzopen()
always uses permission 644 and that is not safe. So after creating it
with open(), with the correct permissions, then pass the FD to gzdopen()
and write the compressed content.
relates: https://github.com/389ds/389-ds-base/issues/6872
Reviewed by: progier(Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/3bb3ca2e8214b2124192e377fbe624096da4d116">3bb3ca2e</a></strong>
<div>
<span> by Simon Pichugin </span> <i> at 2025-07-18T18:50:33-07:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6878 - Prevent repeated disconnect logs during shutdown (#6879)
Description: Avoid logging non-active initialized connections via CONN in disconnect_server_nomutex_ext by adding a check to skip invalid conn=0 with invalid sockets, preventing excessive repeated messages.
Update ds_logs_test.py by adding test_no_repeated_disconnect_messages to verify the fix.
Fixes: https://github.com/389ds/389-ds-base/issues/6878
Reviewed by: @mreynolds389 (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/d04d3a60d7241c120b788113f059fdd15d8812f2">d04d3a60</a></strong>
<div>
<span> by Mark Reynolds </span> <i> at 2025-07-22T12:16:38-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6888 - Missing access JSON logging for TLS/Client auth
Description:
TLS/Client auth logging was not converted to JSON (auth.c got missed)
Relates: https://github.com/389ds/389-ds-base/issues/6888
Reviewed by: spichugi(Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/55d83b7291cc803c4bb5dbdafa7ffc8cc8cad225">55d83b72</a></strong>
<div>
<span> by Barbora Simonova </span> <i> at 2025-07-22T18:30:06+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6829 - Update parametrized docstring for tests
Description:
Update the rest of missing parametrized values
Relates: https://github.com/389ds/389-ds-base/issues/6829
Reviewed by: @droideck (Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/34fe2125051bfac00994dce9794d092cfcb4c06b">34fe2125</a></strong>
<div>
<span> by Anuar Beisembayev </span> <i> at 2025-07-23T20:48:11-07:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6772 - dsconf - Replicas with the "consumer" role allow for viewing and modification of their changelog. (#6773)
dsconf currently allows users to set and retrieve changelogs in consumer replicas, which do not have officially supported changelogs. This can lead to undefined behavior and confusion.
This commit prints a warning message if the user tries to interact with a changelog on a consumer replica.
Resolves: https://github.com/389ds/389-ds-base/issues/6772
Reviewed by: @droideck </pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/5d1861ea1c62e8eec1659fe7ec46b4b64385278a">5d1861ea</a></strong>
<div>
<span> by Mark Reynolds </span> <i> at 2025-07-24T15:46:52-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6893 - Log user that is updated during password modify extended operation
Description:
When a user's password is updated via an extended operation (password modify
plugin) we only log the bind DN and not what user was updated. While "internal
operation" logging will display the the user it should be logged by the default
logging level.
Add access logging using "EXT_INFO" for the old logging format, and
"EXTENDED_OP_INFO" for json logging where we display the bind dn, target
dn, and message.
Relates: https://github.com/389ds/389-ds-base/issues/6893
Reviewed by: spichugi & tbordaz(Thanks!!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/4243bb8d48b042f0d0f2f6359003d4aedc5613fa">4243bb8d</a></strong>
<div>
<span> by Viktor Ashirov </span> <i> at 2025-07-25T17:06:20+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6800 - Rerun the check in verbose mode on failure
Bug Description:
By default vermin doesn't report line numbers where the check failed,
it's available in verbose mode. But verbose mode is too noisy.
Fix Description:
Rerun vermin again in the verbose mode, only when the first run exited
with error.
Relates: https://github.com/389ds/389-ds-base/issues/6800
Reviewed by: @progier389 (Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/2db1412b4f81f7e90769cf6b2df3e1a2fe4ada4a">2db1412b</a></strong>
<div>
<span> by Viktor Ashirov </span> <i> at 2025-07-25T18:10:16+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6352 - Fix DeprecationWarning
Bug Description:
When pytest is used on ASAN build, pytest-html plugin collects `*asan*`
files, which results in the following deprecation warning:
```
The 'report.extra' attribute is deprecated and will be removed in a
future release, use 'report.extras' instead.
```
Fixes: https://github.com/389ds/389-ds-base/issues/6352
Reviwed by: @droideck (Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/4d7f8b3ee24881cde16cd419479aede644a7f941">4d7f8b3e</a></strong>
<div>
<span> by Viktor Ashirov </span> <i> at 2025-07-25T18:11:39+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6880 - Fix ds_logs test suite failure
Bug Description:
After 947ee67df6 ds_logs test suite started to fail in
test_internal_log_server_level_4. It slightly changed the order and
timing of log messages.
Fix Description:
Do another MOD after restart to trigger the internal search.
Fixes: https://github.com/389ds/389-ds-base/issues/6880
Reviewed by: @bsimonova, @droideck (Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/cb775295ccda9130efa025259db9a1ecb4fdbe4a">cb775295</a></strong>
<div>
<span> by Viktor Ashirov </span> <i> at 2025-07-25T18:23:20+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6901 - Update changelog trimming logging
Description:
* Set SLAPI_LOG_ERR for message in `_cl5DispatchTrimThread`
* Set correct function name for logs in `_cl5TrimEntry`.
* Add number of scanned entries to the log.
Fixes: https://github.com/389ds/389-ds-base/issues/6901
Reviewed by: @mreynolds389, @progier389 (Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/8856e54a8725b3da24964bdcbb581b87f054628d">8856e54a</a></strong>
<div>
<span> by progier389 </span> <i> at 2025-07-26T17:24:44+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6430 - implement read-only bdb (#6431)
* Issue 6430 - implement read-only bdb on F43
Remove bdb support from Fedora 43+
Implement read only bdb package to support : dsctl dblib bdb2mdb</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/9882b5f7cdf7a24025b37b07dd6b060bdc8f3db7">9882b5f7</a></strong>
<div>
<span> by Akshay Adhikari </span> <i> at 2025-07-28T18:14:15+05:30 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6663 - Fix NULL subsystem crash in JSON error logging (#6883)
Description: Fixes crash in JSON error logging when subsystem is NULL.
Parametrized test case for better debugging.
Relates: https://github.com/389ds/389-ds-base/issues/6663
Reviewed by: @mreynolds389</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/ff46d719fb5824df4432389b4b0f9a2c3e28e8e6">ff46d719</a></strong>
<div>
<span> by Mark Reynolds </span> <i> at 2025-07-28T13:42:04-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6895 - Crash if repl keep alive entry can not be created
Description:
Heap use after free when logging that the replicaton keep-alive entry can not
be created. slapi_add_internal_pb() frees the slapi entry, then
we try and get the dn from the entry and we get a use-after-free crash.
Relates: https://github.com/389ds/389-ds-base/issues/6895
Reviewed by: spichugi(Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/e210ccf16a600a999d55c70670fe37f2aa585ee1">e210ccf1</a></strong>
<div>
<span> by Simon Pichugin </span> <i> at 2025-07-28T10:50:26-07:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6250 - Add test for entryUSN overflow on failed add operations (#6821)
Description: Add comprehensive test to reproduce the entryUSN
overflow issue where failed attempts to add existing entries followed by
modify operations cause entryUSN values to underflow/overflow instead of
incrementing properly.
Related: https://github.com/389ds/389-ds-base/issues/6250
Reviewed by: @tbordaz (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/70838b06a59701f671c65a7ff9a1d4a1bb98feac">70838b06</a></strong>
<div>
<span> by Simon Pichugin </span> <i> at 2025-07-28T15:35:50-07:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6594 - Add test for numSubordinates replication consistency with tombstones (#6862)
Description: Add a comprehensive test to verify that numSubordinates and
tombstoneNumSubordinates attributes are correctly replicated between
instances when tombstone entries are present.
Fixes: https://github.com/389ds/389-ds-base/issues/6594
Reviewed by: @progier389 (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/bfeaa8d236d0af4bba9bd2a3916bc233f8e93e4c">bfeaa8d2</a></strong>
<div>
<span> by Simon Pichugin </span> <i> at 2025-07-28T15:41:29-07:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6884 - Mask password hashes in audit logs (#6885)
Description: Fix the audit log functionality to mask password hash values for
userPassword, nsslapd-rootpw, nsmultiplexorcredentials, nsds5ReplicaCredentials,
and nsds5ReplicaBootstrapCredentials attributes in ADD and MODIFY operations.
Update auditlog.c to detect password attributes and replace their values with
asterisks (**********************) in both LDIF and JSON audit log formats.
Add a comprehensive test suite audit_password_masking_test.py to verify
password masking works correctly across all log formats and operation types.
Fixes: https://github.com/389ds/389-ds-base/issues/6884
Reviewed by: @mreynolds389, @vashirov (Thanks!!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/d31b9e98ef1ef7a4d07c2662b73c51abba3ffa51">d31b9e98</a></strong>
<div>
<span> by Simon Pichugin </span> <i> at 2025-07-28T20:02:09-07:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6897 - Fix disk monitoring test failures and improve test maintainability (#6898)
Description: Refactor disk_monitoring_test.py to address failures and
improve maintainability. Replace manual sleep loops with proper wait
conditions using wait_for_condition() and wait_for_log_entry() helpers.
Add comprehensive logging throughout all tests for better debugging.
Implement configuration capture/restore to prevent test pollution
between runs.
Change fixture scope from module to function level for better test
isolation and ensure proper cleanup in all test cases.
Fixes: https://github.com/389ds/389-ds-base/issues/6897
Reviewed by: @mreynolds389 (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/121912255d138916a97c04a877cfcceb70538392">12191225</a></strong>
<div>
<span> by Viktor Ashirov </span> <i> at 2025-07-29T07:45:21+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6778 - Memory leak in roles_cache_create_object_from_entry part 2
Bug Description:
Everytime a role with scope DN is processed, we leak rolescopeDN.
Fix Description:
* Initialize all pointer variables to NULL
* Add additional NULL checks
* Free rolescopeDN
* Move test_rewriter_with_invalid_filter before the DB contains 90k entries
* Use task.wait() for import task completion instead of parsing logs,
increase the timeout
Fixes: https://github.com/389ds/389-ds-base/issues/6778
Reviewed by: @progier389 (Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/e15a5e5a1e22fe6afee691dd9a45a9cc33381978">e15a5e5a</a></strong>
<div>
<span> by Viktor Ashirov </span> <i> at 2025-07-29T07:48:10+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6901 - Update changelog trimming logging - fix tests
Description:
Update changelog_trimming_test for the new error message.
Fixes: https://github.com/389ds/389-ds-base/issues/6901
Reviewed by: @progier389, @aadhikar (Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/50e2e36f2b87a7ea6334ffdcd00ce103a87532cb">50e2e36f</a></strong>
<div>
<span> by Viktor Ashirov </span> <i> at 2025-07-29T14:21:58+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6181 - RFE - Allow system to manage uid/gid at startup
Description:
Expand CapabilityBoundingSet to include CAP_FOWNER
Relates: https://github.com/389ds/389-ds-base/issues/6181
Relates: https://github.com/389ds/389-ds-base/issues/6906
Reviewed by: @progier389 (Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/2f59feba807cfeafe09502b55dea718465286d3c">2f59feba</a></strong>
<div>
<span> by Viktor Ashirov </span> <i> at 2025-08-01T12:31:13+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6468 - CLI - Fix default error log level
Description:
Default error log level is 16384
Relates: https://github.com/389ds/389-ds-base/issues/6468
Reviewed by: @droideck (Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/13e2ec1087b6d0ebc0b6b9378f1f0c51679e9f41">13e2ec10</a></strong>
<div>
<span> by James Chapman </span> <i> at 2025-08-01T13:27:02+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6768 - ns-slapd crashes when a referral is added (#6780)
Bug description: When a paged result search is successfully run on a referred
suffix, we retrieve the search result set from the pblock and try to release
it. In this case the search result set is NULL, which triggers a SEGV during
the release.
Fix description: If the search result code is LDAP_REFERRAL, skip deletion of
the search result set. Added test case.
Fixes: https://github.com/389ds/389-ds-base/issues/6768
Reviewed by: @tbordaz, @progier389 (Thank you)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/d0b3840867d9be8cd6191f32684da715cb69e099">d0b38408</a></strong>
<div>
<span> by Simon Pichugin </span> <i> at 2025-08-01T09:28:39-07:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issues 6913, 6886, 6250 - Adjust xfail marks (#6914)
Description: Some of the ACI invalid syntax issues were fixed,
so we need to remove xfail marks.
Disk space issue should have a 'skipif' mark.
Display all attrs (nsslapd-auditlog-display-attrs: *) fails because of a bug.
EntryUSN inconsistency and overflow bugs were exposed with the tests.
Related: https://github.com/389ds/389-ds-base/issues/6913
Related: https://github.com/389ds/389-ds-base/issues/6886
Related: https://github.com/389ds/389-ds-base/issues/6250
Reviewed by: @vashirov (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/7bcb1899e3837c8e69ab57fd583d78ae29b3d088">7bcb1899</a></strong>
<div>
<span> by Lenka Doudova </span> <i> at 2025-08-03T21:31:22+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6875 - Fix dsidm tests
Description:
Adding testing of the "full_dn" option with 'dsidm list' command for all
relevant types of entries
Removing xfail markers in dsidm role tests since the issues were
resolved
Relates: #6875
Author: Lenka Doudova
Reviewed by: ???
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/d7a43800de9dd9ecf14efdbd54b229f19e894e8a">d7a43800</a></strong>
<div>
<span> by Lenka Doudova </span> <i> at 2025-08-04T13:17:26+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6753 - Port ticket test 47573
Description:
Porting tests in dirsrvtests/tests/tickets/ticket47573_test.py into
dirsrvtests/tests/suites/schema/schema_replication_test.py as it
contains tests of similar nature.
Amending all tests within target file to use DSLdapObject and other
minor code changes that do not change functionality.
Relates: #6753
Author: Lenka Doudova
Reviewer: Simon Pichugin, Thierry Bordaz
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/799cdae8b27d5bff8413aa16e37011a95ab0052e">799cdae8</a></strong>
<div>
<span> by Lenka Doudova </span> <i> at 2025-08-05T18:02:40+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6519 - Add basic dsidm account tests
Automating basic dsidm account tests
Relates to: https://github.com/389ds/389-ds-base/issues/6519
Author: Lenka Doudova
Reviewed by: Simon Pichugin
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/1db4981c5471e425631d69868b18bf1a157fb422">1db4981c</a></strong>
<div>
<span> by Viktor Ashirov </span> <i> at 2025-08-12T10:40:00+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6922 - AddressSanitizer: leaks found by acl test suite
Description:
Fix multiple memory leaks in ACL plugin:
* aclgroup.c: Fix memory leak in `aclgroup_free()` by properly cleaning
up all user groups before destroying the rwlock and freeing the main
structure
* aclscan.l & acltext.y: use `PERM_FREE` macro instead of `free()`
* Add cleanups in aclparse.c, aclinit.c, acllist.c, acllas.c
Fixes: https://github.com/389ds/389-ds-base/issues/6922
Reviewed by: @progier389 (Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/1701419551c246e9dc21778b118220eeb2258125">17014195</a></strong>
<div>
<span> by Viktor Ashirov </span> <i> at 2025-08-12T10:41:03+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6929 - Compilation failure with rust-1.89 on Fedora ELN
Bug Description:
The `ValueArrayRefIter` struct has a lifetime parameter `'a`.
But in the `iter` method the return type doesn't specify the lifetime parameter.
Fix Description:
Make the lifetime explicit.
Fixes: https://github.com/389ds/389-ds-base/issues/6929
Reviewed by: @droideck (Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/d523c4c8c2eeb426247e42773f31dfa4420e79d6">d523c4c8</a></strong>
<div>
<span> by Viktor Ashirov </span> <i> at 2025-08-12T10:42:41+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 5120 - Fix compilation error
Bug Description:
Compilation fails with `-Wunused-function`:
```
ldap/servers/slapd/main.c:290:1: warning: ‘referral_set_defaults’ defined but not used [-Wunused-function]
290 | referral_set_defaults(void)
| ^~~~~~~~~~~~~~~~~~~~~
make: *** [Makefile:4148: all] Error 2
```
Fix Description:
Remove unused function `referral_set_defaults`.
Fixes: https://github.com/389ds/389-ds-base/issues/5120
Reviewed by: @progier389 (Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/e7d2af8e5197b4a55b54a2d7fe988d0cfafd4ba7">e7d2af8e</a></strong>
<div>
<span> by Barbora Simonova </span> <i> at 2025-08-13T12:39:53+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6904 - Fix config_test.py::test_lmdb_config
Description:
Update get_default_mdb_max_size to format DEFAULT_LMDB_SIZE from '20Gb' to '20.0 GB'
Relates: https://github.com/389ds/389-ds-base/issues/6904
Reviewed by: @progier389 (Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/6b2e6d1f3a7bed975d060148b7f1a12b80baa137">6b2e6d1f</a></strong>
<div>
<span> by Akshay Adhikari </span> <i> at 2025-08-14T18:42:30+05:30 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6753 - Removing ticket 49540 test and porting to DSLdapObject (#6877)
Description:
The old ticket49540_test.py used old test methods. This moves the test
into regression_test.py file using DSLdapObject for cleaner and
easier to maintain tests.
Relates: https://github.com/389ds/389-ds-base/issues/6753
Reviewer: @vashirov</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/de17154efc4fa40393f7560ec6ffc26af8560f84">de17154e</a></strong>
<div>
<span> by Viktor Ashirov </span> <i> at 2025-08-18T09:13:12+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6928 - The parentId attribute is indexed with improper matching rule
Bug Description:
`parentId` attribute contains integer values and needs to be indexed with
`integerOrderingMatch` matching rule. This attribute is a system attribute
and the configuration entry for this attribute is created when a backend
is created. The bug is that the per backend configuration entry does not
contain `nsMatchingRule: integerOrderingMatch`.
Fix Description:
* Update `ldbm_instance_create_default_indexes` to support matching rules
and update default system index configuration for `parentId` to include
`integerOrderingMatch` matching rule.
* Add healthcheck linter for default system indexes and indexes created
by RetroCL and USN plugins.
Fixes: https://github.com/389ds/389-ds-base/issues/6928
Fixes: https://github.com/389ds/389-ds-base/issues/6915
Reviewed by: @progier389, @tbordaz (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/e14e23e0f6698f36146c090138fd8e88458ccfdd">e14e23e0</a></strong>
<div>
<span> by llile </span> <i> at 2025-08-19T11:50:35+10:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Migrate from PR_Poll to epoll and timerfd. (#6924)
Description:
Migrate from PR_Poll to epoll and timerfd for connection
timeout management.
Relates: https://github.com/389ds/389-ds-base/issues/5181
Author: Larry Lile
Reviewed by: firstyear, progier, tbordaz, jchapma</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/22cff37bc40fb67b3c0fba2e654a19221d7ad865">22cff37b</a></strong>
<div>
<span> by Simon Pichugin </span> <i> at 2025-08-19T14:30:15-07:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6936 - Make user/subtree policy creation idempotent (#6937)
Description: Correct the CLI mapping typo to use 'nsslapd-pwpolicy-local',
rework subtree policy detection to validate CoS templates and add user-policy detection.
Make user/subtree policy creation idempotent via ensure_state, and improve deletion
logic to distinguish subtree vs user policies and fail if none exist.
Add a test suite (pwp_history_local_override_test.py) exercising global-only and local-only
history enforcement, local overriding global counts, immediate effect of dsconf updates,
and fallback to global after removing a user policy, ensuring reliable behavior
and preventing regressions.
Fixes: https://github.com/389ds/389-ds-base/issues/6936
Reviewed by: @mreynolds389 (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/dd812ee3e5b4cad38b8316d48238fea4310f9076">dd812ee3</a></strong>
<div>
<span> by Simon Pichugin </span> <i> at 2025-08-19T16:10:09-07:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6940 - dsconf monitor server fails with ldapi:// due to absent server ID (#6941)
Description: The dsconf monitor server command fails when using ldapi://
protocol because the server ID is not set, preventing PID retrieval from
defaults.inf. This causes the Web console to fail displaying the "Server
Version" field and potentially other CLI/WebUI issues.
The fix attempts to derive the server ID from the LDAPI socket path when
not explicitly provided. This covers the common case where the socket name
contains the instance name (e.g., slapd-instance.socket).
If that's not possible, it also attempts to derive the server ID from the
nsslapd-instancedir configuration attribute. The derived server ID
is validated against actual system instances to ensure it exists.
Note that socket names can vary and nsslapd-instancedir can be changed.
This is a best-effort approach for the common naming pattern.
Also fixes the LDAPI socket path extraction which was incorrectly using
offset 9 instead of 8 for ldapi:// URIs.
The monitor command now handles missing PIDs gracefully, returning zero
values for process-specific stats instead of failing completely.
Fixes: https://github.com/389ds/389-ds-base/issues/6940
Reviewed by: @vashirov, @mreynolds389 (Thanks!!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/67fc9dfcac12b3906bb87e61b5ccb7ca4183cd68">67fc9dfc</a></strong>
<div>
<span> by Gerben100 </span> <i> at 2025-08-20T12:47:17+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6342 - buffer owerflow in the function parseVariant (#6927)
Bug Description:
The expression var = variant0 - VAR_MIN; calculates the difference between variant0 and a constant VAR_MIN, resulting in a value of 7 in this specific example. Attempting to access the array using the calculated index 7 would lead to an out-of-bounds access, causing an array overflow.
Found by Linux Verification Center (linuxtesting.org) with SVACE. Reporter: Dmitriy Fedin (d.fedin@fobos-nt.ru).
Organization: Fobos-NT (info@fobos-nt.ru).
Fix Description:
It is necessary to increase the size of the array and increase the bounds when it is initialized.
Organization: altlinux.org
Fixes: #6342
Author: Denis Rastyogin
Reviewed by: @mreynolds389 (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/791d2c43f0f2da9cac55e42dac882b76cc9a36d0">791d2c43</a></strong>
<div>
<span> by Yaakov Selkowitz </span> <i> at 2025-08-20T23:46:46+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6430 - Fix build with bundled libdb
Description:
The libbdb_ro change (#6431) added a `WITH_LIBBDB_RO` automake conditional
and a `db_bdb_srcdir` autoconf substitution which must also be defined when
building --with-bundle-libdb.
Related: https://github.com/389ds/389-ds-base/issues/6430</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/ea44136753b011be3ee7517883e7ec273e2416bb">ea441367</a></strong>
<div>
<span> by progier389 </span> <i> at 2025-08-21T17:30:00+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6919 - numSubordinates/tombstoneNumSubordinates are inconsisten… (#6920)
* Issue 6919 - numSubordinates/tombstoneNumSubordinates are inconsistent after import
Problem was that the number of tombstone was not propperly computed.
With bdb: tombstoneNumSubordinates was not computed:
With lmdb: numSubordinates was also including the tombstones
Fixed the numSubordinates/tombstoneNumSubordinates computation during import by:
walking the entryrdn C keys (because parentid does not contains tombstone on bdb)
checking if the children entry is a tombstone by looking in objectclass index
and increasing numSubordinates/tombstoneNumSubordinates subcount accordingly
performed some code cleanup.
- removed the job->mother containing the hashtable of non leaf entry ids
- moved the function that replace the numSubordinates/tombstoneNumSubordinates
attribute in an entry back in export.c (rather than duplicating it in
db_import.c and db_import.c)
- changed a PR_ASSERT that is no more true.
Notes:
Not using the parentid index because it does not contains the tombstone on bdb
(although it does on lmdb)
The new subcount computation algorythm was not possible when the code was origionally written
because it requires entrytrdn index and having alls the keys (i.e: no ALLIDs in the indexes)
That was why hash table of ids and idlist was used. ( I removed that code that code generate a serious
overhead if there is a large number of non leaf entries (typically if users entries have children)
Issue: #6919
Reviewed by: @mreynolds389 (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/18d37db67aa39ab2b4340e1a4453637a830d5836">18d37db6</a></strong>
<div>
<span> by Akshay Adhikari </span> <i> at 2025-08-25T17:38:47+05:30 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6753 - Removing ticket 50232 test and porting to DSLdapObject (#6861)
Description:
The old ticket50232_test.py used old test methods. This moves the test
into the updated replication_deadlock_test.py file using DSLdapObject
for cleaner and easier to maintain tests.
Relates: https://github.com/389ds/389-ds-base/issues/6753
Reviewer: @vashirov</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/9cede9cdcbfb10e864ba0d91053efdabbe937eca">9cede9cd</a></strong>
<div>
<span> by Mark Reynolds </span> <i> at 2025-08-26T13:31:55-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6910 - Fix latest coverity issues
Description:
Fix various coverity/ASAN warnings:
- CID 1618837: Out-of-bounds read (OVERRUN) - bdb_bdbreader_glue.c
- CID 1618831: Resource leak (RESOURCE_LEAK) - bdb_layer.c
- CID 1612606: Resource leak (RESOURCE_LEAK) - log.c
- CID 1611461: Uninitialized pointer read (UNINIT) - repl5_agmt.c
- CID 1568589: Dereference before null check (REVERSE_INULL) - repl5_agmt.c
- CID 1590353: Logically dead code (DEADCODE) - repl5_agmt.c
- CID 1611460: Logically dead code (DEADCODE) - control.c
- CID 1610568: Dereference after null check (FORWARD_NULL) - modify.c
- CID 1591259: Out-of-bounds read (OVERRUN) - memberof.c
- CID 1550231: Unsigned compared against 0 (NO_EFFECT) - memberof_config.c
- CID 1548904: Overflowed constant (INTEGER_OVERFLOW) - ch_malloc.c
- CID 1548902: Overflowed constant (INTEGER_OVERFLOW) - dse.lc
- CID 1548900: Overflowed return value (INTEGER_OVERFLOW) - acct_util.c
- CID 1548898: Overflowed constant (INTEGER_OVERFLOW) - parents.c
- CID 1546849: Resource leak (RESOURCE_LEAK) - referint.c
- ASAN - Use after free - automember.c
Relates: http://github.com/389ds/389-ds-base/issues/6910
Reviewed by: progier & spichugi(Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/01fec9f67ecf417890914e170adb5fb891b9caeb">01fec9f6</a></strong>
<div>
<span> by Lenka Doudova </span> <i> at 2025-08-27T12:44:29+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6753 - Port ticket 47808 test
Porting ticket 47808 test to dirsrvtests/tests/suites/betxns/betxn_test.py::test_betxn_attr_uniqueness by parametrizing existing test.
Relates: #6753
Author: Lenka Doudova
Assisted by: Cursor
Reviewer: Thierry Bordaz, Simon Pichugin
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/ca59870bfbe924545ccdf64b62c7fdd28f03e271">ca59870b</a></strong>
<div>
<span> by Simon Pichugin </span> <i> at 2025-08-27T09:00:47-07:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6660 - UI - Fix minor typo (#6955)
Description: CSV report tab crashes because of the type.
Use corrent variable to display the data.
Fixes: https://github.com/389ds/389-ds-base/issues/6660
Reviewed by: @mreynolds389 (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/655365fd3b33958e847e570a537a27632b0a558c">655365fd</a></strong>
<div>
<span> by James Chapman </span> <i> at 2025-08-28T14:42:30+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6810 - Deprecate PAM PTA plugin configuration attributes in base entry (#6832)
Description: For backwards compatibility, users could use the main
plugin entry although the child entry approach is what we wanted to
use. To make life easier for CLI/UI and to be consistent with other
plugins, we are deprecating the use of main plugin config entries in
favour of using child config entries.
Fix: On server startup an upgrade function checks the PTA parent entry
for config entries. If it finds any it creates a child entry and
populates it with discovered config attrs.
Fixes: https://github.com/389ds/389-ds-base/issues/6810
Reviewed by: @Firstyear, @progier389, @vashirov, @tbordaz (Thank you)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/b7fbf086f29bc6dcab67a60852e2654a9d4845d3">b7fbf086</a></strong>
<div>
<span> by Mark Reynolds </span> <i> at 2025-08-29T14:37:50-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue - UI - update Radio handlers and LDAP entries last modified time
Description:
- Not all Radio buttons were updated for PF5 and the handler functions
needed updating.
- Fixed some html tags/localization issues.
- Disabled Close button during instance creation
- Fixed capitalization in MO plugin field description
- Added a toggle button for displaying the Last Modified Time in
different formats
relates: https://github.com/389ds/389-ds-base/issues/6956
Reviewed by: spichugi(Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/409cb98bda54c402a310443f8c7a51966a5e3565">409cb98b</a></strong>
<div>
<span> by tbordaz </span> <i> at 2025-09-01T18:23:33+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6933 - When deferred memberof update is enabled after the server crashed it should not launch memberof fixup task by default (#6935)
Bug description:
When deferred memberof update is enabled, the updates of the
group and the members is done with different TXN.
So there is a risk that at the time of a crash the membership
('memberof') are invalid.
To repair this we should run a memberof fixup task.
The problem is that this task is resource intensive and
should be, by default, scheduled by the administrator.
Fix description:
The fix introduces a new memberof config parameter 'launchFixup'
that is 'off' by default.
After a crash, when it is 'on' the server launch the fixup
task. If it is 'off' it logs a warning.
fixes: #6933
Reviewed by: Simon Pichugin (Thanks !)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/1347747522b4fc3d9230ebfeba1e629f84ec43fe">13477475</a></strong>
<div>
<span> by James Chapman </span> <i> at 2025-09-02T11:28:39+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6843 - Add CI tests for logconv.py (#6856)
Description: logconv.py was added in 389-ds-base-3.0, we need some CI
tests to help validate the upgrade of logconv.py to support JSON
formatted access logs.
Fixes: https://github.com/389ds/389-ds-base/issues/6843
Reviewed by: @droideck (Thank you)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/3d2315807cb9caf114c91f9dafcef8c6dfa6f9a4">3d231580</a></strong>
<div>
<span> by Lenka Doudova </span> <i> at 2025-09-03T14:54:08+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6753 - Port and fix ticket 47823 tests
Fix and port 47823 tests into
dirsrvtests/suites/plugins/attruniq_test.py
Relates: #6753
Author: Lenka Doudova
Reviewer: Simon Pichugin
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/448ec861eb31f4f640891013a70ee77847901cf2">448ec861</a></strong>
<div>
<span> by Mark Reynolds </span> <i> at 2025-09-03T15:27:45-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6805 - RFE - Multiple backend entry cache tuning
Description:
Currently all backends are treated as equals when doing the entry/dn cache
autotuning. But in the case of multiple backends, some are larger than others,
and the autotuning should take this into account and give the bigger backends
larger cache sizes.
We take the page count from each backend to detemine what percentage of
the available memory each backend can use.
For MDB we don't have a cache autosize setting so that needed to be
added.
Improved logging to display dynamic units for cache sizes
Relates: https://github.com/389ds/389-ds-base/issues/6805
Reviewed by: progier, tbordaz, and spichugi(Thanks!!!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/3da706ee54923ce44fa2ee7426dfa4a7ac433fbd">3da706ee</a></strong>
<div>
<span> by Mark Reynolds </span> <i> at 2025-09-05T16:50:45-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6947 - Revise time skew check in healthcheck tool and add option
to exclude checks
Description:
The current check reports a critical warning if time skew is greater than
1 day - even if "nsslapd-ignore-time-skew" is set to "on". If we are ignoring
time skew we should still report a warning if it's very significant like
30 days.
Also added an option to exclude checks
Relates: https://github.com/389ds/389-ds-base/issues/6947
Reviewed by: progier, spichugi, viktor(Thanks!!!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/c2a6fc52376313dfdbaeb5fae19b11c92172b4ff">c2a6fc52</a></strong>
<div>
<span> by Akshay Adhikari </span> <i> at 2025-09-08T13:26:04+05:30 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6900 - Rename test files for proper pytest discovery (#6909)
Description: Renamed test modules to follow *_test.py naming
so pytest can collect them correctly, fixed failing tests.
- vlv_test.py is renamed,fixed and ported into using lib389 API.
- snmp.py test is moved to monitor_test.py as a new test with different
mechanism but testing same functionality.
Fixes: https://github.com/389ds/389-ds-base/issues/6900
Reviewed by: @vashirov, @droideck (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/26dda3d32ded93aa3272b4f1ee911cbcb1253ef9">26dda3d3</a></strong>
<div>
<span> by Lenka Doudova </span> <i> at 2025-09-08T12:26:51+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6626 - Fix version
Description:
Fixing version in dirsrvtests/tests/suites/healthcheck/health_repl_test.py due to the fix being backported all the way down to 2.2 version.
Relates: #6626
Author: Lenka Doudova
Reviewer: ???
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/5749ae699113649ca5363285d38efc32da6189cb">5749ae69</a></strong>
<div>
<span> by Mark Reynolds </span> <i> at 2025-09-08T10:39:42-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6956 - More UI fixes
Description:
- Cannot add group as a member to a group
- Instance Name is not validated properly
- memberOf plugin: Auto Add OC value not shown after being set (mixed case OC)
- Broken table layout for removing members from a group
- No prompt in webUI to restart instance after configuring Attribute Uniqueness plugin
Relates: https://github.com/389ds/389-ds-base/issues/6956
Reviewed by: spichugi & aadhikar (Thanks!!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/75a51b3822f56b2e4405008626c609893ecbe2be">75a51b38</a></strong>
<div>
<span> by James Chapman </span> <i> at 2025-09-09T10:30:46+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6977 - UI - Show error message when trying to use unavailable ports (#6978)
Bug description:
When trying to change the ports an instance is using to ports, that are
already used, a red exclamation mark symbol is shown, but no message.
A clear message that the ports are already used would improve user
experience.
Fix description:
Added a helper-text component to inform the user that the selected port is in use,
please choose another.
Fixes: https://github.com/389ds/389-ds-base/issues/6977
Reviewed by: @mreynolds389 (Thank you)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/4c300fadfae2e5b304143edcecbfe29985b281b4">4c300fad</a></strong>
<div>
<span> by Lenka Doudova </span> <i> at 2025-09-10T09:10:35+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6753 - Port ticket 47829 & 47833 tests
Description:
Port ticket 47829 and 47833 tests into dirsrvtests/tests/suites/memberof_plugin/memberof_exclude_subtrees_test.py
Relates: #6753
Author: Lenka Doudova
Assisted by: Cursor
Reviewer: Thierry Bordaz, Simon Pichugin
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/46b49c0c68a554cf1c35fbef80a02150760acd8f">46b49c0c</a></strong>
<div>
<span> by Lenka Doudova </span> <i> at 2025-09-10T09:12:31+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6753 - Port ticket 47963 & 49184 tests (#6970)
Description:
Port ticket 47963 and 49184 tests into
dirsrvtests/tests/suites/memberof_plugin/memberof_skipnested_test.py.
Creating conftest.py file to store fixtures used in multiple memberof tests.
Relates: #6753
Author: Lenka Doudova
Assisted by: Cursor
Reviewer: Thierry Bordaz, Akshay Adhikari, Simon Pichugin</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/4395d01ce51b1a2f2f60695498c9c2674660c04d">4395d01c</a></strong>
<div>
<span> by Anuar Beisembayev </span> <i> at 2025-09-10T09:15:15-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 4835 - dsconf display an incomplete help with changelog setting (#6769)
Description:
Upon entering an invalid max-age parameter into dsconf replication set-changelog, it displays an error message that doesn't contain all the valid time units.
This adds the missing "week" unit to the error message.
Fixes: https://github.com/389ds/389-ds-base/issues/4835</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/87f1f59daff81742146ad0f5c0d90a2f0157666a">87f1f59d</a></strong>
<div>
<span> by Mark Reynolds </span> <i> at 2025-09-11T09:21:13-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6891 - JSON logging - add wrapper function that checks for NULL
Description:
Created a wrapper function to check for NULL before eventually calling
json_object_new_string(). This also makes the code much more readable
Relates: https://github.com/389ds/389-ds-base/issues/6891
Reviewed by: spichugi(Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/9bba14fac766081b57b190568cf729e27083d0ca">9bba14fa</a></strong>
<div>
<span> by James Chapman </span> <i> at 2025-09-11T17:21:21+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6985 - Some logconv CI tests fail with BDB (#6986)
Description: When BDB is the configured backend, a rootdse search
is performed after a restart. These "extra" operations mean the stats
reported by logconv don't match the expected values so the tests fail.
Fix: Add a loose validation for BDB tests that require a restart.
Fixes: https://github.com/389ds/389-ds-base/issues/6985
Reviewed by: @droideck, @progier389 (Thank you)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/65d2bfd473fa0f52fc8a66cbebaad7cb3bdc1d83">65d2bfd4</a></strong>
<div>
<span> by James Chapman </span> <i> at 2025-09-11T17:28:18+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6887 - Enhance logconv.py to add support for JSON access logs (#6889)
Description: Update logconv.py to support parsing and processing of
JSON formatted access logs in addition to existing formats.
Fixes: https://github.com/389ds/389-ds-base/issues/6887
Reviewed by: @droideck, @progier389 (Thank you)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/bf48b85bad5d82c40f1170cae1dc4a38276d161d">bf48b85b</a></strong>
<div>
<span> by Simon Pichugin </span> <i> at 2025-09-11T15:37:33-07:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6990 - UI - Fix typeahead Select fields losing values on Enter keypress (#6991)
Description: When typing values into typeahead Select fields (e.g., "Subtree scope"
in MemberOf plugin), pressing Enter caused the entered value to disappear rather
than confirming/saving it. The Enter key should properly create/save the value.
Created a new TypeaheadSelect component to replace the problematic and deprecated
PatternFly Select components. The new component properly handles keyboard navigation,
including Enter key functionality for creating and selecting values.
Updated the MemberOf plugin to use the new component.
Fixes: https://github.com/389ds/389-ds-base/issues/6990
Reviewed by: @mreynolds389 (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/d9214abf1a1eebf044ba6db1c3532c5529601ec0">d9214abf</a></strong>
<div>
<span> by Simon Pichugin </span> <i> at 2025-09-12T18:02:21-07:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6990 - UI - Replace deprecated Select components with new TypeaheadSelect (#6996)
Description: Make sure that the created TypeaheadSelect component
in dsBasicComponents.jsx that properly handles:
- Single and multi-select functionality
- Keyboard navigation including Enter key for creating/selecting values
- Creation of new options with validation
- Proper state management to prevent value loss
- Controlled and uncontrolled component modes
Replace all instances of the deprecated Select components across the entire
389-console codebase with the new TypeaheadSelect component, including:
- Database configuration (indexes, VLV indexes, password policies)
- Plugin configurations (MemberOf, DNA, Account Policy, etc.)
- Server settings (SASL, LDAPI, audit logging)
- Security settings (certificates, ciphers)
- Schema management (object classes, attribute types)
- Replication agreements and LDAP editor
Also fix a typo (separateed -> separated).
Fixes: https://github.com/389ds/389-ds-base/issues/6990
Reviewed by: @mreynolds389 (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/00d2455a233d653f83f2c6d1db2a54199d6477bd">00d2455a</a></strong>
<div>
<span> by Lenka Doudova </span> <i> at 2025-09-15T14:38:07+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6753 - Port ticket 49072 test (#6984)
Description:
Port ticket 49072 test into
dirsrvtests/tests/suites/memberof_plugin/fixup_test.py
Relates: #6753
Author: Lenka Doudova
Assisted by: Cursor
Reviewer: Thierry Bordaz</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/8c882dd36d50e542eb7f0a4aa72b6c02098c804c">8c882dd3</a></strong>
<div>
<span> by Akshay Adhikari </span> <i> at 2025-09-16T17:24:59+05:30 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6753 - Removing ticket 47787 test and porting to DSLdapObject (#6976)
Description:
The old ticket47787_test.py had compatibility issues.
This ports the functionality to repl_conflict_delete_modify_test.py
using modern DSLdapObject methods.
Relates: https://github.com/389ds/389-ds-base/issues/6753
Reviewed by: @tbordaz</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/9c396ccc1a1dd1b6c9a0cf4d88e91920ae0ec337">9c396ccc</a></strong>
<div>
<span> by Lenka Doudova </span> <i> at 2025-09-16T18:07:10+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6753 - Port ticket 49386 test (#6987)
Description:
Port ticket 49386 test into
dirsrvtests/tests/suites/memberof_plugin/regression_test.py
Relates: #6753
Author: Lenka Doudova
Assisted by: Cursor
Reviewer: Thierry Bordaz</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/5255d617b754aaac0b3b13d712bb451ccdfd5e70">5255d617</a></strong>
<div>
<span> by Denis Sergeev </span> <i> at 2025-09-17T16:10:46+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Fix overflow in certmap filter/DN buffers (#6995)
Add size checks in AddAVAToBuf(), AddToFilter() and AddToLdapDN();
return LDAPU_FAILED when space is exhausted, closing the Coverity
overflow warning.
Signed-off-by: Denis Sergeev <zeff@altlinux.org>
Issue: #6994
Reviwed by: @tbordaz (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/398f0de68281154d0343d77581563ca5b3fbcf4d">398f0de6</a></strong>
<div>
<span> by Viktor Ashirov </span> <i> at 2025-09-18T19:39:24+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6971 - bundle-rust-npm.py: TypeError: argument of type 'NoneType' is not iterable (#6972)
Bug Description:
Some crates have an empty license, that bundle-rust-npm.py doesn't handle.
Fix Description:
Add a check if the license is empty (None)
Fixes: https://github.com/389ds/389-ds-base/issues/6971
Reviewed by: @droideck (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/f4126417166777c8cc5a2b6f81501296467a102d">f4126417</a></strong>
<div>
<span> by Viktor Ashirov </span> <i> at 2025-09-18T19:41:02+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6810 - Deprecate PAM PTA plugin configuration attributes in base entry - fix memleak (#6988)
Bug Description:
ASAN reports a leak:
```
Direct leak of 96 byte(s) in 1 object(s) allocated from:
#0 0x7fcd1dae68a3 in calloc (/usr/lib64/libasan.so.8+0xe68a3) (BuildId: 10b8ccd49f75c21babf1d7abe51bb63589d8471f)
#1 0x7fcd1d61d25c in slapi_ch_calloc (/usr/lib64/dirsrv/libslapd.so.0+0x1d25c) (BuildId: f04e891fb4b70031e15759bc4baedf6701e59ccb)
#2 0x7fcd1d6ca7af in upgrade_pam_pta_default_config ldap/servers/slapd/upgrade.c:447
#3 0x55903428ecc3 in main (/usr/bin/ns-slapd+0x4cc3) (BuildId: 308e13b0030947aedc25e4ef4cf9c65bac6d6cc9)
#4 0x7fcd1d412574 in __libc_start_call_main (/lib64/libc.so.6+0x3574) (BuildId: 126a08bf502f4950b215dc773e52df8dcf50c393)
#5 0x7fcd1d412627 in __libc_start_main_alias_1 (/lib64/libc.so.6+0x3627) (BuildId: 126a08bf502f4950b215dc773e52df8dcf50c393)
#6 0x559034290294 in _start (/usr/bin/ns-slapd+0x6294) (BuildId: 308e13b0030947aedc25e4ef4cf9c65bac6d6cc9)
```
`add_pb` was allocated, but not destroyed in the success path.
Fix Description:
Destroy `add_pb` right after the error check in the success path.
Relates: https://github.com/389ds/389-ds-base/issues/6810
Reviewed by: @jchapma (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/08880b84bef3033b312e66fb83cf86c7a1f7b464">08880b84</a></strong>
<div>
<span> by Viktor Ashirov </span> <i> at 2025-09-18T19:41:41+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6997 - Logic error in get_bdb_impl_status prevents bdb2mdb execution (#6998)
Bug Description:
On F41 and F42 migration to MDB fails:
```
dsctl localhost dblib bdb2mdb
Berkeley Database library is not available. Maybe 389-ds-base-bdb rpm should be installed.
Error: Berkeley Database library is not available
```
This happens because `BDB_IMPL_STATUS.NONE` gets returned earlier than
we check for presence of the standard libdb provided by the system.
Fix Description:
Rewrite the logic to return `BDB_IMPL_STATUS.NONE` only when no working
BDB implementation is found.
Fixes: https://github.com/389ds/389-ds-base/issues/6997
Reviewed by: @progier389 (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/084fb548d3d7077d36e1d8f853324c8dd1fc429a">084fb548</a></strong>
<div>
<span> by progier389 </span> <i> at 2025-09-19T15:17:30+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6992 - Improve handling of mismatched ldif import (#6999)
Fix two issues when importing wrong ldif file:
long delay before getting feedback when doing off-line import
target backend get cleared
The solution is to check that the suffix entry is present in the ldif before clearing the database and report that all entries get skipped if that is not the case.
Note: in the usual case only the first few entries in ldif file are checked as the suffix should be one of the first entries but if included or excluded suffixes are provided then the whole file is checked (to allow partial import)(
Relates: #6992
Reviewed by: @tbordaz, @mreynolds389 (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/2684a2e5b7e840e66b215a68772ea0beb8a9a3e4">2684a2e5</a></strong>
<div>
<span> by Akshay Adhikari </span> <i> at 2025-09-22T18:27:05+05:30 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6753 - Removing ticket 47721 test and porting to DSLdapObject (#6973)
Description:
The old ticket47721_test.py had compatibility issues.
This ports the functionality to schema_csn_replication_test.py
using modern DSLdapObject methods.
Relates: https://github.com/389ds/389-ds-base/issues/6753
Reviewed by: @tbordaz</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/212f2a25ce25f7b0e8a0ac0ae869a5ad67ee35bb">212f2a25</a></strong>
<div>
<span> by Akshay Adhikari </span> <i> at 2025-09-22T18:30:45+05:30 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6753 - Removing ticket 477828 test and porting to DSLdapObject (#6989)
Description:
The old ticket47828_test.py had compatibility issues.
This ports the functionality to dna_test.py::test_dna_exclude_scope_functionality
using modern DSLdapObject methods.
Relates: https://github.com/389ds/389-ds-base/issues/6753
Assisted by: Cursor
Reviewed by: @tbordaz</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/2c4dc8ecb2652452edcd47ed2295e67220ba2629">2c4dc8ec</a></strong>
<div>
<span> by progier389 </span> <i> at 2025-09-22T15:28:53+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 7012 - improve dscrl dbverify result when backend does not exists (#7013)
* Issue 7012 - improve dscrl dbverify result when backend does not exists
Improve error message when running dsctl instance dbverify wrongBeName
To tell explicitly that the backend does not exists in bdb case
To tell explicitly that dbverify is useless and always successfull in lmdb case
Issue: 7012
Reviewed by: @mreynolds389 and @tbordaz (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/cafb83dfb26d7fbbf236f7fafbd2c73c747ca901">cafb83df</a></strong>
<div>
<span> by Denis Sergeev </span> <i> at 2025-09-22T18:08:00+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 7010 - Fix certdir underflow in slapd_nss_init() (#7011)
Static analysis flagged BUFFER_OVERFLOW.LEN in ssl.c: we indexed
`certdir[len - 1]` immediately after `len = strlen(certdir)` without
guarding against NULL or an empty string. If `config_get_certdir()`
returns NULL, `strlen()` is invalid; if it returns "", `certdir[-1]`
is out of bounds. Trimming "/" would also turn the path into an empty
string.
Fix by validating `certdir` before calling `strlen()`, logging and
failing early when it is NULL or empty, and stripping a trailing path
separator only when `len > 1`.
Signed-off-by: Denis Sergeev <zeff@altlinux.org></pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/4a64bd51b4b9f0e3b70d124160b5f835057c5f4d">4a64bd51</a></strong>
<div>
<span> by Lenka Doudova </span> <i> at 2025-09-23T08:19:27+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6753 - Port ticket 47815 test (#7000)
Description:
Port ticket 47815 test into dirsrv/tests/suites/betxns/betxn_test.py.
Relates: #6753
Author: Lenka Doudova
Assisted by: Cursor
Reviewer: Pierre Rogier</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/58e3a0be2b2a353e48bd36163241d34240c17ed0">58e3a0be</a></strong>
<div>
<span> by Denis Sergeev </span> <i> at 2025-09-23T15:46:10+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 7016 - fix NULL deref in send_referrals_from_entry() (#7017)
Static analysis (DEREF_OF_NULL.EX) flagged a possible null-pointer
dereference at `entry.c` where `url[numValues] = NULL;` is written even
when `numValues == 0`. If `attr != NULL` but the attribute has no
values, `url` remains `NULL` because allocation was guarded by `if
(numValues > 0)`, and writing the terminator dereferences `url[0]`.
Fix by always allocating `(numValues + 1)` pointers when `attr != NULL`,
ensuring `url[numValues]` is valid even for an empty list.
Signed-off-by: Denis Sergeev <zeff@altlinux.org></pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/9967b70714616d25a19be1985e9c314875b49441">9967b707</a></strong>
<div>
<span> by Lenka Doudova </span> <i> at 2025-09-24T08:32:43+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6753 - Port ticket 49073 test (#7005)
Description:
Fix and port ticket 49073 test into
dirsrvtests/tests/suites/memberof_plugin/regression_test.py
Also contains a minor fix for check_init method that was failing due to
incorrectly formatted log entries.
Relates: #6753
Author: Lenka Doudova
Assisted by: Cursor
Reviewer: Pierre Rogier</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/fb36b5b07cb99cee30d32847e9c76590da0c5f00">fb36b5b0</a></strong>
<div>
<span> by Akshay Adhikari </span> <i> at 2025-09-24T18:18:51+05:30 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6753 - Removing ticket 47869 test and porting to DSLdapObject (#7001)
Description:
The old ticket47869MMR_test.py had compatibility issues.
This ports the functionality to acl_replication_test.py
using modern DSLdapObject methods.
Relates: https://github.com/389ds/389-ds-base/issues/6753
Reviewed by: @progier389
Assisted by: Cursor</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/c758b5655245b724c33ab700215fad2b30d57c26">c758b565</a></strong>
<div>
<span> by Akshay Adhikari </span> <i> at 2025-09-24T18:20:27+05:30 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6758 - Fix WebUI monitoring test failure due to FormSelect component deprecation (#7004)
Description: Replaced deprecated FormSelect with TypeaheadSelect in
Enable Replication dialog and updated test selectors to use combobox role.
Relates: https://github.com/389ds/389-ds-base/issues/6758
Reviewed by: @progier389</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/c982b495c957cd8e4fd409c46393001b8d6da56b">c982b495</a></strong>
<div>
<span> by progier389 </span> <i> at 2025-09-24T17:00:47+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 7002 - restore is failing. (#7003)
* Issue 7002 - restore is failing.
Fixing restore to ignore config changes around cachememsize/dncachememsize
Issue: #7002
Reviewed by: @mreynolds389 (Thanks!)
---------
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com></pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/b2a2ca12a63e70052493be3e51fc2dcf7de06668">b2a2ca12</a></strong>
<div>
<span> by Mark Reynolds </span> <i> at 2025-09-24T15:24:57-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 7014 - memberOf - ignored deferred updates with LMDB
Description:
When processing the memberOf plugin conifguration simply ignore the
deferred update settings if LMDB is in use. Log a message in the error
log but do not reject the update because rejecting the update causes the
server to not start up.
Relates: https://github.com/389ds/389-ds-base/issues/7014
Reviewed by: tbordaz & progier (Thanks!!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/8bf8ab8840ddea28e10df7a89248530b40005c76">8bf8ab88</a></strong>
<div>
<span> by Firstyear </span> <i> at 2025-09-25T15:05:42+10:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 7018 - BUG - prevent stack depth being hit (#7019)
Bug Description: During filter optimise, the filter
is a linked list which we traverse through recursion.
This can cause stack depth to be hit on filters with
thousands of elements.
Fix Description: Limit the depth to which we recurse
fixes: https://github.com/389ds/389-ds-base/issues/7018
Author: William Brown <william@blackhats.net.au>
Review by: @progier389 (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/884bc92351f84e06bbcd1a783ae6a4e48417dc1b">884bc923</a></strong>
<div>
<span> by Akshay Adhikari </span> <i> at 2025-09-25T15:44:13+05:30 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6740 - Fix FIPS mode test failures in syncrepl, mapping tree, and resource limits (#6993)
Description: FIPS mode requires SSL certificate bypass for LDAP connections and
higher reserve descriptor constants due to mandatory SSL descriptors.
Relates: https://github.com/389ds/389-ds-base/issues/6740
Reviewed by: @progier389</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/45ee81aaa9508f8ef71e2e11e0b4fce00226b3bd">45ee81aa</a></strong>
<div>
<span> by James Chapman </span> <i> at 2025-09-26T13:06:26+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6982 - UI - MemberOf shared config does not validate DN properly (#6983)
Description: When trying to create a shared config of MemberOf plugin,
the DN is not validated properly.
Fix: Added a function to check the parent DN exists before adding the
config DN.
Fixes: https://github.com/389ds/389-ds-base/issues/6982
Reviewed by: @mreynolds389 (Thank you)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/90e291e3be915ebfba6bab546349412d0b62fa3e">90e291e3</a></strong>
<div>
<span> by Mark Reynolds </span> <i> at 2025-09-29T13:39:59-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6954 - do not delete referrals on chain_on_update backend
Description:
The server does not allow deleting referrals on a backend with "referral
on update" backend state. You can replace referrals but not delete
them. Trying to delete just leads to a harmless but alarming error 53
in the errors log.
This happens when doing an online init of a read-only consumer that is
setup for chain-on-update. At the start of the init the referrals are
successfully replaced, but after the init it tries to delete them and
this needs to be skipped.
Also changed lib389 warning about consumers and changelogs because UI
expects successful operations to be in JSON but the warning is in
standard text. Changing the warning to be written to stderr avoids the
UI crash.
Relates: https://github.com/389ds/389-ds-base/issues/6954
Reviewed by: tbordaz & progier (Thanks!!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/e82f20517f000e38e65ce3fd8d721201cb07130b">e82f2051</a></strong>
<div>
<span> by Akshay Adhikari </span> <i> at 2025-09-30T20:11:51+05:30 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6753 - Removing ticket 49463 test and porting to DSLdapObject (#6899)
Description:
The old ticket49463_test.py had compatibility issues.
This ports the functionality to test_fractional_cleanallruv.py
using modern DSLdapObject methods.
Relates: https://github.com/389ds/389-ds-base/issues/6753
Reviewed by: @vashirov, @droideck (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/31fc1f82c1058c8f0f873adb958ac87d633a6f2f">31fc1f82</a></strong>
<div>
<span> by James Chapman </span> <i> at 2025-09-30T20:11:22+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 7021 - Units for changing MDB max size are not consistent across different tools (#7022)
Description: nsslapd-mdb-max-size accepts value in bytes. But it can't
be any value, it should be a multiple of the page size, which can
vary (4K, 16K, 64K on different architectures). dscreate accepts unit suffix
but this value is not pagesize aligned. dsconf sets the lmdb database
maximum size (in bytes) and is also not pagesize aligned.
Update dscreate a page align the mdb max size and dsconf to accept unit
suffix and page size align the value
Fixes: https://github.com/389ds/389-ds-base/issues/7021
Reviewed by: @progier389 (Thank you)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/387781ec7b9792c7fe2bb87bcb428dd02c1142a9">387781ec</a></strong>
<div>
<span> by Akshay Adhikari </span> <i> at 2025-10-02T00:08:43+05:30 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6753 - Removing ticket 47653MMR test and porting to DSLdapObject (#6926)
Description:
The old ticket47653MMR_test.py had compatibility issues.
This ports the functionality to selfdn_acl_replication_test.py
using modern DSLdapObject methods.
Relates: https://github.com/389ds/389-ds-base/issues/6753
Reviewed by: @vashirov, @droideck (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/bea5091e30ca7e52b64257ab44bd0561c9598f2f">bea5091e</a></strong>
<div>
<span> by Simon Pichugin </span> <i> at 2025-10-02T13:05:50-07:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6660 - UI - Improve replication log analysis charts and usability (#6968)
Description: The replication log analysis UI had several usability issues
including a cluttered chart legend, inability to hide chart lines, poor
datetime validation, and non-intuitive default naming.
This fix replaces the built-in Chart legend with a custom interactive
legend that allows toggling series visibility. The default report name
now uses a human-readable timestamp format (YYYY-MM-DD_HH-MM-SS) instead
of Unix timestamps. Date range validation has been improved to properly
handle start/end date conflicts and clear error states when corrected.
Additional improvements include:
- Added path input focus management for better keyboard navigation
- Reorganized hover tooltip information to show lag time and duration
prominently, with suffix and target DN details below
- Fixed CSS styling issues and improved responsive layout
- Enhanced error handling for file operations
Fixes: https://github.com/389ds/389-ds-base/issues/6660
Reviewed by: @mreynolds389 @jchapma (Thanks!!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/8b6b3a9f9a5ab2cd087e96be1a972c0ba20a2264">8b6b3a9f</a></strong>
<div>
<span> by tbordaz </span> <i> at 2025-10-03T15:11:12+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6966 - On large DB, unlimited IDL scan limit reduce the SRCH performance (#6967)
Bug description:
The RFE 2435, removed the limit of the IDList size.
A side effect is that for subtree/on-level searches some IDL can be
huge. For example a subtree search on the base suffix will build a
IDL up to number of entries in the DB.
Building such big IDL is accounting for +90% of the etime of the
operation.
Fix description:
Using fine grain indexing we can limit IDL for parentid
(onelevel) and ancestorid (subtree) index.
It support a new backend config parameter nsslapd-systemidlistscanlimit
that is the default value limit for parentid/ancestorid limits.
Default value is 5000.
When creating a new backend it creates parentid/ancestorid
indexes with nsIndexIDListScanLimit setting the above limit.
At startup the fine grain limit is either taken from nsIndexIDListScanLimit
or fallback from nsslapd-systemidlistscanlimit.
During a search request it uses the standard fine grain mechanism.
On my tests it improves throughput and response time by ~50 times
fixes: #6966
Reviewed by: Mark Reynolds, Pierre Rogier, William Brown and Simon
Piguchin (Thanks to you all !!!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/13d8cc3564af5f11aa167d5df84e9087ff5b3f09">13d8cc35</a></strong>
<div>
<span> by Akshay Adhikari </span> <i> at 2025-10-03T23:22:27+05:30 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6753 - Removing ticket 47676 test and porting to DSLdapObject (#6938)
Description:
The old ticket47676_test.py had compatibility issues.
This ports the functionality to schema_update_policy_test.py
using modern DSLdapObject methods.
Relates: https://github.com/389ds/389-ds-base/issues/6753
Reviewed by: @vashirov, @droideck (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/749684a3f764545c71fca2c065f16b2132420a0d">749684a3</a></strong>
<div>
<span> by James Chapman </span> <i> at 2025-10-06T12:32:08+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 7027 - 389-ds-base OpenScanHub Leaks Detected (#7028)
Description: A file is opened using open() and then wrapped in a
zlib gzFile with gzdopen(). If gzdopen() fails, it never takes
ownership of the fd, so it remains open.
Fix: Ensure fd is explicitly closed when gzdopen() returns NULL.
Fixes: https://github.com/389ds/389-ds-base/issues/7027
Reviewed by: @mreynolds389 (Thank you)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/0252ab662281d3177ef860f20380e914d99c02b5">0252ab66</a></strong>
<div>
<span> by Akshay Adhikari </span> <i> at 2025-10-07T15:20:48+05:30 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6753 - Removing ticket 47714 test and porting to DSLdapObject (#6946)
Description:
The old ticket47714_test.py had compatibility issues.
This ports the functionality to account_policy_login_attr_test.py
using modern DSLdapObject methods.
Relates: https://github.com/389ds/389-ds-base/issues/6753
Reviewed by: @vashirov, @jchapma (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/e953ee704cc204b8a3e6498412730162878b52b2">e953ee70</a></strong>
<div>
<span> by Mark Reynolds </span> <i> at 2025-10-07T15:13:14-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 7023 - UI - if first instance that is loaded is stopped it breaks parts of the UI
Description:
When checking for DB implementation or loading objectcalsses for the LDAP
editor if the first instance is stopped then these settings are not loaded,
and when you switch to a new instance that is running they are not reloaded.
This causes things to unexpectedly break for valid instances that are running.
Relates: https://github.com/389ds/389-ds-base/issues/7023
Reviewed by: jchapman & spichugi (Thanks!!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/e55b70234d2c9e2abfd3af7b77d1260052d0cb05">e55b7023</a></strong>
<div>
<span> by Mark Reynolds </span> <i> at 2025-10-08T19:16:23-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 7033 - lib389 - basic plugin status not in JSON
Description:
The JSON flag you can pass to dsconf is ignored for core plugin
operations: enable/disable and status
Relates: https://github.com/389ds/389-ds-base/issues/7033
Reviewed by: spichugi(Thanks!!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/5348bced665015c1afead0228b41b3092ca470a8">5348bced</a></strong>
<div>
<span> by Mark Reynolds </span> <i> at 2025-10-10T20:35:50-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue - CLI/UI - Add option to delete all replication conflict entries
Description:
Add CLI option for deleting all conflict entries. Also added this option
to the UI. Parts of the UI for conflicts was not updated for PF5 so some
updates were needed there for handling modal updates.
Relates: https://github.com/389ds/389-ds-base/issues/7039
Reviewed by: spichugi(Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/db42feaa26c1128ae4496c691ff1f87f2ec18b51">db42feaa</a></strong>
<div>
<span> by Mark Reynolds </span> <i> at 2025-10-13T11:00:55-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 7035 - RFE - memberOf - adding scoping for specific groups
Description:
Add ability to include/exclude specific groups that memberOf will act upon
Design doc: https://www.port389.org/docs/389ds/design/memberof-specific-group-scoping-design.html
Relates: https://github.com/389ds/389-ds-base/issues/7035
Reviewed by: tbordaz & progier (Thanks!!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/a7067642d6f3d1890860a311e80fcf3c431ad2f0">a7067642</a></strong>
<div>
<span> by Lenka Doudova </span> <i> at 2025-10-14T12:19:48+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6753 - Port ticket 47931 test (#7038)
Description:
Port ticket 47931 test into
dirsrvtests/tests/suites/memberof_plugin/regression_test.py using lib389
API
Relates: #6753
Author: Lenka Doudova
Assisted by: Cursor
Reviewer: Pierre Rogier</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/2729625faca6acc3dc0a507f054c58353623c7d7">2729625f</a></strong>
<div>
<span> by tbordaz </span> <i> at 2025-10-14T15:12:31+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6979 - Improve the way to detect asynchronous operations in the access logs (#6980)
Bug description:
Asynch operations are prone to make the server unresponsive.
The detection of those operations is not easy.
Access logs should contain a way to retrieve easilly the
operations (an the connections) with async searches
Fix description:
When dispatching a new operation, if the count of
uncompleted operations on the connection overpass
a threshold (2) then add a note to the 'notes='
in the access log
between the
fixes: #6979
Reviewed by: Pierre Rogier, Simon Pichugin (Thanks !)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/15c63802ce78e2f1182c67fb648ce46920ede310">15c63802</a></strong>
<div>
<span> by progier389 </span> <i> at 2025-10-14T16:03:17+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6784 - Support of Entry cache pinned entries (#6785)
Entry cache eviction improvement to limit large group evictions
Design is https://www.port389.org/docs/389ds/design/entrycache-pinned.html
Issue: #6784
Reviewed by: @mreynolds389 , @tbordaz , @Firstyear (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/98271e6b91e6118fffe8d0e1eeb6cf755d80fad9">98271e6b</a></strong>
<div>
<span> by James Chapman </span> <i> at 2025-10-14T20:35:01+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6846 - Attribute uniqueness is not enforced with modrdn (#7026)
Description: The attribute uniqueness plugin fails to enforce
uniqueness on the CN attribute during a MODRDN operation. If no
new superior DN is specified, the destinationSDN is an empty SDN
struct, breaking marker and subtree searches later.
In this case we fall back to using the parent of the source entry
as the destination.
Fixes: https://github.com/389ds/389-ds-base/issues/6846
Reviewed by: @progier389, @tbordaz (Thank you)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/87aabbcb1def4b578d0fbe988ea4fa041ad6cd76">87aabbcb</a></strong>
<div>
<span> by Firstyear </span> <i> at 2025-10-17T10:11:04+10:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 7044 - RFE - index sudoHost by default (#7046)
Bug Description: SSSD by default will emit a complex
query for sudoHost during logins. As this attribute
is unindexed by default and there are no other significant
attributes or indexes related, this can force ALLIDS searches
during logins.
Fix Description: Index sudoHost by default to improve SSSD
login performance.
fixes: https://github.com/389ds/389-ds-base/issues/7044
Author: William Brown <william@blackhats.net.au>
Review by: @tbordaz</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/57a45ed94e9e5406ed43271525fab3de08909f3e">57a45ed9</a></strong>
<div>
<span> by Simon Pichugin </span> <i> at 2025-10-16T22:00:13-07:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 7047 - MemberOf plugin logs null attribute name on fixup task completion (#7048)
Description: The MemberOf plugin logged "(null)" instead of the attribute
name when the global fixup task completed. This occurred because the config
structure containing the attribute name was freed before the completion log
message was written.
This fix moves the memberof_free_config() call to after the log statement,
ensuring the attribute name is available for logging.
Additionally, the test_shutdown_on_deferred_memberof test has been improved
to properly verify the fixup task behavior by checking that both the "started"
and "finished" log messages contain the correct attribute name.
Fixes: https://github.com/389ds/389-ds-base/issues/7047
Reviewed by: @tbordaz (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/a9faeec07f7ee597b48fa54245a9e405b8472981">a9faeec0</a></strong>
<div>
<span> by tbordaz </span> <i> at 2025-10-20T14:30:52+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 7032 - The new ipahealthcheck test ipahealthcheck.ds.backends.BackendsCheck raises CRITICAL issue (#7036)
Bug description:
The bug fix #6966 adds a 'scanlimit' to one of the system
index ('parentid'). So not all of them have such attribute.
In healthcheck such attribute (i.e. key) can miss but
the code assumes it is present
Fix description:
Get 'parentid' from the dict with the proper routine
(Thanks Florence Renaud for the debug/fix)
fixes: #7032
Reviewed by: Pierre Rogier and Simon Pichugin (thank you !)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/673dd5db1bd9bf5f3e40580bc001a35a724b4098">673dd5db</a></strong>
<div>
<span> by Mark Reynolds </span> <i> at 2025-10-21T16:21:28-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 7059 - UI - unable to upload pem file
Description:
The handler for processing the FileUpload value change was not
conformant with PF5. Simply need to update the parameters in the handler
function
relates: https://github.com/389ds/389-ds-base/issues/7059
Reviewed by: spichugi(Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/f46d65fdb63e550f220058bd774726904a89928e">f46d65fd</a></strong>
<div>
<span> by Mark Reynolds </span> <i> at 2025-10-23T10:42:08-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 7061 - CLI/UI - Improve error messages for dsconf localpwp list
Description:
If local password policies are created outside of dsconf and they do not use a
DN as part of the "cn" value then "dsconf localpwd list" will produce a python
traceback.
We can still list the policy, but hte tool can not modify it. Also
improved the UI handling of these policies
Relates: https://github.com/389ds/389-ds-base/issues/7061
Reviewed by: spichugi(Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/14c05c40f133b54427a46557f270d22157a2856d">14c05c40</a></strong>
<div>
<span> by progier389 </span> <i> at 2025-10-24T16:06:38+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 7029 - Add test case to measure ndn cache performance impact (#7030)
* Issue 7029 - Add test case to measure ndn cache performance impact
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/9ec788789c16f0a2c93142b25dd2beb8b086a41f">9ec78878</a></strong>
<div>
<span> by Lenka Doudova </span> <i> at 2025-10-27T19:20:05+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6753 - Port ticket 48228 test (#7067)
Porting ticket 48228 test into
dirsrvtests/tests/suites/password/pwp_history_test.py by the way of
modifying and extending test_basic test function.
Relates: #6753
Author: Lenka Doudova
Assisted by: Cursor
Reviewer: Pierre Rogier</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/26df830e9046c61b5278860c894a585d61a4d2a3">26df830e</a></strong>
<div>
<span> by Mark Reynolds </span> <i> at 2025-10-28T13:43:53-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 7041 - CLI/UI - memberOf - no way to add/remove specific group filters
Description:
All of the memberof CLI set options do a full replace of the attribute,
but in the case of specific fitlers would could be many values and it
would be difficult to have to replace all the values when you just want
to add or remove a filter.
Added new types of arguments to add and remove values: "add-attr" and
"del-attr".
The UI also needed a lot of work to include these new arguments as the
original form was doing full replcaes, so for hte specifc filter I added
tables to control the individual values so that the current Save button
enabling still worked correctly. Also found other bugs in the existing
memberOf UI page that needed to be fixed.
Relates: https://github.com/389ds/389-ds-base/issues/7041
Reviewed by: jchapman & spichugi (Thanks!!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/afc3c9fa7dfa5a9d6eb87b5527b6ee43eda585ec">afc3c9fa</a></strong>
<div>
<span> by Akshay Adhikari </span> <i> at 2025-10-29T12:29:57+05:30 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6753 - Removing ticket 47871 test and porting to DSLdapObject (#7045)
Description:
The old ticket47871_test.py had compatibility issues.
This ports the functionality to retrocl/basic_test.py::test_retrocl_trimming_entries
using modern DSLdapObject methods.
Relates: https://github.com/389ds/389-ds-base/issues/6753
Reviewed by: @tbordaz</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/08e469e3ea8e475f15819e851edab5d5d9ee4f1c">08e469e3</a></strong>
<div>
<span> by Simon Pichugin </span> <i> at 2025-10-30T22:25:33-07:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 7073 - Add NDN cache size configuration and enforcement tests (#7074)
Description: Adds two new tests for nsslapd-ndn-cache-max-size behavior:
test_ndn_cache_max_size verifies the cache size is correctly set and
adjusts based on entry-based rounding;
test_ndn_cache_size_enforcement validates that the cache limit is actually
enforced with evictions occurring when the cache fills.
The enforcement test populates the cache with (capacity + 1000) entries
to trigger evictions, then verifies behavior with a larger cache size.
Tests cover size adjustments, minimum value enforcement,
and eviction statistics monitoring.
Fixes: https://github.com/389ds/389-ds-base/issues/7073
Reviewed by: @progier389 (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/026acd2727e72926139e0fc35ff5e34eb6af646a">026acd27</a></strong>
<div>
<span> by Mark Reynolds </span> <i> at 2025-10-31T11:27:50-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 7071 - search filter (&(cn:dn:=groups)) no longer returns results
Description:
When processing an "and" filter and it only contains one filter component then
the logic in the code breaks down and the filter is seen as not matching.
The logic breaks down because we are not setting "nomatch" after the access
check is successful. If there are two components then it works fine
because we do the access check on the first filter component and set that
the access check was done(access_check_done), but "nomatch" is not set yet.
So when the next filter component is checked for access we see that the access
check was done and then we set "nomatch".
To recap we always need to set "nomatch" when the access check is successful
in order to handle the case where an "and" fitler only has one component.
Relates: https://github.com/389ds/389-ds-base/issues/7071
Reviewed by: spichugi(Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/ee9a3b49fa243ca711ab2d80e54a8dea0877a438">ee9a3b49</a></strong>
<div>
<span> by tbordaz </span> <i> at 2025-11-03T11:57:15+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 7065 - A search filter containing a non normalized DN assertion does not return matching entries (#7068)
Bug description:
This bug is a regression introduced with #6172.
Since the filter was optimized #5170, in case of filter bypass
the client filter remains not normalized. For access control purpose
it is nevertheless checked.
Checking main fail if the normalized sorted valueset does not match
unnormalized client assertion
Fix description:
Normalize the filter and intended filter before using it for
matching
fixes: #7065
Reviewed by: Pierre Rogier, Mark Reynolds (thanks)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/06e1268aff69268a826f233f0e86b3869cb5d3db">06e1268a</a></strong>
<div>
<span> by Simon Pichugin </span> <i> at 2025-11-03T16:43:39-08:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6660 - CLI, UI - Improve replication log analyzer usability (#7062)
Description: Fixed chart spacing and layout issues, improved directory
validation with existence checking, and enhanced error messages to provide
actionable guidance when no replication data matches filter criteria.
Fixes: https://github.com/389ds/389-ds-base/issues/6660
Reviewed by: @mreynolds389, @mirielka (Thanks!!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/1d72eeaaa414d64246df5163f802cfba9da65a76">1d72eeaa</a></strong>
<div>
<span> by Viktor Ashirov </span> <i> at 2025-11-04T12:05:51+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 7056 - DSBLE0007 doesn't generate remediation steps for missing indexes
Bug Description:
dsctl healthcheck doesn't generate remediation steps for missing
indexes, instead it prints an error message:
```
- Unable to check index ancestorId: No object exists given the filter criteria: ancestorId (&(&(objectclass=nsIndex))(|(cn=ancestorId)))
```
Fix Description:
Catch `ldap.NO_SUCH_OBJECT` when index is missing and generate
remediation instructions.
Update remediation instructions for missing index.
Fix failing tests due to missing idlistscanlimit.
Fixes: https://github.com/389ds/389-ds-base/issues/7056
Reviewed by: @progier389, @droideck (Thank you!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/2df7244effb8b83c86f507dfb56ddf62dc74093a">2df7244e</a></strong>
<div>
<span> by Simon Pichugin </span> <i> at 2025-11-04T17:09:00-08:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 7069 - Add Subnet/CIDR Support for HAProxy Trusted IPs (#7070)
Description: nsslapd-haproxy-trusted-ip now supports CIDR notation
(192.168.0.0/24, 2001:db8::/32) instead of requiring individual IPs
for each address in a subnet. This makes it practical to trust entire
HAProxy network ranges without manually adding hundreds of entries.
The implementation includes CIDR parsing with validation, netmask
precomputation for performance, and support for mixing individual IPs
and subnets. Added comprehensive tests for subnet matching, edge cases,
and malformed input validation. Updated Cockpit console UI accordingly.
Fixes: https://github.com/389ds/389-ds-base/issues/7069
Reviewed by: @mreynolds389 (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/427aebb1ac1e2b45c0caa916964c7a03cc5c5a62">427aebb1</a></strong>
<div>
<span> by Mark Reynolds </span> <i> at 2025-11-06T08:24:39-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 7078 - audit json logging does not encode binary values
Description:
Audit log does encode binary values, and this breaks the UI when it tries
displaying the log contents. When the value is not "printable" base64
encode it.
Relates: https://github.com/389ds/389-ds-base/issues/7078
Reviewed by: progier & spichugi(Thanks!!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/e7c55aa0370664caa7b152ab2dee27e3b3e4facb">e7c55aa0</a></strong>
<div>
<span> by James Chapman </span> <i> at 2025-11-07T09:57:02+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 7042 - Enable global_backend_lock when memberofallbackend is enabled (#7043)
Description: When the memberOf plugin is configured with memberOfAllBackends=on
option, concurrent updates to group memberships across multiple backends can lead
to deadlock.
Fix: A healthcheck was added to detect this configuration and alert the user to the
potential deadlock risk.
Fixes: https://github.com/389ds/389-ds-base/issues/7042
Reviewed by: @droideck, @firstyear, @tbordaz, @progier389 (Thank you)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/52fa2944b4b27b40aab8b67190d98c7252314e40">52fa2944</a></strong>
<div>
<span> by Lenka Doudova </span> <i> at 2025-11-07T14:46:00+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6753 - Port ticket 49008 test (#7080)
Description:
Porting ticket 49008 test into
dirsrvtests/tests/suites/replication/ruvstore_test.py::test_ruv_after_aborted_plugin_operation.
Relates: #6753
Author: Lenka Doudova
Assisted by: Cursor
Reviewer: Pierre Rogier</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/717541d198f194ac2df7b5a0e7f81c4bb0e60ada">717541d1</a></strong>
<div>
<span> by Lenka Doudova </span> <i> at 2025-11-07T14:46:26+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6753 - Remove ticket 47900 test (#7087)
Description:
Removing ticket 47900 test since the tescases are already covered by
dirsrvtests/tests/suites/password/pwdAdmin_test.py
Relates: #6753
Author: Lenka Doudova
Reviewer: Barbora Simonova</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/2a782b8f290a25476d4d5bfd4d976315fe36753c">2a782b8f</a></strong>
<div>
<span> by tbordaz </span> <i> at 2025-11-07T15:41:40+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 7055 - Online initialization of consumers fails with error -23 (#7075)
Bug description:
During a total initialization, if the supplier is not able
to send a new entry because the consumer is LDAP_BUSY,
then it returns a failure (CONN_OPERATION_FAILED).
The failure ends the replication session
Fix description:
Instead of failing it should retry (maxretry=5)
fixes: #7055
Reviewed by: Pierre Rogier (thanks)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/dbc4b2ed70526c03bfedb2474c0205cf1ca6c17b">dbc4b2ed</a></strong>
<div>
<span> by Viktor Ashirov </span> <i> at 2025-11-10T13:20:28+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 7049 - RetroCL plugin generates invalid LDIF
Bug Description:
When a replicated modification marked with LDAP_MOD_IGNORE is logged,
`changes` attribute contains invalid LDIF:
```
replace: modifiersName
modifiersName: cn=MemberOf Plugin,cn=plugins,cn=config
-
modifyTimestamp: 20250903092211Z
-
```
Line `replace: modifyTimestamp` is missing.
A similar issue is present in audit log:
```
time: 20251031064114
dn: ou=tuser,dc=example,dc=com
result: 0
changetype: modify
add: objectClass
objectClass: nsMemberOf
-
replace: modifiersName
modifiersName: cn=MemberOf Plugin,cn=plugins,cn=config
-
-
```
Dash separator is logged, while the operation is not.
This issue is not present wheh JSON format is used.
Fix Description:
* retrocl_po.c: add a default case to skip the entire modification if it
has LDAP_MOD_IGNORE flag.
* auditlog.c: write the dash separator only if operation type is not
LDAP_MOD_IGNORE
Fixes: https://github.com/389ds/389-ds-base/issues/7049
Reviewed by: @progier389 (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/8ac17d60030e29c84ced9f0ce61c16504695b3fc">8ac17d60</a></strong>
<div>
<span> by Simon Pichugin </span> <i> at 2025-11-13T11:56:45-08:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 7069 - Fix error reporting in HAProxy trusted IP parsing (#7094)
Description: Add missing errorbuf population in haproxy_parse_trusted_ips()
for CIDR validation failures.
Initialize parse_errorbuf to zero to fix Coverity warning.
Fixes: https://github.com/389ds/389-ds-base/issues/7069
Reviewed by: progier389, mreynolds389 (Thanks!!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/cf277a9420639d9e95fbf14982bcefca2cb0c781">cf277a94</a></strong>
<div>
<span> by dependabot[bot] </span> <i> at 2025-11-17T19:57:18-08:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Bump js-yaml from 4.1.0 to 4.1.1 in /src/cockpit/389-console (#7097)
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.1.1)
---
updated-dependencies:
- dependency-name: js-yaml
dependency-version: 4.1.1
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com></pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/e86c212878ba692af340c14413b2f8bdcad8f514">e86c2128</a></strong>
<div>
<span> by Akshay Adhikari </span> <i> at 2025-11-18T21:57:10+05:30 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 7076, 6992, 6784, 6214 - Fix CI test failures (#7077)
- Fixed import test bugs in regression_test.py (cleanup handler, LDIF permissions) -
https://github.com/389ds/389-ds-base/issues/6992
- Fixed ModRDN cache corruption on failed operations (parent update check, cache cleanup)
- Fixed attribute uniqueness test fixture cleanup in attruniq_test.py
- mproved test stability by fixing race conditions in replication, healthcheck,
web UI, memberOf, and basic tests.
- Fixed entrycache_eviction_test.py to track incremental log counts instead of cumulative -
https://github.com/389ds/389-ds-base/issues/6784
Fixes: https://github.com/389ds/389-ds-base/issues/7076
Relates: https://github.com/389ds/389-ds-base/issues/6992
Relates: https://github.com/389ds/389-ds-base/issues/6784
Fixes: https://github.com/389ds/389-ds-base/issues/6214
Reviewed by: @vashirov, @progier389 (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/7df263085999f256caa88f753e79f87d58c1733d">7df26308</a></strong>
<div>
<span> by Lenka Doudova </span> <i> at 2025-11-19T07:01:12+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 7089 - Fix dsconf certificate list (#7090)
Description:
Fixing regex matching for listing certificates to also match a single
character certificate name instead of failing the 'dsconf security
certificate list' command
Relates: #7089
Author: Lenka Doudova
Reviewer: James Chapman</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/3bd703cf129fef43cff86c21a2cc8ef331794c56">3bd703cf</a></strong>
<div>
<span> by Simon Pichugin </span> <i> at 2025-11-20T14:34:50-08:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 3555 - UI - Fix audit issue with npm - glob (#7107)
Description: Run npm audit fix to address the vulnerability
in glob.
Relates: https://github.com/389ds/389-ds-base/issues/3555
Reviewed by: @vashirov (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/9d068856f460d70d9f1ba1bc96b33f56e769cdf4">9d068856</a></strong>
<div>
<span> by Akshay Adhikari </span> <i> at 2025-11-25T15:12:07+05:30 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 7041 - Add WebUI test for group member management (#7111)
Description: Added test for group member add/remove functionality via checkboxes,
testing both single and multiple member deletions.
Relates: https://github.com/389ds/389-ds-base/issues/7041
Reviewed by: @mreynolds389, @droideck</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/2876e7672dce8307f053b80a4ff412b3993da02e">2876e767</a></strong>
<div>
<span> by Mark Reynolds </span> <i> at 2025-11-25T09:15:56-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 7007 - Improve paged result search locking
Description:
Hold the paged result connection hash mutex while acquiring the global
connection paged result lock. Otherwise there is a window where the
mutex could be rmoved and lead to a crash
Relates: https://github.com/389ds/389-ds-base/issues/7007
Reviewed by: progier, spichugi, and tbordaz(Thanks!!!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/67d8c649538560ea0e4cea763c46185c4817249a">67d8c649</a></strong>
<div>
<span> by Akshay Adhikari </span> <i> at 2025-11-26T15:33:53+05:30 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6753 - Port ticket47920 test to ldap_controls_test using DSLdapObject (#7103)
Description:
The old ticket47920_test.py had compatibility issues.
This ports the functionality to ldap_controls_test.py using modern DSLdapObject methods.
Relates: https://github.com/389ds/389-ds-base/issues/6753
Reviewed by: @droideck (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/12ab69e5d655df4c9db3de31e0ae4885144c7a9e">12ab69e5</a></strong>
<div>
<span> by Akshay Adhikari </span> <i> at 2025-11-27T15:40:40+05:30 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6753 - Port ticket47910 test to logconv_test using DSLdapObject (#7098)
Description:
Port ticket47910_test.py(file removed) to logconv_test.py with new tests for logconv
time filtering (-S/-E options). Fixes dataclass access bug in logconv.py
and adds proper error exit codes.
Relates: https://github.com/389ds/389-ds-base/issues/6753
Reviewed by: @jchapma (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/1248019a74d8507733b9d03bee768a5f0fcea6db">1248019a</a></strong>
<div>
<span> by Mark Reynolds </span> <i> at 2025-12-02T09:56:59-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 7084 - UI - schema - sorting attributes breaks expanded row
Description:
When sorting attributes the expanded row is not properly set and it crashes
the browser when trying to see it. The problem is that during sorting we
are not transfering the "attribute data" to the new sorted row.
Also fixed small issue in VlvIndexes where the wrong function name was
used.
Relates: https://github.com/389ds/389-ds-base/issues/7084
Reviewed by: spichugi(Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/764b500cee718bb05c107d592e918159bba6039e">764b500c</a></strong>
<div>
<span> by Simon Pichugin </span> <i> at 2025-12-03T17:47:34-08:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 7119 - Harden DNA plugin locking for shared server list operations (#7120)
Description: Hold dna_server_write_lock() across both the global list
teardown and full rebuild in dna_load_shared_servers(), eliminating
rare races where concurrent config updates could free or append entries
while the list is being reconstructed.
Guard dna_delete_global_servers() at shutdown behind the same lock,
ensuring teardown doesn't run in parallel with active readers.
Add comprehensive multi-supplier DNA test suite covering basic
allocation, uniqueness, shared config replication, restart recovery,
and range exhaustion scenarios.
Fixes: https://github.com/389ds/389-ds-base/issues/7119
Reviewed by: @tbordaz (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/f697e71121c4d40dce2509bb1a57f8fbd0501cf8">f697e711</a></strong>
<div>
<span> by Viktor Ashirov </span> <i> at 2025-12-04T21:56:28+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 7109 - AddressSanitizer: SEGV ldap/servers/slapd/csnset.c:302 in csnset_dup (#7114)
Bug Description:
In `extensible_candidates` we pass a `berval` struct directly to the
pblock instead of `Slapi_Value`, which have different memory layouts.
Reproducible with
`dirsrvtests/tests/suites/filter/filter_index_match_test.py::test_do_extensible_search`.
Fix Description:
Convert the `berval` to `Slapi_Value` before passing to the pblock.
Fixes: https://github.com/389ds/389-ds-base/issues/7109
Reviewed by: @progier389 (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/3dd7d2854a2d8b6e328b44912ec234263e8ef5fc">3dd7d285</a></strong>
<div>
<span> by Viktor Ashirov </span> <i> at 2025-12-04T22:03:31+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 7115 - LeakSanitizer: leak in `slapd_bind_local_user()` (#7116)
Bug Description:
1. In `slapd_bind_local_user()` when checking LDAPI auth mappings,
`slapi_search_internal_get_entry()` allocates and returns a duplicated
entry. This entry was never freed before jumping to the `done:` label,
causing a memory leak on each BIND operation.
2. When LDAPI mapping points to a locked account or a non-existent entry
`auth_dn` is allocated but not freed when `slapi_check_account_lock()`
returns non-zero.
3. When the root DN account is locked, `root_dn` is allocated via
`config_get_rootdn()` but not freed when the account lock check fails.
Fix Description:
1. Free the duplicated `e` before jumping to the `done:` label.
2. Free `auth_dn` when acount is locked or doesn't exist.
3. Free `root_dn` when root account is locked.
Fixes: https://github.com/389ds/389-ds-base/issues/7115
Reviewed by: @mreynolds389, @droideck (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/75e0e487545893a7b0d83f94f9264c10f8bb0353">75e0e487</a></strong>
<div>
<span> by Viktor Ashirov </span> <i> at 2025-12-04T22:09:13+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 7121 - LeakSanitizer: various leaks during replication (#7122)
1. CSN Leaks
In `resolve_attribute_state_deleted_to_present()` we set CSN set pointer
to NULL without freeing the allocated memory.
In `valueset_remove_valuearray()` we overwrite `csnset` pointer without
freeing the existing `csnset`.
2. Leak in replica_add_session_abort_control()
Control's OID and value are allocated but never freed after
`slapi_pblock_set`, which duplicates the control. Added cleanup to free
`ctrl.ldctl_oid` and `ctrl.ldctl_value.bv_val` after `slapi_pblock_set`.
3. LDAP controls leak
`ldap_parse_result` allocates controls that are not being freed when not
transferred to caller or on error paths. Free `loc_returned_controls`
in cleanup section and NULL the pointer after the transfer.
`returned_controls` allocated in `conn_read_result_ex` are used to check
for abort session control, but never freed before the next loop
iteration.
Fixes: https://github.com/389ds/389-ds-base/issues/7121
Reviewed by: @progier389, @tbordaz (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/49ed4ad368406c8e1447b440b6115f599b2e9494">49ed4ad3</a></strong>
<div>
<span> by Viktor Ashirov </span> <i> at 2025-12-05T08:22:48+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 7135 - Not enough space for tests on GH runner (#7136)
Description:
Recently healthcheck tests started to fail with DSDSLE0001
> The disk partition used by the server (/), either for the database,
the configuration files, or the logs is over 90% full.
A fresh runner has 78% free space:
```
Filesystem Size Used Avail Use% Mounted on
/dev/root 73G 57G 17G 78% /
tmpfs 7.9G 172K 7.9G 1% /dev/shm
tmpfs 3.2G 1.1M 3.2G 1% /run
tmpfs 5.0M 0 5.0M 0% /run/lock
/dev/sdb15 105M 6.1M 99M 6% /boot/efi
/dev/sda1 74G 4.1G 66G 6% /mnt
tmpfs 1.6G 12K 1.6G 1% /run/user/1001
```
There is preinstalled software that we don't use, like dotnet, GHC,
CodeQL, docker images. We can remove them as part of the CI job to free
up disk space.
Fixes: https://github.com/389ds/389-ds-base/issues/7135
Reviewed by: @droideck (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/8fe7bfe6ba2a21bcee34c6a383f080b02ecc4683">8fe7bfe6</a></strong>
<div>
<span> by progier389 </span> <i> at 2025-12-05T11:39:53+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 7132 - Keep alive entry updated too soon after an offline import (#7133)
* Issue 7132 - Keep alive entry updated too soon after an offline import
Problem: first keep alive update is done 30 seconds after restarting the server which may be before the other replica have the time to replicate local changes after a re-initialization.
Solution: unify the timer management so that it starts after the keep alive interval (which is configurable) in the 3 following cases:
server starts
replica is enabled (i.e after bulk import)
keep alive interval is changed (to avoid having to restart the server after configuration change)
Also logs a warning if the keep alive interval is smaller than the maximum backoff timer value
Issue: #7132
Reviewed by: @tbordaz , @droideck (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/337e2c905a24c1c3b9e2bc32cb7be62f1908ddac">337e2c90</a></strong>
<div>
<span> by progier389 </span> <i> at 2025-12-05T17:20:18+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6951 - Dynamic Certificate refresh phase 1 - Search support (#7117)
First phase of Dynamic Certificate Refresh
Implement a new backend handling cn=dynamiccertificates suffix
and the code supporting search request to list and show nss db certificates
issue: #6951
Reviewed by: @vashirov (Thanks!)
* Dynamic Certificate - Phase1- Search
* Fix sourcery-ai remarks
* Minor changes
* Fix broken search and memory leaks
Co-authored-by: Viktor Ashirov <vashirov@redhat.com>
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/ff26302ec561a47209b5dfcb71a7f286bc304b97">ff26302e</a></strong>
<div>
<span> by Viktor Ashirov </span> <i> at 2025-12-08T08:58:25+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 7124 - BDB cursor race condition with transaction isolation (#7125)
Bug Description:
ASAN reported crashes in `__db_ditem_nolog()` with negative-size-param
errors. Cursor operations without transaction isolation allowed
concurrent page modifications to corrupt cursor state, leading to
invalid memory access.
The race condition occurs when:
1. T1 opens a cursor without transaction protection
2. T2 modifies the same index page
3. T1 cursor operates on stale page metadata
4. `__db_ditem_nolog()` calculates negative size for `memmove()`
5. Crash: `AddressSanitizer: negative-size-param: (size=-8)`
Reproducer: dirsrvtests/tests/stress/backend/bdb_cursor_race_test.py
Crash under ASAN usually happens within 10-30 minutes, but sometimes it
can run for hours without any crash.
Fix Description:
Implement transaction isolation for cursors in `idl_new_fetch()` and
`idl_new_range_fetch()` by always calling `dblayer_read_txn_begin()`.
In `bdb_txn_begin()` verify if the environment supports transactions
(has DB_INIT_TXN flag) before attempting to begin a transaction.
This prevents errors during offline import which uses a private
environment without transaction support.
In `bdb_public_new_cursor()` skip transaction usage when the database's
environment doesn't support transactions.
Fixes: https://github.com/389ds/389-ds-base/issues/7124
Reviewed by: @progier389, @tbordaz (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/50ef48ad840da49cfacd80f5522db28223cb7c6e">50ef48ad</a></strong>
<div>
<span> by James Chapman </span> <i> at 2025-12-08T10:20:42+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 7091 - Duplicate local password policy entries listed (#7092)
Bug description:
When listing local password policies, duplicate entries are shown
if a subtree password policy exists under a sub suffix. The parent
suffix search also returns the same policy, resulting in duplicates.
Fix description:
Add a check for duplicate policy entries when iterating over results from multiple suffixes.
Fixes: https://github.com/389ds/389-ds-base/issues/7091
Reviewed by: @droideck (Thank you)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/f7156790d8e38f86a6495957e4fe4cb44a0bbc81">f7156790</a></strong>
<div>
<span> by James Chapman </span> <i> at 2025-12-08T10:33:59+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 7128 - memory corruption in alias entry plugin (#7131)
Description:
The plugin was freeing the original search base sdn, leading
to memory corruption during operation teardown.
Fix:
Track ownership of sdn values in the alias dereference loop, only free
temp alias sdn's created by the plugin.
Fixes: https://github.com/389ds/389-ds-base/issues/7128
Reviewed by: @vashirov, @tbordaz (Thank you)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/4db2f3c6b2525e31ef9d4deda6d6f5797fd854e5">4db2f3c6</a></strong>
<div>
<span> by Akshay Adhikari </span> <i> at 2025-12-08T16:24:06+05:30 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 6753 - Port ticket47921 test to indirect_cos_test using DSLdapObject (#7134)
Description: The old ticket47921_test.py had compatibility issues.
This ports the functionality to indirect_cos_test.py using modern DSLdapObject methods.
Relates: https://github.com/389ds/389-ds-base/issues/6753
Reviewed by: @progier389 (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/c341731ff1085b43a0816ded471029585857471b">c341731f</a></strong>
<div>
<span> by progier389 </span> <i> at 2025-12-08T15:21:54+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 7138 - test_cleanallruv_repl does not restart supplier3 (#7139)
Fix CI by ensuring that all suppliers are started when completing the test
Issue: #7138
Reviewed by: @droideck (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/d9360cb81039ec87356aee01284ecb10f15bf96f">d9360cb8</a></strong>
<div>
<span> by Alex Kulberg </span> <i> at 2025-12-09T15:11:56+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 7053 - Remove memberof_del_dn_from_groups from MemberOf plugin (#7064)
Bug Description:
The member plugin creates redundant changes to the member attribute
in groups when deleting a user, although the referential integrity
of the member attribute should be controlled by the Referential Integrity plugin.
Furthermore, memberof doesn't take replication of operations into account
and performs the change on every server instance in the topology.
Fix Description:
Remove the `memberof_del_dn_from_groups` function from the MemberOf plugin,
completely transferring responsibility for deleting users from groups
to the Referential Integrity plugin.
Relates: https://github.com/389ds/389-ds-base/issues/7053
Reviewed by: @tbordaz</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/afffed9ede9fa729a26f482767f0f837faf8323f">afffed9e</a></strong>
<div>
<span> by progier389 </span> <i> at 2025-12-09T18:02:04+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 7112 - dsctrl dblib bdb2mdb core dumps and won't allow conversion (#7144)
Avoid a crash we trying to free twice some bdb resources when read-only bdb is used.
Just by making sure not to dereference NULL pointer.
Issue: #7112
Reviewed by: @mreynolds389 (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/446f3a485e8c27c11a5647266d5434dffdc6641e">446f3a48</a></strong>
<div>
<span> by Mark Reynolds </span> <i> at 2025-12-09T15:29:27-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 1793 - RFE - Implement dynamic lists
Implement a backend feature to build dynamic content based of
LDAP URI's. Configuration includes an identifying objectclass to mark
an entry as a dynamic content entry. Another setting for the attribute
that contains the LDAP URI, and an attribute for storing the dynamic
content. Attributes specified in the LDAP URI override the content
attribute and instead write that attribute's value into the dynamic
content entry.
Design doc: https://www.port389.org/docs/389ds/design/dynamic-lists-design.html
Relates: https://github.com/389ds/389-ds-base/issues/1793
Reviewed by: progier(Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/97ae7306b75b344608a413c4d4f125f7ba0db3fe">97ae7306</a></strong>
<div>
<span> by Simon Pichugin </span> <i> at 2025-12-10T19:53:35-08:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 7081 - Repl Log Analysis - Implement data sampling with performance and timezone fixes (#7086)
Description: Add configurable data sampling to handle large datasets efficiently.
Implement three precision modes (fast/balanced/full) with uniform sampling on
backend and client-side fallback sampling when datasets exceed file size limits.
Track sampling metadata in JSON output and surface to users via UI notices.
Optimize chart rendering with series caching and debounced resize handlers.
Increase file size limits to 64 MiB and add proper async loading with
cancellation tokens. Make timezone handling consistent with all timestamps
timezone-aware throughout the stack. Add tracking for skipped directories,
accurate end-time reporting, and per-tab loading states.
Fixes: https://github.com/389ds/389-ds-base/issues/7081
Reviewed by: @mreynolds389 (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/7ba274f346f7f82b6cd73f24bc9c04be66a8837d">7ba274f3</a></strong>
<div>
<span> by Simon Pichugin </span> <i> at 2025-12-10T20:35:35-08:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 7119 - Fix DNA shared config replication test (#7143)
Description: Modify test_dna_shared_config_replication to validate shared
config updates through actual DNA value allocation rather than direct
modification.
Creates a user to trigger DNA allocation and verifies the dnaRemainingValues
decrements and replicates correctly across all suppliers.
Relates: https://github.com/389ds/389-ds-base/issues/7119
Reviewed by: @tbordaz (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/40527f748240e03410557b04a4cd353942211af1">40527f74</a></strong>
<div>
<span> by Mark Reynolds </span> <i> at 2025-12-15T16:50:36-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue 1793 - RFE - Dynamic lists - UI and CLI updates
Description:
Add UI and CLI support for the new dynamic lists configuration
Relates: https://github.com/389ds/389-ds-base/issues/1793
Reviewed by: spichugi(Thanks!)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/7b2104c2eb21ed899d69757529bd997ea65a5310">7b2104c2</a></strong>
<div>
<span> by progier389 </span> <i> at 2025-12-16T12:37:26+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Issue: 7147 - entrycache_eviction_test is failing (#7148)
Several reason explain the test failure:
log buffereing is not disabled
a race condition causing double free in slapi_re_exec_nt when several thread uses the same compiled regex
The searched done during the test were silently unindexed so some entries were unexpectedly added to the entry cache
Issue: #7147
Reviewed by: @tbordaz, @droideck (Thanks!)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/09a3408bd3512ea7da0c66231a1dd2b15cc93fbe">09a3408b</a></strong>
<div>
<span> by Mark Reynolds </span> <i> at 2025-12-16T15:43:53-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Bump version to 3.1.4
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/b0916a76e53d629e29b11b27752a2d3f0aca7e0e">b0916a76</a></strong>
<div>
<span> by Timo Aaltonen </span> <i> at 2026-04-20T10:20:25+03:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Merge branch 'upstream' into m
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/97728ef6d55227f1d9bcf495930cbd273b7e26fa">97728ef6</a></strong>
<div>
<span> by Timo Aaltonen </span> <i> at 2026-04-20T10:21:14+03:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>version bump
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/f5d2bf7dcdd42587dce752cd91d260212a1d9e78">f5d2bf7d</a></strong>
<div>
<span> by Timo Aaltonen </span> <i> at 2026-04-20T10:35:06+03:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>patches: Drop upstreamed patches.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/d32406eaf933c6ce08685a3e78f4ab19d68f37ec">d32406ea</a></strong>
<div>
<span> by Timo Aaltonen </span> <i> at 2026-04-20T10:37:19+03:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>watch: Updated.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/6989008f654c68f7ea4e74d7eafd3e449a76947b">6989008f</a></strong>
<div>
<span> by Timo Aaltonen </span> <i> at 2026-04-20T20:29:54+03:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Migrate to pybuild.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/885f34a08f5bd93e534e887588f07fa2f5bbcfbe">885f34a0</a></strong>
<div>
<span> by Timo Aaltonen </span> <i> at 2026-04-20T20:31:41+03:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>patches: Fix nss includes.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/05473d15b3bef30f1a416434240d377ebc757b48">05473d15</a></strong>
<div>
<span> by Timo Aaltonen </span> <i> at 2026-04-20T20:35:03+03:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Drop libdb-dev from build-depends, include a read-only implementation derived from rpm (librobdb.so). (Closes: #1119174)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/d4f6babb5b13158c9b4ea57d3dfa1ff95ca16dc0">d4f6babb</a></strong>
<div>
<span> by Timo Aaltonen </span> <i> at 2026-04-20T20:42:48+03:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>rules: Don't clean Cargo.toml.orig-files.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/1e89f93ffeca97056bda3daa582512907cfd2b45">1e89f93f</a></strong>
<div>
<span> by Timo Aaltonen </span> <i> at 2026-04-20T20:43:31+03:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>control: Drop python3-packaging from (build-)depends.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/28ab1f56dfba7063276f9de45b45c787da67df86">28ab1f56</a></strong>
<div>
<span> by Timo Aaltonen </span> <i> at 2026-04-20T20:48:07+03:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>control: Drop unnecessary direct python dependencies from python3- lib389.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/64132c22285271179e4ed68a4ed41dd446143e97">64132c22</a></strong>
<div>
<span> by Timo Aaltonen </span> <i> at 2026-04-20T20:49:42+03:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Drop old vendoring cruft.
</pre>
</li>
</ul>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
676 changed files:
</h4>
<ul>
<li class="file-stats">
<a href="#418a6df66384fbccf0232c5fc704681e6cd55655">
.github/scripts/generate_matrix.py
</a>
</li>
<li class="file-stats">
<a href="#38b37a85a0ea0bbbcd67965688feb5b459ebfa93">
<span class="new-file">
+
.github/workflows/cargotest.yml
</span>
</a>
</li>
<li class="file-stats">
<a href="#fefa7ecf1d406811a36def12ceb26be922add9ee">
.github/workflows/compile.yml
</a>
</li>
<li class="file-stats">
<a href="#7b1d1fdeb8c80da780e8d0ee8fd14f530a610b17">
.github/workflows/lmdbpytest.yml
</a>
</li>
<li class="file-stats">
<a href="#7af05dabe0abb5b90410ad75f3f1c86411081618">
.github/workflows/npm.yml
</a>
</li>
<li class="file-stats">
<a href="#c912f4d2f00cf8e018013a90a8dd6e257a5eb6e5">
.github/workflows/pytest.yml
</a>
</li>
<li class="file-stats">
<a href="#93751d0860fc8bdb85ae1aef6764e7aa694b4f1f">
.github/workflows/validate.yml
</a>
</li>
<li class="file-stats">
<a href="#a5cc2925ca8258af241be7e5b0381edf30266302">
.gitignore
</a>
</li>
<li class="file-stats">
<a href="#d5b4de16d947214ec306bd57bed1bd23a939b5f9">
Makefile.am
</a>
</li>
<li class="file-stats">
<a href="#d7e560a1b9a915cc82a4a544b31706fd6db5f6fd">
VERSION.sh
</a>
</li>
<li class="file-stats">
<a href="#87db583be5c13c1f7b3c958b10e03d67b6a2ca06">
configure.ac
</a>
</li>
<li class="file-stats">
<a href="#a8b82b08155fde320f6fdaceca5a0c1290250a19">
debian/389-ds-base-libs.install
</a>
</li>
<li class="file-stats">
<a href="#927f8e691e4c06faec9cf1eea77d5474e857fcae">
debian/389-ds-base.install
</a>
</li>
<li class="file-stats">
<a href="#9c96da0e9f91d7d8937b69b524702c106258f0d1">
debian/changelog
</a>
</li>
<li class="file-stats">
<a href="#58ef006ab62b83b4bec5d81fe5b32c3b4c2d1cc2">
debian/control
</a>
</li>
<li class="file-stats">
<a href="#0094ccdf8c95d3c9082f0d9b156a9f33f2d099e4">
<span class="deleted-file">
−
debian/patches/0001-Security-fix-for-CVE-2025-2487.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#6884a432ef6feea35710b0951d2f01a04f35e75d">
<span class="deleted-file">
−
debian/patches/fix-build-fail-with-gcc15.diff
</span>
</a>
</li>
<li class="file-stats">
<a href="#8ec410bfd6084d0c8402b55b535e4c97437bec79">
<span class="deleted-file">
−
debian/patches/fix-build-with-newer-rust.diff
</span>
</a>
</li>
<li class="file-stats">
<a href="#81a16e56f40770a7d531727b4790634bb9a6f526">
<span class="new-file">
+
debian/patches/fix-nss-include.diff
</span>
</a>
</li>
<li class="file-stats">
<a href="#bc34014ab4b9a49dd7a27bdd8d352912607c3a96">
debian/patches/series
</a>
</li>
<li class="file-stats">
<a href="#dce6bec75cc3f8fbf81b3af47dc65a63fb4defc3">
debian/python3-lib389.install
</a>
</li>
<li class="file-stats">
<a href="#8756c63497c8dc39f7773438edf53b220c773f67">
debian/rules
</a>
</li>
<li class="file-stats">
<a href="#cd3b9ed8997753e8036e0603e99bcb06616e6c38">
<span class="deleted-file">
−
debian/vendor/ahash/.cargo-checksum.json
</span>
</a>
</li>
<li class="file-stats">
<a href="#ead7552ebf5acbcaf1393075a8f6fd50b5cc0cec">
<span class="deleted-file">
−
debian/vendor/ahash/Cargo.toml
</span>
</a>
</li>
<li class="file-stats">
<a href="#8e206e6d90f48201559be4e32555cee09b189ae3">
<span class="deleted-file">
−
debian/vendor/ahash/FAQ.md
</span>
</a>
</li>
<li class="file-stats">
<a href="#2ab7f378a3ebc27e4e1e958a254e8c8fa38e2563">
<span class="deleted-file">
−
debian/vendor/ahash/LICENSE-APACHE
</span>
</a>
</li>
<li class="file-stats">
<a href="#0f7ea6acca99da2f7d25b05ebfb61fb54b6ead29">
<span class="deleted-file">
−
debian/vendor/ahash/LICENSE-MIT
</span>
</a>
</li>
<li class="file-stats">
<a href="#3d72e9b375bf9c3bb45e5a136e2846f5f135df22">
<span class="deleted-file">
−
debian/vendor/ahash/README.md
</span>
</a>
</li>
<li class="file-stats">
<a href="#75712e6e462c19dce665bc86b01fdfcf54320e53">
<span class="deleted-file">
−
debian/vendor/ahash/build.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#356cc4fceb0a438d06b0f7d565f69c4d1d5427aa">
<span class="deleted-file">
−
debian/vendor/ahash/rustfmt.toml
</span>
</a>
</li>
<li class="file-stats">
<a href="#a1d0a0da640bea30689d9afd66f10a0d654bab56">
<span class="deleted-file">
−
debian/vendor/ahash/src/aes_hash.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#725add94f22291a0e11d7ed6eeda50875767618a">
<span class="deleted-file">
−
debian/vendor/ahash/src/convert.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#5dd9c1fe9bc22a6c7186189f342dde76c619e9d8">
<span class="deleted-file">
−
debian/vendor/ahash/src/fallback_hash.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#068167b00f6abdac5c5e49240b97425e12aaf5f2">
<span class="deleted-file">
−
debian/vendor/ahash/src/hash_map.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#d858c8dcf14caeb181f80d4f685f838770647e50">
<span class="deleted-file">
−
debian/vendor/ahash/src/hash_quality_test.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#1dbb68853bdd95fac3a8c6d95853e414be4c73c9">
<span class="deleted-file">
−
debian/vendor/ahash/src/hash_set.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#5bb9c3515e82f3907797dd0b7afda81726d61560">
<span class="deleted-file">
−
debian/vendor/ahash/src/lib.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#c9281f3035bed3eef0a3d5386ce743a65f43ff70">
<span class="deleted-file">
−
debian/vendor/ahash/src/operations.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#1760bbe525135b5763b3484f80e9f5554ffd784f">
<span class="deleted-file">
−
debian/vendor/ahash/src/random_state.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#b90d201d1509f4bffa685e2c68d8a92333d08576">
<span class="deleted-file">
−
debian/vendor/ahash/src/specialize.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#2c6de23f822849d512da073b5c5d2ad1c966efa5">
<span class="deleted-file">
−
debian/vendor/ahash/tests/bench.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#bd4e67c4364a85571392486d6a604b1e9bf5c696">
<span class="deleted-file">
−
debian/vendor/ahash/tests/map_tests.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#e5a3370f899ca75147e116028cb2fd4218dd1934">
<span class="deleted-file">
−
debian/vendor/ahash/tests/nopanic.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#a677de82e9acd2a34837344bcba373c521fcf43b">
<span class="deleted-file">
−
debian/vendor/concread/.cargo-checksum.json
</span>
</a>
</li>
<li class="file-stats">
<a href="#9329c9b550f6ec8343763191552bb796785c88e1">
<span class="deleted-file">
−
debian/vendor/concread/CACHE.md
</span>
</a>
</li>
<li class="file-stats">
<a href="#9a064db6320a004b93e0bfdfe6bcb0b7406fd19e">
<span class="deleted-file">
−
debian/vendor/concread/CODE_OF_CONDUCT.md
</span>
</a>
</li>
<li class="file-stats">
<a href="#1ddbc9ffedd5afc1cef465c99c3d15d6f032b4fa">
<span class="deleted-file">
−
debian/vendor/concread/CONTRIBUTORS.md
</span>
</a>
</li>
<li class="file-stats">
<a href="#92f9d784b02de1c9661dada9672002a07d30248d">
<span class="deleted-file">
−
debian/vendor/concread/Cargo.toml
</span>
</a>
</li>
<li class="file-stats">
<a href="#2fae2d4ab5252d72cd64bca7280249a4e9557ab9">
<span class="deleted-file">
−
debian/vendor/concread/LICENSE.md
</span>
</a>
</li>
<li class="file-stats">
<a href="#baf021bd52a1373f4416fdf81de88a6fed26cfa0">
<span class="deleted-file">
−
debian/vendor/concread/Makefile
</span>
</a>
</li>
<li class="file-stats">
<a href="#32228b4cdc1b857978ed44db852fe5779014d2c6">
<span class="deleted-file">
−
debian/vendor/concread/README.md
</span>
</a>
</li>
<li class="file-stats">
<a href="#9adb68f3871d73f31b101cf2c37f86f7ddc94f12">
<span class="deleted-file">
−
debian/vendor/concread/asan_test.sh
</span>
</a>
</li>
<li class="file-stats">
<a href="#a2d37fcd3e468ccdfdd843d01898d8c404e13475">
<span class="deleted-file">
−
debian/vendor/concread/benches/arccache.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#3e0984d3f7fdc1de6557c36c1e05f440ddd85f60">
<span class="deleted-file">
−
debian/vendor/concread/benches/hashmap_benchmark.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#46cf0f5366169cabc031bf1b1a6b0f3c1a9b209b">
<span class="deleted-file">
−
debian/vendor/concread/src/arcache/ll.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#bcfc104b8fefbfad2228c60a28b9c210ba3befb9">
<span class="deleted-file">
−
debian/vendor/concread/src/arcache/mod.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#33f20e85e3d815e53e3c828c2b9fd51c7d1d070e">
<span class="deleted-file">
−
debian/vendor/concread/src/arcache/traits.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#d65bc7df2010458dfa19848eed7b68bf00e2bc03">
<span class="deleted-file">
−
debian/vendor/concread/src/bptree/asynch.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#a4eb8cd05d7fc444cb7d550597288b30216b319f">
<span class="deleted-file">
−
debian/vendor/concread/src/bptree/impl.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#184eb8f1f12d0defba6abd3f33bc2b94e3bd2b40">
<span class="deleted-file">
−
debian/vendor/concread/src/bptree/mod.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#56e9190f213e30b0e31a6da3395770a4d41f57dc">
<span class="deleted-file">
−
debian/vendor/concread/src/cowcell/asynch.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#b7d47e467d67b61bf196caaaea212767b990cb37">
<span class="deleted-file">
−
debian/vendor/concread/src/cowcell/mod.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#78d9d445ef9f6e334813eed5a852fe047ebff8fe">
<span class="deleted-file">
−
debian/vendor/concread/src/ebrcell/mod.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#f09f03c4a085f8e11d230dbe147e30ed9ba952c6">
<span class="deleted-file">
−
debian/vendor/concread/src/hashmap/asynch.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#562e8bac74dfa69807e5633e5156dff4e1575973">
<span class="deleted-file">
−
debian/vendor/concread/src/hashmap/impl.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#d4968b92228620521cc9ebdb9e1424cf9dff0a8f">
<span class="deleted-file">
−
debian/vendor/concread/src/hashmap/mod.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#52b9697030bc66756f8ad82794a7554f77047d0d">
<span class="deleted-file">
−
debian/vendor/concread/src/internals/bptree/cursor.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#e8a18adc98902ea05bfa2bbdc40c328efa178318">
<span class="deleted-file">
−
debian/vendor/concread/src/internals/bptree/iter.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#6771950ab38b4b5b0b78ff5148b5d6d17a45752c">
<span class="deleted-file">
−
debian/vendor/concread/src/internals/bptree/macros.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#536fc6cf001866fe272a5ec7bd4391c5a6cb62fc">
<span class="deleted-file">
−
debian/vendor/concread/src/internals/bptree/mod.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#c5d8edbe623239b0718eb524b300c9337cedf5da">
<span class="deleted-file">
−
debian/vendor/concread/src/internals/bptree/node.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#d86534079b4e2ac1484ec344db29ff9ca08fdbf1">
<span class="deleted-file">
−
debian/vendor/concread/src/internals/bptree/states.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#90541aab353d3f28155cfafe427d9fa9c1e2f6b2">
<span class="deleted-file">
−
debian/vendor/concread/src/internals/hashmap/cursor.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#5f6cf31a606ada13026862ce0a3d3efee7cd1755">
<span class="deleted-file">
−
debian/vendor/concread/src/internals/hashmap/iter.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#383b64b4c26a7330c1f4d718a5dd7392c0d57baa">
<span class="deleted-file">
−
debian/vendor/concread/src/internals/hashmap/macros.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#6271ce9e356a1f81fdabeb9ffe409814d30696a5">
<span class="deleted-file">
−
debian/vendor/concread/src/internals/hashmap/mod.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#4f24ff863a654da03e94c89717f9e244641d63a3">
<span class="deleted-file">
−
debian/vendor/concread/src/internals/hashmap/node.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#edb0b807a12f17b9e24215e541b46182a933a15e">
<span class="deleted-file">
−
debian/vendor/concread/src/internals/hashmap/simd.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#3ff46649f9f4634134d973c99dc847daed9699e7">
<span class="deleted-file">
−
debian/vendor/concread/src/internals/hashmap/states.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#0d09a2c12a8b350c9a5b5a40d5a5374f4e190650">
<span class="deleted-file">
−
debian/vendor/concread/src/internals/lincowcell/mod.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#ed0cae236aae21f092d2b5063c20abf03e1ba979">
<span class="deleted-file">
−
debian/vendor/concread/src/internals/lincowcell_async/mod.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#29154caca2d43f0f1d5699597d2d4448e4be1ce0">
<span class="deleted-file">
−
debian/vendor/concread/src/internals/mod.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#a0a22c7b3e1911f6e5ff5be2727cd7e1a6d934e7">
<span class="deleted-file">
−
debian/vendor/concread/src/lib.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#16c25016549c7bff9a177c0ae50ceef1fda25d2e">
<span class="deleted-file">
−
debian/vendor/concread/src/threadcache/mod.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#f84a1ce1b8dee95c2545641288040ff76431350c">
<span class="deleted-file">
−
debian/vendor/concread/src/unsound.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#6dc4beb122c302c9ded5bdf789c423df5db4a7d6">
<span class="deleted-file">
−
debian/vendor/concread/src/unsound2.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#89b1d835ed61314043ffd9a109ce4b11556dd726">
<span class="deleted-file">
−
debian/vendor/concread/src/unsound3.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#5ac71df316475e8ea869d4b60c6306df23d8b37c">
<span class="deleted-file">
−
debian/vendor/concread/src/utils.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#7683c8ff0bac8692907df070f610473d0a2bb84c">
<span class="deleted-file">
−
debian/vendor/concread/static/arc_1.png
</span>
</a>
</li>
<li class="file-stats">
<a href="#f850270b85cb6df15c04bd845ada6e5a5d29282a">
<span class="deleted-file">
−
debian/vendor/concread/static/arc_2.png
</span>
</a>
</li>
<li class="file-stats">
<a href="#44c204a2c31bd70741335d60db436b08621d0b14">
<span class="deleted-file">
−
debian/vendor/concread/static/cow_1.png
</span>
</a>
</li>
<li class="file-stats">
<a href="#d8a1c2cf26d53104e54c97d5c23f7040644d0280">
<span class="deleted-file">
−
debian/vendor/concread/static/cow_2.png
</span>
</a>
</li>
<li class="file-stats">
<a href="#b206eec6e28e6787d6701d92649f52ab3fcbf593">
<span class="deleted-file">
−
debian/vendor/concread/static/cow_3.png
</span>
</a>
</li>
<li class="file-stats">
<a href="#e354d1cbfd0307f80d3ffade2976252904ffa8ca">
<span class="deleted-file">
−
debian/vendor/concread/static/cow_arc_1.png
</span>
</a>
</li>
<li class="file-stats">
<a href="#8bf3a39b33619d3c83630444c74cfd8a2cf3515f">
<span class="deleted-file">
−
debian/vendor/concread/static/cow_arc_2.png
</span>
</a>
</li>
<li class="file-stats">
<a href="#98c78cf80f33e9cdd59e1c377ee039f32db401ce">
<span class="deleted-file">
−
debian/vendor/concread/static/cow_arc_3.png
</span>
</a>
</li>
<li class="file-stats">
<a href="#cb439eaeb50acc118c59926d192a4bee119d66bb">
<span class="deleted-file">
−
debian/vendor/concread/static/cow_arc_4.png
</span>
</a>
</li>
<li class="file-stats">
<a href="#c99225d790d7191dfccd34f409f4fdb36ab670ba">
<span class="deleted-file">
−
debian/vendor/concread/static/cow_arc_5.png
</span>
</a>
</li>
<li class="file-stats">
<a href="#a955be79b5f2d7a867d89a4bee083e05a0477913">
<span class="deleted-file">
−
debian/vendor/concread/static/cow_arc_6.png
</span>
</a>
</li>
<li class="file-stats">
<a href="#f702a7d7194381f6569473ab3383dec412692393">
<span class="deleted-file">
−
debian/vendor/concread/static/cow_arc_7.png
</span>
</a>
</li>
<li class="file-stats">
<a href="#5abce35a10733ceeb54fdbbe5fe61179622ca25b">
<span class="deleted-file">
−
debian/vendor/concread/static/cow_arc_8.png
</span>
</a>
</li>
<li class="file-stats">
<a href="#1e2cfeced22c985db03fb74c825d426c70abf5a9">
<span class="deleted-file">
−
debian/vendor/concread/static/cow_arc_9.png
</span>
</a>
</li>
<li class="file-stats">
<a href="#c88654087236544685058fe05f509c839168a779">
<span class="deleted-file">
−
debian/vendor/uuid/.cargo-checksum.json
</span>
</a>
</li>
<li class="file-stats">
<a href="#f1e5e60a66ea64e46b1ef20cb470f66b90000f54">
<span class="deleted-file">
−
debian/vendor/uuid/CODEOWNERS
</span>
</a>
</li>
<li class="file-stats">
<a href="#48b71f5d73545ee8904bcbc4470f6fed2c5319e8">
<span class="deleted-file">
−
debian/vendor/uuid/CODE_OF_CONDUCT.md
</span>
</a>
</li>
<li class="file-stats">
<a href="#c2c5e639bf546b5cb6f6378006a178ffcf57e488">
<span class="deleted-file">
−
debian/vendor/uuid/CONTRIBUTING.md
</span>
</a>
</li>
<li class="file-stats">
<a href="#e88477568421b356cf6cc83ed0cc586e95cc0ec4">
<span class="deleted-file">
−
debian/vendor/uuid/COPYRIGHT
</span>
</a>
</li>
<li class="file-stats">
<a href="#51a6d3f68c7d5b9340c0c93b07853775778a5a59">
<span class="deleted-file">
−
debian/vendor/uuid/Cargo.toml
</span>
</a>
</li>
<li class="file-stats">
<a href="#6c9074b8479028e9c3010dd8c3e9a8cc6e52c156">
<span class="deleted-file">
−
debian/vendor/uuid/LICENSE-APACHE
</span>
</a>
</li>
<li class="file-stats">
<a href="#d2ce205b2409fe99a10e4d6d79860b47f42b7467">
<span class="deleted-file">
−
debian/vendor/uuid/LICENSE-MIT
</span>
</a>
</li>
<li class="file-stats">
<a href="#1b9a2b5fd88a1f3e0c41e8a0c4454f57372913e2">
<span class="deleted-file">
−
debian/vendor/uuid/README.md
</span>
</a>
</li>
<li class="file-stats">
<a href="#6822bf1c4bc9d28ddbe736311f451b7a71ea109e">
<span class="deleted-file">
−
debian/vendor/uuid/README.tpl
</span>
</a>
</li>
<li class="file-stats">
<a href="#3d9d19a08c73081e18e2d03614c185febe49863a">
<span class="deleted-file">
−
debian/vendor/uuid/benches/format_str.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#8f74a1ab72cf0d787e87d6053eb2ae70f5ef936e">
<span class="deleted-file">
−
debian/vendor/uuid/benches/invalid_parse_str.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#61afb379f310f716a244a480a3395e600f39f474">
<span class="deleted-file">
−
debian/vendor/uuid/benches/mod.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#ee8f33c2901187e6f05e8a5f286fdd2db8cc1977">
<span class="deleted-file">
−
debian/vendor/uuid/benches/serde_support.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#2c3e2c56251419234dd1fe197cb0993285e1bab0">
<span class="deleted-file">
−
debian/vendor/uuid/benches/slog_support/mod.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#64fcf5f2e3b3810c1ece0ed34a420ff70738f3ba">
<span class="deleted-file">
−
debian/vendor/uuid/benches/slog_support/parse_str.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#046e0fd4eff745249c5f7856ecb1da797067b1b3">
<span class="deleted-file">
−
debian/vendor/uuid/benches/valid_parse_str.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#9c5653764325c6b4bf8dca5eb8e89c7e23c453e5">
<span class="deleted-file">
−
debian/vendor/uuid/src/adapter/compact.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#4774a100530fb83ee4fad036edb6cde745d4715b">
<span class="deleted-file">
−
debian/vendor/uuid/src/adapter/mod.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#0b8fe515f91a951f6baeed2767cb5f46c8113a50">
<span class="deleted-file">
−
debian/vendor/uuid/src/builder/error.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#3708c84eca225250d3104af0937b679df12c94d4">
<span class="deleted-file">
−
debian/vendor/uuid/src/builder/mod.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#f5db47355416d4d64158a9d1f819a29ac312962e">
<span class="deleted-file">
−
debian/vendor/uuid/src/error.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#02fb1b7da57fd6db2cf41ef63c1af0bbd6d4e0c8">
<span class="deleted-file">
−
debian/vendor/uuid/src/lib.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#d335c4c1ed26835a797807f99515ccbdb3b02cd8">
<span class="deleted-file">
−
debian/vendor/uuid/src/parser/error.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#e1998b61ac7c5097bed1ed7ce6543ef6def391ac">
<span class="deleted-file">
−
debian/vendor/uuid/src/parser/mod.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#67a8472a58a99034c5d76338db724eb74a8ca72a">
<span class="deleted-file">
−
debian/vendor/uuid/src/prelude.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#b1240d2d95702d1e40828144c14ab54855374ab9">
<span class="deleted-file">
−
debian/vendor/uuid/src/serde_support.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#7304cdc16b4cd3299ea8b241e7e8c642960761b5">
<span class="deleted-file">
−
debian/vendor/uuid/src/slog_support.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#a9a8e5506ba26c1ba47efbf8821c96a5adf81113">
<span class="deleted-file">
−
debian/vendor/uuid/src/test_util.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#03c52b110331db31d5d42ad8d32cf92f1e403756">
<span class="deleted-file">
−
debian/vendor/uuid/src/v1.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#eff19f83ebc4d62169765907555ee404e525c98b">
<span class="deleted-file">
−
debian/vendor/uuid/src/v3.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#a52ee2023486ba728c809e60d910126f72ffac2c">
<span class="deleted-file">
−
debian/vendor/uuid/src/v4.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#59e79bb8fc9d877d122535e682fe4a26e5766a39">
<span class="deleted-file">
−
debian/vendor/uuid/src/v5.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#d9dffaaaa8dd7909fe9ca38a8cc8858934d08ae1">
<span class="deleted-file">
−
debian/vendor/uuid/src/winapi_support.rs
</span>
</a>
</li>
<li class="file-stats">
<a href="#68ef9f98c01c7eecd4c605cc26048a06f3304b79">
debian/watch
</a>
</li>
<li class="file-stats">
<a href="#dea9a48deca97dbb73ba1a685f389310fd90a855">
dirsrvtests/conftest.py
</a>
</li>
<li class="file-stats">
<a href="#6cd4f374e853e08fe57fed271e93c7810540104d">
<span class="new-file">
+
dirsrvtests/tests/data/5Kusers.ldif
</span>
</a>
</li>
<li class="file-stats">
<a href="#4da79c0c4d2c056775b3d7cb6dc1e45216e75aeb">
<span class="new-file">
+
dirsrvtests/tests/data/bdb_instances/instances.tgz
</span>
</a>
</li>
<li class="file-stats">
<a href="#3e6c75e28701dbd5c0c046857a2dbbbeb3984fe8">
<span class="new-file">
+
dirsrvtests/tests/perf/ndncache_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#5adc326d238020afa0d993b50ef20687a4bd87b3">
<span class="new-file">
+
dirsrvtests/tests/stress/backend/bdb_cursor_race_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#2d8c7a054b64aef5923ce7bd1af2c17c4b9e3a42">
dirsrvtests/tests/tickets/ticket48233_test.py
→
dirsrvtests/tests/suites/acl/aci_ip_restriction_test.py
</a>
</li>
<li class="file-stats">
<a href="#d41f16dfa4ed96b59ec8891125fe4d7be87fabe5">
dirsrvtests/tests/suites/acl/roledn_test.py
</a>
</li>
<li class="file-stats">
<a href="#5109cd28cb7bd9d2367b3e83ecdad8cebef39f2e">
dirsrvtests/tests/suites/acl/syntax_test.py
</a>
</li>
<li class="file-stats">
<a href="#3eea72bf25cb88fa118506219e759b33272e6415">
dirsrvtests/tests/suites/acl/userattr_test.py
</a>
</li>
<li class="file-stats">
<a href="#7cffca0bd7a0ae4a4c2a74bc2df07196d4867dfb">
dirsrvtests/tests/suites/basic/basic_test.py
</a>
</li>
<li class="file-stats">
<a href="#7ea5a5b8cb22c9c5e94d5bb1ccd9fdd9d19b1dd1">
dirsrvtests/tests/suites/basic/haproxy_test.py
</a>
</li>
<li class="file-stats">
<a href="#1d2e536ea1047cb031fbdc2fa5dc3f12972fa994">
<span class="deleted-file">
−
dirsrvtests/tests/suites/basic/vlv.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#6824ca491b87913fc1a320c818faf4b93b8c1896">
<span class="new-file">
+
dirsrvtests/tests/suites/basic/vlv_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#0d862e5479366a579c86358e4f2b7b400c5e4ae2">
dirsrvtests/tests/suites/betxns/betxn_test.py
</a>
</li>
<li class="file-stats">
<a href="#7e2473fc6aaa4e00195bc4aeae63d21e8132356c">
dirsrvtests/tests/suites/chaining_plugin/anonymous_access_denied_basic.py
→
dirsrvtests/tests/suites/chaining_plugin/anonymous_access_denied_basic_test.py
</a>
</li>
<li class="file-stats">
<a href="#50117cbdbdf76599856de1d8b94c5f14376ff462">
dirsrvtests/tests/suites/clu/dbgen_test_usan.py
→
dirsrvtests/tests/suites/clu/dbgen_usan_test.py
</a>
</li>
<li class="file-stats">
<a href="#8b2964ea53c212b3c31da36287e8f3b72af40528">
dirsrvtests/tests/suites/clu/dbmon_test.py
</a>
</li>
<li class="file-stats">
<a href="#22ab2b51aae74b977a914c6d5887b533bbc3a3b2">
dirsrvtests/tests/suites/clu/dbscan_test.py
</a>
</li>
<li class="file-stats">
<a href="#b729b36d5b54e805808c27531346eb8fad8593a7">
dirsrvtests/tests/suites/clu/dbverify_test.py
</a>
</li>
<li class="file-stats">
<a href="#142b555b16ac3daeb2d612294d6ccae6f78ea1a6">
<span class="new-file">
+
dirsrvtests/tests/suites/clu/dsconf_backend_dynamic_lists_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#5fc2ec8fa38c11d6e667f5d824f434dedafeb19f">
dirsrvtests/tests/suites/clu/dsconf_config_test.py
</a>
</li>
<li class="file-stats">
<a href="#7fee8f89881c14fb5a51789a35a612ba7ccd2aa7">
<span class="new-file">
+
dirsrvtests/tests/suites/clu/dsconf_conflict_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#a7682a4540e300497f12f8f22c24796a64d68c6c">
<span class="deleted-file">
−
dirsrvtests/tests/suites/clu/dsconf_logging.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#2846df2b5fe4cd6685219e3d22480cb33451ba3e">
<span class="new-file">
+
dirsrvtests/tests/suites/clu/dsconf_logging_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#4ffb4780fb5c7ef6e66e6c0923d7a90ae132f31d">
<span class="new-file">
+
dirsrvtests/tests/suites/clu/dsconf_memberof_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#95d2b241eee50d47cd7f2d2910e6488104911a5f">
<span class="new-file">
+
dirsrvtests/tests/suites/clu/dsconf_schema_superior_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#3b0fe99e01411a7257f9e80b56c7fac29b441780">
dirsrvtests/tests/suites/clu/dsconf_tasks_test.py
</a>
</li>
<li class="file-stats">
<a href="#c1395e1ff10fb39970c61dd48c4c96cc0fb50821">
dirsrvtests/tests/suites/clu/dsctl_acceptance_test.py
</a>
</li>
<li class="file-stats">
<a href="#3a1bfd6abe422958056f23c18c724483701b3ebc">
dirsrvtests/tests/suites/clu/dsctl_dblib_test.py
</a>
</li>
<li class="file-stats">
<a href="#dea3bf5171c3a590341078e12faf8adb6e515c87">
<span class="new-file">
+
dirsrvtests/tests/suites/clu/dsidm_account_inactivity_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#c2c18c731e35c009e472aab5ac7f56f37a6de83d">
dirsrvtests/tests/suites/clu/dsidm_account_test.py
</a>
</li>
<li class="file-stats">
<a href="#8fffaeb83c0c81006a040746007db376ceee31d9">
dirsrvtests/tests/suites/clu/dsidm_group_test.py
</a>
</li>
<li class="file-stats">
<a href="#b7697b99d59e548c719b7852524791c54ef4df64">
dirsrvtests/tests/suites/clu/dsidm_organizational_unit_test.py
</a>
</li>
<li class="file-stats">
<a href="#1887f37e78a3e8a4ca97dcbd8eebbd9016a03863">
dirsrvtests/tests/suites/clu/dsidm_posixgroup_test.py
</a>
</li>
<li class="file-stats">
<a href="#c25a902c47e7ac44953458e789e10b00ae062829">
dirsrvtests/tests/suites/clu/dsidm_role_test.py
</a>
</li>
<li class="file-stats">
<a href="#0d4f42c55d72d4d228cd3d3df9aa45114ebb829a">
dirsrvtests/tests/suites/clu/dsidm_services_test.py
</a>
</li>
<li class="file-stats">
<a href="#92f3dd5e39ce525c2982ce2c905adb75c7a29207">
dirsrvtests/tests/suites/clu/dsidm_uniquegroup_test.py
</a>
</li>
<li class="file-stats">
<a href="#fedb22e18b12871bf68be6a1a101aac3fc558a5b">
dirsrvtests/tests/suites/clu/dsidm_user_test.py
</a>
</li>
<li class="file-stats">
<a href="#1a0f459ae8121525e3b7dffe146488b3c4e7ce2a">
dirsrvtests/tests/suites/clu/schema_test.py
</a>
</li>
<li class="file-stats">
<a href="#cfd304e4ae8a8c789bb8af1a172645b4c3d90513">
dirsrvtests/tests/suites/config/autotuning_test.py
</a>
</li>
<li class="file-stats">
<a href="#3263bb6ee399ac2f4aa72de3eb71f7e2871cb178">
dirsrvtests/tests/suites/config/compact_test.py
</a>
</li>
<li class="file-stats">
<a href="#e08020dfe9247cd66ca3076ffce8c056447acca5">
dirsrvtests/tests/suites/config/config_test.py
</a>
</li>
<li class="file-stats">
<a href="#845bf85fec68690ba0f18e6f53eac09d0f96eaf4">
dirsrvtests/tests/suites/config/regression_test.py
</a>
</li>
<li class="file-stats">
<a href="#8a137d4d16d6359573a99e246edfa08973d10ae4">
dirsrvtests/tests/suites/cos/indirect_cos_test.py
</a>
</li>
<li class="file-stats">
<a href="#294cf48041d0487b438a4bf6b4512d037784881c">
dirsrvtests/tests/suites/disk_monitoring/disk_monitoring_test.py
</a>
</li>
<li class="file-stats">
<a href="#1ebff6c3e6c4ffd2428487fa84244ea5eb7abfcd">
dirsrvtests/tests/suites/ds_logs/ds_logs_test.py
</a>
</li>
<li class="file-stats">
<a href="#44a6b479aa81121145ce0e7ab200f30578ff59be">
<span class="new-file">
+
dirsrvtests/tests/suites/dynamic_lists/dynamic_lists_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#be9c59b725ddb11809c075612e02172944754cc5">
<span class="new-file">
+
dirsrvtests/tests/suites/features/entrycache_eviction_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#d2c04292e1bca4c49882ddb67c089abe9f58a760">
<span class="new-file">
+
dirsrvtests/tests/suites/features/ldap_controls_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#ab27f6ab1b55b70b8ad7afad859d69b4c15fde79">
dirsrvtests/tests/suites/filter/basic_filter_test.py
</a>
</li>
<li class="file-stats">
<a href="#668ccad77b876b3e9e1dffcdaab0ae4c6aa69e27">
dirsrvtests/tests/suites/filter/complex_filters_test.py
</a>
</li>
<li class="file-stats">
<a href="#9d1e378bf1270594d4b71518bfb29e046dd54834">
dirsrvtests/tests/suites/filter/filter_test_aci_with_optimiser.py
→
dirsrvtests/tests/suites/filter/filter_aci_with_optimiser_test.py
</a>
</li>
<li class="file-stats">
<a href="#e23142c4156b0dd0e4db23cd138a941b334d8258">
dirsrvtests/tests/suites/filter/filter_test.py
</a>
</li>
<li class="file-stats">
<a href="#39f7a64842816db3166920b259b7ff11943a1b93">
dirsrvtests/tests/suites/healthcheck/health_config_test.py
</a>
</li>
<li class="file-stats">
<a href="#4fffda4e4450146ec6e7cd088f40512bf8c9f3c0">
dirsrvtests/tests/suites/healthcheck/health_repl_test.py
</a>
</li>
<li class="file-stats">
<a href="#ec6c84dbd00abbf47a4694f4c4f1689112e18bb7">
dirsrvtests/tests/suites/healthcheck/health_security_test.py
</a>
</li>
<li class="file-stats">
<a href="#7d558267410f37b0024936e338ed611edf0ab9ea">
<span class="deleted-file">
−
dirsrvtests/tests/suites/healthcheck/health_sync_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#f79b16cd3f3f03d9ee62d0ea6b77125524833b15">
<span class="new-file">
+
dirsrvtests/tests/suites/healthcheck/health_system_indexes_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#49b8a3643546a629798679b63c778c82d7a54447">
dirsrvtests/tests/suites/healthcheck/health_tunables_test.py
</a>
</li>
<li class="file-stats">
<a href="#fc745b7329408642ad5ca2846097fdbbb1cfc158">
dirsrvtests/tests/suites/healthcheck/healthcheck_test.py
</a>
</li>
<li class="file-stats">
<a href="#0735c3850847723c2a147a126b9df7f62397a3ed">
dirsrvtests/tests/suites/import/import_test.py
</a>
</li>
<li class="file-stats">
<a href="#8a71cb76126324fd29a365586568423c32d090ce">
dirsrvtests/tests/suites/import/regression_test.py
</a>
</li>
<li class="file-stats">
<a href="#cf60c4b0c61d7b5be64086b5b02140f994c436dc">
dirsrvtests/tests/suites/indexes/huge_index_key.py
→
dirsrvtests/tests/suites/indexes/huge_index_key_test.py
</a>
</li>
<li class="file-stats">
<a href="#f37bc5bbce1449101c04bedbb1ddaca9d234bba5">
dirsrvtests/tests/suites/indexes/regression_test.py
</a>
</li>
<li class="file-stats">
<a href="#137bc87f90c267fd920569eeedf4fd5eba739e12">
dirsrvtests/tests/suites/ldapi/ldapi_test.py
</a>
</li>
<li class="file-stats">
<a href="#64a9c58081b2eeea543bed0b7b5cab54094eda24">
dirsrvtests/tests/suites/lib389/config_compare_test.py
</a>
</li>
<li class="file-stats">
<a href="#f4054fba4005f791847454609a8a8583c9fc5fcd">
<span class="new-file">
+
dirsrvtests/tests/suites/logging/access_json_logging_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#2959895face223f4f3d1dc16b789360cb3138554">
dirsrvtests/tests/suites/logging/audit_json_logging_test.py
</a>
</li>
<li class="file-stats">
<a href="#d23aec57dfefd331432a0b45e58ff49eccebe7f5">
<span class="new-file">
+
dirsrvtests/tests/suites/logging/audit_password_masking_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#ba47f0419495052628fdd1a997f717d2d81caf3d">
<span class="new-file">
+
dirsrvtests/tests/suites/logging/error_json_logging_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#7d86b7a687f664aac647586295c8e53a4542b2df">
<span class="new-file">
+
dirsrvtests/tests/suites/logging/log_flush_rotation_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#ad29855ccc7e920bf39cafbb124253d894e2c135">
<span class="new-file">
+
dirsrvtests/tests/suites/logging/logconv_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#9017541cc7c1ff5030cb7b3fd304e79d6f7141ef">
dirsrvtests/tests/suites/logging/logging_compression_test.py
</a>
</li>
<li class="file-stats">
<a href="#879526db470e7dd651850f609946db0301143d71">
dirsrvtests/tests/suites/mapping_tree/referral_during_tot_init_test.py
</a>
</li>
<li class="file-stats">
<a href="#284a4857ca07d1206ac074677332fa1391ecc779">
dirsrvtests/tests/suites/mapping_tree/regression_test.py
</a>
</li>
<li class="file-stats">
<a href="#2079c681c1b68c24e93d98a3cdf068531d4bdd7b">
dirsrvtests/tests/suites/memberof_plugin/__init__.py
</a>
</li>
<li class="file-stats">
<a href="#89772f1dd6d0ba1fa686a9135334b4d31496c356">
<span class="new-file">
+
dirsrvtests/tests/suites/memberof_plugin/conftest.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#bebf03d8b5bbe5e2795d2e2820c7f3c825ca6d87">
dirsrvtests/tests/suites/memberof_plugin/fixup_test.py
</a>
</li>
<li class="file-stats">
<a href="#bd1333fcbbd764be2243965686762fc072f93baa">
<span class="new-file">
+
dirsrvtests/tests/suites/memberof_plugin/memberof_deferred_lmdb_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#c04d890b1ba4620081b7f66ad055c330551c4ed6">
dirsrvtests/tests/suites/memberof_plugin/memberof_deferred_repl_test.py
</a>
</li>
<li class="file-stats">
<a href="#98f3b669366988c7c4325050cafb56642b290842">
<span class="new-file">
+
dirsrvtests/tests/suites/memberof_plugin/memberof_exclude_subtrees_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#ca1bd3cf1003152005ad1cc1f45aa59784f5ff7b">
dirsrvtests/tests/suites/memberof_plugin/memberof_include_scopes_test.py
</a>
</li>
<li class="file-stats">
<a href="#b77b62c92ef917eb85e9f028de27f1d0b6b9eae2">
<span class="new-file">
+
dirsrvtests/tests/suites/memberof_plugin/memberof_skipnested_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#55f85de76af819cd4f91f899e894df3885e39975">
<span class="new-file">
+
dirsrvtests/tests/suites/memberof_plugin/memberof_specific_group_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#628bb6c6c3af6fd6f3b2b4c188f9b60e46c63b13">
dirsrvtests/tests/suites/memberof_plugin/regression_test.py
</a>
</li>
<li class="file-stats">
<a href="#15b269c751477e9f09e90a212b2029898bbd32cf">
dirsrvtests/tests/suites/monitor/monitor_test.py
</a>
</li>
<li class="file-stats">
<a href="#0d59afce506e6c888e4e3e8be90208a6a8c46c00">
dirsrvtests/tests/suites/paged_results/paged_results_test.py
</a>
</li>
<li class="file-stats">
<a href="#f90a4539b6f409b0e076891be7f43510a456c8a1">
dirsrvtests/tests/suites/password/password_policy_test.py
</a>
</li>
<li class="file-stats">
<a href="#e8f54ba39794e843eb2a0526b768b9939149555f">
dirsrvtests/tests/suites/password/password_test.py
</a>
</li>
<li class="file-stats">
<a href="#b8bfc34f4d69fd9c3e8ef69d120bd9e4db34b6fe">
dirsrvtests/tests/suites/password/pw_expired_access_test.py
</a>
</li>
<li class="file-stats">
<a href="#70d243a145c3850912fa7b33ae6217f90d6d3d7b">
dirsrvtests/tests/suites/password/pwdAdmin_test.py
</a>
</li>
<li class="file-stats">
<a href="#179950064162fe97179174ae4b40affffa58cd15">
dirsrvtests/tests/suites/password/pwdModify_test.py
</a>
</li>
<li class="file-stats">
<a href="#7b1b490bb442f12b6656f61dec43b5e0d76cb3cb">
dirsrvtests/tests/suites/password/pwdPolicy_attribute_test.py
</a>
</li>
<li class="file-stats">
<a href="#8720567b121569895cebfeda0dbdb935e59a5ecd">
dirsrvtests/tests/suites/password/pwdPolicy_temporary_password.py
→
dirsrvtests/tests/suites/password/pwdPolicy_temporary_password_test.py
</a>
</li>
<li class="file-stats">
<a href="#708f3021922c5a4f5fbebc0140736d5edfa214a1">
<span class="new-file">
+
dirsrvtests/tests/suites/password/pwp_history_local_override_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#3b01b418741a169d1a08b985de2c0e7a5af2d117">
dirsrvtests/tests/suites/password/pwp_history_test.py
</a>
</li>
<li class="file-stats">
<a href="#b9e37c48352ba83ee425702a147fc930a6202c20">
dirsrvtests/tests/suites/password/pwp_test.py
</a>
</li>
<li class="file-stats">
<a href="#299e5edec3212788c079dbd4579f8aa3433feba8">
<span class="new-file">
+
dirsrvtests/tests/suites/plugins/account_policy_login_attr_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#73003bc791f743b788d93eb4dd7f5a6a1de80278">
dirsrvtests/tests/suites/plugins/accpol_test.py
</a>
</li>
<li class="file-stats">
<a href="#5bdb3c6a8abaf36252bdb89e0e30982d6cae2766">
dirsrvtests/tests/suites/plugins/attruniq_test.py
</a>
</li>
<li class="file-stats">
<a href="#f2e9a429598003e443d48cb330869d6402aebf9c">
<span class="new-file">
+
dirsrvtests/tests/suites/plugins/dna_repl_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#8b570eee8d25dd742309c4be464e2a0f9151dbd5">
dirsrvtests/tests/suites/plugins/dna_test.py
</a>
</li>
<li class="file-stats">
<a href="#b077cdcb6f215d4f98371a69a3d322d9a692525b">
<span class="new-file">
+
dirsrvtests/tests/suites/plugins/entryusn_overflow_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#f52314d788f3188417490ba8e20319683be3bd7a">
<span class="new-file">
+
dirsrvtests/tests/suites/plugins/linked_attributes_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#7c41e921e950a603a50e81ae7dc3725b27b55b57">
dirsrvtests/tests/suites/plugins/memberof_test.py
</a>
</li>
<li class="file-stats">
<a href="#1508207594eac3830ed4a05a48c24f8f3e5b22ef">
<span class="new-file">
+
dirsrvtests/tests/suites/plugins/modrdn_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#563c37998de6511e7c67e168b85a7ac6b415c23c">
<span class="new-file">
+
dirsrvtests/tests/suites/plugins/pam_pta_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#dae58349ae9bf707b7d6a70913228c26d819c9c7">
dirsrvtests/tests/suites/replication/acceptance_test.py
</a>
</li>
<li class="file-stats">
<a href="#bc4ad6a527ea305d41867c55903b1a550b24f926">
<span class="new-file">
+
dirsrvtests/tests/suites/replication/acl_replication_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#f1c8a8c7c1054b54d893cb7719717fd739372988">
dirsrvtests/tests/suites/replication/changelog_test.py
</a>
</li>
<li class="file-stats">
<a href="#1af02cb4ea115d42c1c034070f6941b58fe8db81">
dirsrvtests/tests/suites/replication/changelog_trimming_test.py
</a>
</li>
<li class="file-stats">
<a href="#cacb41ae444107d418430fe1080cdcb6b1507c9e">
<span class="new-file">
+
dirsrvtests/tests/suites/replication/cleanallruv_fractional_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#4fbb3c6bd7ec8929369755ea10062fe07dbac706">
<span class="new-file">
+
dirsrvtests/tests/suites/replication/numsubordinates_replication_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#4ac91f2ad01602a177c4a0c7c0f366e34973d0d2">
dirsrvtests/tests/suites/replication/regression_m2_test.py
</a>
</li>
<li class="file-stats">
<a href="#e056226c9f23df3ceb0d6cb89b502d5e49bedfeb">
dirsrvtests/tests/suites/replication/regression_m3_test.py
</a>
</li>
<li class="file-stats">
<a href="#3387af8984800d5d664102e5e33edb3dd710b50f">
<span class="new-file">
+
dirsrvtests/tests/suites/replication/repl_conflict_delete_modify_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#f843e586bfc249cc1bc10cc4ade5cbc323f01cd3">
<span class="new-file">
+
dirsrvtests/tests/suites/replication/repl_log_monitoring_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#f90df458aadc8d476a5e50f9f099fd5838119934">
<span class="new-file">
+
dirsrvtests/tests/suites/replication/replication_deadlock_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#346277661c7722b540ff6afa1e867184978a41c5">
dirsrvtests/tests/suites/replication/ruvstore_test.py
</a>
</li>
<li class="file-stats">
<a href="#eba38f6022c7b43f0027af684025da4fb96f8ac0">
<span class="new-file">
+
dirsrvtests/tests/suites/replication/selfdn_acl_replication_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#ebc6ea2f358d0dab467be9291b3d53ba58050805">
dirsrvtests/tests/suites/replication/urp.py
→
dirsrvtests/tests/suites/replication/urp_test.py
</a>
</li>
<li class="file-stats">
<a href="#deab23957ad5d3228072c65932e6535ab7edbecf">
dirsrvtests/tests/suites/resource_limits/fdlimits_test.py
</a>
</li>
<li class="file-stats">
<a href="#2bb7320f7de6f5add4b1ae6c0988cfe24acebbf0">
dirsrvtests/tests/suites/retrocl/basic_test.py
</a>
</li>
<li class="file-stats">
<a href="#df7773bb1ae484c7e0ff05d5bb9b8cff7962b9c3">
dirsrvtests/tests/suites/retrocl/retrocl_indexing_test.py
</a>
</li>
<li class="file-stats">
<a href="#e8b453c3e981702f0aa6b10f6f1bb0ea7a56af94">
dirsrvtests/tests/suites/roles/basic_test.py
</a>
</li>
<li class="file-stats">
<a href="#445df1898c72574c1d8a1c35283676729b5b3528">
<span class="new-file">
+
dirsrvtests/tests/suites/schema/schema_csn_replication_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#d0e2546261a3c9f6b58833d9a09301715b85914a">
dirsrvtests/tests/suites/schema/schema_replication_origin_test.py
</a>
</li>
<li class="file-stats">
<a href="#2389cae51abd567ce3afdd7b0125834b3e9991ea">
dirsrvtests/tests/suites/schema/schema_replication_test.py
</a>
</li>
<li class="file-stats">
<a href="#2f9c016f4ccf900f525fa376abb33a6153ff8193">
<span class="new-file">
+
dirsrvtests/tests/suites/schema/schema_standard_update_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#48f285b3b2fd9c0d687f4ce6bb4092a944c5eb5b">
dirsrvtests/tests/suites/schema/schema_test.py
</a>
</li>
<li class="file-stats">
<a href="#a5d7c86dff597333290df72fb528286e984cc4f4">
<span class="new-file">
+
dirsrvtests/tests/suites/schema/schema_update_policy_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#fc0a321a7ef066910f5ebdc3547416a5a8ed0335">
dirsrvtests/tests/suites/session_tracking/session_test.py
</a>
</li>
<li class="file-stats">
<a href="#a562af8468ffb6dbf550f2ac7dff2a0275f6559a">
dirsrvtests/tests/suites/setup_ds/db_home_test.py
</a>
</li>
<li class="file-stats">
<a href="#e8209d0c30b8f9e4c314dabc05114c978512b573">
dirsrvtests/tests/suites/slapi_memberof/basic_interface_test.py
</a>
</li>
<li class="file-stats">
<a href="#fec4a59f293097474c5693562bf24df7e41f8ce4">
<span class="deleted-file">
−
dirsrvtests/tests/suites/snmp/__init__.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#f07720b3df36f3536f0900c7fb939abc3c56112c">
<span class="deleted-file">
−
dirsrvtests/tests/suites/snmp/snmp.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#01c0a527c514aea727e5f5808ef03699dda0dbcc">
dirsrvtests/tests/suites/syncrepl_plugin/basic_test.py
</a>
</li>
<li class="file-stats">
<a href="#78e6363fed887988597feec3a8ebe2076951edf6">
<span class="new-file">
+
dirsrvtests/tests/suites/upgrade/upgrade_bdb2mdb_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#a691d402a62ffc06a2088f9f3f36e0cdfc07e68a">
dirsrvtests/tests/suites/vlv/regression_test.py
</a>
</li>
<li class="file-stats">
<a href="#cbad9d1be89ca520d86e5db02643e2a2d22e8e87">
dirsrvtests/tests/suites/webui/__init__.py
</a>
</li>
<li class="file-stats">
<a href="#6a0b45df24cecb7422ee3dba32a5bbb3454ae0dd">
dirsrvtests/tests/suites/webui/backup/backup_test.py
</a>
</li>
<li class="file-stats">
<a href="#db49216a629e37327290c3c79f909f32ee3ae93a">
dirsrvtests/tests/suites/webui/database/database_test.py
</a>
</li>
<li class="file-stats">
<a href="#c01c42dc253917145274782d44728d682815879c">
dirsrvtests/tests/suites/webui/ldap_browser/ldap_browser_test.py
</a>
</li>
<li class="file-stats">
<a href="#bead831d6374158614a99239e51d40ff0b3ddb1a">
dirsrvtests/tests/suites/webui/login/login_test.py
</a>
</li>
<li class="file-stats">
<a href="#c440ce12a649b847ea961e84634f30a201ab7d90">
dirsrvtests/tests/suites/webui/monitoring/monitoring_test.py
</a>
</li>
<li class="file-stats">
<a href="#c5ac849b0e5ea5cbc12cf90bd4b12538ce232574">
dirsrvtests/tests/suites/webui/plugins/plugins_test.py
</a>
</li>
<li class="file-stats">
<a href="#a758b20b213e583e2fb8b60877fba582a00b529a">
<span class="deleted-file">
−
dirsrvtests/tests/tickets/ticket47560_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#078383a014f40a9d2b2f136e21da56c61cbb5502">
<span class="deleted-file">
−
dirsrvtests/tests/tickets/ticket47573_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#fa780dfbfbf53faf7cf2db739fa065cf1a9038b3">
<span class="deleted-file">
−
dirsrvtests/tests/tickets/ticket47619_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#ef7eecf55b3954f00b72c55e976b7c0f0461a8d0">
<span class="deleted-file">
−
dirsrvtests/tests/tickets/ticket47640_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#70e7ccc7bb36c5c50e0c74a62a38ec37f359afb2">
<span class="deleted-file">
−
dirsrvtests/tests/tickets/ticket47653MMR_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#0cc69d494dfc4aba49fc65608d2c91bf2acd9d36">
<span class="deleted-file">
−
dirsrvtests/tests/tickets/ticket47676_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#efb4b9507831d2e143c8a85dd3ca433ae6cf4c7d">
<span class="deleted-file">
−
dirsrvtests/tests/tickets/ticket47714_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#d79f5c2a61fbaa012fd0d80c6d9ead5a91a56bfa">
<span class="deleted-file">
−
dirsrvtests/tests/tickets/ticket47721_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#819c9417d8ba30d7f8f237f4c33284bbe01c7df5">
<span class="deleted-file">
−
dirsrvtests/tests/tickets/ticket47787_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#da6207506e133a6405adc3778a67cf29b77c6ca7">
<span class="deleted-file">
−
dirsrvtests/tests/tickets/ticket47808_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#80778eb8756b5ca7ef9b72156890e513a5a67c52">
<span class="deleted-file">
−
dirsrvtests/tests/tickets/ticket47815_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#c25f9718d8e4dddc0b97476b8f64896a7715e077">
<span class="deleted-file">
−
dirsrvtests/tests/tickets/ticket47823_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#699ea30d9ac7d69357d617c1c9c5f96b895c1303">
<span class="deleted-file">
−
dirsrvtests/tests/tickets/ticket47828_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#79efcfe11b9668c2ce2d67da28e96ba8aee0e11d">
<span class="deleted-file">
−
dirsrvtests/tests/tickets/ticket47829_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#9e6e8ec5767a04b7365143cc4a4d61863727fb0f">
<span class="deleted-file">
−
dirsrvtests/tests/tickets/ticket47833_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#8abec16d0cebe00ea3ca69470b1c35612f86efb0">
<span class="deleted-file">
−
dirsrvtests/tests/tickets/ticket47869MMR_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#56728f4ac7e091bd722bb7516b7046758747705c">
<span class="deleted-file">
−
dirsrvtests/tests/tickets/ticket47871_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#581c1998ee4d28199568d8819d78227fa050769a">
<span class="deleted-file">
−
dirsrvtests/tests/tickets/ticket47900_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#05b247a06bff16895c1a5686f50fc90e5979805e">
<span class="deleted-file">
−
dirsrvtests/tests/tickets/ticket47910_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#527c02a10060b08dec2088a6c946a70f25c7b884">
<span class="deleted-file">
−
dirsrvtests/tests/tickets/ticket47920_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#fc32bdaa22b438acb3920e9886b5c356d40a0583">
<span class="deleted-file">
−
dirsrvtests/tests/tickets/ticket47921_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#48790d5bfcf97f5a566ea6964ec466584b4f786f">
<span class="deleted-file">
−
dirsrvtests/tests/tickets/ticket47927_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#28200448c1d664f354c8e349fe173c6d1d03cc6c">
<span class="deleted-file">
−
dirsrvtests/tests/tickets/ticket47931_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#8414e013254706ade9cff2db01c92709f86026cc">
<span class="deleted-file">
−
dirsrvtests/tests/tickets/ticket47963_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#d090eb13d049a5a22c3b17b4732927636c7fd0c7">
<span class="deleted-file">
−
dirsrvtests/tests/tickets/ticket48026_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#2931f6ad93d9e80e3840c1089708879171184dcc">
<span class="deleted-file">
−
dirsrvtests/tests/tickets/ticket48228_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#237148d4812c3ffef7e44e56c3c201203c91e31c">
<span class="deleted-file">
−
dirsrvtests/tests/tickets/ticket48294_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#a1fbe08865e5d79c065b8a2b1b177e7af70b9133">
<span class="deleted-file">
−
dirsrvtests/tests/tickets/ticket48295_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#c6322980cf181bde19161ce3c56c6b2a90546d2d">
<span class="deleted-file">
−
dirsrvtests/tests/tickets/ticket48370_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#6f103b706d5b146a9e5d568b56e2bd80e8b66472">
<span class="deleted-file">
−
dirsrvtests/tests/tickets/ticket49008_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#2c1f26d666a161d9defd01b6cf71a45317d14be9">
<span class="deleted-file">
−
dirsrvtests/tests/tickets/ticket49072_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#dd273a5ee94b888ce6e4ef518bc0f3c0a2498423">
<span class="deleted-file">
−
dirsrvtests/tests/tickets/ticket49073_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#d97ce4bf31f88f8803e9f9bd67e03b2d9fa1fd3b">
<span class="deleted-file">
−
dirsrvtests/tests/tickets/ticket49184_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#9a78966e1e437e4d62c607bbdc1f066ae500fef7">
<span class="deleted-file">
−
dirsrvtests/tests/tickets/ticket49386_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#137f4e07c90364057d417007e193ac24782b06db">
<span class="deleted-file">
−
dirsrvtests/tests/tickets/ticket49463_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#d6865cb2cd5dfcdfd9b91912d070b1b3d04b04e8">
<span class="deleted-file">
−
dirsrvtests/tests/tickets/ticket49540_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#8e543c36215851d827856dde738455b895640a1e">
<span class="deleted-file">
−
dirsrvtests/tests/tickets/ticket50232_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#3c2c065af2fc580e737828ed0f0ca27a6dbf229a">
<span class="deleted-file">
−
docker.mk
</span>
</a>
</li>
<li class="file-stats">
<a href="#846b871f425e19dfef0307f4b38b687c102532fc">
<span class="deleted-file">
−
docker/389-ds-fedora/Dockerfile
</span>
</a>
</li>
<li class="file-stats">
<a href="#101e6b20a259544b3841c8d21246d2754090837d">
<span class="deleted-file">
−
docker/389-ds-suse/Dockerfile
</span>
</a>
</li>
<li class="file-stats">
<a href="#aaed77baef8239a6651e08ee4d99bd8fed8f5cc6">
<span class="deleted-file">
−
docker/389-ds-suse/Dockerfile.release
</span>
</a>
</li>
<li class="file-stats">
<a href="#24b66ee316591fa3a67bfac872969a7ad776ac9e">
<span class="deleted-file">
−
docker/README.md
</span>
</a>
</li>
<li class="file-stats">
<a href="#b96ea8073446c801633905d2dee0d301c74033a9">
ldap/admin/src/logconv.py
</a>
</li>
<li class="file-stats">
<a href="#6fd3d2b4e8d75333ec55da7615d5f6c54dad984c">
ldap/include/avl.h
</a>
</li>
<li class="file-stats">
<a href="#8f37058f4922b92f2643c1d87e6daa36b5ddf715">
ldap/ldif/template-dse-minimal.ldif.in
</a>
</li>
<li class="file-stats">
<a href="#a42d584072620409bd373bc0168cbe6046a9f78c">
ldap/ldif/template-dse.ldif.in
</a>
</li>
<li class="file-stats">
<a href="#bb69d0df65941a305bf04cdedfd1f433654de5f6">
ldap/libraries/libavl/avl.c
</a>
</li>
<li class="file-stats">
<a href="#7191676c43f36724c8a266cd45c4886d155d4068">
ldap/servers/plugins/acctpolicy/acct_util.c
</a>
</li>
<li class="file-stats">
<a href="#2e65fadb128584bd725e8181b116ac5502631c57">
ldap/servers/plugins/acl/aclgroup.c
</a>
</li>
<li class="file-stats">
<a href="#34e9cea17b90aa9ae8c6f1b8f4ebd1ce7de3e632">
ldap/servers/plugins/acl/aclinit.c
</a>
</li>
<li class="file-stats">
<a href="#00c96b03d255a24eb6e6ff5d6294d44c3d1d20c2">
ldap/servers/plugins/acl/acllas.c
</a>
</li>
<li class="file-stats">
<a href="#20d710292ee3186fdde188eed24024b238f3df51">
ldap/servers/plugins/acl/acllist.c
</a>
</li>
<li class="file-stats">
<a href="#04e18a5176af108fe98952af2eef7fec1f058732">
ldap/servers/plugins/acl/aclparse.c
</a>
</li>
<li class="file-stats">
<a href="#92f3a22124a7d8fce56236f986dbda331874e50f">
ldap/servers/plugins/alias_entries/alias-entries.c
</a>
</li>
<li class="file-stats">
<a href="#0c138b5cb1df309971e6da83baffb2e935c1cb9d">
ldap/servers/plugins/automember/automember.c
</a>
</li>
<li class="file-stats">
<a href="#954438a39d96a9dc0446fe13695718e74a5af8eb">
ldap/servers/plugins/chainingdb/cb_config.c
</a>
</li>
<li class="file-stats">
<a href="#50024ac46390f9870d5377bb39d6ec86227622a2">
ldap/servers/plugins/collation/orfilter.c
</a>
</li>
<li class="file-stats">
<a href="#433746478f48a22ea99e9b5a393bf76d04e94a3c">
ldap/servers/plugins/dna/dna.c
</a>
</li>
<li class="file-stats">
<a href="#0cb1ee6438c60a4a9c5e1c83a1433a65374d15d4">
ldap/servers/plugins/memberof/memberof.c
</a>
</li>
<li class="file-stats">
<a href="#aa480850be50b0312c991b8904da7d4cd97bb4e4">
ldap/servers/plugins/memberof/memberof.h
</a>
</li>
<li class="file-stats">
<a href="#6077036562246c01a2c617ec9baa35e9bb14fd71">
ldap/servers/plugins/memberof/memberof_config.c
</a>
</li>
<li class="file-stats">
<a href="#b85c6a5eed410763158026a3be626dbab6480189">
ldap/servers/plugins/pam_passthru/README
</a>
</li>
<li class="file-stats">
<a href="#e94d896b20fa533a974c7fa634efbaabb3b696cf">
ldap/servers/plugins/pam_passthru/pam_ptconfig.c
</a>
</li>
<li class="file-stats">
<a href="#6344dc5f3604f0ceba06ce4a4a1b15cd0df6577b">
ldap/servers/plugins/posix-winsync/posix-winsync.c
</a>
</li>
<li class="file-stats">
<a href="#a0f198f04f849cfd469796687edaeb0867441cf3">
ldap/servers/plugins/posix-winsync/posix-wsp-ident.h
</a>
</li>
<li class="file-stats">
<a href="#e3598ac7a604755d948c374278ebad8332560418">
ldap/servers/plugins/pwdstorage/md5c.c
</a>
</li>
<li class="file-stats">
<a href="#713c1a56aef62a457903aa7211b2c091d883df6a">
ldap/servers/plugins/referint/referint.c
</a>
</li>
<li class="file-stats">
<a href="#b4915431b529b1a5f808a6e4c24d3191231054fc">
ldap/servers/plugins/replication/cl5_api.c
</a>
</li>
<li class="file-stats">
<a href="#2d5cf4cc6488b7d8e07423af0c2321a1e4183fa9">
ldap/servers/plugins/replication/cl5_config.c
</a>
</li>
<li class="file-stats">
<a href="#882232b28ff8bed9ee84a6b81ff2e812bc05bae5">
ldap/servers/plugins/replication/repl5.h
</a>
</li>
<li class="file-stats">
<a href="#155b77c948cab166940e9797117568884c1df77e">
ldap/servers/plugins/replication/repl5_agmt.c
</a>
</li>
<li class="file-stats">
<a href="#803cacab630e0a6015f8b3c3092142104eb79247">
ldap/servers/plugins/replication/repl5_connection.c
</a>
</li>
<li class="file-stats">
<a href="#684011a07ac16ddd4a7aed1830c04b5243260472">
ldap/servers/plugins/replication/repl5_inc_protocol.c
</a>
</li>
<li class="file-stats">
<a href="#3d71200641c722737b63c14b80fea437b6ea4837">
ldap/servers/plugins/replication/repl5_init.c
</a>
</li>
<li class="file-stats">
<a href="#faf31f1111adf54b74a217c1ba99b6d352b1b82e">
ldap/servers/plugins/replication/repl5_replica.c
</a>
</li>
<li class="file-stats">
<a href="#8c41d6d643c2f506436f6a894ff4a1271efcf2f8">
ldap/servers/plugins/replication/repl5_replica_hash.c
</a>
</li>
<li class="file-stats">
<a href="#b2701c7e253468e1020958e0686425d5b942cb19">
ldap/servers/plugins/replication/repl5_tot_protocol.c
</a>
</li>
<li class="file-stats">
<a href="#83ca376a9f64e3a5cbb44f0dfd0d809be4f5f7ea">
ldap/servers/plugins/replication/repl_connext.c
</a>
</li>
<li class="file-stats">
<a href="#d394138113076ec87c2c564153917c14785ee73d">
ldap/servers/plugins/replication/repl_extop.c
</a>
</li>
<li class="file-stats">
<a href="#91afe211297ca6ed373935bf16d4813a1abf0d75">
ldap/servers/plugins/replication/replutil.c
</a>
</li>
<li class="file-stats">
<a href="#25ef844ea9636b5fe65e0a8852667f7004a38bde">
ldap/servers/plugins/retrocl/retrocl_po.c
</a>
</li>
<li class="file-stats">
<a href="#d8dbbeee8c8f9721cc74a09c121a55bd4e64f4e0">
ldap/servers/plugins/roles/roles_cache.c
</a>
</li>
<li class="file-stats">
<a href="#625f64db788cb68427f2bc3651c043883e28dd03">
ldap/servers/plugins/syntaxes/bin.c
</a>
</li>
<li class="file-stats">
<a href="#772708531ef0aad3ca79cfd4b1c8a055933d6ff1">
ldap/servers/plugins/syntaxes/syntax.h
</a>
</li>
<li class="file-stats">
<a href="#cbc14407654077d29d47c37986b6b5152b121e96">
ldap/servers/plugins/syntaxes/syntax_common.c
</a>
</li>
<li class="file-stats">
<a href="#c11de0bac06c8c0fe504b068819692f10a7e468b">
ldap/servers/plugins/uiduniq/uid.c
</a>
</li>
<li class="file-stats">
<a href="#da50aa5ffc4a4f7efb059cd2cbe882eb17d20d6a">
ldap/servers/plugins/views/views.c
</a>
</li>
<li class="file-stats">
<a href="#0b6002856274448a58d06b7eb1e1d068027ec933">
ldap/servers/slapd/accesslog.c
</a>
</li>
<li class="file-stats">
<a href="#9dc5e78aeaede7d0d12de4997f290d28dbbca91a">
ldap/servers/slapd/add.c
</a>
</li>
<li class="file-stats">
<a href="#6950ae19aa70b140040145fcfdd78937acb66345">
ldap/servers/slapd/attrsyntax.c
</a>
</li>
<li class="file-stats">
<a href="#61c7fd99a9fb9daec65108788d359db92fe6492f">
ldap/servers/slapd/auditlog.c
</a>
</li>
<li class="file-stats">
<a href="#0b5ab745928a725cabdd9faa61f006cde805094d">
ldap/servers/slapd/auth.c
</a>
</li>
<li class="file-stats">
<a href="#89de2c8dfde6a273e04d86d61f6abf15fb4b8b9d">
ldap/servers/slapd/back-ldbm/ancestorid.c
</a>
</li>
<li class="file-stats">
<a href="#8d6bcf53861b118b21ff154dd4c96822c77c9179">
ldap/servers/slapd/back-ldbm/archive.c
</a>
</li>
<li class="file-stats">
<a href="#bc0b7af062f93d38b91f67dfe33811539badc3c1">
ldap/servers/slapd/back-ldbm/back-ldbm.h
</a>
</li>
<li class="file-stats">
<a href="#e56331d9199d992932f9cca4565c3c9284cbbf37">
ldap/servers/slapd/back-ldbm/backentry.c
</a>
</li>
<li class="file-stats">
<a href="#bcb813ffdb857f4b37d2cd4befa1137a2995188f">
ldap/servers/slapd/back-ldbm/cache.c
</a>
</li>
<li class="file-stats">
<a href="#5f0de0bb971d18009856bbacbe3d665afb89e8dd">
<span class="new-file">
+
ldap/servers/slapd/back-ldbm/db-bdb/bdb_bdbreader_db.h
</span>
</a>
</li>
<li class="file-stats">
<a href="#d45f3de3c0240f8d46aec55c680af1c8e75fd2a5">
<span class="new-file">
+
ldap/servers/slapd/back-ldbm/db-bdb/bdb_bdbreader_glue.c
</span>
</a>
</li>
<li class="file-stats">
<a href="#1f476bc2c247e0c63f943bfa92a96de2a7c03ec7">
ldap/servers/slapd/back-ldbm/db-bdb/bdb_config.c
</a>
</li>
<li class="file-stats">
<a href="#af2d0b7e6f60bcc09c81e6898598263771eaf83b">
ldap/servers/slapd/back-ldbm/db-bdb/bdb_import.c
</a>
</li>
<li class="file-stats">
<a href="#9a446ca974c43ae6d1dd36e0d9d94c678d92a851">
ldap/servers/slapd/back-ldbm/db-bdb/bdb_import_threads.c
</a>
</li>
<li class="file-stats">
<a href="#33524c538b0c459072877e90186cf7c6d6cc9410">
ldap/servers/slapd/back-ldbm/db-bdb/bdb_instance_config.c
</a>
</li>
<li class="file-stats">
<a href="#dc7bfc8503bdd4c8da43e3dece68c1fa5926d42b">
ldap/servers/slapd/back-ldbm/db-bdb/bdb_layer.c
</a>
</li>
<li class="file-stats">
<a href="#51a7849c7efd30caf68682c6ac3303ae29b4d4aa">
ldap/servers/slapd/back-ldbm/db-bdb/bdb_layer.h
</a>
</li>
<li class="file-stats">
<a href="#c1354cf55793fd8cb904daa6feb15ec73eb39698">
ldap/servers/slapd/back-ldbm/db-bdb/bdb_ldif2db.c
</a>
</li>
<li class="file-stats">
<a href="#a56c43c6a9e874831468ccb1996b663382857e9d">
ldap/servers/slapd/back-ldbm/db-bdb/bdb_misc.c
</a>
</li>
<li class="file-stats">
<a href="#726cff44db93e6fb36251e59b359a1dda177ea33">
ldap/servers/slapd/back-ldbm/db-bdb/bdb_monitor.c
</a>
</li>
<li class="file-stats">
<a href="#40d2c7b3273a7868b021c4eae279779d6e2359b5">
ldap/servers/slapd/back-ldbm/db-bdb/bdb_upgrade.c
</a>
</li>
<li class="file-stats">
<a href="#6c822d861cb0d54c16a47721327ee9905944798d">
ldap/servers/slapd/back-ldbm/db-bdb/bdb_verify.c
</a>
</li>
<li class="file-stats">
<a href="#5bd45c745141980d53cbf69aa44e82ebff2f5763">
ldap/servers/slapd/back-ldbm/db-bdb/bdb_version.c
</a>
</li>
<li class="file-stats">
<a href="#85b1f7fdea5bdd7c22ca73191d5f3076d986d481">
ldap/servers/slapd/back-ldbm/db-mdb/mdb_config.c
</a>
</li>
<li class="file-stats">
<a href="#23a45888537286f0a3d65feef3975846a4657770">
ldap/servers/slapd/back-ldbm/db-mdb/mdb_import.c
</a>
</li>
<li class="file-stats">
<a href="#ef2da923412fbfa272b7b7eb37cbf505f63177bb">
ldap/servers/slapd/back-ldbm/db-mdb/mdb_import_threads.c
</a>
</li>
<li class="file-stats">
<a href="#d48ff095e7061812de08052c6b4d7bf4e926001c">
ldap/servers/slapd/back-ldbm/db-mdb/mdb_instance.c
</a>
</li>
<li class="file-stats">
<a href="#f3350c00731494f66a048c63e4d57da994e585cf">
ldap/servers/slapd/back-ldbm/db-mdb/mdb_layer.c
</a>
</li>
<li class="file-stats">
<a href="#f59db9e23b48e99bdd90c9af300d2f45cda0aea3">
ldap/servers/slapd/back-ldbm/db-mdb/mdb_layer.h
</a>
</li>
<li class="file-stats">
<a href="#3c3602484f163cbd9a9a9443ecf3b3c3ebeeeac1">
ldap/servers/slapd/back-ldbm/db-mdb/mdb_ldif2db.c
</a>
</li>
<li class="file-stats">
<a href="#2551d3bec14b7c5369a4ff9b78f5c8e77d18b261">
ldap/servers/slapd/back-ldbm/db-mdb/mdb_misc.c
</a>
</li>
<li class="file-stats">
<a href="#3b1e718321027282a9592f175a4b205e7e38bf71">
ldap/servers/slapd/back-ldbm/db-mdb/mdb_monitor.c
</a>
</li>
<li class="file-stats">
<a href="#e6604cdd444e5d9f82ad87a08b3a474dd7f857a4">
ldap/servers/slapd/back-ldbm/db-mdb/mdb_txn.c
</a>
</li>
<li class="file-stats">
<a href="#3600bb286d6d0fbc80cab54c47f2e361322a1ac8">
ldap/servers/slapd/back-ldbm/db-mdb/mdb_verify.c
</a>
</li>
<li class="file-stats">
<a href="#e41d1f9c203a4952be9b5d939989233318a32e8d">
ldap/servers/slapd/back-ldbm/dbimpl.c
</a>
</li>
<li class="file-stats">
<a href="#91634bfcd1712bf4492096ce6c9c9764b191caff">
ldap/servers/slapd/back-ldbm/dblayer.c
</a>
</li>
<li class="file-stats">
<a href="#22981be961d09b7897203c4b5c32ce8a286fd51e">
ldap/servers/slapd/back-ldbm/dn2entry.c
</a>
</li>
<li class="file-stats">
<a href="#8c398724684620f8d2c0fad49d404cc7735a4c65">
ldap/servers/slapd/back-ldbm/filterindex.c
</a>
</li>
<li class="file-stats">
<a href="#dfe9e26e2a88f8eb4fb0828778d4a55df827d572">
ldap/servers/slapd/back-ldbm/findentry.c
</a>
</li>
<li class="file-stats">
<a href="#17948e560ba6f47c7d3179d2e43b1fbb8778bff7">
ldap/servers/slapd/back-ldbm/id2entry.c
</a>
</li>
<li class="file-stats">
<a href="#3ae3de5b49ecf663a7c6c04e697cf56de6537a78">
ldap/servers/slapd/back-ldbm/idl.c
</a>
</li>
<li class="file-stats">
<a href="#43011de6ccb117e709a21879a67c3c0005204870">
ldap/servers/slapd/back-ldbm/idl_new.c
</a>
</li>
<li class="file-stats">
<a href="#a157f5d3f1c42452fc4944fe6de2586914b64479">
ldap/servers/slapd/back-ldbm/import.c
</a>
</li>
<li class="file-stats">
<a href="#2cc3db62175f93ce54583fa9e0ae6dc58402ea2e">
ldap/servers/slapd/back-ldbm/import.h
</a>
</li>
<li class="file-stats">
<a href="#20dda463977c1587d5b272f1a2fdf737935cc069">
ldap/servers/slapd/back-ldbm/index.c
</a>
</li>
<li class="file-stats">
<a href="#ee1864aeae15345fe0cf31e3c8e5f42d0d187874">
ldap/servers/slapd/back-ldbm/instance.c
</a>
</li>
<li class="file-stats">
<a href="#237f4fcd8cc0a5133c4613b4210ed3f27c5318e8">
ldap/servers/slapd/back-ldbm/ldbm_add.c
</a>
</li>
<li class="file-stats">
<a href="#d8ed970e20e841ee6d082a71952089744cf28149">
ldap/servers/slapd/back-ldbm/ldbm_attr.c
</a>
</li>
<li class="file-stats">
<a href="#520bef8e9b9e371625f5ce96c104ebc1101eacb9">
ldap/servers/slapd/back-ldbm/ldbm_attrcrypt.c
</a>
</li>
<li class="file-stats">
<a href="#fcb2f36d430cb8d060a3e0e7e8a59714e799caa3">
ldap/servers/slapd/back-ldbm/ldbm_config.c
</a>
</li>
<li class="file-stats">
<a href="#568ccf25dbe97b22815bfdaadec1310bed203dd9">
ldap/servers/slapd/back-ldbm/ldbm_config.h
</a>
</li>
<li class="file-stats">
<a href="#8045a71398359c06534e05568b87e9fd0e267333">
ldap/servers/slapd/back-ldbm/ldbm_delete.c
</a>
</li>
<li class="file-stats">
<a href="#4d534e56baada22d35d19b8959f69d9aadd20f8d">
ldap/servers/slapd/back-ldbm/ldbm_entryrdn.c
</a>
</li>
<li class="file-stats">
<a href="#35ec9f17cdd96ceb63cfb892cc5bd677e7398472">
ldap/servers/slapd/back-ldbm/ldbm_index_config.c
</a>
</li>
<li class="file-stats">
<a href="#3833be6cfd1d8870421a6d375d05ecebd2238a9e">
ldap/servers/slapd/back-ldbm/ldbm_instance_config.c
</a>
</li>
<li class="file-stats">
<a href="#56b35ffbe77e9acf840cb747333b32e5e11f92af">
ldap/servers/slapd/back-ldbm/ldbm_modify.c
</a>
</li>
<li class="file-stats">
<a href="#4870a3e011bb77b5f18f5fd38776191397677460">
ldap/servers/slapd/back-ldbm/ldbm_modrdn.c
</a>
</li>
<li class="file-stats">
<a href="#0181930ae7d709e45244956a00c31760c73d45c2">
ldap/servers/slapd/back-ldbm/ldbm_search.c
</a>
</li>
<li class="file-stats">
<a href="#2c5c1d9f38f39cc96ac77279b634d9c061400927">
ldap/servers/slapd/back-ldbm/ldbm_usn.c
</a>
</li>
<li class="file-stats">
<a href="#5b83f2fdf3cd273d872188cfdd66783073f099bb">
ldap/servers/slapd/back-ldbm/ldif2ldbm.c
</a>
</li>
<li class="file-stats">
<a href="#6a83caf646d792dad8ef357d2cb12e53173b68b3">
ldap/servers/slapd/back-ldbm/matchrule.c
</a>
</li>
<li class="file-stats">
<a href="#43807f83cc3831882aa0cf8985eb9a57e233c130">
ldap/servers/slapd/back-ldbm/misc.c
</a>
</li>
<li class="file-stats">
<a href="#6956374824f837a6c9246d5d9b09793596487f13">
ldap/servers/slapd/back-ldbm/parents.c
</a>
</li>
<li class="file-stats">
<a href="#9aba92f51fa86a4405f79c3432a8dffcd6adbd93">
ldap/servers/slapd/back-ldbm/proto-back-ldbm.h
</a>
</li>
<li class="file-stats">
<a href="#313bed4138510dce94a9fa818b3874ab0192f30e">
ldap/servers/slapd/back-ldbm/sort.c
</a>
</li>
<li class="file-stats">
<a href="#b81fec4bafdfee4524cc7b570913dd2ba38738ac">
ldap/servers/slapd/back-ldbm/vlv.c
</a>
</li>
<li class="file-stats">
<a href="#2b50360e683c81f0412d02fae75476149782f5b7">
ldap/servers/slapd/backend.c
</a>
</li>
<li class="file-stats">
<a href="#34a536046103512fe8ce6b375439c011f4fd45c7">
ldap/servers/slapd/ch_malloc.c
</a>
</li>
<li class="file-stats">
<a href="#bba7a6d281accf31c1837cb3fe19f2219211c04b">
ldap/servers/slapd/connection.c
</a>
</li>
<li class="file-stats">
<a href="#ccf5485a4204dca9dd13691e9ad817a090f2f5a3">
ldap/servers/slapd/conntable.c
</a>
</li>
<li class="file-stats">
<a href="#2a56f97965e530e0b32e4738577f6784b98e4bf8">
ldap/servers/slapd/control.c
</a>
</li>
<li class="file-stats">
<a href="#d72f55382e3c406e64615d9699b7d4757980f255">
ldap/servers/slapd/daemon.c
</a>
</li>
<li class="file-stats">
<a href="#5ab731d953a4486cf9fce82fe5cf00b8acd95fc4">
ldap/servers/slapd/delete.c
</a>
</li>
<li class="file-stats">
<a href="#2e165f953f9b3c99485039bc1b3d015fbeca91e8">
ldap/servers/slapd/dn.c
</a>
</li>
<li class="file-stats">
<a href="#3652f93b304ac021fa3122d13730a8e1c1e08b88">
ldap/servers/slapd/dse.c
</a>
</li>
<li class="file-stats">
<a href="#376603ba61f86d8e98e5eb3653d1ab023c763634">
<span class="new-file">
+
ldap/servers/slapd/dyncerts.c
</span>
</a>
</li>
<li class="file-stats">
<a href="#dddc024eac48644a455f3f1ff74ada99b84dc2f5">
<span class="new-file">
+
ldap/servers/slapd/dyncerts.h
</span>
</a>
</li>
<li class="file-stats">
<a href="#ffe1aef560b240ff950d1ec8deeb967fe6eff701">
ldap/servers/slapd/entry.c
</a>
</li>
<li class="file-stats">
<a href="#7c844e68f7509d13e7b3761e49900154e019907b">
ldap/servers/slapd/entrywsi.c
</a>
</li>
<li class="file-stats">
<a href="#badd039662986e377ad68b866837ca6e3d870826">
ldap/servers/slapd/extendop.c
</a>
</li>
<li class="file-stats">
<a href="#29a7ff8bcd2ad583e33a781ba14c137a7c31c422">
ldap/servers/slapd/fe.h
</a>
</li>
<li class="file-stats">
<a href="#2a9a26f94ef0f896c4a06e5e59c9caa493f8a20e">
ldap/servers/slapd/filter.c
</a>
</li>
<li class="file-stats">
<a href="#7de3df8b496bb655a6c2fec2952cc5e88a592baa">
ldap/servers/slapd/filtercmp.c
</a>
</li>
<li class="file-stats">
<a href="#525fe6d6fc700764fca1063d01110aaccbedd909">
ldap/servers/slapd/filterentry.c
</a>
</li>
<li class="file-stats">
<a href="#14cb5def4147193c4b0266a94a41cf6aa3176475">
ldap/servers/slapd/getfilelist.c
</a>
</li>
<li class="file-stats">
<a href="#99afa4fa46d7c867d881f256e0bb814a8b741eb6">
ldap/servers/slapd/haproxy.c
</a>
</li>
<li class="file-stats">
<a href="#2fc39f245143a80a182f838a5a1544a729c6fd85">
ldap/servers/slapd/haproxy.h
</a>
</li>
<li class="file-stats">
<a href="#a21352eb05858425ae483a43b7d6bc2de9ef3568">
<span class="deleted-file">
−
ldap/servers/slapd/http.h
</span>
</a>
</li>
<li class="file-stats">
<a href="#ac5d8ea5ec732637240e33b8a26558f20e994ef7">
ldap/servers/slapd/ldapi.c
</a>
</li>
<li class="file-stats">
<a href="#d7e13f9848f10ecb114f1fec27847d8163a8be79">
ldap/servers/slapd/ldaputil.c
</a>
</li>
<li class="file-stats">
<a href="#bb120068614c4cc9b1005576a11632b044a5a44f">
ldap/servers/slapd/libglobs.c
</a>
</li>
<li class="file-stats">
<a href="#232a213d5c8938b953d6ec10c5c9137b76f93766">
ldap/servers/slapd/log.c
</a>
</li>
<li class="file-stats">
<a href="#8d2b82fbb50bcbec90db372897d7cafb3dd9c544">
ldap/servers/slapd/main.c
</a>
</li>
<li class="file-stats">
<a href="#466012cb6844b7d4e52da5b41ca0ce3a497d81bd">
ldap/servers/slapd/mapping_tree.c
</a>
</li>
<li class="file-stats">
<a href="#112d6179067b05664ce050204bf84542c124a8e0">
ldap/servers/slapd/modify.c
</a>
</li>
<li class="file-stats">
<a href="#a45b3dc01528f0793e483349dfc6a94aa194aecd">
ldap/servers/slapd/modrdn.c
</a>
</li>
<li class="file-stats">
<a href="#a681f5400f91992c6034b8e2e52c31b8003e9f99">
ldap/servers/slapd/operation.c
</a>
</li>
<li class="file-stats">
<a href="#96bdff9e65f14a9ffb0030189550617b29940649">
ldap/servers/slapd/opshared.c
</a>
</li>
<li class="file-stats">
<a href="#8fc5e685d81683826eb9c4ac7cdbdcc197c1f8c6">
ldap/servers/slapd/pagedresults.c
</a>
</li>
<li class="file-stats">
<a href="#f4a3f4dca431b8116b118f66c6a4d77bf015e60c">
ldap/servers/slapd/passwd_extop.c
</a>
</li>
<li class="file-stats">
<a href="#d7389709509706de301e9e405c4c1ee564300c7d">
ldap/servers/slapd/pblock.c
</a>
</li>
<li class="file-stats">
<a href="#7fa4f1468fa94f97565cfccc9b6885c3c685d519">
ldap/servers/slapd/pblock_v3.h
</a>
</li>
<li class="file-stats">
<a href="#a100e42b2720617ed5f1b2acf4fddb25f6cc2a2e">
ldap/servers/slapd/plugin.c
</a>
</li>
<li class="file-stats">
<a href="#d1498dde362ccd2eb0453f1e6fc5eb1b58e939bc">
ldap/servers/slapd/plugin_mmr.c
</a>
</li>
<li class="file-stats">
<a href="#23b8f09d8ad7ccd3c99b2da6ea62bb1ed9acb876">
ldap/servers/slapd/plugin_mr.c
</a>
</li>
<li class="file-stats">
<a href="#ec4ec6b36c567a04d058650edf80ca85a59f6672">
ldap/servers/slapd/plugin_syntax.c
</a>
</li>
<li class="file-stats">
<a href="#52a37b47a34c0d3d9e7c17fd7271ad999e3a425e">
ldap/servers/slapd/protect_db.c
</a>
</li>
<li class="file-stats">
<a href="#b4d3ac554cf80abe29c701efb1382f691a66db5e">
ldap/servers/slapd/proto-slap.h
</a>
</li>
<li class="file-stats">
<a href="#07311ee8e3f5772e83b9a40d080db59f171e3feb">
ldap/servers/slapd/pw.c
</a>
</li>
<li class="file-stats">
<a href="#845697d2499bdad68ecde80b80a1f330629bd8a6">
ldap/servers/slapd/result.c
</a>
</li>
<li class="file-stats">
<a href="#890e20841b24a299baa4ff58542c5e71a6a73a75">
ldap/servers/slapd/schema.c
</a>
</li>
<li class="file-stats">
<a href="#8852c3667762071c99cbd464e52eb9cdca8ccb9a">
ldap/servers/slapd/search.c
</a>
</li>
<li class="file-stats">
<a href="#4af1ef1ccc5b3f04935da6353890e024903fdc2f">
ldap/servers/slapd/slap.h
</a>
</li>
<li class="file-stats">
<a href="#207b990dc2c75c8e1d4e83ea680ad4790a084e50">
ldap/servers/slapd/slapi-memberof.c
</a>
</li>
<li class="file-stats">
<a href="#c5542fda9f2328b44d98c64f5147805beea7f94b">
ldap/servers/slapd/slapi-plugin.h
</a>
</li>
<li class="file-stats">
<a href="#87f7c7caec89ea1c84282bac1ddfbedd446ae661">
ldap/servers/slapd/slapi-private.h
</a>
</li>
<li class="file-stats">
<a href="#14b3b50785d17f8688cda3daa1229c8044be1bc9">
ldap/servers/slapd/ssl.c
</a>
</li>
<li class="file-stats">
<a href="#c7c88bf61ec2b1b1143fa947bcdeef410d28fe57">
ldap/servers/slapd/str2filter.c
</a>
</li>
<li class="file-stats">
<a href="#eb9399dddce3f9e638d3cb568ee7219056c27d8c">
ldap/servers/slapd/task.c
</a>
</li>
<li class="file-stats">
<a href="#4617737db5cddd2d1311cc7d2dd57e12e8855002">
ldap/servers/slapd/time.c
</a>
</li>
<li class="file-stats">
<a href="#4b9789a4a3a4288cc878f7e73a2bfcc2c7d12724">
ldap/servers/slapd/tools/ldclt/ldclt.c
</a>
</li>
<li class="file-stats">
<a href="#6fc11c11a40545f40a05df9f968bb67c303ac90d">
ldap/servers/slapd/tools/ldclt/ldclt.h
</a>
</li>
<li class="file-stats">
<a href="#f2bfdf41dd86ee69f710d6490b04bb065f439d83">
ldap/servers/slapd/unbind.c
</a>
</li>
<li class="file-stats">
<a href="#714f2624daab845b669ba9c53ff451944bba4baf">
ldap/servers/slapd/upgrade.c
</a>
</li>
<li class="file-stats">
<a href="#eaf20732a3be1cb473296d08c6b9811f4a4b2f34">
ldap/servers/slapd/util.c
</a>
</li>
<li class="file-stats">
<a href="#c180c6f698777f0b87ec8a8dcb447c9423820c13">
ldap/servers/slapd/valueset.c
</a>
</li>
<li class="file-stats">
<a href="#86f0e9debd41fbc0d956d0f4faa8a4ae4e332ec5">
ldap/servers/slapd/vattr.c
</a>
</li>
<li class="file-stats">
<a href="#aae05e446323fb37524c77878c3ee2969ac89d01">
ldap/servers/snmp/main.c
</a>
</li>
<li class="file-stats">
<a href="#940f2e5ed594a95e75c1dab7270a523d34600c84">
lib/ldaputil/certmap.c
</a>
</li>
<li class="file-stats">
<a href="#c3c9df7ee1fa73f5bdf32ae60644c480fffa2852">
lib/libaccess/aclscan.l
</a>
</li>
<li class="file-stats">
<a href="#275115c5a33d71b59b3a5523f1bc510c16d03a9c">
lib/libaccess/acltext.y
</a>
</li>
<li class="file-stats">
<a href="#1b1b9721e325bebd419d1638455f7e0a9380d2a2">
<span class="new-file">
+
lib/librobdb/COPYING
</span>
</a>
</li>
<li class="file-stats">
<a href="#97ee8101d25cd5380cbf931a5eb8f540ed5c428b">
<span class="new-file">
+
lib/librobdb/COPYING.RPM
</span>
</a>
</li>
<li class="file-stats">
<a href="#1e961efc14c8aed5f93dd2192edc61bd5b47a053">
<span class="new-file">
+
lib/librobdb/README.md
</span>
</a>
</li>
<li class="file-stats">
<a href="#890951ad2f8881cb9b6849442b12c65252befd9e">
<span class="new-file">
+
lib/librobdb/lib/bdb_ro.c
</span>
</a>
</li>
<li class="file-stats">
<a href="#014a66c8a9283a47b03a664d2a2a3e9c70117661">
<span class="new-file">
+
lib/librobdb/lib/robdb.h
</span>
</a>
</li>
<li class="file-stats">
<a href="#7f596375b218830cc0c500a0ff5e46fcee90fc89">
<span class="new-file">
+
lib/librobdb/robdb.spec
</span>
</a>
</li>
<li class="file-stats">
<a href="#5f6ccec144bc54b2ad6d03918646b0180f99171b">
<span class="new-file">
+
lib/librobdb/tests/test.c
</span>
</a>
</li>
<li class="file-stats">
<a href="#373bcb4477ca984dc968047872f824d97cad5a79">
<span class="new-file">
+
lib/librobdb/tests/test.db
</span>
</a>
</li>
<li class="file-stats">
<a href="#094cae1c3390137b2e227a260245875df96c0f4c">
m4/bundle_libdb.m4
</a>
</li>
<li class="file-stats">
<a href="#713e2a3999150f5d5d944074b324380de1a35acb">
m4/db.m4
</a>
</li>
<li class="file-stats">
<a href="#61a3885e28a7c123f2b88f5c9fa1600b50cd94f1">
rpm.mk
</a>
</li>
<li class="file-stats">
<a href="#db89186449a2d34551f1646da8d902c01ee7c164">
rpm/389-ds-base.spec.in
</a>
</li>
<li class="file-stats">
<a href="#9401bbe6d950e0ef5a0b1466bcf4a5865c14efe4">
rpm/bundle-rust-npm.py
</a>
</li>
<li class="file-stats">
<a href="#50195b6f8657e31790a03ffdb9f2a5cfa49ba08d">
<span class="new-file">
+
rpm/is-robdb-used
</span>
</a>
</li>
<li class="file-stats">
<a href="#dcc67697e0088ccf0bb42c8246f9ddb7784bcab4">
src/cockpit/389-console/package-lock.json
</a>
</li>
<li class="file-stats">
<a href="#fedd3768213fe69b005d450f2e9e10db7be1a0d4">
src/cockpit/389-console/package.json
</a>
</li>
<li class="file-stats">
<a href="#3f092778a0af474b0ead97cc83caf0faab484a64">
src/cockpit/389-console/po/ja.po
</a>
</li>
<li class="file-stats">
<a href="#87a20151555b8c6f257e4956b37015b7b36b072e">
src/cockpit/389-console/src/LDAPEditor.jsx
</a>
</li>
<li class="file-stats">
<a href="#058bccfcf136cf5aab0c7c879af0256139accb64">
src/cockpit/389-console/src/css/ds.css
</a>
</li>
<li class="file-stats">
<a href="#a85c061d8009a217e36ff3c56e4c11ec33333795">
src/cockpit/389-console/src/database.jsx
</a>
</li>
<li class="file-stats">
<a href="#f6c18d947f297730b082bb508419a19cd176f060">
src/cockpit/389-console/src/ds.jsx
</a>
</li>
<li class="file-stats">
<a href="#952c14e1664bb49ba6d81282240f5e627e670238">
<span class="new-file">
+
src/cockpit/389-console/src/dsBasicComponents.jsx
</span>
</a>
</li>
<li class="file-stats">
<a href="#e91190e9c9f55442d61197202fa6d00b2288486f">
src/cockpit/389-console/src/dsModals.jsx
</a>
</li>
<li class="file-stats">
<a href="#92e65e147df01092127c16b3b05d55e875845367">
src/cockpit/389-console/src/index.html
</a>
</li>
<li class="file-stats">
<a href="#a339383af850f1f1316ebc714d7a8367cf5fc3b5">
src/cockpit/389-console/src/lib/database/attrEncryption.jsx
</a>
</li>
<li class="file-stats">
<a href="#769aa0f9e0ab91b981425b18070ed8c972d99c52">
src/cockpit/389-console/src/lib/database/chaining.jsx
</a>
</li>
<li class="file-stats">
<a href="#5ac559b43163af8fa70be502467e455043681ae2">
src/cockpit/389-console/src/lib/database/databaseConfig.jsx
</a>
</li>
<li class="file-stats">
<a href="#a53d4a07284a788f9055753d5682eeab8ad3b0eb">
src/cockpit/389-console/src/lib/database/databaseModal.jsx
</a>
</li>
<li class="file-stats">
<a href="#bd2762e8522bb1fdbaaad832a499796fbc7f4a2f">
src/cockpit/389-console/src/lib/database/databaseTables.jsx
</a>
</li>
<li class="file-stats">
<a href="#040b59a1d3f8822ba2a751de2ac42337c3dcb743">
src/cockpit/389-console/src/lib/database/globalPwp.jsx
</a>
</li>
<li class="file-stats">
<a href="#a2c7aa9fc1c0b1f91dced28f36a130338b357a86">
src/cockpit/389-console/src/lib/database/indexes.jsx
</a>
</li>
<li class="file-stats">
<a href="#40ea8636f98e2f5784dea79de4f22d1a31478ff5">
src/cockpit/389-console/src/lib/database/localPwp.jsx
</a>
</li>
<li class="file-stats">
<a href="#3c33232fd7d6b4565f2ac9ca05974893edcaf697">
src/cockpit/389-console/src/lib/database/suffix.jsx
</a>
</li>
<li class="file-stats">
<a href="#7364a3bf1952d0dc453efdd6560bd85c0b6cb1d0">
src/cockpit/389-console/src/lib/database/suffixConfig.jsx
</a>
</li>
<li class="file-stats">
<a href="#9afbeab6706d32c5af41300c0b14db3052f56c19">
src/cockpit/389-console/src/lib/database/vlvIndexes.jsx
</a>
</li>
<li class="file-stats">
<a href="#535765195f6c7d3b87943453fd9c6a46bba781a9">
src/cockpit/389-console/src/lib/ldap_editor/lib/editableTable.jsx
</a>
</li>
<li class="file-stats">
<a href="#7932fe9cac2f6980590d83a547d66d9bd176d8e1">
src/cockpit/389-console/src/lib/ldap_editor/lib/ldapNavigator.jsx
</a>
</li>
<li class="file-stats">
<a href="#924b913220b924c8448db73c38e1aaec1536947c">
src/cockpit/389-console/src/lib/ldap_editor/lib/rootSuffix.jsx
</a>
</li>
<li class="file-stats">
<a href="#b6541d7687f04b7a3aebfa8cf61ee262109ea07b">
src/cockpit/389-console/src/lib/ldap_editor/lib/utils.jsx
</a>
</li>
<li class="file-stats">
<a href="#86c8d66d2d8730b310110126bab82b867bb0e78c">
src/cockpit/389-console/src/lib/ldap_editor/search.jsx
</a>
</li>
<li class="file-stats">
<a href="#2eddab19e93cb3f04e1511d004e5392d9f2f12fb">
src/cockpit/389-console/src/lib/ldap_editor/treeView.jsx
</a>
</li>
<li class="file-stats">
<a href="#1ce2ad44697f5115f5ceae98aeea4ce2baae4330">
src/cockpit/389-console/src/lib/ldap_editor/wizards/deleteOperation.jsx
</a>
</li>
<li class="file-stats">
<a href="#2b43bf0cff932944315d57c9e35314618ec0e63e">
src/cockpit/389-console/src/lib/ldap_editor/wizards/newEntry.jsx
</a>
</li>
<li class="file-stats">
<a href="#d06e92bd51c3d754f079af61c71568b2d3b7fb4f">
src/cockpit/389-console/src/lib/ldap_editor/wizards/operations/aciNew.jsx
</a>
</li>
<li class="file-stats">
<a href="#69402c03d3ac8d58521f94948ae7494934bc24b3">
src/cockpit/389-console/src/lib/ldap_editor/wizards/operations/addCosDefinition.jsx
</a>
</li>
<li class="file-stats">
<a href="#d36965c808b1a38aec1c33db14d88e7e7f770901">
src/cockpit/389-console/src/lib/ldap_editor/wizards/operations/addCosTemplate.jsx
</a>
</li>
<li class="file-stats">
<a href="#be28d81d59777ceaaaef9190192d0c67210da263">
src/cockpit/389-console/src/lib/ldap_editor/wizards/operations/addGroup.jsx
</a>
</li>
<li class="file-stats">
<a href="#bb36027f2506feea87624d3fe4f93e0f470145e0">
src/cockpit/389-console/src/lib/ldap_editor/wizards/operations/addLdapEntry.jsx
</a>
</li>
<li class="file-stats">
<a href="#41732d193bee6b34f9abcc8023718aeb58810932">
src/cockpit/389-console/src/lib/ldap_editor/wizards/operations/addRole.jsx
</a>
</li>
<li class="file-stats">
<a href="#2b8461cf6b5388cd343b8a020817103d15aba8f5">
src/cockpit/389-console/src/lib/ldap_editor/wizards/operations/addUser.jsx
</a>
</li>
<li class="file-stats">
<a href="#83fe79bcf86adb59729e67072fa08752c63d30c3">
src/cockpit/389-console/src/lib/ldap_editor/wizards/operations/editGroup.jsx
</a>
</li>
<li class="file-stats">
<a href="#ec932ef334728368899ec7e179ed150ca38b9041">
src/cockpit/389-console/src/lib/ldap_editor/wizards/operations/editLdapEntry.jsx
</a>
</li>
<li class="file-stats">
<a href="#eba5237e2724a8a9c586daed55826ecff6f331ac">
src/cockpit/389-console/src/lib/ldap_editor/wizards/operations/genericUpdate.jsx
</a>
</li>
<li class="file-stats">
<a href="#fa28edf36bd115178d32f9362477ade0b08d8904">
src/cockpit/389-console/src/lib/ldap_editor/wizards/operations/groupTable.jsx
</a>
</li>
<li class="file-stats">
<a href="#9a9386703d94097f259edc188b7a5f2bf5775d67">
src/cockpit/389-console/src/lib/ldap_editor/wizards/operations/renameEntry.jsx
</a>
</li>
<li class="file-stats">
<a href="#798e46977322727e063e0b5e444c08b88058c024">
src/cockpit/389-console/src/lib/monitor/accesslog.jsx
</a>
</li>
<li class="file-stats">
<a href="#b5fb2a294ebf73342bea7db5494ab37f9906d05f">
src/cockpit/389-console/src/lib/monitor/auditfaillog.jsx
</a>
</li>
<li class="file-stats">
<a href="#8e1856c7a017e0d861ef140091f6ea679ad13ef5">
src/cockpit/389-console/src/lib/monitor/auditlog.jsx
</a>
</li>
<li class="file-stats">
<a href="#d2ec3a6a867e37067453cef4a7eee82e371037ba">
src/cockpit/389-console/src/lib/monitor/dbMonitor.jsx
</a>
</li>
<li class="file-stats">
<a href="#a33531b48ae9e530d0ede4b54e72543d1866aab7">
src/cockpit/389-console/src/lib/monitor/errorlog.jsx
</a>
</li>
<li class="file-stats">
<a href="#9b84a0255fe4fcb1a992494370b4c7fd89418d74">
src/cockpit/389-console/src/lib/monitor/monitorModals.jsx
</a>
</li>
<li class="file-stats">
<a href="#964067d8740a8cb0ee492b13219230eb931ecee2">
src/cockpit/389-console/src/lib/monitor/monitorTables.jsx
</a>
</li>
<li class="file-stats">
<a href="#29cba987e0a0172b3bf06493e5c7c80897ee5dfa">
<span class="new-file">
+
src/cockpit/389-console/src/lib/monitor/replLogAnalysis.jsx
</span>
</a>
</li>
<li class="file-stats">
<a href="#86fac7a1aebd5404b06a24d0cb8aa0f92690fc7c">
src/cockpit/389-console/src/lib/monitor/replMonConflict.jsx
</a>
</li>
<li class="file-stats">
<a href="#edc843d5d6952fc745f4cad0c6a29db5e4a60bd9">
src/cockpit/389-console/src/lib/monitor/replMonitor.jsx
</a>
</li>
<li class="file-stats">
<a href="#576653354731c326fa2471215ea343e7a76ce13d">
src/cockpit/389-console/src/lib/monitor/securitylog.jsx
</a>
</li>
<li class="file-stats">
<a href="#3d60d88c775577917a854a0332e4586686504b57">
src/cockpit/389-console/src/lib/monitor/serverMonitor.jsx
</a>
</li>
<li class="file-stats">
<a href="#142f2f0b14974a060e4abf8b42f1ecd74f39d0a2">
src/cockpit/389-console/src/lib/monitor/suffixMonitor.jsx
</a>
</li>
<li class="file-stats">
<a href="#78d7859bb9c98ff486427155ab7aacec0ec21a2c">
src/cockpit/389-console/src/lib/plugins/accountPolicy.jsx
</a>
</li>
<li class="file-stats">
<a href="#f070523102c76fb0d9a3218639c77c2d80301e66">
src/cockpit/389-console/src/lib/plugins/attributeUniqueness.jsx
</a>
</li>
<li class="file-stats">
<a href="#8c9a8a65f9308a1e5052796bbb0c389c8fec5147">
src/cockpit/389-console/src/lib/plugins/autoMembership.jsx
</a>
</li>
<li class="file-stats">
<a href="#2e1d758b9456457643a033c2647db8c83e44137c">
src/cockpit/389-console/src/lib/plugins/dna.jsx
</a>
</li>
<li class="file-stats">
<a href="#6d38c2ed59755b2de1da642595250750b28c923a">
src/cockpit/389-console/src/lib/plugins/linkedAttributes.jsx
</a>
</li>
<li class="file-stats">
<a href="#c1223b828a6499762ca46df2c457c4291e13f674">
src/cockpit/389-console/src/lib/plugins/managedEntries.jsx
</a>
</li>
<li class="file-stats">
<a href="#ea9e85f1ce1ae92f9acead141e83833ae746ef90">
src/cockpit/389-console/src/lib/plugins/memberOf.jsx
</a>
</li>
<li class="file-stats">
<a href="#ebcb0ffd14a91e9c807a58142b6d96b9bf371245">
<span class="new-file">
+
src/cockpit/389-console/src/lib/plugins/memberOfModals.jsx
</span>
</a>
</li>
<li class="file-stats">
<a href="#11b94ffeb0a205ee700c2416100a61a8b250d886">
src/cockpit/389-console/src/lib/plugins/pamPassThru.jsx
</a>
</li>
<li class="file-stats">
<a href="#3f0ce50eba0c8089d70f7cafd0c6987a6eb11146">
src/cockpit/389-console/src/lib/plugins/pluginBasicConfig.jsx
</a>
</li>
<li class="file-stats">
<a href="#dbb8f6e3a02b6159fbd3d26dddf41a01d95089c3">
src/cockpit/389-console/src/lib/plugins/pluginTables.jsx
</a>
</li>
<li class="file-stats">
<a href="#2488ff5620b6256e26496a56b61bc30d6c9d47b4">
src/cockpit/389-console/src/lib/plugins/referentialIntegrity.jsx
</a>
</li>
<li class="file-stats">
<a href="#901668705722fb03850d33ea6567a4a34e6c7a57">
src/cockpit/389-console/src/lib/plugins/retroChangelog.jsx
</a>
</li>
<li class="file-stats">
<a href="#243d65e017d380ebab965092af0ab250ef229def">
src/cockpit/389-console/src/lib/plugins/rootDNAccessControl.jsx
</a>
</li>
<li class="file-stats">
<a href="#93587e2f18b46acd2b22eb36b37e89e3b757bc57">
src/cockpit/389-console/src/lib/replication/replAgmts.jsx
</a>
</li>
<li class="file-stats">
<a href="#40b452e0c17f2fcff059c9aebed432c4c8cb696a">
src/cockpit/389-console/src/lib/replication/replConfig.jsx
</a>
</li>
<li class="file-stats">
<a href="#e061569380881f25a3a8a3300d84d8c4aabe719e">
src/cockpit/389-console/src/lib/replication/replModals.jsx
</a>
</li>
<li class="file-stats">
<a href="#daa4e85a870952ec42d0f6661df78977ba51da62">
src/cockpit/389-console/src/lib/replication/replTables.jsx
</a>
</li>
<li class="file-stats">
<a href="#028f11cd74f3a428ad3920e6a4acfd2c4ca76239">
src/cockpit/389-console/src/lib/replication/replTasks.jsx
</a>
</li>
<li class="file-stats">
<a href="#177a4a1ccc7138dfc33b02904acf37583785ad18">
src/cockpit/389-console/src/lib/replication/winsyncAgmts.jsx
</a>
</li>
<li class="file-stats">
<a href="#50d0da9dce2e482e817d492908a98351b5b8688a">
src/cockpit/389-console/src/lib/schema/schemaModals.jsx
</a>
</li>
<li class="file-stats">
<a href="#eba54ee665fb5c4495118292c4e39ba4e794d55d">
src/cockpit/389-console/src/lib/schema/schemaTables.jsx
</a>
</li>
<li class="file-stats">
<a href="#43f5caa9cce87aae04094b2242b75be45b825668">
src/cockpit/389-console/src/lib/security/certificateManagement.jsx
</a>
</li>
<li class="file-stats">
<a href="#1bd9b14a914f2ea4b81a2c5c555c0fc956f9caca">
src/cockpit/389-console/src/lib/security/ciphers.jsx
</a>
</li>
<li class="file-stats">
<a href="#910cf8a310dbed4a851e8c505d30d918ac577766">
src/cockpit/389-console/src/lib/security/securityModals.jsx
</a>
</li>
<li class="file-stats">
<a href="#9bd17e6ce2a42b85c8d50c6ff0a30b08062aaebf">
src/cockpit/389-console/src/lib/server/accessLog.jsx
</a>
</li>
<li class="file-stats">
<a href="#998647284ac6df798a7fd451a3125269f5a7da87">
src/cockpit/389-console/src/lib/server/auditLog.jsx
</a>
</li>
<li class="file-stats">
<a href="#b7ca45de0c95051ad266dbb0b30ae16a130b8141">
src/cockpit/389-console/src/lib/server/auditfailLog.jsx
</a>
</li>
<li class="file-stats">
<a href="#8c8a9372a4edf6a76b366bf8c958754471a727b3">
src/cockpit/389-console/src/lib/server/errorLog.jsx
</a>
</li>
<li class="file-stats">
<a href="#17f09c63cd5224993589bdb45c815d0771127972">
src/cockpit/389-console/src/lib/server/ldapi.jsx
</a>
</li>
<li class="file-stats">
<a href="#e2e9a7fdfe15830b03f2d537f73506517923a0e9">
src/cockpit/389-console/src/lib/server/sasl.jsx
</a>
</li>
<li class="file-stats">
<a href="#677d836fb327789e1247a738202b4dc4e1293ba5">
src/cockpit/389-console/src/lib/server/securityLog.jsx
</a>
</li>
<li class="file-stats">
<a href="#c072cffc02f92dd0892997a787defaed53d39349">
src/cockpit/389-console/src/lib/server/settings.jsx
</a>
</li>
<li class="file-stats">
<a href="#030442dd6439abc307dba87a6b22d4deb4cede17">
src/cockpit/389-console/src/lib/tools.jsx
</a>
</li>
<li class="file-stats">
<a href="#6deac535c943bc0d2eca4b185e27e040a2c5b9b5">
src/cockpit/389-console/src/monitor.jsx
</a>
</li>
<li class="file-stats">
<a href="#d810fffa0ab1c81aed25cdb09e198ead621a0a42">
src/cockpit/389-console/src/replication.jsx
</a>
</li>
<li class="file-stats">
<a href="#123bfefa882942fdb6f4b535ff05542098dacec9">
src/cockpit/389-console/src/schema.jsx
</a>
</li>
<li class="file-stats">
<a href="#ab2524f4a604a527648844afeb1cf4cc68a1c520">
src/cockpit/389-console/src/security.jsx
</a>
</li>
<li class="file-stats">
<a href="#a64954387d8651c0023b94020b19bfc46a0a5652">
src/cockpit/389-console/src/server.jsx
</a>
</li>
<li class="file-stats">
<a href="#081f037bea8521e80fd818cfe3e7691574ef5280">
src/lib389/MANIFEST.in
</a>
</li>
<li class="file-stats">
<a href="#970c31df260b57f21bf2b35205046afc448d2a42">
src/lib389/README.md
</a>
</li>
<li class="file-stats">
<a href="#02bacede258fe81a4ac714ea821b6c31273d64ef">
<span class="new-file">
+
src/lib389/build_hooks.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#34e7b9428c4cb35c828af9466a36729c631076da">
src/lib389/lib389/__init__.py
</a>
</li>
<li class="file-stats">
<a href="#df19897fe499b77c52de7998d0ed3dda88866d48">
src/lib389/lib389/_constants.py
</a>
</li>
<li class="file-stats">
<a href="#94e01ff9e9ffb4e3ad97fdf3a9db19691aba16f3">
src/lib389/lib389/_mapped_object.py
</a>
</li>
<li class="file-stats">
<a href="#1cc9208cb2488c10fcd7a34ea64610546e35a9f1">
src/lib389/lib389/agreement.py
</a>
</li>
<li class="file-stats">
<a href="#5f747596068ebce57208e07ec74cdf2dc5952893">
src/lib389/lib389/backend.py
</a>
</li>
<li class="file-stats">
<a href="#42d391c81bf222191225a74fa23fe72d9cdf4b82">
src/lib389/lib389/chaining.py
</a>
</li>
<li class="file-stats">
<a href="#20ddcc62d023b00bfb6843a92eea01df5f03e077">
src/lib389/lib389/cli_base/__init__.py
</a>
</li>
<li class="file-stats">
<a href="#cf8d917807e7d8ca49e29c8aa0ef8b5427177bbc">
src/lib389/lib389/cli_base/dsrc.py
</a>
</li>
<li class="file-stats">
<a href="#55a53511dc97bf35b52f495479037def4822e9c6">
src/lib389/lib389/cli_conf/__init__.py
</a>
</li>
<li class="file-stats">
<a href="#f4065a36ceaa7b191d32fdb8beb1c8fecd03d2fc">
src/lib389/lib389/cli_conf/backend.py
</a>
</li>
<li class="file-stats">
<a href="#09899a5dec44feb2104c20e334e16add20f527c2">
src/lib389/lib389/cli_conf/conflicts.py
</a>
</li>
<li class="file-stats">
<a href="#4a53903091d48c4b736baa88012fb2100810d512">
src/lib389/lib389/cli_conf/logging.py
</a>
</li>
<li class="file-stats">
<a href="#c55602ce1ae581e82a19d3aa9784978063e3a191">
src/lib389/lib389/cli_conf/monitor.py
</a>
</li>
<li class="file-stats">
<a href="#7979ff115e4c7e96566166081aa4f8fc010695ed">
src/lib389/lib389/cli_conf/plugins/accountpolicy.py
</a>
</li>
<li class="file-stats">
<a href="#65d9e28374620136a7088f13a30829291bb05c31">
src/lib389/lib389/cli_conf/plugins/attruniq.py
</a>
</li>
<li class="file-stats">
<a href="#ef89c86d0ab48474bb1fe50262c68922bcda23c8">
src/lib389/lib389/cli_conf/plugins/memberof.py
</a>
</li>
<li class="file-stats">
<a href="#32139f15967bcd4911c4fd992ec0d897c7485060">
src/lib389/lib389/cli_conf/plugins/referint.py
</a>
</li>
<li class="file-stats">
<a href="#9e6b85eb824f8888b53ce738f305dba224f19c55">
src/lib389/lib389/cli_conf/plugins/rootdn_ac.py
</a>
</li>
<li class="file-stats">
<a href="#b41a8baa54a918369b8310a82352563b337d6c5d">
src/lib389/lib389/cli_conf/pwpolicy.py
</a>
</li>
<li class="file-stats">
<a href="#0d3017cefea0db22572e5942e8753ca16cf6184d">
src/lib389/lib389/cli_conf/replication.py
</a>
</li>
<li class="file-stats">
<a href="#de06df331cd84120298259f69cb8c0eb783d69f1">
src/lib389/lib389/cli_conf/schema.py
</a>
</li>
<li class="file-stats">
<a href="#43a9b91ef9646791fbd6c85171bdbd65d3f4de1d">
src/lib389/lib389/cli_ctl/dblib.py
</a>
</li>
<li class="file-stats">
<a href="#d9583a3e0a43705c1cfee9f55e721d8eebdbebd1">
src/lib389/lib389/cli_ctl/health.py
</a>
</li>
<li class="file-stats">
<a href="#74d66156c7a14ec19768c71e545dc32ebc0eaf10">
src/lib389/lib389/cli_idm/__init__.py
</a>
</li>
<li class="file-stats">
<a href="#4f864e8c0a22f08469a4115699ad63f48ce172f8">
src/lib389/lib389/cli_idm/account.py
</a>
</li>
<li class="file-stats">
<a href="#f14aee0027c0e0df2110417336cbffa9ab35ac95">
src/lib389/lib389/cli_idm/group.py
</a>
</li>
<li class="file-stats">
<a href="#44963f14aa1b0a4d71154ed90d937d624b9d8473">
src/lib389/lib389/cli_idm/organizationalunit.py
</a>
</li>
<li class="file-stats">
<a href="#41382df2b9eae654f63124f5f6d2d0cd01d74e89">
src/lib389/lib389/cli_idm/posixgroup.py
</a>
</li>
<li class="file-stats">
<a href="#3ece83d542aaa4f34f45fc94ba6cd97842340cd0">
src/lib389/lib389/cli_idm/role.py
</a>
</li>
<li class="file-stats">
<a href="#130d433f40b11d73f0813a73b723dc18c0666250">
src/lib389/lib389/cli_idm/service.py
</a>
</li>
<li class="file-stats">
<a href="#f432bea46d481f1217cb747a5625970e8c60d90d">
src/lib389/lib389/cli_idm/uniquegroup.py
</a>
</li>
<li class="file-stats">
<a href="#de27264201813548d5c864c64b02b6583634f797">
src/lib389/lib389/cli_idm/user.py
</a>
</li>
<li class="file-stats">
<a href="#9b168c431dd6a6a5a1a8f12aa1614bb4b4b235c4">
src/lib389/lib389/dirsrv_log.py
</a>
</li>
<li class="file-stats">
<a href="#4c465167fba34bb30401a4f11f240d47872df5da">
src/lib389/lib389/dseldif.py
</a>
</li>
<li class="file-stats">
<a href="#d791db27914ed792d4fbe59cff7d231335ce9126">
src/lib389/lib389/idm/account.py
</a>
</li>
<li class="file-stats">
<a href="#e832fa4ca50262adbf6e9335c293162594f7dbae">
src/lib389/lib389/idm/group.py
</a>
</li>
<li class="file-stats">
<a href="#22d3979a95b55e00147d8d955a676d79afc8d6fd">
src/lib389/lib389/idm/role.py
</a>
</li>
<li class="file-stats">
<a href="#00e5162ffcc1711d5280bc0741dfdef7768402c7">
src/lib389/lib389/instance/options.py
</a>
</li>
<li class="file-stats">
<a href="#05529ab8ccf0153d72b347a3517bdc36400f0b75">
src/lib389/lib389/instance/setup.py
</a>
</li>
<li class="file-stats">
<a href="#84501a5b4cbd15a1a9d1f27f5463ec6a742949a3">
src/lib389/lib389/lint.py
</a>
</li>
<li class="file-stats">
<a href="#4a810aaef1e5789bb6c9de3e8fa66bb142be6c63">
src/lib389/lib389/monitor.py
</a>
</li>
<li class="file-stats">
<a href="#cf6cddbba8f04ae951b9741be1bffe0e8b8e90f7">
src/lib389/lib389/nss_ssl.py
</a>
</li>
<li class="file-stats">
<a href="#5feded498e42e1e508a318a5b2f640046df640f2">
src/lib389/lib389/paths.py
</a>
</li>
<li class="file-stats">
<a href="#c6941bd04b9d8316e83d3217542dac8ad0ac217b">
src/lib389/lib389/plugins.py
</a>
</li>
<li class="file-stats">
<a href="#e8107af7b9a2a2d62b5724596affaa4511348178">
src/lib389/lib389/pwpolicy.py
</a>
</li>
<li class="file-stats">
<a href="#ad55fd2caf28a94975d35a83af14aac82498cf1d">
src/lib389/lib389/replica.py
</a>
</li>
<li class="file-stats">
<a href="#d77f49690cf7460efd4d3db3b62533a55d163d85">
src/lib389/lib389/repltools.py
</a>
</li>
<li class="file-stats">
<a href="#dded5f1a476a6041569dc2cacbe765f2af13c745">
src/lib389/lib389/schema.py
</a>
</li>
<li class="file-stats">
<a href="#2446c49a0244ba8159d9c0947ad87c7ba59ed8d0">
src/lib389/lib389/tools.py
</a>
</li>
<li class="file-stats">
<a href="#9828e444355313632adc7ad94a4de7aa1ef4781f">
src/lib389/lib389/topologies.py
</a>
</li>
<li class="file-stats">
<a href="#f2a2ee5c672e420ab850ef59d1ea31b0e78776f7">
src/lib389/lib389/utils.py
</a>
</li>
<li class="file-stats">
<a href="#76498f5f9eb22a4d6c2f9dd2cc355fb29216182d">
<span class="new-file">
+
src/lib389/pyproject.toml
</span>
</a>
</li>
<li class="file-stats">
<a href="#c883f7609f1ea61572219c267eced5bc11e73519">
src/lib389/requirements.txt
</a>
</li>
<li class="file-stats">
<a href="#acb4361f5ef6ac0cd66be263ddfb658fa052e6c9">
<span class="deleted-file">
−
src/lib389/setup.cfg
</span>
</a>
</li>
<li class="file-stats">
<a href="#b191535b0e32433b0c0af85e39c6129ec6ac243d">
<span class="deleted-file">
−
src/lib389/setup.py.in
</span>
</a>
</li>
<li class="file-stats">
<a href="#d097980d02896e19e5851669909f72a2749acde9">
<span class="new-file">
+
src/lib389/validate_version.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#aef9b7227b1f8292b1d2aa16134450c476c188e5">
src/librslapd/Cargo.toml
</a>
</li>
<li class="file-stats">
<a href="#fb92d5519d0d010567ebfa7ef1a02e25d2ccb0cc">
src/librslapd/src/cache.rs
</a>
</li>
<li class="file-stats">
<a href="#cf48059c78100da12ec505383b61ea604e8eae15">
src/plugins/pwdchan/src/lib.rs
</a>
</li>
<li class="file-stats">
<a href="#78070cd498f566c609a9de95c2078a8e1c65d98f">
src/slapi_r_plugin/src/value.rs
</a>
</li>
<li class="file-stats">
<a href="#3ccee441d2971cfc0f58a78b2f12af1e7da74e54">
test/libslapd/haproxy/parse.c
</a>
</li>
<li class="file-stats">
<a href="#ceafed5596ea8070d6bc094e6c90a8cfb12068ad">
test/libslapd/test.c
</a>
</li>
<li class="file-stats">
<a href="#cca9d04ff288da04a59086aecbf3dcefc88a16f4">
test/test_slapd.h
</a>
</li>
<li class="file-stats">
<a href="#9f832dbbf456b1c159071e5f529b98fcd26cf119">
wrappers/systemd.template.service.in
</a>
</li>
</ul>
<h5 style="margin-top: 10px; margin-bottom: 10px; font-size: .875rem;">
The diff was not included because it is too large.
</h5>
</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #626168;">
—
<br>
<a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/compare/6143c9025c8b7380618946c06e1ec21f57c6616d...64132c22285271179e4ed68a4ed41dd446143e97">View it on GitLab</a>.
<br>
You're receiving this email because of your account on <a target="_blank" rel="noopener noreferrer" href="https://salsa.debian.org">salsa.debian.org</a>. <a href="https://salsa.debian.org/-/profile/notifications" target="_blank" rel="noopener noreferrer" class="mng-notif-link">Manage all notifications</a> · <a href="https://salsa.debian.org/help" target="_blank" rel="noopener noreferrer" class="help-link">Help</a>
<span style="color: transparent; font-size: 0; display: none; overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0;">
Notification message regarding https://salsa.debian.org/freeipa-team/389-ds-base/-/compare/6143c9025c8b7380618946c06e1ec21f57c6616d...64132c22285271179e4ed68a4ed41dd446143e97 at 1776707447
</span>
</p>
</div>
</body>
</html>