<!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>
Ulrike Uhlig pushed to branch master
at <a href="https://salsa.debian.org/pkg-privacy-team/torsocks">Privacy Maintainers / torsocks</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torsocks/commit/2810dd44bb8928cfffda0c028701b98f84f305b3">2810dd44</a></strong>
<div>
<span>by intrigeri</span>
<i>at 2016-01-12T05:22:02Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix typo: catched → caught.

Spotted by Lintian.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torsocks/commit/c822b5c2cdac0d9f7e0706de488d282bebd2e543">c822b5c2</a></strong>
<div>
<span>by intrigeri</span>
<i>at 2016-10-19T20:55:26Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix typo: subsytem → subsystem.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torsocks/commit/b072b72ca0e4e4598bd7b2a96e6e2a8681a57148">b072b72c</a></strong>
<div>
<span>by intrigeri</span>
<i>at 2016-10-19T21:15:51Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix typo: conect → connect.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torsocks/commit/87b075dd16c675606adee792ef1e22691c51475b">87b075dd</a></strong>
<div>
<span>by David Goulet</span>
<i>at 2016-12-22T15:45:31Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">syscall: Add seccomp, gettimeofday, clock_gettime, fork

Whitelist those four syscalls for the syscall() function.

Patch from "cypherpunks". Closes #21022

Signed-off-by: David Goulet <dgoulet@ev0ke.net>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torsocks/commit/6228eabd72eda576403bf6f199881a6d39c1148e">6228eabd</a></strong>
<div>
<span>by David Goulet</span>
<i>at 2017-02-24T15:49:16Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Ignore stderr for getcap command

On a filesystem not supporting capabilities, an error is thrown out on
stderr which is undesirable and confusing for the user.

This commit throws stderr to /dev/null. The point of this getcap is to
actually see if any capabilities are enabled or none. In the context of
an error, there are none.

Fixes #21088

Signed-off-by: David Goulet <dgoulet@ev0ke.net>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torsocks/commit/4dbf57e2c829ce67e88a629407469d58c2df1e10">4dbf57e2</a></strong>
<div>
<span>by David Goulet</span>
<i>at 2017-02-24T16:07:00Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix check_addr() to return either 0 or 1

This function is used by utils_is_address_ipv4/6 and has to return 0 on
error or 1 on success.

Fixes #20871

Signed-off-by: David Goulet <dgoulet@ev0ke.net>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torsocks/commit/5a5b72fa0aef2315c369cedc5f448ee473be5e4f">5a5b72fa</a></strong>
<div>
<span>by David Goulet</span>
<i>at 2017-02-24T16:26:27Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add missing quotes to variable in torsocks.in

Fixes #19376

Signed-off-by: David Goulet <dgoulet@ev0ke.net>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torsocks/commit/a495bf1ef231da351a7e7430380699492a4ccd7c">a495bf1e</a></strong>
<div>
<span>by David Goulet</span>
<i>at 2017-02-24T16:57:03Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Remove clang warnings

The ht.h generated functions are now flagged with ATTR_UNUSED so the
compiler knows to ignore the warnings if unused.

Remove -fno-strict-overflow as well. Not needed for gcc and clang
doesn't have it.

Signed-off-by: David Goulet <dgoulet@ev0ke.net>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torsocks/commit/3891910fc6f089f7088582c722bac68ddacd9537">3891910f</a></strong>
<div>
<span>by David Goulet</span>
<i>at 2017-02-24T17:00:55Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">man: Some words were missing

Signed-off-by: David Goulet <dgoulet@ev0ke.net>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torsocks/commit/98e84212f96bcda222e61dd8ad7bce98f08717c1">98e84212</a></strong>
<div>
<span>by David Goulet</span>
<i>at 2017-02-24T17:34:00Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">utils: Add useful function for later use

