<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/ioerror/obfsproxy, branch compile_hardening</title>
<subtitle>Jake's obfsproxy repository</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/ioerror/obfsproxy.git/'/>
<entry>
<title>add GPL license for m4 macros</title>
<updated>2012-03-09T00:05:07+00:00</updated>
<author>
<name>Jacob Appelbaum</name>
<email>jacob@appelbaum.net</email>
</author>
<published>2012-03-09T00:05:07+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/ioerror/obfsproxy.git/commit/?id=86272e098062ded9811fe25dcc0cf70e3510e36c'/>
<id>86272e098062ded9811fe25dcc0cf70e3510e36c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>notes on threat-model</title>
<updated>2012-03-08T23:37:46+00:00</updated>
<author>
<name>Jacob Appelbaum</name>
<email>jacob@appelbaum.net</email>
</author>
<published>2012-02-13T23:57:38+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/ioerror/obfsproxy.git/commit/?id=12b730ba766563244a0d0f3b93b1e758f2794cdc'/>
<id>12b730ba766563244a0d0f3b93b1e758f2794cdc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add note on scrypt rather than sha256</title>
<updated>2012-03-08T23:37:46+00:00</updated>
<author>
<name>Jacob Appelbaum</name>
<email>jacob@appelbaum.net</email>
</author>
<published>2012-02-13T23:52:40+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/ioerror/obfsproxy.git/commit/?id=2b74171ab6cf09667c3056616c104d4d40caf209'/>
<id>2b74171ab6cf09667c3056616c104d4d40caf209</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>basic AppArmor obfsproxy profile</title>
<updated>2012-03-08T23:37:46+00:00</updated>
<author>
<name>Jacob Appelbaum</name>
<email>jacob@appelbaum.net</email>
</author>
<published>2012-02-13T23:28:12+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/ioerror/obfsproxy.git/commit/?id=0657c3ecdbdf5fdef2868cc901357fb6720bd667'/>
<id>0657c3ecdbdf5fdef2868cc901357fb6720bd667</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add check for gcc and ld hardening flags.</title>
<updated>2012-03-08T23:37:42+00:00</updated>
<author>
<name>Jacob Appelbaum</name>
<email>jacob@appelbaum.net</email>
</author>
<published>2012-02-13T22:43:01+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/ioerror/obfsproxy.git/commit/?id=ca9fb1143343ba2e3eab348ec6c029b2dc01f12a'/>
<id>ca9fb1143343ba2e3eab348ec6c029b2dc01f12a</id>
<content type='text'>
This adds a new one shot automake macro AX_ENABLE_HARDENING and it attempts
to add the various security hardening flags we'd like to see if they're
available. When they are not available, we simply skip adding the option.
This should ensure that we have everything we could possibly have without
adding incompatible flags or having to add a lot of weird cruft to the
configure.ac file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds a new one shot automake macro AX_ENABLE_HARDENING and it attempts
to add the various security hardening flags we'd like to see if they're
available. When they are not available, we simply skip adding the option.
This should ensure that we have everything we could possibly have without
adding incompatible flags or having to add a lot of weird cruft to the
configure.ac file.
</pre>
</div>
</content>
</entry>
<entry>
<title>Tweak code.</title>
<updated>2012-02-13T16:26:44+00:00</updated>
<author>
<name>George Kadianakis</name>
<email>desnacked@riseup.net</email>
</author>
<published>2012-02-13T16:26:44+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/ioerror/obfsproxy.git/commit/?id=b91353387ed9bbcf4f237aa4803bc54160f29fb3'/>
<id>b91353387ed9bbcf4f237aa4803bc54160f29fb3</id>
<content type='text'>
* Free the heartbeat periodic event on halt.

* Turn status.c:connections to an unsigned int.

* Delete connections_init() and inline its code in status_init(). It's
  already inlined in the rest of the code.

* Wrap connections_clear() into descriptive macros.

* Use 'day(s)', 'hour(s)', 'minute(s)', instead of 'days', 'hours',
  'minutes'.

* Write some documentation.

* Heartbeat should log on 'notice'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Free the heartbeat periodic event on halt.

* Turn status.c:connections to an unsigned int.

* Delete connections_init() and inline its code in status_init(). It's
  already inlined in the rest of the code.

* Wrap connections_clear() into descriptive macros.

* Use 'day(s)', 'hour(s)', 'minute(s)', instead of 'days', 'hours',
  'minutes'.

* Write some documentation.

* Heartbeat should log on 'notice'.
</pre>
</div>
</content>
</entry>
<entry>
<title>Only mention connection statistics if we are a server.</title>
<updated>2012-02-13T16:23:56+00:00</updated>
<author>
<name>George Kadianakis</name>
<email>desnacked@riseup.net</email>
</author>
<published>2012-02-13T13:11:09+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/ioerror/obfsproxy.git/commit/?id=e9adc6b8e42cbedc9fb3d4e17e2b4426dac042d5'/>
<id>e9adc6b8e42cbedc9fb3d4e17e2b4426dac042d5</id>
<content type='text'>
Conflicts:

	src/status.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:

	src/status.c
</pre>
</div>
</content>
</entry>
<entry>
<title>log heartbeat messages at notice</title>
<updated>2012-02-13T16:04:35+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2012-02-13T16:04:35+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/ioerror/obfsproxy.git/commit/?id=433c89c37119686ed40774e34d5bd8ac524935fe'/>
<id>433c89c37119686ed40774e34d5bd8ac524935fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'heartbeat_rebased_again'</title>
<updated>2012-02-13T15:53:03+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2012-02-13T15:53:03+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/ioerror/obfsproxy.git/commit/?id=41ce34e2109ac22a92ce2975a932b6f0f83c1efe'/>
<id>41ce34e2109ac22a92ce2975a932b6f0f83c1efe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add heartbeat message with total connections and unique IP counters.</title>
<updated>2012-02-13T15:52:13+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2012-02-11T12:17:04+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/ioerror/obfsproxy.git/commit/?id=3e61d45c607f2e420c28d94b2a42e082441b3bbd'/>
<id>3e61d45c607f2e420c28d94b2a42e082441b3bbd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
