]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Adding support for SOCKS plain text authentication
authorPierre Bourdon <delroth@gmail.com>
Sun, 10 Oct 2010 22:56:04 +0000 (00:56 +0200)
committerDavid Sommerseth <dazo@users.sourceforge.net>
Fri, 12 Nov 2010 20:43:43 +0000 (21:43 +0100)
commitfc1fa9ffc7e3356458ec38d43816e5ddeb0c580a
tree8075e63066811c03ab4daf20c9519b8fbf43fb26
parent031d18fcb8a2a552aecabb41f1afdfe3f51bdd58
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 <delroth@gmail.com>
Acked-by: Gert Doering <gert@greenie.muc.de>
Acked-by: David Sommerseth <dazo@users.sourceforge.net>
Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
init.c
options.c
options.h
socks.c
socks.h