Signed-off-by: David Goulet <dgoulet@ev0ke.net>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torsocks/commit/6520a009e1ba3c5f0c3a4e875aa4c8b396a3f2bc">6520a009</a></strong>
<div>
<span>by Taylor R Campbell</span>
<i>at 2017-02-24T17:41:53Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Make cpp conditional for definition of handle_mmap match use

Signed-off-by: David Goulet <dgoulet@ev0ke.net>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torsocks/commit/c5cde94da6cc627b7538d54d7388038e857de631">c5cde94d</a></strong>
<div>
<span>by David Goulet</span>
<i>at 2017-02-24T18:46:24Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">tests: Add a check for a running Tor

With this check, we can skip tests that need a running tor when none is
present.

Also update the maatuska hostname for the DNS test.

Signed-off-by: David Goulet <dgoulet@ev0ke.net>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torsocks/commit/0b199d9e173a7c88adbf804a484c8320a802d74e">0b199d9e</a></strong>
<div>
<span>by David Goulet</span>
<i>at 2017-02-24T20:16:24Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add a -q/--quiet to torsocks

This option disables all logging by setting TORSOCKS_LOG_LEVEL=1.

Signed-off-by: David Goulet <dgoulet@ev0ke.net>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torsocks/commit/3ea5ca1f0be0c6f120088db345db67a674ca6590">3ea5ca1f</a></strong>
<div>
<span>by David Goulet</span>
<i>at 2017-08-04T18:09:07Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">doc: Add autogen.sh step to README

Signed-off-by: David Goulet <dgoulet@ev0ke.net>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torsocks/commit/2f54670bb06be303a485d69b9254395e56d281e7">2f54670b</a></strong>
<div>
<span>by David Goulet</span>
<i>at 2017-08-04T18:39:54Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge remote-tracking branch 'debian/bugfix/typo-conect'
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torsocks/commit/3c3a1a808a738156b65c76b56cd5b98c69806f85">3c3a1a80</a></strong>
<div>
<span>by David Goulet</span>
<i>at 2017-08-04T18:41:03Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge remote-tracking branch 'debian/bugfix/typo-catched'
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torsocks/commit/c320f7e8de26c72915238804bfbb984e99a66035">c320f7e8</a></strong>
<div>
<span>by David Goulet</span>
<i>at 2017-08-04T18:41:19Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge remote-tracking branch 'debian/bugfix/typo-subsytem'
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torsocks/commit/2a6f518c2c4a3b7c5e15e39f6dc2fb49dd5ee772">2a6f518c</a></strong>
<div>
<span>by David Goulet</span>
<i>at 2017-08-04T18:58:32Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">No tab in the README

Signed-off-by: David Goulet <dgoulet@ev0ke.net>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torsocks/commit/70822d08bd80378cb2dbbdac1ac7af46d3bc6d2d">70822d08</a></strong>
<div>
<span>by David Goulet</span>
<i>at 2017-08-04T19:22:16Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">test: Detect if tor is running in test_fd_passing

Also, replace spaces for a tab.

Signed-off-by: David Goulet <dgoulet@ev0ke.net>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torsocks/commit/dc1d6ae5639a84103a1b067775238f33b4590533">dc1d6ae5</a></strong>
<div>
<span>by Yawning Angel</span>
<i>at 2017-09-30T07:09:13Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Bug 23715: Support memfd_create(2).

Enough things use this now, that the syscall(2) wrapper should support
it, since glibc doesn't provide a wrapper for it, and the documentation
says to invoke it using syscall(2).
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torsocks/commit/e4601e0f89b47c5aff9df30238a10224e8bd04a6">e4601e0f</a></strong>
<div>
<span>by David Goulet</span>
<i>at 2018-04-20T13:02:00Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">accept4: Initialize libc symbol early

Fixes #17618

Signed-off-by: David Goulet <dgoulet@ev0ke.net>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torsocks/commit/fd7b0d71a0e9f511d2e32fde51fc4f63c5fb7000">fd7b0d71</a></strong>
<div>
<span>by David Goulet</span>
<i>at 2018-04-20T13:11:08Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">doc: Clarify the libc limitation in README

