From bf136b94de39de65638ce3daaf2e87731cd0a44a Mon Sep 17 00:00:00 2001 From: Robert Hogan Date: Tue, 3 Aug 2010 22:28:55 +0100 Subject: bug1666 - Pass-through support for SOCKS5 authentication If a SOCKS5 client insists on authentication, allow it to negotiate a connection with Tor's SOCKS server successfully. Any credentials the client provides are ignored. This allows Tor to work with SOCKS5 clients that can only support 'authenticated' connections. Also add a bunch of basic unit tests for SOCKS4/4a/5 support in buffers.c. --- src/or/config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/or/config.h') diff --git a/src/or/config.h b/src/or/config.h index bd5827b4e..db871d472 100644 --- a/src/or/config.h +++ b/src/or/config.h @@ -76,5 +76,7 @@ uint32_t get_effective_bwburst(or_options_t *options); or_options_t *options_new(void); #endif +void config_register_addressmaps(or_options_t *options); + #endif -- cgit v1.2.3