diff options
author | James Yonan <james@openvpn.net> | 2010-05-11 19:32:41 +0000 |
---|---|---|
committer | James Yonan <james@openvpn.net> | 2010-05-11 19:32:41 +0000 |
commit | b27dc04c366c031f4bb349e3235a2b0eb76c821a (patch) | |
tree | ecf3f1de1ef0efd4fe0b802e8789988ae42fe271 /Makefile.am | |
parent | Fixed issue on Windows with MSVC compiler, where TCP_NODELAY support (diff) | |
download | openvpn-b27dc04c366c031f4bb349e3235a2b0eb76c821a.tar.xz |
Proxy improvements:
Improved the ability of http-auth "auto" flag to dynamically detect
the auth method required by the proxy.
Added http-auth "auto-nct" flag to reject weak proxy auth methods.
Added HTTP proxy digest authentication method.
Removed extraneous openvpn_sleep calls from proxy.c.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@5628 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index f453cdb..2980dac 100644 --- a/Makefile.am +++ b/Makefile.am @@ -88,6 +88,7 @@ openvpn_SOURCES = \ fragment.c fragment.h \ gremlin.c gremlin.h \ helper.c helper.h \ + httpdigest.c httpdigest.h \ lladdr.c lladdr.h \ init.c init.h \ integer.h \ |