<!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>
Daniel Kahn Gillmor pushed to branch debian/master
at <a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere">Privacy Maintainers / monkeysphere</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/ac5a4d1ff6e7d77e35178511f661cf81c7381bec">ac5a4d1f</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2018-10-16T18:02:46Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">fix paths to monkeysphere-doc
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/815038b41d97c82f824280776ae81a0023dee090">815038b4</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2018-10-16T18:03:21Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">use DEP-14 branch naming in preparing-release documentation
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/4c8864ea980436ad4c6a409f395b7a135e81e2c7">4c8864ea</a></strong>
<div>
<span>by Sunil Mohan Adapa</span>
<i>at 2018-10-30T16:04:11Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Use runuser instead of su

On systems with restricted PAM security, it may not possible to use su.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/31eff2a5d8f32e2fdd4ba76ff14115cccd959f84">31eff2a5</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2018-10-30T16:06:41Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">rely on $PATH to find env, rather than embedding the explicit path

It should be more portable to rely on the $PATH to env than to invoke
it explicitly as /usr/bin/env.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/098631d97ab5428cf6c2e9c1cfbdcb098ee78319">098631d9</a></strong>
<div>
<span>by Sunil Mohan Adapa</span>
<i>at 2018-10-30T16:13:03Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Remove shell for monkeysphere user (Closes: #901489)

As of 0.43, Monkeysphere will use 'runuser' instead of 'su' to perform
operation using the monkeysphere user. 'runuser' works when there is
no shell for the user.

When freshly installing, create a monkeysphere user without a
shell.  If the monkeysphere user is already present on the system the
shell for that user should be removed.

once debian buster is released, we should no longer need to change the
shell for the monkeysphere user.

Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/82711069ee6b36de2562bf9a32609725871946a2">82711069</a></strong>
<div>
<span>by Sunil Mohan Adapa</span>
<i>at 2019-01-20T14:25:09Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Better sharing of temp directory across root and monkeysphere user

In a couple of cases, monkeysphere commands running as run create a temporary
directory in TMPDIR (provided by environment) and then change the
ownership/permissions on that directory for monkeysphere user to use that
directory.

This works in a normal setup but fails when libpam-tmpdir is installed. This PAM
module causes the tmp directory to be /tmp/user/0/ so that it is harder to for
users to access each other temporary files. This improves security but causes
problem for above situation as the parent directory of the directory to be
shared is not allowed access by other users.

To fix this, explicitly set the TMPDIR to a known location that can be used to
share files across users. /var/lib/monkeysphere/authentication/tmp is a
directory that is already being setup and used for such purposes. Reuse it
instead of created a new one. Apply the fix conservatively only in cases needed.

Closes: #656750.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/b6b3c5296ebf129b5dda7ea35604e3e9d5ed0147">b6b3c529</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-01-20T22:17:30Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Clean up some shell, coreutils, and mktemp loopholes

In some very unusual cases, where the system monkeysphere directory
has whitespace in the paths, or where some filenames start with a "-",
the shell, mktemp, or various components of coreutils could
misinterpret the commands given.

This cleans up some of those mistakes, many of which have been in the
monkeysphere codebase for ages.

Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/48f5a13410095b08f0e583e1a06cad3b56155d68">48f5a134</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-01-21T16:43:38Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">tests/basic: Expose unexpected differences

There is no good reason to pass -q to diff in the test suite.  If
there's a difference, the test suite will fail, and we want to know
what the difference is.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/c48ffcd62abb33b999ecc577efe2a7298f868dcc">c48ffcd6</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-01-21T17:03:07Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">README: document Monkeysphere dependencies
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/3e2b94b30a0641b0e973cf8e887c4d7f42c27f20">3e2b94b3</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-01-21T20:04:24Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Use gpg --export-ssh-key instead of openpgp2ssh

GnuPG 2.1.11 introduced gpg --export-ssh-key.  By relying on it
explicitly, we can reduce our dependency on keytrans, no longer
needing it for getting SSH-style public key information out of OpenPGP
certificates.

This increases our versioned dependency on GnuPG, and introduces a
requirement to have OpenSSH's ssh-keygen around for generating ssh
fingerprints.

We aren't yet handling secret transformations, though.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/c4c2e888f321445fe5a2e01d685a8e74c70d6d8e">c4c2e888</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-01-21T20:47:03Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Simplify by using more modern GnuPG

Since we're using a modern version of GnuPG, we can remove some of the
fancier versioned checks.  If we're willing to depend on gpg >=
2.1.17, we can probably move even more, since that's when the --quick-* interface really stabilized.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/af4bfcd34aa461a709657f45a295e56d948de786">af4bfcd3</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-01-23T00:15:06Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add Ed25519 support to agent-transfer

agent-transfer used to only work for RSA keys.  With this changeset,
it grows support for ed25519 keys, so "monkeysphere
subkey-to-ssh-agent" should be able to work for ed25519
authentication-capable subkeys as well.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/2a30561cecc9096a53477c44965082a04b25d2c9">2a30561c</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-01-23T00:34:19Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">monkeysphere subkey-to-ssh-agent: consider Ed2559 subkeys as well as RSA
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/32f3629906eefe13d1eff66e4e87b76f89ef8c5d">32f36299</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-01-23T00:37:25Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Document new agent-transfer 25519 support
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/2b298cad46208c8a77d9c857c828bcd8fe2e17b1">2b298cad</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-01-23T00:39:09Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Overwrite compressed manpages unconditionally during build

Without this, sometimes the build process is interrupted with a
prompt:

   gzip: replaced/man/man1/agent-transfer.1.gz already exists; do you wish to overwrite (y or n)?
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/c2ad12547f7cf52b9166493e5be35f6e42f92387">c2ad1254</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-01-23T00:52:39Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Suggest 3072-bit as a default

There are only a few places where monkeysphere is actively creating
keys.  By default now, use 3072-bit RSA (and be explicit that it's
RSA, in preparation for being able to move to a different algorithm)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/85f5513d4802784c08b50b93a0e79aefc76037c1">85f5513d</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-01-23T00:59:36Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update copyright years
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/f714f7e7eb1f9882f253fea0c8fa52a8af42a2ea">f714f7e7</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-01-23T18:50:49Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">bump standards-version to 4.3.0 (no changes needed)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/938c0cbb870af759d4a381b85d833c062c1f6723">938c0cbb</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-01-23T18:50:49Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">move to debhelper 12
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/14845bc48a3626ff2293731fc150e963651552af">14845bc4</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-01-23T18:50:49Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">use https for upstream links
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/0644ee8f864238681087bdd945308ff67077bdc7">0644ee8f</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-01-23T19:00:22Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Use https for wiki.debian.org
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/63f9eb31df1ebd62370a3c6f5a5d90584a429742">63f9eb31</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-01-23T20:00:17Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add test for Ed25519 authentication-capable subkeys

This new test will only work for GnuPG version 2.1.17 and later, when
--quick-add-key was added.  It's intended to pave the way for a future
version of monkeysphere that has a tighter GnuPG dependency and can
drop the dependency on perl entirely.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/8a887e38429200f72a7b9be7a4cb802689016903">8a887e38</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-01-23T20:00:17Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Move all outbound links from http to https
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/6ed85ae68936e66331ad25d68aa349a53b3e32be">6ed85ae6</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-01-23T20:00:17Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update stale Slackware packaging info
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/84e75d727565c79691854c7d161e0276fed1f68f">84e75d72</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-01-23T20:00:17Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix spelling
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/4cf70afc98838fbf9e532bad82c25d4957d9da96">4cf70afc</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-01-23T20:00:17Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Use 3072-bit RSA keys in tests

We were using 1024-bit RSA keys in tests to avoid blocking on systems
with limited entropy.  As we move into the getrandom() era, this is a
situation that we should expect the operating system to handle
correctly, and our tools should be tested with sensible limits and
sensible key sizes.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/1453f99b21e197a67f8297f0ff4170d380e3138a">1453f99b</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-01-23T20:00:17Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">pem2openpgp: clearer error messages for PEM2OPENPGP_NEWKEY

This should resolve https://bugs.debian.org/906755
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/5f2e56e6c735bd566cf05013103bec7e4963be42">5f2e56e6</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-01-23T20:00:17Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Comment fix: monkeysphere-server has not existed for a long time
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/bc443de6b832d5652f51374cc73cef1cecc3978d">bc443de6</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-01-23T20:00:17Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Avoid unnecessary user lockout

See the argument here: https://bugs.debian.org/897366

I discussed this on IRC with anarcat, and did some code archaeology,
and could not find any reason for the excessive paranoia.  If the
chown/chmod/mv sequence fails, then we should report an error and
remove the temporary incoming file, not the pre-existing one.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/b1608b917e99588c6c747e293f68934fc5c79006">b1608b91</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-01-23T22:41:39Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Improve monkeysphere-authentication diagnostics

Since OpenSSH 6.0, the sshd server has supported sshd -T to dump the
config without needing to find the file.  Encourage the use of a
modern version of sshd, and improve the diagnostics as a result.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/16361f60cf5db5d872ee2e7ca9f2de19dab43edb">16361f60</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-01-23T22:41:39Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">document versioned dependency on OpenSSH
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/56ce950295b3b3315ee3ff83e52fdea4797d91a3">56ce9502</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-01-23T22:42:27Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Changelog documents proposed 0.43
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/851f1026d81b062f3457bf5539c12ccaa2cdd1e4">851f1026</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-01-23T22:44:17Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">d/control: use ${perl:Depends} for monkeysphere
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/bc91894f63501ac420e11d42d7440eb1e3fc3e1f">bc91894f</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-01-23T22:44:17Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">d/control: document versioned GnuPG dependency from upstream
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/6d361dde247717ad75f4669c26c82e1aeb387ab6">6d361dde</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-01-23T22:44:17Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">d/control: explicitly depend on openssh-client for ssh-keygen
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/e0caa8e664fc3e83ddc323e94c7e0f1d515436ed">e0caa8e6</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-01-23T22:44:17Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">note RSA and Ed25519 keys in agent-transfer description
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/d0242a1ee2f35d847ac9ab2df4af3345b9f6726f">d0242a1e</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-01-23T22:44:17Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">tell debhelper where examples come from
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/827c9af9de2f89afa79d24f08dc6d41544dbe45f">827c9af9</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-01-23T22:44:17Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Avoid dh_missing reporting Changelog as "not installed"

This is because it gets installed elsewhere correctly as the upstream
changelog.gz, and we do not need to ship it twice.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/f597ba1ab3035a46b25c94c2a8900d765c76f04b">f597ba1a</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-01-23T22:44:17Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">use dh_missing --fail-missing
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/b8f6b264b1917d6dfff1049bfb30e99cce292c7e">b8f6b264</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-01-23T22:44:42Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">prepare debian release
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/881633bf7b8588716e56f90c211269911d77472a">881633bf</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-01-23T22:46:07Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge tag 'monkeysphere_0.43' into debian/master

Tagging Monkeysphere 0.43
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/ef7d4d10f72c18a7ae971d35984afa56b70b8549">ef7d4d10</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-01-24T20:53:55Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Dump remaining jobs during test cleanup

See https://bugs.debian.org/920038 for more information about why this
additional debugging information might be useful.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/579864e41721f3323056bd2e2d619b8ff89d327f">579864e4</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-01-24T22:00:20Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Autopkgtest should cover Ed25519 as well
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/1db1eeb89fd974065873a65e4fa4ec43509fc7d7">1db1eeb8</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-01-24T22:01:06Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">cherry-pick two upstream testing patches
</pre>
</li>
</ul>
<h4>30 changed files:</h4>
<ul>
<li class="file-stats">
<a href="#6156cd6ac57d8b88e473d9202392ec064b623c93">
COPYING
</a>
</li>
<li class="file-stats">
<a href="#164b3d4809f98d0458414f1bf9cf3c9dcba16bb5">
Changelog
</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="#9c96da0e9f91d7d8937b69b524702c106258f0d1">
debian/changelog
</a>
</li>
<li class="file-stats">
<a href="#78fd675df1cf8c2d4c62ae1a9a912d15c8c50ba4">
<span class="deleted-file">

debian/compat
</span>
</a>
</li>
<li class="file-stats">
<a href="#58ef006ab62b83b4bec5d81fe5b32c3b4c2d1cc2">
debian/control
</a>
</li>
<li class="file-stats">
<a href="#adb7f75f79e3bb85eb62912a2904c5d24af878fb">
debian/copyright
</a>
</li>
<li class="file-stats">
<a href="#ff584a41fad5c60d41219cad5bf8925d2979c4b5">
debian/monkeysphere.examples
</a>
</li>
<li class="file-stats">
<a href="#11979297cb0d4b720ce212f0f56ff6f0be881c0e">
debian/monkeysphere.postinst
</a>
</li>
<li class="file-stats">
<a href="#59d89aad846ea36eb6600baa42e694e7b3708cb0">
debian/monkeysphere.postrm
</a>
</li>
<li class="file-stats">
<a href="#1823cfdb97f631de92d185f9a7ef6c1f58bc9147">
<span class="new-file">
+
debian/not-installed
</span>
</a>
</li>
<li class="file-stats">
<a href="#b105ab1a2ff3b18da2e2a3454d8086d721e87fbd">
<span class="new-file">
+
debian/patches/0001-Expose-sshd-logs-when-ssh-test-fails.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#10d92a4633f3af5cf89d7cf86a008520bf425947">
<span class="new-file">
+
debian/patches/0002-Ensure-that-make-test-ed25519-works-when-no-tty-is-p.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#bc34014ab4b9a49dd7a27bdd8d352912607c3a96">
<span class="new-file">
+
debian/patches/series
</span>
</a>
</li>
<li class="file-stats">
<a href="#8756c63497c8dc39f7773438edf53b220c773f67">
debian/rules
</a>
</li>
<li class="file-stats">
<a href="#83223a554d33ba7e1888274ff8ac43adb8147ba0">
debian/tests/control
</a>
</li>
<li class="file-stats">
<a href="#e7d628981ddb19bec6f0700f8a63e984d1bab898">
examples/make-x509-certreqs
</a>
</li>
<li class="file-stats">
<a href="#28855c7f6257b23da744fd6162935888ac381063">
man/man1/agent-transfer.1
</a>
</li>
<li class="file-stats">
<a href="#0a11e3d41989523df58a88cd29979372836dacab">
man/man1/pem2openpgp.1
</a>
</li>
<li class="file-stats">
<a href="#c0eeb91cce6b3ca58bb0dd033156ab5963cf8370">
man/man7/monkeysphere.7
</a>
</li>
<li class="file-stats">
<a href="#41a9d7528f5dcd4eff6e5d9ee3aded5dd1fd1069">
man/man8/monkeysphere-host.8
</a>
</li>
<li class="file-stats">
<a href="#724c46688a7cffbd564381e85b939179b4aebdf3">
packaging/macports/Portfile
</a>
</li>
<li class="file-stats">
<a href="#14a4b80e87631e693fb31f801683f316350ffa3b">
packaging/slackware/README
</a>
</li>
<li class="file-stats">
<a href="#30d545cd23761ac2cfa79a8456c6321c688ef6e2">
src/agent-transfer/main.c
</a>
</li>
<li class="file-stats">
<a href="#4746262768a589dd7cacc6ea1fdebae7db152a77">
src/agent-transfer/ssh-agent-proto.h
</a>
</li>
<li class="file-stats">
<a href="#e9f863df617b491a996162424600ec0e8430d678">
src/monkeysphere
</a>
</li>
<li class="file-stats">
<a href="#d108e93401a888a315d5132201cadce9d311d494">
src/monkeysphere-authentication
</a>
</li>
<li class="file-stats">
<a href="#980967278043a0b387b8bdf32aed0ca9e26ab617">
src/monkeysphere-host
</a>
</li>
<li class="file-stats">
<a href="#eee9916245eb45e66a70948be3864e838ad03134">
src/share/common
</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: #777777;">

<br>
<a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/compare/9751518c307068a1483257b6f0e21dcb3c7c7975...1db1eeb89fd974065873a65e4fa4ec43509fc7d7">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>