Fixes #22068

Signed-off-by: David Goulet <dgoulet@ev0ke.net>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torsocks/commit/f75543371864ae9a4d041cf3b75efa2d96e33d37">f7554337</a></strong>
<div>
<span>by David Goulet</span>
<i>at 2018-04-20T13:16:48Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge remote-tracking branch 'upstream/master'
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torsocks/commit/a0070f02d77315b640dbc00105a246ef64d89011">a0070f02</a></strong>
<div>
<span>by David Goulet</span>
<i>at 2018-04-20T14:53:32Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">socks5: Always use ATYP 0x03 for CONNECT command

Because of the SafeSocks parameter of Tor, if set, we can't pass a raw IP
address to Tor since it will believe we did a DNS resolution from the
application.

Now, thanks to #22461, Tor safely accepts an IPv4/IPv6 address withing a FQDN
connect request which avoids the SafeSocks warnings.

The #22461 wasn't backported which means that torsocks working with SafeSocks
is only possible in tor >= 0.3.2 stable series.

Fixes #23667

Signed-off-by: David Goulet <dgoulet@torproject.org>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torsocks/commit/c32050ae282bc69bff1c959c96253ee9bc0d4c61">c32050ae</a></strong>
<div>
<span>by David Goulet</span>
<i>at 2018-04-20T14:53:32Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">test: Make getpeername test connect to moria1

The other IP doesn't work anymore and I can't recall what it was ;).

Signed-off-by: David Goulet <dgoulet@torproject.org>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torsocks/commit/f7f4154dd687da2285c7f0eaa1bca034c410224c">f7f4154d</a></strong>
<div>
<span>by David Goulet</span>
<i>at 2018-04-20T14:53:32Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Make torsocks always connect to the configured Tor port

Whatever we use IPv4 or IPv6, make torsocks use the configured SocksPort in
the configuration.

Signed-off-by: David Goulet <dgoulet@torproject.org>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torsocks/commit/8258eac291341cf493f6ddaf5c4d8541fd57729b">8258eac2</a></strong>
<div>
<span>by David Goulet</span>
<i>at 2018-04-20T14:54:42Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge remote-tracking branch 'yawning/bug23715'
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torsocks/commit/2fa559117c36e2e8e3996048a03c0bbc5c6984e8">2fa55911</a></strong>
<div>
<span>by David Goulet</span>
<i>at 2018-04-20T15:24:05Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">connect: Always pass .onion IP cookie to connection object

Fixes #23876

Signed-off-by: David Goulet <dgoulet@torproject.org>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torsocks/commit/e56313a0d59b9a396c260ed1ffcf4bc75d6e986a">e56313a0</a></strong>
<div>
<span>by David Goulet</span>
<i>at 2018-04-20T15:49:58Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">log: Avoid crash or file corruption when closing logs

Fixes #24081

Signed-off-by: David Goulet <dgoulet@torproject.org>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torsocks/commit/a44660bd6d32de6c58a51eaad7c019f8e9131cf3">a44660bd</a></strong>
<div>
<span>by David Goulet</span>
<i>at 2018-04-20T15:58:12Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">gethostbyaddr_r: Populate h_addrtype field

Fixes #25586

Signed-off-by: David Goulet <dgoulet@torproject.org>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torsocks/commit/8013dfb1ebf6cb1d0a8751dcd3531e6b2e5aef39">8013dfb1</a></strong>
<div>
<span>by David Goulet</span>
<i>at 2018-04-20T16:04:35Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">gethostbyaddr_r: Don't put garbage in data->hostname

Fixes #25627

Signed-off-by: David Goulet <dgoulet@torproject.org>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torsocks/commit/9895fbf6af444b55f0f5bfdda71b6591be819a9d">9895fbf6</a></strong>
<div>
<span>by David Goulet</span>
<i>at 2018-11-19T15:20:25Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">log: Remove log line when logging is stopped

