<!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>
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/43629c4613b08e2d9d12deb10d3fc4c36ebf3ae2">43629c46</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-01-24T19:18:25Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Correct spacing of Changelog (helps generating correct releasenotes)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/27a86a05d74ca8f03e574d9776c2f0efd370ed17">27a86a05</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-01-24T20:33:32Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Expose sshd logs when ssh test fails
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/a8f4ac40bdf8d3a5331ca9b10e2c49a7af7d0e66">a8f4ac40</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-01-24T21:57:26Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Ensure that "make test-ed25519" works when no tty is present
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/318134aaa04befb6c1cf99b1b5ed21ec16ed33ff">318134aa</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-01-24T22:03:38Z</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/d558bf0a60330a2098d17e5b0f1d90c4dbd41f65">d558bf0a</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-03-04T21:18:09Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add superuser $PATH for crontab examples

Since monkeysphere-authentication typically relies on runuser, and ISC
cron typically sets only PATH=/usr/bin:/bin

So we need to include the expected superuser's $PATH when crontab
entry.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/97ade311fc287985972bb73a47dd75450260c389">97ade311</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-03-05T16:57:06Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Avoid TIOCSTI abuse by the monkeysphere user

Since util-linux 2.31, runuser has has support (sometimes
undocumented) for defense against terminal hijacking via TIOCSTI or
other techniques, by passing a --pty argument.

