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-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
2014-05-13
Fix copyLoop to break out the other goroutine on graceful exit.
Yawning Angel
2014-05-13
Fix e-mail address in the copyright notice.
Yawning Angel
2014-05-13
Add preliminary support for packet length obfuscation.
Yawning Angel
2014-05-12
Fix logging again.
Yawning Angel
2014-05-12
Log and propagate errors between the 2 goroutines in copyLoop.
Yawning Angel
2014-05-12
Fix a comment (No functional changes).
Yawning Angel
2014-05-12
Preliminary support padding, log on panic.
Yawning Angel
2014-05-12
Remove support for Write deadlines since it wasn't working.
Yawning Angel
2014-05-12
Set a timeout on outgoing handshakes as well.
Yawning Angel
2014-05-12
Reject clients that do not authenticate quickly enough.
Yawning Angel
2014-05-12
Close connections that fail to authenticate after a while.
Yawning Angel
[next]