It gets really noisy with mutt. Not sure why, I expect maybe multi
thread/process makes it that everytime it dies, we get that log statement.

Signed-off-by: David Goulet <dgoulet@torproject.org>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torsocks/commit/446ce04bb31a023712f5ff74a6a0649606286662">446ce04b</a></strong>
<div>
<span>by David Goulet</span>
<i>at 2018-11-19T15:20:25Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">gethostbyaddr_r: always assign result

Originating from: https://bugzilla.redhat.com/show_bug.cgi?id=1601259

Patch by "cHBWyJuH".

Fixes #26794

Signed-off-by: David Goulet <dgoulet@torproject.org>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torsocks/commit/47b10b686e8e94fe0a2096135d4d9b195afb5267">47b10b68</a></strong>
<div>
<span>by Alex Xu (Hello71)</span>
<i>at 2018-11-19T15:28:46Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix a bunch of stuff in the wrapper script, #24967
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torsocks/commit/cec4a733c081e09fb34f0aa4224ffd7b687fb310">cec4a733</a></strong>
<div>
<span>by David Goulet</span>
<i>at 2018-11-19T15:42:40Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update version to v2.3.0

Signed-off-by: David Goulet <dgoulet@torproject.org>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torsocks/commit/a87414d8115b90a2d41b45e8293f3e6f8ae13646">a87414d8</a></strong>
<div>
<span>by Ulrike Uhlig</span>
<i>at 2018-11-27T11:15:46Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update VCS fields to salsa.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torsocks/commit/63628665c9598ce7a6a3329bcfc2139cb7ec824d">63628665</a></strong>
<div>
<span>by Ulrike Uhlig</span>
<i>at 2018-11-27T11:58:55Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update instructions for updating this package.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torsocks/commit/e7325f483604bf5d4b98d846544dee5e511394db">e7325f48</a></strong>
<div>
<span>by Ulrike Uhlig</span>
<i>at 2018-11-27T11:59:51Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">New upstream version 2.3.0</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torsocks/commit/d81775728630ffef7830b9c0770b5de9f77b83b4">d8177572</a></strong>
<div>
<span>by Ulrike Uhlig</span>
<i>at 2018-11-27T11:59:53Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge tag 'upstream/2.3.0'

Upstream version 2.3.0
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torsocks/commit/a45ca7ec8df0336d57cb1af4e32e43b67d757a8d">a45ca7ec</a></strong>
<div>
<span>by Ulrike Uhlig</span>
<i>at 2018-11-27T13:15:28Z</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/pkg-privacy-team/torsocks/commit/118d8572109dc0c0b37abf52279bf2650be73b05">118d8572</a></strong>
<div>
<span>by Ulrike Uhlig</span>
<i>at 2018-11-27T13:18:12Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">https://trac.torproject.org/projects/tor/ticket/20871 has been fixed in v2.3.0
</pre>
</li>
</ul>
<h4>30 changed files:</h4>
<ul>
<li class="file-stats">
<a href="#00fe7828d56d7a3ee4030d6cea057cf13f50e70c">
ChangeLog
</a>
</li>
<li class="file-stats">
<a href="#4faecea6d9857941b442698cdcbd38a141ff746e">
Makefile.in
</a>
</li>
<li class="file-stats">
<a href="#9ab3868b23ed5d5a6e12ef902049902556fa4009">
aclocal.m4
</a>
</li>
<li class="file-stats">
<a href="#09be8533ff0a6ee5d577f971145ed449399fcda4">
configure
</a>
</li>
<li class="file-stats">
<a href="#87db583be5c13c1f7b3c958b10e03d67b6a2ca06">
configure.ac
</a>
</li>
<li class="file-stats">
<a href="#cf9802e192b48f765b1b5c8268d550d89c933053">
debian/README.source
</a>
</li>
<li class="file-stats">
<a href="#9c96da0e9f91d7d8937b69b524702c106258f0d1">
debian/changelog
</a>
</li>
<li class="file-stats">
<a href="#58ef006ab62b83b4bec5d81fe5b32c3b4c2d1cc2">
debian/control
</a>
</li>
<li class="file-stats">
<a href="#fcdd77612d94a5e268d97329d6be7697fc667c09">
<span class="deleted-file">

