Skip to content
Permalink
socks_client

Commits on Apr 15, 2013

  1. Add dependencies to setup.py.

    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.
    asn-d6 committed Apr 15, 2013

Commits on Apr 12, 2013

  1. 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.
    lunar-debian authored and asn-d6 committed Apr 12, 2013

Commits on Mar 28, 2013

  1. Slight improvements to the executable script.

    Suggested by Arturo.
    asn-d6 committed Mar 28, 2013
  2. 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.
    asn-d6 committed Mar 28, 2013

Commits on Mar 17, 2013

  1. Use "#!/usr/bin/env python" instead of "#!/usr/bin/python".

    It works better with virtualenv setups.
    asn-d6 committed Mar 17, 2013

Commits on Mar 15, 2013

  1. Add py2exe bundling script.

    aallai authored and asn-d6 committed Mar 15, 2013

Commits on Mar 14, 2013

  1. Always initialize the shared_secret attribute in obfs2 code.

    Otherwise we got nasty AttributeErrors when running in managed-mode.
    asn-d6 committed Mar 14, 2013

Commits on Mar 4, 2013

  1. 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).
    asn-d6 committed Mar 4, 2013

Commits on Feb 28, 2013

Commits on Feb 26, 2013

  1. Log exceptions to logfiles.

    asn-d6 committed Feb 26, 2013

Commits on Feb 10, 2013

  1. Add an INSTALL file.

    asn-d6 committed Feb 10, 2013

Commits on Feb 8, 2013

Commits on Feb 7, 2013

  1. Add more documentation and improve the existing.

    Add a TODO and copy the obfs2 docs from the obfsproxy codebase.
    asn-d6 committed Feb 7, 2013
  2. Use versioneer.

    Also git-add all the files required by the versioneer.
    asn-d6 committed Feb 7, 2013
Older