<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>



<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">

<h3>
Timo Aaltonen pushed to branch upstream
at <a href="https://salsa.debian.org/freeipa-team/389-ds-base">FreeIPA packaging / 389-ds-base</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/38fe768065f94cf0143dcd7c14d8c7e74ab4812d">38fe7680</a></strong>
<div>
<span>by William Brown</span>
<i>at 2020-01-23T23:28:17+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Ticket 48707 - ldapssotoken for authentication

Bug Description: This implements LDAP ssotokens, a simple
but cryptographically strong method of providing "cookies" to clients
on request so that they can re-bind to a session at a later time. This
is required for the web portal so that the portal may remain "isolated"
without a strict security audit as the 389-ds server provides all
security features.

Fix Description: This adds the features for cookies with time limits up
to one day to be generated from a rust library. These can be "revoked"
globally by regeneration of the fernet key. Multiple DS servers can
accept the tokens if they all have the same key configured. The TTL
is adjustable based on site preferences. Additionally, sites that do
not compile rust features will not have the feature enabled.

https://pagure.io/389-ds-base/issue/48707

Author: William Brown <william@blackhats.net.au>

Review by: mreynolds
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/54b941dea5b595302c47ed2ebecf8ec30dc76050">54b941de</a></strong>
<div>
<span>by Mark Reynolds</span>
<i>at 2020-01-24T09:08:14-05:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Issue 49990 - Need to enforce a hard maximum limit for file descriptors

Description: on some platforms the maximum FD limit is high it can cause
             a OOM at server startup.  So we need to add a hard maximum
             limit.

relates: https://pagure.io/389-ds-base/issue/49990

Reviewed by: firstyear & tbordaz (Thanks!!)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/1004e5c1941918d9b152b8ad0200bc508d612576">1004e5c1</a></strong>
<div>
<span>by Mark Reynolds</span>
<i>at 2020-01-24T10:56:35-05:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Issue 50850 - Fix dsctl healthcheck for python36

Description:  dsctl health check, specifically the certificate expiring
              checks, were using python37 specific functions, but these
              do not work on python36.  Needed to replace fromisoformat()
              with something more portable.

relates: https://pagure.io/389-ds-base/issue/50850

Reviewed by: firstyear(Thanks!)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/9b779ed84db0d123b64b8ce0a8e43e77316b128e">9b779ed8</a></strong>
<div>
<span>by Mark Reynolds</span>
<i>at 2020-01-24T11:33:21-05:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Issue 50853 - Fix NULL pointer deref in config setting

Description:  Need to check if the config init function is defined for
              the attribute before blindly calling it.  This fixes a
              regression from issue 48707.

relates: https://pagure.io/389-ds-base/issue/50853

Reviewed by: tbordaz & mhonek (Thanks!)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/a3beee453120e56881e5052948f6787b958b2a3b">a3beee45</a></strong>
<div>
<span>by Viktor Ashirov</span>
<i>at 2020-01-27T11:26:16+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Issue 49761 - Fix CI test suite issues

Description:
Fix plugins acceptace test suite by adding a test attribute to the schema
since the schema filter check can return invalid search results.

Relates: https://pagure.io/389-ds-base/issue/49761

Reviewed by: mhonek (Thanks!)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/473d61634aff177b23520bf6c1fd85de6cee3718">473d6163</a></strong>
<div>
<span>by Thierry Bordaz</span>
<i>at 2020-01-27T16:34:29+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Ticket 50857 - Memory leak in ACI using IP subject

Bug Description:
        When a ACI is evaluated (LASIpEval) a context (cookie) is allocated.
        At the end of the connection, the context is freed
        via a callback (LASIpFlush).
        The context contains two LASIpTree_t tree (ipv4 and ipv6)
        In free callback, only ipv4 tree is freed

Fix Description:
        Free ipv6 tree in LASIpTree

https://pagure.io/389-ds-base/issue/50857

Reviewed by: Mark Reynolds

Platforms tested: F31

Flag Day: no

Doc impact: no
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/7120ecb30f6cefa30e4e9514a789d4e64ab12b68">7120ecb3</a></strong>
<div>
<span>by William Brown</span>
<i>at 2020-01-28T12:58:06+10:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Ticket 50694 - import PEM certs on startup

Bug Description: To make container setup easier, given TLS
material in defined locations we should convert these into
a functional nssdb

