<!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=utf-8" 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 master
at <a href="https://salsa.debian.org/freeipa-team/custodia">FreeIPA packaging / custodia</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/custodia/commit/d12f7618523685f05bce58e0bb931891259398dc">d12f7618</a></strong>
<div>
<span>by Christian Heimes</span>
<i>at 2017-05-10T16:00:22Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Post release bump to 0.6.dev1

Signed-off-by: Christian Heimes <cheimes@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/custodia/commit/95fde208b9824f93938df4cd41502c57abe89f07">95fde208</a></strong>
<div>
<span>by Fraser Tweedale</span>
<i>at 2017-05-11T11:34:41Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">doc: update quickstart guide to create log dir

With the current quickstart guide, starting the server fails because
the /var/log/custodia directory does not exist (or is not writable
by regular user).  Update the example quick.conf to specify 'log' as
the logdir, and instruct the reader to create it.

Signed-off-by: Fraser Tweedale <ftweedal@redhat.com>
Reviewed-by: Simo Sorce <simo@redhat.com>
Closes #196
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/custodia/commit/b1504129399c6a226f205cdab96af5858c0ee07a">b1504129</a></strong>
<div>
<span>by Christian Heimes</span>
<i>at 2017-05-12T08:57:15Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Move quick guide configs to separate files

The configuration from the quick start guide is currently hard to test.
Move all config sniplets into separate files and include them with
`literalinclude`.

Use the new conf.d feature to include additional config files.

Make all files relative to ${configdir}

Use autogen_master_key to create the master key for encrypted overlay.

Replaces PR #196.

Signed-off-by: Christian Heimes <cheimes@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/custodia/commit/cfedf43eaee80437fd98948fd262fe5ba167f7b5">cfedf43e</a></strong>
<div>
<span>by Raildo Mascena</span>
<i>at 2017-06-19T18:03:27Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fixing pylint issue

Skipping an import error in the client.py

Signed-off-by: Raildo Mascena <rmascena@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/custodia/commit/92b9e07d16353f9226262b4c47cc732366d8059f">92b9e07d</a></strong>
<div>
<span>by Raildo Mascena</span>
<i>at 2017-06-19T18:03:27Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fixing doc issue

Missing two words "doesn" and "ve" int he spelling wordlist

Signed-off-by: Raildo Mascena <rmascena@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/custodia/commit/1384a36e4202f8a6d667fce057bb4c9d87cc417b">1384a36e</a></strong>
<div>
<span>by Raildo Mascena</span>
<i>at 2017-06-19T18:03:27Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Make key container creation idempotent

Container creation returns a 409 Conflict if the container
already exists, but since the request doesn't take any
additional parameters, there's really no conflict.
Update the API return, if the container exists, to 200 OK.
Users could still distinguish whether the container
already existed by checking for 200 OK vs 201 Created.

Signed-off-by: Raildo Mascena <rmascena@redhat.com>
Closes: #206
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/custodia/commit/4dfb7e4e6d0f287e0ea9e7f694a35b81b9ac921d">4dfb7e4e</a></strong>
<div>
<span>by Christian Heimes</span>
<i>at 2017-06-29T16:25:05Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Document requests 2.18 behavor change

Also enable pylint's import-error checker after the block.

Signed-off-by: Christian Heimes <cheimes@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/custodia/commit/11f5d20059f861183e35a604c76e4c8f5cc710a1">11f5d200</a></strong>
<div>
<span>by Raildo Mascena</span>
<i>at 2017-06-29T16:39:59Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Adding tests for Authenticators

In the auth session in the configuration file
we have header funcions to point to the authentication
path on Custodia. We should test that Custodia
can handle with valid and invalid headers.

Signed-off-by: Raildo Mascena <rmascena@redhat.com>
Reviewed-by: Christian Heimes <cheimes@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/custodia/commit/a1bfd5e57a02c26881b489308e96acd3867174cb">a1bfd5e5</a></strong>
<div>
<span>by Christian Heimes</span>
<i>at 2017-06-29T16:40:40Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">coverage report of cli and server execution
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/custodia/commit/753f3d01ccfe72c7d507611e3868d25542c3db19">753f3d01</a></strong>
<div>
<span>by Christian Heimes</span>
<i>at 2017-06-30T14:05:05Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Tests: lifeness probe of process and socket

