This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OpenVPN with experimental and new features - which requires a lot of testing".
The branch, feat_misc has been updated
via fc1fa9ffc7e3356458ec38d43816e5ddeb0c580a (commit)
from 031d18fcb8a2a552aecabb41f1afdfe3f51bdd58 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit fc1fa9ffc7e3356458ec38d43816e5ddeb0c580a
Author: Pierre Bourdon <de...@gm...>
Date: Mon Oct 11 00:56:04 2010 +0200
Adding support for SOCKS plain text authentication
This patch adds support for SOCKS plain text (username/password)
authentication as described in RFC 1929. It adds an optional third
parameter to the socks-proxy option, which is a file containing the
login credentials.
I've been using this patch for two weeks now and it does not seem to
cause any problem. The only modifications are in the SOCKS handshake
handling and the options parser.
Signed-Off-By: Pierre Bourdon <de...@gm...>
Acked-by: Gert Doering <ge...@gr...>
Acked-by: David Sommerseth <da...@us...>
Signed-off-by: David Sommerseth <da...@us...>
-----------------------------------------------------------------------
Summary of changes:
init.c | 1 +
options.c | 8 +++-
options.h | 1 +
socks.c | 138 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++----
socks.h | 2 +
5 files changed, 138 insertions(+), 12 deletions(-)
hooks/post-receive
--
OpenVPN with experimental and new features - which requires a lot of testing
|