Permalink
socks_client
Commits on May 20, 2013
Commits on Apr 15, 2013
-
-
-
It seems that pip is getting some security properties lately, so I guess it's a good time to add dependency fetching to our setup file.
Commits on Apr 12, 2013
-
-
Move compatibility hack to the registred entry point
The /usr/bin/obfsproxy file is actually written by setuptools and runs the registred entry point. That is where we need to put the compatibility hack with C-obfsproxy, otherwise it will simply disappear.
Commits on Apr 8, 2013
Commits on Mar 28, 2013
-
-
-
-
Make obfs2-with-shared-secret easier to integration-test.
Some machines were failing the obfs2-with-shared-secret integration tests because the tests were timing out before the iterative hash could finish. I added a hidden obfs2 CLI switch that allows the integration tests to tweak the number of hash iterations.
Commits on Mar 17, 2013
-
Use "#!/usr/bin/env python" instead of "#!/usr/bin/python".
It works better with virtualenv setups.
Commits on Mar 15, 2013
Commits on Mar 14, 2013
-
Always initialize the shared_secret attribute in obfs2 code.
Otherwise we got nasty AttributeErrors when running in managed-mode.
Commits on Mar 4, 2013
-
-
-
Add integration tests for obfs2 with shared secret.
Also make the integration testers more resistant to transports that need some time to bootstrap (like the iterated hashing in obfs2-with-shared-secret).
Commits on Feb 28, 2013
Commits on Feb 26, 2013
Commits on Feb 18, 2013
Commits on Feb 10, 2013
Commits on Feb 8, 2013
Commits on Feb 7, 2013
-
-
Add more documentation and improve the existing.
Add a TODO and copy the obfs2 docs from the obfsproxy codebase.
-