Signed-off-by: Christian Heimes <cheimes@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/custodia/commit/d32113a82e2f39d838cfaf7e75bc57287b11c509">d32113a8</a></strong>
<div>
<span>by Christian Heimes</span>
<i>at 2017-06-30T14:05:05Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Disable coverage for CUSTODIAPYTHON

Commit a1bfd5e5 causes tests on Travis CI to become unstable. Tests are
failing randomly without any pattern.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/custodia/commit/36243d0d4d3da05fa134666e389ade9afe3d86a3">36243d0d</a></strong>
<div>
<span>by Petr Čech</span>
<i>at 2017-07-24T14:16:39Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix of container documentation

In #206 was changed of return code for case when user requests
creation of existing container. It was changed from 409 to 200.
This patch propagates this change to the documentation.

Resolves #216

Signed-off-by: Petr Čech <pcech@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/custodia/commit/ea9e945028a2854a93e8e68c281da5e10e7292ab">ea9e9450</a></strong>
<div>
<span>by Simo Sorce</span>
<i>at 2017-07-25T14:50:43Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add secret_pinning option to encgen driver

This option adds the key name into the protected header of the JWE token
used to encryp secrets. This allows Custodia to verify that the database
was not tampered with (e.g. secrets swapped between keys).

If enabled this option will cause exception when pre-exsiting keys
generated without the protected header are looked up.
however turning off this option will not cause failures.

Signed-off-by: Simo Sorce <simo@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/custodia/commit/df62abbc6141161687982c69c9d27eb57641e4fb">df62abbc</a></strong>
<div>
<span>by Raildo Mascena</span>
<i>at 2017-07-25T14:50:43Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Adding tests to secret_protection option to encgen driver

Signed-off-by: Raildo Mascena <rmascena@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/custodia/commit/e461798cd6a5849d6099e5d6e24bce2323f03df2">e461798c</a></strong>
<div>
<span>by Christian Heimes</span>
<i>at 2017-08-02T13:54:29Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add temporary workaround for issue with latest urllib3

The problem is addressed in requests dev:

See https://github.com/requests/requests/blob/master/HISTORY.rst

Fixed issue where Requests would raise ConnectionError instead of
SSLError when encoutering SSL problems when using urllib3 v1.22.

Signed-off-by: Christian Heimes <cheimes@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/custodia/commit/63821d3b93abfdbff3134856e308e845217236a5">63821d3b</a></strong>
<div>
<span>by Christian Heimes</span>
<i>at 2017-08-02T13:54:29Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add client auth EKU to CA

OpenSSL 1.1.0 is more strict and validates EKU of CA. Our test CA has
only EKU "TLS Web Server Authentication" set. Add "TLS Web Client
Authentication" to fix tests on Fedora 26.

Signed-off-by: Christian Heimes <cheimes@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/custodia/commit/cf0b4ab4fe5aa258dce58d1d24fc39e6d201592f">cf0b4ab4</a></strong>
<div>
<span>by Christian Heimes</span>
<i>at 2017-08-02T17:15:14Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update Dockerfile to use Fedora 26

Also replace old MAINTAINER by new LABEL syntax.

Signed-off-by: Christian Heimes <cheimes@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/custodia/commit/2afba904db0b38cc42a37fe3dd8baea2cddc3dfb">2afba904</a></strong>
<div>
<span>by Christian Heimes</span>
<i>at 2017-08-02T17:15:14Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Use latest custodia.spec from fedpkg

Signed-off-by: Christian Heimes <cheimes@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/custodia/commit/d81cdb987a84e84b99c14c37c41c72a8103ba50d">d81cdb98</a></strong>
<div>
<span>by Christian Heimes</span>
<i>at 2017-08-03T19:16:45Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add connection timeout to Custodia client

