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-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
2014-05-16
Add a protocol specification.
Yawning Angel
2014-05-16
Treat the PrngSeed frame as part of the handshake.
Yawning Angel
2014-05-16
Validate that the padding length is greater than the minimum.
Yawning Angel
2014-05-16
Change the length field obfscation.
Yawning Angel
2014-05-16
Change the handshake wire format.
Yawning Angel
2014-05-15
Send the DRBG seed as a packetTypePrngSeed post server handshake.
Yawning Angel
2014-05-15
Load the drbg-seed from the ServerTransportOptions args.
Yawning Angel
2014-05-15
Change hashDrbg to take a drbgSeed for initialization.
Yawning Angel
2014-05-15
Make the output from "-gen" be more useful.
Yawning Angel
2014-05-15
Use os.MkdirAll() for creating the pt state directory.
Yawning Angel
2014-05-15
Fix up how Read() errors were processed where appropriate.
Yawning Angel
2014-05-14
Changed the taglne to "The obfourscator", per dcf's suggestion.
Yawning Angel
2014-05-14
Remove a newline to make godoc work (No functional changes).
Yawning Angel
2014-05-14
Change the framing Encoder/Decoder to take the destination slice.
Yawning Angel
2014-05-14
Fix comment (No functional changes).
Yawning Angel
2014-05-14
Update README (No functional changes).
Yawning Angel
2014-05-14
Kill Obfs4Conn.isOk with fire, and replace it with a state var.
Yawning Angel
2014-05-14
First pass at cleaning up the write code.
Yawning Angel
2014-05-14
Implement the io.WriterTo interface.
Yawning Angel
2014-05-14
First pass at cleaning up the read code.
Yawning Angel
2014-05-14
Minor stylistic fixes, no functional changes.
Yawning Angel
2014-05-13
Add vim modelines to some files (No functional changes).
Yawning Angel
2014-05-13
Fix up import.
Yawning Angel
[prev]
[next]