SOCKS: as a client, talk SMTP via a socks5 proxy. Bug 1590
authorJeremy Harris <jgh146exb@wizmail.org>
Sun, 15 Mar 2015 12:32:11 +0000 (12:32 +0000)
committerJeremy Harris <jgh146exb@wizmail.org>
Sun, 15 Mar 2015 12:34:33 +0000 (12:34 +0000)
commit7eb6c37c5084760c1d1469bd4be652b479a8df55
tree9d82e23bffa7a8970a8ba21c72a635414c69fa9b
parent7c9f0469cb39055fff4096d1cb17ed72429c6b6c
SOCKS: as a client, talk SMTP via a socks5 proxy.  Bug 1590
37 files changed:
doc/doc-txt/NewStuff
doc/doc-txt/experimental-spec.txt
src/scripts/MakeLinks
src/src/EDITME
src/src/config.h.defaults
src/src/exim.c
src/src/functions.h
src/src/ip.c
src/src/smtp_out.c
src/src/transports/Makefile
src/src/transports/smtp.c
src/src/transports/smtp.h
src/src/transports/smtp_socks.c [new file with mode: 0644]
src/src/verify.c
test/README
test/confs/4020 [new file with mode: 0644]
test/confs/4028 [new file with mode: 0644]
test/confs/4029 [new file with mode: 0644]
test/log/4020 [new file with mode: 0644]
test/log/4028 [new file with mode: 0644]
test/log/4029 [new file with mode: 0644]
test/scripts/2000-GnuTLS/2000
test/scripts/2000-GnuTLS/2018
test/scripts/4000-scanning/4006
test/scripts/4020-socks/4020 [new file with mode: 0644]
test/scripts/4020-socks/REQUIRES [new file with mode: 0644]
test/scripts/4028-GnuTLS-socks/4028 [new file with mode: 0644]
test/scripts/4028-GnuTLS-socks/REQUIRES [new file with mode: 0644]
test/scripts/4029-OpenSSL-socks/4029 [new file with mode: 0644]
test/scripts/4029-OpenSSL-socks/REQUIRES [new file with mode: 0644]
test/src/server.c
test/stdout/0259
test/stdout/4003
test/stdout/4006
test/stdout/4020 [new file with mode: 0644]
test/stdout/4028 [new file with mode: 0644]
test/stdout/4029 [new file with mode: 0644]