Custodia client classes have grown a default timeout instance attribute.
The forwarder plugin and CLI have a new timeout option. The default
timeout for both is 10 seconds.

Signed-off-by: Christian Heimes <cheimes@redhat.com>
Closes: #208
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/custodia/commit/c500b98b4ecf1cce66b4676db4408a4caad47aff">c500b98b</a></strong>
<div>
<span>by Christian Heimes</span>
<i>at 2017-08-03T19:17:21Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge custodia.ipa v0.4.2

Merge and integrate custodia.ipa v0.4.2 into custodia main line.

https://github.com/latchset/custodia.ipa/tree/v0.4.2
custodia.ipa commit 76a4b6fb984e257fadfa3ef39df2f4b9733712a7
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/custodia/commit/3dff1215b9eb70b17ad7b65a5eb3b365265bbce3">3dff1215</a></strong>
<div>
<span>by Christian Heimes</span>
<i>at 2017-08-03T19:17:21Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Finalize integration of custodia.ipa

- Merge READMEs
- Add documentation
- Add plugins and dependencies to setup.py
- Travis CI: install new dependencies

Signed-off-by: Christian Heimes <cheimes@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/custodia/commit/987afad188ec2247442a33be00004434cb03c691">987afad1</a></strong>
<div>
<span>by Christian Heimes</span>
<i>at 2017-08-03T19:17:21Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add workaround for pyasn1 0.3.1 issue with FreeIPA

pyasn1 0.3.1 broke FreeIPA because ASN1 types no longer take positional
arguments in __init__. It broke univ.SequenceOf(char.GeneralString()).

https://pagure.io/freeipa/issue/7082

Signed-off-by: Christian Heimes <cheimes@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/custodia/commit/684692a985eb05701d9c4b55b0b5ba239f66329e">684692a9</a></strong>
<div>
<span>by Christian Heimes</span>
<i>at 2017-08-03T19:17:21Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Latest pytest injects PYTEST_CURRENT_TEST env var

Signed-off-by: Christian Heimes <cheimes@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/custodia/commit/c3687d5c5999509de8c11e0ad5a205cb742b98e3">c3687d5c</a></strong>
<div>
<span>by Christian Heimes</span>
<i>at 2017-08-10T15:55:06Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Log SSLContext parameters for TLS server

Signed-off-by: Christian Heimes <cheimes@redhat.com>
Closes: #200
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/custodia/commit/0dccc8116d34c6b1c33ec68ca7b7e356a3bdd067">0dccc811</a></strong>
<div>
<span>by Christian Heimes</span>
<i>at 2017-08-10T17:57:39Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Check more tests with pylint

Closes: #224
Signed-off-by: Christian Heimes <cheimes@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/custodia/commit/a1aeade538fc97bdf0680e1087a465d600f1e0c6">a1aeade5</a></strong>
<div>
<span>by Petr Čech</span>
<i>at 2017-08-11T07:18:02Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add functional tests

There are set of simple functional tests.
It is neccesary to run it on box with Custodia installed.

Signed-off-by: Petr Čech <pcech@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/custodia/commit/a76747b29068ebda56f2ce3af02f1f680ae8cdeb">a76747b2</a></strong>
<div>
<span>by Christian Heimes</span>
<i>at 2017-08-11T12:41:07Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Document systemd override for custodia.ipa

Signed-off-by: Christian Heimes <cheimes@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/custodia/commit/d8cf727f6278c3479aae4367df18b02429309de0">d8cf727f</a></strong>
<div>
<span>by Christian Heimes</span>
<i>at 2017-08-22T12:48:28Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Support comma and space separated options

Signed-off-by: Christian Heimes <cheimes@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/custodia/commit/08515e8659db25a44a0cf3b5e5653deb7f31200b">08515e86</a></strong>
<div>
<span>by Christian Heimes</span>
<i>at 2017-12-13T11:13:10Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Drop pyasn1 workaround for IPA