debian/patches/Fix-check_addr-to-return-either-0-or-1.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#bc34014ab4b9a49dd7a27bdd8d352912607c3a96">
debian/patches/series
</a>
</li>
<li class="file-stats">
<a href="#d854614b819e3dff5e9c8ac9180bbcab810d1d30">
doc/Makefile.in
</a>
</li>
<li class="file-stats">
<a href="#a1cc9730ac4dbbb24c0211120983d7baee1d5a08">
doc/torsocks.1
</a>
</li>
<li class="file-stats">
<a href="#fc7988500f34e639d1f52dbe60a69fe444c6cbe6">
doc/torsocks.8
</a>
</li>
<li class="file-stats">
<a href="#16e18367e041abd6e5ac02d384e0a01577c93510">
extras/Makefile.in
</a>
</li>
<li class="file-stats">
<a href="#49df23e069b78a534b14d2841918824dddc91a6b">
src/Makefile.in
</a>
</li>
<li class="file-stats">
<a href="#c90a00f5dbcde7b78e19e1688ccd411aa9be00df">
src/bin/Makefile.in
</a>
</li>
<li class="file-stats">
<a href="#fd26a4995383f00c972b3f46dbcc44829a13b767">
src/bin/torsocks.in
</a>
</li>
<li class="file-stats">
<a href="#1eaa71a49a69450709930518ff19488d1aceb696">
src/common/Makefile.in
</a>
</li>
<li class="file-stats">
<a href="#1d1f3650591b79911284b56b25b085367c3737b8">
src/common/compat.h
</a>
</li>
<li class="file-stats">
<a href="#a394500505dd807b3ff76422b290dc2de38040ef">
src/common/ht.h
</a>
</li>
<li class="file-stats">
<a href="#27fdad4ec9a468b2ec4485f7e21b85eddbd1fa1e">
src/common/log.c
</a>
</li>
<li class="file-stats">
<a href="#b58cff97751832a91ba26f4de315d864347aff83">
src/common/log.h
</a>
</li>
<li class="file-stats">
<a href="#83d8abf781302bb586b4d75ef829f108d36b71c1">
src/common/macros.h
</a>
</li>
<li class="file-stats">
<a href="#b78bce821ff7b3f08c9042935749f4d2cc8e6428">
src/common/socks5.c
</a>
</li>
<li class="file-stats">
<a href="#8238d980abacbafd89ca8ed007242a8fb3f8a04b">
src/common/utils.c
</a>
</li>
<li class="file-stats">
<a href="#6b08c9df0a18d0a57188b8d20b8533fd261eb572">
src/common/utils.h
</a>
</li>
<li class="file-stats">
<a href="#fb2447b12fbba2f4f36729dc322cfbe900453bd6">
src/lib/Makefile.in
</a>
</li>
<li class="file-stats">
<a href="#ce42ac32fbb901bb21520726f5adea0ec43941b5">
src/lib/close.c
</a>
</li>
<li class="file-stats">
<a href="#eabd3d72984dd72e4211e684c3061c82937999a1">
src/lib/connect.c
</a>
</li>
<li class="file-stats">
<a href="#97cd94c3e87c8a98a7e6668eb83877bdb3e0c81b">
src/lib/gethostbyname.c
</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/torsocks/compare/7a6133cd9a51dcfa164d2a93885657ed9ab13db0...118d8572109dc0c0b37abf52279bf2650be73b05">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>