openvpn/plugin/defer
2009-05-30 21:38:49 +00:00
..
build Fixed a bug in plugin.c that caused openvpn_plugin_client_destructor_v1 2008-05-25 22:31:25 +00:00
README Support asynchronous/deferred authentication in 2008-05-24 23:26:11 +00:00
simple.c Update copyright to 2009. 2009-05-30 21:38:49 +00:00
simple.def Support asynchronous/deferred authentication in 2008-05-24 23:26:11 +00:00
winbuild Support asynchronous/deferred authentication in 2008-05-24 23:26:11 +00:00

OpenVPN plugin examples.

Examples provided:

simple.c -- using the --auth-user-pass-verify callback,
            test deferred authentication.

To build:

  ./build simple (Linux/BSD/etc.)
  ./winbuild simple (MinGW on Windows)

To use in OpenVPN, add to config file:

  plugin simple.so (Linux/BSD/etc.)
  plugin simple.dll (MinGW on Windows)