Signed-off-by: Christian Heimes <cheimes@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/custodia/commit/e430804e882b1e9bed5b4bc0ff9fb93c8e53a079">e430804e</a></strong>
<div>
<span>by Christian Heimes</span>
<i>at 2018-01-10T13:48:48Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Disable pytest's logging capture

The new feature is breaking tests.

Signed-off-by: Christian Heimes <cheimes@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/custodia/commit/1e370553e2eb750464316991b63b84ee5b2a279a">1e370553</a></strong>
<div>
<span>by Christian Heimes</span>
<i>at 2018-01-10T13:48:48Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Drop support for Python 3.4

Tests are failing under 3.4 because IPA packages no longer support 3.4.

Signed-off-by: Christian Heimes <cheimes@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/custodia/commit/bdab654e19cb768177a7a9e986fbdb04267e46ab">bdab654e</a></strong>
<div>
<span>by Christian Heimes</span>
<i>at 2018-01-10T13:48:48Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix ValueError formatting in server

Issue was found by pylint.

Signed-off-by: Christian Heimes <cheimes@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/custodia/commit/835303ac80453897c049dd735874d848af6a2848">835303ac</a></strong>
<div>
<span>by Christian Heimes</span>
<i>at 2018-01-10T13:48:48Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Reformat code to address pep8 warnings

Signed-off-by: Christian Heimes <cheimes@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/custodia/commit/58c5de0ae9426142b0d6eaca315aca0044c342ff">58c5de0a</a></strong>
<div>
<span>by Christian Heimes</span>
<i>at 2018-01-10T13:48:48Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Ignore pylint warning for LoggingAdapter.exception

In Python 3, the exception method has the function signature

    def exception(self, msg, *args, exc_info=True, **kwargs):

but Python 2 does not allow that syntax.

Signed-off-by: Christian Heimes <cheimes@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/custodia/commit/641684980d56ec585caabbbc09c5b7fb2ac5b29f">64168498</a></strong>
<div>
<span>by Christian Heimes</span>
<i>at 2018-01-10T13:48:48Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Use requests.exceptions

In Python 3, ConnectionError is also a builtin exception. Import and use
the exceptions package from requests to avoid name collision.

Signed-off-by: Christian Heimes <cheimes@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/custodia/commit/f3b6ff558b279cad2ac06abce1ccac6df3033560">f3b6ff55</a></strong>
<div>
<span>by Christian Heimes</span>
<i>at 2018-01-10T13:48:48Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Run pylint under Python 3

Signed-off-by: Christian Heimes <cheimes@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/custodia/commit/511bf2a1bfa3fc2bfd66d20b8be63294a5aa3254">511bf2a1</a></strong>
<div>
<span>by Christian Heimes</span>
<i>at 2018-01-10T15:11:51Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Upgrade Dockerfile

- use Fedora 27
- include dependencies for custodia.ipa

Signed-off-by: Christian Heimes <cheimes@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/custodia/commit/90a1660f6af4ccd5ef00e320dcb4ae9231a33aa6">90a1660f</a></strong>
<div>
<span>by Jan Pazdziora</span>
<i>at 2018-01-17T17:00:22Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add support for GSSAPI authentication.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/custodia/commit/95967d3d9fd605e2321205cfd1582175f5adbb74">95967d3d</a></strong>
<div>
<span>by Christian Heimes</span>
<i>at 2018-01-17T17:00:22Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update GSSAPI code

- Make dependency on requests_gssapi optional
- Add requests_gssapi to setup.py
- Add simple test case
- Move auth options to mutually exclusive groups

Signed-off-by: Christian Heimes <cheimes@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/custodia/commit/c9463ad6245d072cf8b7fab697ef9702458e2138">c9463ad6</a></strong>
<div>
<span>by Christian Heimes</span>
<i>at 2018-06-25T11:11:44Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Remove etcd storage plugin

The etcd storage plugin was added as a tech demo and proof of concept
to show, how an external database could be used to store secrets. It
hasn't been evolved into a production-ready storage plugin. Further more
it is limited to etcd2 API and not etcd3's new gPRC.

