netty5/codec-socks/src/test/java/io/netty/handler/codec/socksx/v5
Norman Maurer f5bea11ee4 DefaultSocks5CommandRequest incorrectly rejects SOCKS5 commands with dstPort=0
Motivation:

According to SOCKS 5 spec, dstPort = 0 is a valid value in case of UDP ASSOCIATE.

Modifications:

- Allow 0 as port.
- Add unit tests.

Result:

Fixes [#7156].
2017-08-29 15:03:09 +02:00
..
DefaultSocks5CommandRequestTest.java DefaultSocks5CommandRequest incorrectly rejects SOCKS5 commands with dstPort=0 2017-08-29 15:03:09 +02:00
DefaultSocks5CommandResponseTest.java Fixed buffer leaks in DefaultSocks5CommandResponseTest 2015-02-20 16:54:26 +09:00
DefaultSocks5InitialRequestTest.java Revamp io.netty.handler.codec.socksx 2015-02-10 09:14:13 +09:00
DefaultSocks5InitialResponseTest.java Revamp io.netty.handler.codec.socksx 2015-02-10 09:14:13 +09:00
DefaultSocks5PasswordAuthRequestTest.java Revamp io.netty.handler.codec.socksx 2015-02-10 09:14:13 +09:00
DefaultSocks5PasswordAuthResponseTest.java Revamp io.netty.handler.codec.socksx 2015-02-10 09:14:13 +09:00
Socks5CommandRequestDecoderTest.java Wrap operations requiring SocketPermission with doPrivileged blocks 2017-01-19 21:12:52 +01:00
Socks5CommandResponseDecoderTest.java NetUtil.bytesToIpAddress bug 2016-09-22 17:06:21 -07:00
Socks5CommonTestUtils.java Revamp io.netty.handler.codec.socksx 2015-02-10 09:14:13 +09:00
Socks5PasswordAuthRequestDecoderTest.java Fix misordered 'assertEquals' arguments in tests 2017-03-08 22:48:37 -08:00
Socks5PasswordAuthResponseDecoderTest.java Revamp io.netty.handler.codec.socksx 2015-02-10 09:14:13 +09:00