index
:
shapeshifter-dispatcher.git
master
[shapeshifter-dispatcher]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2014-08-27
Display a more useful error on JSON Unmarshall failure.
Yawning Angel
2014-08-27
Add a ChangeLog and dump the version when invoked with "-v".
Yawning Angel
2014-08-23
Change all the arguments to use base16 from base64.
Yawning Angel
2014-08-20
Elide the error out from most logs unless unsafeLogging is set.
Yawning Angel
2014-08-20
Add a missing "continue" statement.
Yawning Angel
2014-08-18
Change the drbg seed field in the state file.
Yawning Angel
2014-08-18
Add support for enabling IAT obfuscation and biased WDist.
Yawning Angel
2014-08-17
Massive cleanup/code reorg.
Yawning Angel
2014-06-25
Change the import paths to point to the tp.o repository.
Yawning Angel
2014-06-20
Use delete to remove entries from the replay filter.
Yawning Angel
2014-06-19
Use Vose's Alias Method to sample the weighted distribution.
Yawning Angel
2014-06-07
Document dependencies, add LICENSE (No functional changes).
Yawning Angel
2014-06-07
Allow randomly generating node-ids instead of requiring the fingerprint.
Yawning Angel
2014-06-02
Use goptlib's MakeStateDir instead of the one in pt_extras.
Yawning Angel
2014-06-02
Change how the length obfsucation mask is derived.
Yawning Angel
2014-06-02
Move the SipHash DRBG off into it's own package.
Yawning Angel
2014-06-01
Move the server keypair generation to right after Accept().
Yawning Angel
2014-06-01
Generate client keypairs before connecting, instead of after.
Yawning Angel
2014-05-28
Fix minor style issues pointed out by golint.
Yawning Angel
2014-05-28
Change the weighted distribution algorithm be uniform.
Yawning Angel
2014-05-26
Fix import lines so other people using go get works.
Yawning Angel
2014-05-26
Use io.ReadFull in places where it is appropriate.
Yawning Angel
2014-05-25
Run go fmt on proxy_http.go (No functional changes).
Yawning Angel
2014-05-25
Add support for HTTP CONNECT proxies.
Yawning Angel
2014-05-25
Move the SOCKS4 code off into it's own little getto.
Yawning Angel
2014-05-25
Add support for SOCKS4.
Yawning Angel
2014-05-25
Rename to be consistent.
Yawning Angel
2014-05-25
Wire in go.net/proxy, enabling SOCKS5 via TOR_PT_PROXY.
Yawning Angel
2014-05-25
Validate the host component of the proxy URI.
Yawning Angel
2014-05-25
Parse TOR_PT_PROXY and support sending DONE/PROXY-ERROR.
Yawning Angel
2014-05-25
Move the supplemental pt config routines to pt_extra.go
Yawning Angel
2014-05-24
Don't use math/big when generating random numbers.
Yawning Angel
2014-05-24
Randomize length when the decoder receives an out-of-bound value.
Yawning Angel
2014-05-24
Move utils.go to csrand/csrand.go, and clean up the interface.
Yawning Angel
2014-05-23
Add support for IAT obfuscation (disabled by default).
Yawning Angel
2014-05-23
Change the maximm handshake length to 8192 bytes.
Yawning Angel
2014-05-22
Add replay detection to handshakes.
Yawning Angel
2014-05-21
Revert "Use the new goptlib goodies."
Yawning Angel
2014-05-21
Fix constants in the spec to reflect the code.
Yawning Angel
2014-05-21
Use the new goptlib goodies.
Yawning Angel
2014-05-21
Change the MSS to 1448 bytes, because timestamps are a thing.
Yawning Angel
2014-05-21
Add support for a log scrubber and log a session id.
Yawning Angel
2014-05-21
Finish adding godoc comments to all public interfaces.
Yawning Angel
2014-05-20
Allow logging to be disabled (default).
Yawning Angel
2014-05-20
Tweak the obfs4 handshake code.
Yawning Angel
2014-05-18
Actually keep the delay/threshold in the listener struct.
Yawning Angel
2014-05-18
Change the server failure close delay/discard length to be consistent.
Yawning Angel
2014-05-17
Change the client connection timeout to 30 sec.
Yawning Angel
2014-05-17
Update the spec with feedback from arma (No functional changes).
Yawning Angel
2014-05-16
Update README (No functional changes).
Yawning Angel
[prev]
[next]