Fix Description: Provided that we have:

* /data/config/pwdfile.txt
* /data/tls/server.key
* /data/tls/server.crt
* /data/tls/ca/*.crt

There are imported into the nssdb as such:

/data/tls/ca/ca.crt                                          C,,
Server-Cert                                                  u,u,u

This works on restarts, changes of keys, etc. IE to replace these,
just change out the pem files, and restart, and we "do the right
thing". Importantly, this will allow a much easier deployment of
containerised 389-ds with let's encrypt!

https://pagure.io/389-ds-base/issue/50694

Author: William Brown <william@blackhats.net.au>

Review by: mreynolds, mhonek (thanks)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/c70d2ff16c56c4893b959e2940aaf863013abeb8">c70d2ff1</a></strong>
<div>
<span>by William Brown</span>
<i>at 2020-01-28T13:04:09+10:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Ticket 50831 add cargo.lock to allow offline builds

Bug Description: We need cargo.lock to be distributed to allow offline
builds of the application

Fix Description: In offline builds without cargo.lock present, the build
fails as the versions are checked.

https://pagure.io/389-ds-base/issue/50831

Author: William Brown <william@blackhats.net.au>

Review by: mhonek
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/8a3cea679aa0c6e81e8a6ef13da5b7f7bcc30fba">8a3cea67</a></strong>
<div>
<span>by Matus Honek</span>
<i>at 2020-01-28T03:06:32+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Issue 50737 - Allow building with rust online without vendoring

Bug Description:
Building --rust-enable without --rust-enable-offline still requires
predownloading the libraries.

Fix Description:
Setup .cargo/config on ./configure time allowing to subsequently do make
that would in a case automatically download necessary libraries (in
online mode).

Fixes https://pagure.io/389-ds-base/issue/50737

Author: Matus Honek <mhonek@redhat.com>

Review by: ???
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/d8a35290a10cc8327fbcfff11d380b8ad9272c95">d8a35290</a></strong>
<div>
<span>by Matus Honek</span>
<i>at 2020-01-30T12:14:19+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Issue 50867 - Fix minor buildsys issues

Description:
Gitignore fixes:
- Add svrcore.pc along other .pc files.
- Since 5b1c8e7 bin utils are not created with -bin suffix.

RPM:
- Comments are not allowed on macro's line; move below.
- Remove some ancient Obsoletes and Conflicts.

Fixes: https://pagure.io/389-ds-base/issue/50867

Author: Matus Honek <mhonek@redhat.com>

Review by: Mark, William (thanks!)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/711b9de13ce13adb5b13c4252cb516db433621b3">711b9de1</a></strong>
<div>
<span>by Ludwig Krispenz</span>
<i>at 2020-01-30T13:32:05+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Ticket 49624 cont - DB Deadlock on modrdn appears to corrupt database and entry cache

Bug: If there are deadlocks a transaction will be retried. In the case
        of modrdn operation there is an error in handling the newsuperior
        dn, which has to be reset when the txn is repeated.
     There is also an error in freeing the entry stored in the pblock which can
        lead to a double free
     There is also a memory leak for ec entries

Fix: check if the newsuperior in the pblock was changed before the retry and
        only then free and reset it.
     check and protect pblock entry from double free
     remove ec entry from cache
     fix the txn_test_thread to run

     There is also a message at shutdown that entries remain in the entry cache
        although no leaks are reported and a hash dump didn't show entries.
        Change log level to avoid confusion

Reviewed by: Thierry, William, Viktor - Thanks
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/52930da0bb8abe94a56ff6dca5ea57347d3461a9">52930da0</a></strong>
<div>
<span>by Matus Honek</span>
<i>at 2020-01-30T12:49:52+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Issue 50823 - dsctl doesn't work with 'slapd-' in the instance name

Bug Description:
DirSrv.list drops all occurrences of 'slapd-' within a serverid
rendering names containing it damaged.

Fix Description:
Remove only the first occurrence of 'slapd-' in the serverid, which is
the prefix that is expected to be removed.

Fixes https://pagure.io/389-ds-base/issue/50823

Author: Matus Honek <mhonek@redhat.com>

Review by: Mark, William (thanks!)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/5afacd39d3eb87f29a810f7434a27ac1dcf9edd2">5afacd39</a></strong>
<div>
<span>by William Brown</span>
<i>at 2020-01-31T02:09:45+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Ticket 50859 - support running only with ldaps socket

Bug Description: As plaintext protocols have shown they are
unable to be effectively secured, we should have the choice to
be able to run the server only as LDAPS for high assurance
environments.

Fix Description: Add a test to assert we can move to ldaps only
and back to ldap/ldaps. Add a command to help make this easier for
admins to find and discover.

https://pagure.io/389-ds-base/issue/50859

Author: William Brown <william@blackhats.net.au>

Review by: mreynolds (Thanks!)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/493a66449307d703bf53eb3a239d645126b63e09">493a6644</a></strong>
<div>
<span>by William Brown</span>
<i>at 2020-02-03T00:47:11+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Ticket 50787 - fix implementation of attr unique

Bug Description: The implementation of attribute unique relies
on a "plugin per config" which is different to most other
handlings. This creates an exception case to the standard
plugin framework in lib389 that was not correctly handled
in the CLI.

Fix Description: Fix the cli to have the correct customised
variants of the commands to support this plugin's behaviour.

> dsconf localhost plugin attr-uniq status uid-test
Plugin 'uid-test' is disabled
> dsconf localhost plugin attr-uniq enable uid-test
Successfully enabled the cn=uid-test,cn=plugins,cn=config
> dsconf localhost plugin attr-uniq enable uid-test
Plugin 'uid-test' already enabled
> dsconf localhost plugin attr-uniq status uid-test
Plugin 'uid-test' is enabled
> dsconf localhost plugin attr-uniq disable uid-test
Successfully disabled the cn=uid-test,cn=plugins,cn=config
> dsconf localhost plugin attr-uniq disable uid-test
Plugin 'uid-test' already disabled

https://pagure.io/389-ds-base/issue/50787

Author: William Brown <william@blackhats.net.au>

Review by: ???
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/0362fa3fc65ea74496da89aafd315eed59d97844">0362fa3f</a></strong>
<div>
<span>by Akshay Adhikari</span>
<i>at 2020-02-05T17:06:03+05:30</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Issue 50117 - Add a new CI test case

Bug Description: After certain failed import operation, impossible to replay an import operation.

Fix Description: Added a test case to Check after certain failed import operation, is it
possible to replay an import operation.

Relates: https://pagure.io/389-ds-base/issue/50117

Review by: mhonek,tbordaz
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/26d7599442789ceb2d171e8592a8bddf779e8d83">26d75994</a></strong>
<div>
<span>by Akshay Adhikari</span>
<i>at 2020-02-05T17:06:03+05:30</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Issue 49946 - Add a new CI test case

Bug Description: Upgrade of 389-ds-base could remove replication agreements.

Fix Description: Added a test case to check if agreement starts with "cn=->..." then
after upgrade does it get removed.

Relates: https://pagure.io/389-ds-base/issue/49946

Review by: mhonek
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/c6ad848118500991cfbc790a7c16e74179c3ce95">c6ad8481</a></strong>
<div>
<span>by Akshay Adhikari</span>
<i>at 2020-02-05T17:06:03+05:30</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Issue 50028 - Add a new CI test case

Bug Description: There was a request for having -y option for ds-replcheck.

Fix Description: Added a test to Check ds-replcheck works if password file is provided
with -y option.

Relates: https://pagure.io/389-ds-base/issue/50028

Review by: mhonek
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/fcd6b2e1c5f24ff931ab85448ffa6dffc6ee831f">fcd6b2e1</a></strong>
<div>
<span>by Mark Reynolds</span>
<i>at 2020-02-05T09:26:43-05:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Issue 50873 - Fix issues with healthcheck tool

Description:

- Wrong error code reported with result for backend check

- Disk Space Monitor check crashes because it is missing "import copy"

- On a non-LDAPI instance "dsctl healthcheck" does not prompt for bind dn, only for password.

relates: https://pagure.io/389-ds-base/issue/50873

Reviewed by: firstyear(Thanks!)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/c6976c182e7c2f957b210a5b4241c09bcda6c60d">c6976c18</a></strong>
<div>
<span>by Mark Reynolds</span>
<i>at 2020-02-05T09:48:15-05:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Issue 50873 - Fix healthcheck and virtual attr check

Description:  Used the wrong DN to lookup COS definitions

relates: https://pagure.io/389-ds-base/issue/50873

Reviewed by: mreynolds (one line commit rule)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/d8988cc3696e409f5676676b5c379ef83697d60d">d8988cc3</a></strong>
<div>
<span>by Mark Reynolds</span>
<i>at 2020-02-06T14:38:04-05:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Issue 50886 - Typo in the replication debug message

Description:  Fix typo in replication logging message

relates: https://pagure.io/389-ds-base/issue/50886

Reviewed by: mreynolds (one line commit rule)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/827c97d9d60eadbb3fdd7652635f9e6829b78216">827c97d9</a></strong>
<div>
<span>by Mark Reynolds</span>
<i>at 2020-02-07T14:23:50-05:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Issue 50882 - Fix healthcheck errors for instances that do not have TLS enabled

Bug Description:  The config and FSChecks fail when TLS is not setup

Fix Description:  Properly check for conditions when TLS is not enabled,
                  and ignore errors if TLS related files are not present
                  during the FS permissions check.

relates: https://pagure.io/389-ds-base/issue/50882

Reviewed by: firstyear(thanks!)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/02d23f06d21576a3e4919dcabe6901840e05e500">02d23f06</a></strong>
<div>
<span>by Ludwig Krispenz</span>
<i>at 2020-02-11T17:47:37+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Ticket - 49623-cont cenotaph errors on modrdn operations

Bug: In modrdn operations a cenotaph entries are created to track the time when
        an entry had existed. But in cases where rentries were renamed in cycles
        reusing the dns again and again this failed with an error: "faild to add cenotaph"

Fix: Previous versions of cenotaphs with the same dn are not used (or maybe in very unlikely
        scenarios) so there is no need to change the dn construction to be able to keep all
        versions of the same cenotaph. Instead, if the creation of the cenotaph fails because
        it already exists, the existin cenotaph is moodified with the lifespan data of the
        cenotaph that was tried to add.

Reviewed by: Thierry, thanks
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/5878a3113c0a28ff8fc3a23452afd8895ffed06c">5878a311</a></strong>
<div>
<span>by Anuj Borah</span>
<i>at 2020-02-12T14:49:00+05:30</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Issue: 50686 - Port fractional replication test cases from TET to python3 part 1

Bug Description: Port fractional replication test cases from TET to python3 part 1

Relates: https://pagure.io/389-ds-base/issue/50686

Author: aborah

Reviewed by: Viktor Ashirov
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/e6fc427ccccea996d206a60ea0cc5602cc625de7">e6fc427c</a></strong>
<div>
<span>by Mark Reynolds</span>
<i>at 2020-02-12T20:19:58-05:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Issue 49845 - README does not contain complete information on building

Description:  Update READNME.md with clearer instructions and requirements
              for building the server.  Also added a check for libasan
              to configure.am.

relates: https://pagure.io/389-ds-base/issue/49845

Reviewed by: firstyear(Thanks!)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/c6198c5397d185cf9aeda7e942db952089c613ed">c6198c53</a></strong>
<div>
<span>by Mark Reynolds</span>
<i>at 2020-02-13T10:47:43-05:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Issue 50855 - UI: Port Server Tab to React

Description:  Ported the server tab to reactJS.  Also made other changes:

             - Moved Password policy to the database tab tree.
             - Moved the Security Tab to the Server Tab tree.
             - Fixed all the typeAhead errors
             - Removed unused CSS classes

relates: https://pagure.io/389-ds-base/issue/50855

Reviewed by: spichugi(Thanks!)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/605db5be06d3960110f74766d8d9979549e05fd5">605db5be</a></strong>
<div>
<span>by Mark Reynolds</span>
<i>at 2020-02-13T11:47:04-05:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Issue 50855 - remove unused file from UI

Description:  Remove pwpolicy,jsx as it was accidentally added to the last commit
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/commit/776c6edf5dbaabccd6d2e12a4ebd6b39598dc142">776c6edf</a></strong>
<div>
<span>by Mark Reynolds</span>
<i>at 2020-02-13T14:58:44-05:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Bump version to 1.4.3.3
</pre>
</li>
</ul>
<h4>30 changed files:</h4>
<ul>
<li class="file-stats">
<a href="#99898e858202ab449a91f687f4f0fafbfbd97e94">
.cargo/config

.cargo/config.in
</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="#8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d">
README.md
</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="#d6c7e77a3a7a6cee974142c87cc74368a641de00">
<span class="new-file">
+
dirsrvtests/tests/suites/auth_token/__init__.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#f40d372ca67383e5d54b24d9f51e7206a4f44209">
<span class="new-file">
+
dirsrvtests/tests/suites/auth_token/basic_auth_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#9c17fe39490c38fd25f8f030e58fcf1c927b5b15">
dirsrvtests/tests/suites/ds_tools/replcheck_test.py
</a>
</li>
<li class="file-stats">
<a href="#6b0ef0e5b6a4fe980a5746350b7251d485cce183">
<span class="new-file">
+
dirsrvtests/tests/suites/fractional/fractional_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#8a71cb76126324fd29a365586568423c32d090ce">
dirsrvtests/tests/suites/import/regression_test.py
</a>
</li>
<li class="file-stats">
<a href="#89c9b08b9450f9b4a6d49f9d4a2f63c6c24ce0a6">
dirsrvtests/tests/suites/plugins/acceptance_test.py
</a>
</li>
<li class="file-stats">
<a href="#0555228bf8a0893b6473230b03916b3ce3d3926e">
dirsrvtests/tests/suites/replication/regression_test.py
</a>
</li>
<li class="file-stats">
<a href="#11e8b1ba02504daf2a53a5e07d9c37ae62f179d4">
<span class="new-file">
+
dirsrvtests/tests/suites/tls/tls_ldaps_only_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#c1d003a1b286610d117ee710aed65160876b7924">
<span class="new-file">
+
dirsrvtests/tests/tickets/ticket49623_2_test.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#b3565d49fc2d6b03937d92f5968ea7d8f85a3460">
ldap/admin/src/defaults.inf.in
</a>
</li>
<li class="file-stats">
<a href="#4139125f2735a5e99a7545791e4a17d2a51f7909">
ldap/servers/plugins/replication/repl5_plugins.c
</a>
</li>
<li class="file-stats">
<a href="#dc77497e02fe36528a207f2a7e00f78a74d82745">
ldap/servers/plugins/replication/urp.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="#dc7bfc8503bdd4c8da43e3dece68c1fa5926d42b">
ldap/servers/slapd/back-ldbm/db-bdb/bdb_layer.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="#407457e99e9237e82faf5950a837cc4cfbbfe53c">
ldap/servers/slapd/bind.c
</a>
</li>
<li class="file-stats">
<a href="#badd039662986e377ad68b866837ca6e3d870826">
ldap/servers/slapd/extendop.c
</a>
</li>
<li class="file-stats">
<a href="#bb120068614c4cc9b1005576a11632b044a5a44f">
ldap/servers/slapd/libglobs.c
</a>
</li>
<li class="file-stats">
<a href="#b4d3ac554cf80abe29c701efb1382f691a66db5e">
ldap/servers/slapd/proto-slap.h
</a>
</li>
<li class="file-stats">
<a href="#f9ae96cb8964b24d13fb1e6b8b60da9e1260c4a6">
ldap/servers/slapd/pw_verify.c
</a>
</li>
<li class="file-stats">
<a href="#8b66802d4b528c14d137a7a084528774c37a35cd">
ldap/servers/slapd/pw_verify.h
</a>
</li>
<li class="file-stats">
<a href="#4af1ef1ccc5b3f04935da6353890e024903fdc2f">
ldap/servers/slapd/slap.h
</a>
</li>
<li class="file-stats">
<a href="#db8aa50ea8e4afcfadef4e1715d6a422ff58f469">
lib/libaccess/lasip.cpp
</a>
</li>
<li class="file-stats">
<a href="#61a3885e28a7c123f2b88f5c9fa1600b50cd94f1">
rpm.mk
</a>
</li>
</ul>
<h5>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: #777;">

<br>
<a href="https://salsa.debian.org/freeipa-team/389-ds-base/-/compare/fda9349416b20636d605d60fc62a410303cc0e43...776c6edf5dbaabccd6d2e12a4ebd6b39598dc142">View it on GitLab</a>.
<br>
You're receiving this email because of your account on salsa.debian.org.
If you'd like to receive fewer emails, you can
adjust your notification settings.



</p>
</div>
</body>
</html>