That option is [no longer
experimental](https://github.com/karelzak/util-linux/issues/760), so
monkeysphere-authentication should use it if it is available.

This defends against a compromised monkeysphere user being able to
attack the superuser when invoked under a controlling terminal.

Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/48785b0e71407d5c45de89df024d1afce65454a6">48785b0e</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-03-05T19:19:34Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">tests/keytrans: Avoid hangs when run with subprocesses

When bash 5.0 uses process replacement [0], the main process gets
invoked with child processes already present.

This wreaks havoc with our understanding of what "wait" does, and can
make the test suite hang (see https://bugs.debian.org/920038).  So we
introduce this check to make sure that there are no running
subprocesses.

This is particularly problematic because debian's autopkgtest *does*
invoke the test suite in this way.

Note that there might be some weird race condition here -- we allow
there to be 1 subprocess, which is the spawned "ps" program itself.
but how ps works on a given platform, and whether it will notice (and
count) itself, i don't know.  But it WorksForMe™ on debian buster.

[0] e.g., bash's process replacement looks like this:

    tests/keytrans > >(tee $TMPDIR/stdout)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/d419333ae444bd045a1008c00ae91f6e79cf039b">d419333a</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-05-10T21:14:26Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">update preparing-release to account for DEP-14 branch names
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/ba881b1a8cf3dcf2d4456eed6a102d6d0f8365be">ba881b1a</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-05-10T21:14:26Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">tests/basic: ensure functionality with output of standard OpenSSH keygen

Our "fix" to https://bugs.debian.org/909700 in
d8fc9f284fc9a128a174b16ad19e866f1c00bc27 just avoided testing the
actual typical default output of ssh-keygen.

While this was fair to do in tests/keytrans, where it is exercised on
pem2openpgp (which is explicitly defined as only accepting PEM input),
this is inappropriate for testing monkeysphere in general.

So now, the test suite breaks again, but we need to provide a proper
fix.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/198271a7472eb6480a2b5e789c78770e52cc89e3">198271a7</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-05-10T21:14:26Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Use gpg's reworked --quick-* interface for adding/revoking uids

This interface stabilized in GnuPG 2.1.17, so we increase our
versioned dependency.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/84feb2ef1cf8a80a2f7450b8863f351b3be4723e">84feb2ef</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-05-10T21:14:26Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Drop unused keytrans subcommands adduserid and revokeuserid

These subcommands are explicitly undocumented and unmaintained, and we
are no longer using them.  Get rid of the cruft.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/96d97ca1894b838b82e078368ef44a8863eca151">96d97ca1</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-05-10T21:14:26Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">mh import-key: use ssh-add and gpg-agent for import (Closes: #909700)

This directly fixes the problem that monkeysphere-host was failing to
import the style of SSH host key that was generated by default by
ssh-keygen.

As a side effect, we can now support all the host key algorithms that
are supported by both gpg-agent (in its ssh-agent implementation) and
ssh-add.

The lockfile and the dancing around the gpg-agent run in
$GNUPGHOME_HOST is a bit awkward.  It would be nicer to use an
ephemeral GnuPG homedir as recommended in the "Unattended Usage"
section of the gnupg info pages, but to do that we'd need to be able
to extract the secret key, which is blocked by
https://dev.gnupg.org/T4490
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/3deb4f95dfe07905bdc6bcbc5b5f7a29649d10ec">3deb4f95</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-05-10T21:53:06Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">drop keytrans listfprs subcommand

This is no longer being used, we can rip it out.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/790e53df5d54c3d8f6c0538283bc658aa0e6814b">790e53df</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-05-10T22:03:56Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">drop keytrans openpgp2sshfpr subcommand
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/54ce0b7febc075981f86441da68334054d652ac1">54ce0b7f</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-05-10T22:10:54Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Remove keytrans sshfpr subcommand

Now that we're depending on ssh-keygen, we can just ask it to do the
fingerprinting directly.

This removes all the unsupported/unmaintained subcommands from
keytrans, and leaves monkeysphere dependent only on the documented
interfaces of keytrans (pem2openpgp, in particular, as well as
openpgp2ssh in examples/make-x509-certreqs).
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/badeb83ced0575c51608bcc6fe4683f430f6dcfe">badeb83c</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-05-12T17:39:47Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">examples/make-x509-certreqs: use gpgsm instead of openpgp2ssh

Ideally, we could just rely on gpgsm to generate the appropriate
certificate request.  However, that's not currently possible (see
https://dev.gnupg.org/T4503).

Note that this codebase doesn't yet work on systems where
monkeysphere-host had initially imported keys from classic GnuPG
(version 1.4), since gpgsm does not share secret key material with
classic GnuPG.

Fixing that properly would require an upgrade/transition step that
detects the older pubring.gpg and secring.gpg and imports them
correctly (possibly managing ownertrust at the same time).
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/3a93907bbad954e7bfaa90916541b6382ef0a142">3a93907b</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-05-12T17:46:35Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">drop unimplemented import-subkey

https://dev.gnupg.org/T4489 represents the best way to ensure that
something like import-subkey works given the current implementation of
monkeysphere.  If that works, and we can adopt it by increasing the
versioned dependency on GnuPG, then we can add this feature, but
currently we should not keep unimplemented code lingering.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/87bd1dbc8bbe634c94f442c68d030fe42858ad84">87bd1dbc</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-05-12T18:00:12Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">ma/setup: use gpg --quick-gen-key instead of pem2openpgp's key creation

modern gpg permits clean, quiet key generation; by using it here, we
reduce our dependency on pem2openpgp.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/bedd79cd5c1e1340e5fefbb3e4a68d5c8045bff8">bedd79cd</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-05-12T18:24:39Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">mh/import_key: avoid use of pem2openpgp

since ssh-add as of OpenSSH 6.0 can use - as stdin, we depend on that
codepath for all cases.  This removes the final dependence on keytrans
for the standard monkeysphere interface.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/39d3d539b85ad027e27a811c7456a315beceb826">39d3d539</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-05-12T19:13:56Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">reduce risky use of chown

In general, chown is risky business.  On most systems it can only be
done as root.  Even riskier is chowning a file in a directory that is
already owned by a non-privileged user, because (depending on kernel,
system configuration, filesystem boundaries, etc) it's possible that
the non-privileged user could control the file pointed to, and the
superuser accidentally chowns a file they didn't intend.

Attacks here are often racy (TOCTOU) and subtly depend on interactions
with other system parts (e.g. gaining r/w control over a specific file
in /var/lib/dpkg/ or /var/lib/).  Better to avoid these risks entirely
where possible.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/ecba7302b56383bea1a4283b990310d889844ed2">ecba7302</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-05-13T04:33:15Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Revert "Avoid TIOCSTI abuse by the monkeysphere user"

This reverts commit 97ade311fc287985972bb73a47dd75450260c389.

With this changeset, we find that "monkeysphere setup" hangs
indefinitely as the superuser -- runuser --pty doesn't terminate as it
should when its child process exits, so this isn't an appropriate
change to try to ship.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/5f4b6520292b312588558506fcb80a8655f59982">5f4b6520</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-05-13T04:49:07Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">enable ed25519 host keys as well when running test-ed25519
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/130cdadc78ca38b3b7aecb86a631a077e8c7bb5e">130cdadc</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-05-13T05:05:13Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Stop asking for Perl's Crypt::OpenSSL::RSA

Neither the test suite nor the README should be encouraging people to
install Crypt::OpenSSL, since it's no longer necessary.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/470abb0274dac8dfa6f03396b6566681a8669c66">470abb02</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-05-17T06:01:25Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">use bash variable substitution to avoid more perl
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/b670bc3aa6e6aabc0449b23850fca11fcd1b786f">b670bc3a</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-05-17T06:59:21Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">avoid perl for base64-encoding
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/1d6dc18b29414404613f037d9c26c6ab0bf01008">1d6dc18b</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-05-17T06:59:56Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Drop checkperms perlscript for bash function

We implement checkperms using bash and POSIX-style find.  This is the
last bit of perl dependency that remains.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/b36df8aecef4c15fdaed7d30e9b39991bd516a27">b36df8ae</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-05-19T18:24:07Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">agent-transfer: invoke gpgconf --list-dirs without needing a pipe

Since at least 2.1.16 (maybe earlier), "gpgconf --list-dirs $foo"
works just as well as "gpgconf --list-dirs | grep ^$foo:  | cut -f2 -d:"

So we go with the simpler option.  It would be even better to avoid
the shell that popen() invokes for future improvement, but this is a
win anyway.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/94bc40e8039395a93d0bbee35871acd9724aa909">94bc40e8</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-05-19T22:24:27Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">agent-transfer: avoid the shell when invoking gpgconf --list-dirs

This commit cuts out one unnecessary shell execution that happens in
popen, at the cost of having to maintain our own error handling for
the pipe back from gpgconf.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/0dac450f07b904d71c8cdde829ac0b0b9bb590d7">0dac450f</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-05-19T23:04:59Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">prepare for 0.44 release
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/e9cc46cd2c906f38c28d6d81c1640d547cc0bfa7">e9cc46cd</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-05-19T23:08:23Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge tag 'monkeysphere_0.44' into debian/master

Tagging Monkeysphere 0.44
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/af2bbd47c6af4ebbb028903ed852c34d1365ad3f">af2bbd47</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-05-19T23:09:23Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">drop patches already upstream
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/monkeysphere/commit/6220877e514df2db43da63de680ca781fb4a2536">6220877e</a></strong>
<div>
<span>by Daniel Kahn Gillmor</span>
<i>at 2019-05-19T23:09:33Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">prepare debian release
</pre>
</li>
</ul>
<h4>30 changed files:</h4>
<ul>
<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="#b105ab1a2ff3b18da2e2a3454d8086d721e87fbd">
<span class="deleted-file">

debian/patches/0001-Expose-sshd-logs-when-ssh-test-fails.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#10d92a4633f3af5cf89d7cf86a008520bf425947">
<span class="deleted-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="#60bd66829f221a2657c3485579b6de6c66375e53">
<span class="deleted-file">

debian/patches/0003-Dump-remaining-jobs-during-test-cleanup.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#6f7b781de9c2c682659edd2361b09edd380cf200">
<span class="deleted-file">

debian/patches/0004-tests-basic-ensure-functionality-with-output-of-stan.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#e88988839b60b08e38133ec97631bc6286e9f2dc">
<span class="deleted-file">

debian/patches/0005-Use-gpg-s-reworked-quick-interface-for-adding-revoki.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#96a35eee5aa5131d29bf6bc24d765c034ede6b27">
<span class="deleted-file">

debian/patches/0006-mh-import-key-use-ssh-add-and-gpg-agent-for-import-C.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#bc34014ab4b9a49dd7a27bdd8d352912607c3a96">
<span class="deleted-file">

debian/patches/series
</span>
</a>
</li>
<li class="file-stats">
<a href="#9f91f60c7ec18bc9fb9b708b430159f87a163372">
etc/cron.hourly/monkeysphere
</a>
</li>
<li class="file-stats">
<a href="#4f419d0638ee5462945f029551dbab8c883efe2b">
examples/crontab
</a>
</li>
<li class="file-stats">
<a href="#e7d628981ddb19bec6f0700f8a63e984d1bab898">
examples/make-x509-certreqs
</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="#30d545cd23761ac2cfa79a8456c6321c688ef6e2">
src/agent-transfer/main.c
</a>
</li>
<li class="file-stats">
<a href="#e9f863df617b491a996162424600ec0e8430d678">
src/monkeysphere
</a>
</li>
<li class="file-stats">
<a href="#980967278043a0b387b8bdf32aed0ca9e26ab617">
src/monkeysphere-host
</a>
</li>
<li class="file-stats">
<a href="#1904240465ebbe10aea0f2cac522855d5128db0e">
<span class="deleted-file">

src/share/checkperms
</span>
</a>
</li>
<li class="file-stats">
<a href="#eee9916245eb45e66a70948be3864e838ad03134">
src/share/common
</a>
</li>
<li class="file-stats">
<a href="#261e21cc4f7b3e2f940105c9541a5debcce9e21c">
src/share/keytrans
</a>
</li>
<li class="file-stats">
<a href="#b34cc512969879450e8c4c864034ae4d18903f52">
<span class="deleted-file">

src/share/m/import_subkey
</span>
</a>
</li>
<li class="file-stats">
<a href="#c783cef81059c25ff0fcd5b816062a112e2b2406">
src/share/m/ssh_proxycommand
</a>
</li>
<li class="file-stats">
<a href="#5f84a4890f3d973f65773cdd88149834f1d10280">
src/share/ma/setup
</a>
</li>
<li class="file-stats">
<a href="#0c7c1c056cd425242042eb02f43444c5c9625139">
src/share/ma/update_users
</a>
</li>
<li class="file-stats">
<a href="#a71389b6adb215d517ae50d309d77ead682396bf">
src/share/mh/add_name
</a>
</li>
<li class="file-stats">
<a href="#5e9e9a5d9369a7a7daba0c89467cb84d2622db8b">
src/share/mh/import_key
</a>
</li>
<li class="file-stats">
<a href="#8edfab510527cd13e4311418a827da0ed2cb2849">
src/share/mh/revoke_name
</a>
</li>
<li class="file-stats">
<a href="#0daf3a29ddf86603ad2e390ab7733ed14d1307f1">
tests/basic
</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/pkg-privacy-team/monkeysphere/compare/7fc9c0710377ca5b431f9c2ca30c8006f73aefe4...6220877e514df2db43da63de680ca781fb4a2536">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>