<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sebastian/chutney, branch master</title>
<subtitle>Sebastian's chutney repository</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/chutney.git/'/>
<entry>
<title>Document the environment variables CHUTNEY_TOR and CHUTNEY_TOR_GENCERT.</title>
<updated>2015-01-23T13:50:01+00:00</updated>
<author>
<name>cypherpunks</name>
<email>cypherpunks@torproject.org</email>
</author>
<published>2015-01-23T10:12:55+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/chutney.git/commit/?id=000adfdf8bb47aa2542ffca44fc0e4d048891488'/>
<id>000adfdf8bb47aa2542ffca44fc0e4d048891488</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>recommend python 2.7; nobody reasonable supports 2.6 and we do not work with 2.6</title>
<updated>2015-01-21T13:31:03+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2015-01-21T13:31:03+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/chutney.git/commit/?id=171814ba52f2a04767737cd5daf933a1c8952f44'/>
<id>171814ba52f2a04767737cd5daf933a1c8952f44</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add bridge clients and hidden services to chutney verify</title>
<updated>2015-01-10T11:51:25+00:00</updated>
<author>
<name>teor</name>
<email>teor2345@gmail.com</email>
</author>
<published>2015-01-10T11:43:33+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/chutney.git/commit/?id=0d350720ff8d3de2763ffb2ca55232b078693837'/>
<id>0d350720ff8d3de2763ffb2ca55232b078693837</id>
<content type='text'>
Chutney verify now verifies bridge clients and hidden services.

Bridge clients are verified just like clients, by using an exit to
connect to the TrafficTester's listening port.

Hidden services are verified by using an arbitrary client
(the first one in the list) to connect to the hidden service.
The hidden service is configured to redirect data to the
TrafficTester's listening host:port.

This works almost exactly like the standard client / bridge client tests.
The only difference is that the client connects via a hidden service port
pre-configured with a specific redirect, rather than via an exit which
could handle arbitrary hosts and ports.

Also review the number of relays/exits/authorities required for the 25%
guard changes. For 2 guards, 8 relays are required in total,
including authorities and exits.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Chutney verify now verifies bridge clients and hidden services.

Bridge clients are verified just like clients, by using an exit to
connect to the TrafficTester's listening port.

Hidden services are verified by using an arbitrary client
(the first one in the list) to connect to the hidden service.
The hidden service is configured to redirect data to the
TrafficTester's listening host:port.

This works almost exactly like the standard client / bridge client tests.
The only difference is that the client connects via a hidden service port
pre-configured with a specific redirect, rather than via an exit which
could handle arbitrary hosts and ports.

Also review the number of relays/exits/authorities required for the 25%
guard changes. For 2 guards, 8 relays are required in total,
including authorities and exits.
</pre>
</div>
</content>
</entry>
<entry>
<title>Include bridge clients in chutney verify</title>
<updated>2015-01-09T23:53:40+00:00</updated>
<author>
<name>teor</name>
<email>teor2345@gmail.com</email>
</author>
<published>2015-01-09T23:53:40+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/chutney.git/commit/?id=1c707d5afbce3800b159dcb50747e6724d0d2870'/>
<id>1c707d5afbce3800b159dcb50747e6724d0d2870</id>
<content type='text'>
Test bridge clients using chutney verify, the same way we test clients.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Test bridge clients using chutney verify, the same way we test clients.
</pre>
</div>
</content>
</entry>
<entry>
<title>Automatically create hidden service directory for hidden services</title>
<updated>2014-12-30T15:29:22+00:00</updated>
<author>
<name>teor</name>
<email>teor2345@gmail.com</email>
</author>
<published>2014-12-23T20:41:28+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/chutney.git/commit/?id=6108e68c184befb078906704c746260906732f47'/>
<id>6108e68c184befb078906704c746260906732f47</id>
<content type='text'>
Add a new env hs (boolean) that is set to 1 for hidden services.

Add a new env hs_directory (string) that is set to the name of the hidden
service directory ('hidden_service' by default).

When hs is 1, create hs_directory with mode 0700 (448 decimal).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a new env hs (boolean) that is set to 1 for hidden services.

Add a new env hs_directory (string) that is set to the name of the hidden
service directory ('hidden_service' by default).

When hs is 1, create hs_directory with mode 0700 (448 decimal).
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge commit '05d9d63548dff686f66b2f1322a7f80e452462a1'</title>
<updated>2014-12-30T14:57:52+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2014-12-30T14:57:52+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/chutney.git/commit/?id=0a2e018bc8822701b5218c83852a81bdcf85f58e'/>
<id>0a2e018bc8822701b5218c83852a81bdcf85f58e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Now that chutney moves dirs on config, bootstrap-network.sh can stop</title>
<updated>2014-12-29T15:48:25+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2014-12-29T15:48:25+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/chutney.git/commit/?id=de810e67009b8b52a61138f9f21d321548927cdb'/>
<id>de810e67009b8b52a61138f9f21d321548927cdb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>A few python3 fixes</title>
<updated>2014-12-29T15:48:01+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2014-12-29T15:48:01+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/chutney.git/commit/?id=620ab9ece19410e5a746359b0167855da3b55444'/>
<id>620ab9ece19410e5a746359b0167855da3b55444</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Actually, when we're told to configure, move the old 'nodes' dir</title>
<updated>2014-12-29T15:46:07+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2014-12-29T15:46:07+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/chutney.git/commit/?id=6b27a91b54d6718f64c58e78e7ba6e0b2581291d'/>
<id>6b27a91b54d6718f64c58e78e7ba6e0b2581291d</id>
<content type='text'>
This makes me happier than just removing it, and shouldn't kill too
many people's hard drives.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes me happier than just removing it, and shouldn't kill too
many people's hard drives.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'huig/master'</title>
<updated>2014-12-29T15:15:51+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2014-12-29T15:15:51+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/chutney.git/commit/?id=b19d238e24dffb5af4b5ad50cd767c597cb3255e'/>
<id>b19d238e24dffb5af4b5ad50cd767c597cb3255e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
