]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Support asynchronous/deferred authentication in
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>
Sat, 24 May 2008 23:26:11 +0000 (23:26 +0000)
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>
Sat, 24 May 2008 23:26:11 +0000 (23:26 +0000)
commit344ee9181734dcd5a922b8b2a7ebea4ce818a0b0
tree8a4c3724971a0c81debc97d3bba62138aab3a247
parent4da783f3a502174ea31918171d2e530295f85f52
Support asynchronous/deferred authentication in
OPENVPN_PLUGIN_AUTH_USER_PASS_VERIFY plugin handler.

See documentation in openvpn-plugin.h and example
usage in plugin/defer/simple.c.

git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@2969 e7ae566f-a301-0410-adde-c780ea21d3b5
19 files changed:
debug/valgrind-suppress
doval [new file with mode: 0755]
forward.c
init.c
misc.c
misc.h
multi.c
openvpn-plugin.h
plugin.c
plugin/defer/README [new file with mode: 0644]
plugin/defer/build [new file with mode: 0755]
plugin/defer/simple.c [new file with mode: 0644]
plugin/defer/simple.def [new file with mode: 0755]
plugin/defer/winbuild [new file with mode: 0755]
push.c
push.h
socket.c
ssl.c
ssl.h