In socks5_connect:
authorFabian Keil <fk@fabiankeil.de>
Thu, 7 Feb 2008 18:09:46 +0000 (18:09 +0000)
committerFabian Keil <fk@fabiankeil.de>
Thu, 7 Feb 2008 18:09:46 +0000 (18:09 +0000)
commit2250e9d223fe6a0d478f8c21f842564b9c1acaa5
treebf5f600421d9fd11eacab036c0eb1549407e7371
parent5a9fe9bb1c92df42990e31151f8138d008357b9d
In socks5_connect:
- make the buffers quite a bit smaller.
- properly report "socks5 server unreachable" failures.
- let strncpy() use the whole buffer. Using a length of 0xffu wasn't actually
  wrong, but requires too much thinking as it doesn't depend on the buffer size.
- log a message if the socks5 server sends more data than expected.
- add some assertions and comments.
gateway.c