Fix Proxy Protocol v2 handling
authorTodd Lyons <tlyons@exim.org>
Thu, 17 Apr 2014 18:58:09 +0000 (11:58 -0700)
committerTodd Lyons <tlyons@exim.org>
Sat, 19 Apr 2014 15:32:09 +0000 (08:32 -0700)
commiteb57651e8badf0b65af0371732e42f2ee5c7772c
tree0bc0f5ddf2deb86cf11e1063e5b28942009e36b8
parent887291d23b561d0bb8cf43db80c191810e2d8ce3
Fix Proxy Protocol v2 handling

Change recv() to not use MSGPEEK and eliminated flush_input().
Add proxy_target_address/port expansions.
Convert ipv6 decoding to memmove().
Use sizeof() for variable sizing.
Correct struct member access.
Enhance debug output when passed invalid command/family.
Add to and enhance documentation.
Client script to test Proxy Protocol, interactive on STDIN/STDOUT,
  so can be chained (ie a swaks pipe), useful for any service, not
  just Exim and/or smtp.
doc/doc-txt/experimental-spec.txt
src/src/expand.c
src/src/globals.c
src/src/globals.h
src/src/smtp_in.c
src/util/proxy_protocol_client.pl [new file with mode: 0644]