Since it's not usable and causes additional overhead in testing and
downstream packaging, we decided to remove the plugin from the core
distribution.

Signed-off-by: Christian Heimes <cheimes@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/custodia/commit/bb92dee84020441dc008c065b79d2682bf0a66d3">bb92dee8</a></strong>
<div>
<span>by Christian Heimes</span>
<i>at 2018-06-25T12:13:08Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Allow testing without gssapi and ipaclient

Make tests pass without presence of requests_gssapi or ipaclient
package.

Signed-off-by: Christian Heimes <cheimes@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/custodia/commit/16bb360c8d87defaea62f4a52b2d2d6f3b435411">16bb360c</a></strong>
<div>
<span>by Christian Heimes</span>
<i>at 2018-06-25T12:55:48Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Release v0.6.0

Signed-off-by: Christian Heimes <cheimes@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/custodia/commit/c788cdd21bf5c79f0b72f9503150ede70826c1de">c788cdd2</a></strong>
<div>
<span>by Timo Aaltonen</span>
<i>at 2018-08-04T08:23:56Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'upstream'
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/custodia/commit/87e798ccb64a43497034e179657abf126eb00fdb">87e798cc</a></strong>
<div>
<span>by Timo Aaltonen</span>
<i>at 2018-08-04T08:24:39Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">update changelog
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/custodia/commit/b88d81ea0dcbd5ccbf065b069093ffd6553c9839">b88d81ea</a></strong>
<div>
<span>by Timo Aaltonen</span>
<i>at 2018-08-04T08:26:33Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Bump dh to 11.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/custodia/commit/8eb6515747b6e616d2cdef59160e8e1c66db96ab">8eb65157</a></strong>
<div>
<span>by Timo Aaltonen</span>
<i>at 2018-08-04T08:28:43Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">control: Update maintainer list address.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/custodia/commit/d12c20f3f76cd25061d40fd4d78cedc0d4964356">d12c20f3</a></strong>
<div>
<span>by Timo Aaltonen</span>
<i>at 2018-08-04T08:29:35Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">control: Update vcs urls.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/custodia/commit/9ebb0d185f1ddc575c7dcef9584a158d46439bef">9ebb0d18</a></strong>
<div>
<span>by Timo Aaltonen</span>
<i>at 2018-08-04T08:55:10Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">control: Drop pylint3 from build-depends for now, it's not installable.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/custodia/commit/ce98e9543e549feb3dcde5ffd59dfbb9e4d7958f">ce98e954</a></strong>
<div>
<span>by Timo Aaltonen</span>
<i>at 2018-08-04T12:52:18Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add content to custodia, including daemon, cli script, systemd service files etc.
</pre>
</li>
</ul>
<h4>30 changed files:</h4>
<ul>
<li class="file-stats">
<a href="#a5cc2925ca8258af241be7e5b0381edf30266302">
.gitignore
</a>
</li>
<li class="file-stats">
<a href="#dea01dd89a3b602828e630677fde5d77c06441c8">
.travis.yml
</a>
</li>
<li class="file-stats">
<a href="#b3957a949c176d1fc10aa389bd3f1f93f2ed43ef">
API.md
</a>
</li>
<li class="file-stats">
<a href="#8875df48c18030126ef5ef5a6f5c93b23451fb9f">
MANIFEST.in
</a>
</li>
<li class="file-stats">
<a href="#836efb6e25a091dcb4ff8e1dbb2f0be6a5cbf14c">
Makefile
</a>
</li>
<li class="file-stats">
<a href="#69e27356ef629022720d868ab0c0e3394775b6c1">
README
</a>
</li>
<li class="file-stats">
<a href="#8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d">
README.md
</a>
</li>
<li class="file-stats">
<a href="#24004a0269d7ca4f84959a0bbeca664d8214acc0">
<span class="new-file">
+
contrib/config/custodia/ipa.conf
</span>
</a>
</li>
<li class="file-stats">
<a href="#7f3d711b9f9086802b4740b6155b1031f12ee1ce">
contrib/docker/Dockerfile
</a>
</li>
<li class="file-stats">
<a href="#a5da8fb07fa8d0aa29047ce323d7975d842b5255">
custodia.spec
</a>
</li>
<li class="file-stats">
<a href="#9c96da0e9f91d7d8937b69b524702c106258f0d1">
debian/changelog
</a>
</li>
<li class="file-stats">
<a href="#78fd675df1cf8c2d4c62ae1a9a912d15c8c50ba4">
debian/compat
</a>
</li>
<li class="file-stats">
<a href="#58ef006ab62b83b4bec5d81fe5b32c3b4c2d1cc2">
debian/control
</a>
</li>
<li class="file-stats">
<a href="#0b891e09fd8cef24e28a352cc78164d831121101">
<span class="new-file">
+
debian/custodia.conf
</span>
</a>
</li>
<li class="file-stats">
<a href="#167b5a4deec9b02f95f338696078c8d221aebd09">
<span class="new-file">
+
debian/custodia.dirs
</span>
</a>
</li>
<li class="file-stats">
<a href="#dc422233c1669bbb1a7a32de5a8156f93ee2f667">
<span class="new-file">
+
debian/custodia.docs
</span>
</a>
</li>
<li class="file-stats">
<a href="#d76ecf6fd6907cfe1be23363709b81c182cf8b62">
<span class="new-file">
+
debian/custodia.install
</span>
</a>
</li>
<li class="file-stats">
<a href="#171cb4512615b91f69f9cd864d0ca2bb86cf741b">
<span class="new-file">
+
debian/custodia.postinst
</span>
</a>
</li>
<li class="file-stats">
<a href="#2e70890085cdd4ba1a3ff2d8044d50a8d9eab4e0">
<span class="new-file">
+
debian/custodia.tmpfile
</span>
</a>
</li>
<li class="file-stats">
<a href="#410790b8fa84279a3b1b40051773ecbe7502b46c">
<span class="new-file">
+
debian/custodia@.service
</span>
</a>
</li>
<li class="file-stats">
<a href="#32a52b7a445ce7c51c7a239ed636545ab56cd2ec">
<span class="new-file">
+
debian/custodia@.socket
</span>
</a>
</li>
<li class="file-stats">
<a href="#8756c63497c8dc39f7773438edf53b220c773f67">
debian/rules
</a>
</li>
<li class="file-stats">
<a href="#009456c09e9852c0ffb14d6505d8d39c77b02233">
docs/docs_requirements.txt
</a>
</li>
<li class="file-stats">
<a href="#c4310f54102b8f28ce4094ed1c4b4dc2e275d1a9">
docs/source/api.rst
</a>
</li>
<li class="file-stats">
<a href="#68551c0143a39edca7d340b97efb9ea814c90356">
docs/source/plugins/index.rst
</a>
</li>
<li class="file-stats">
<a href="#77442addebabac223ae20edd247984915b902c81">
<span class="new-file">
+
docs/source/plugins/ipa.rst
</span>
</a>
</li>
<li class="file-stats">
<a href="#e9ed492b9adc5d6568c60915e9ffad0551dd82e0">
docs/source/plugins/stores.rst
</a>
</li>
<li class="file-stats">
<a href="#25ea7e31cecd563a274b113bcf0e7d22199e662a">
docs/source/quick.rst
</a>
</li>
<li class="file-stats">
<a href="#2e6d3b6c535f3d051758542490137296d2ae1561">
<span class="new-file">
+
docs/source/quick/quick.conf
</span>
</a>
</li>
<li class="file-stats">
<a href="#05fca5d592c829c251f3b0b5b2d83769517dd257">
<span class="new-file">
+
docs/source/quick/quick.conf.d/00-sak.conf
</span>
</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/custodia/compare/43758c09499b4a2e2a5f587e53790cc86cb0178f...ce98e9543e549feb3dcde5ffd59dfbb9e4d7958f">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>