0
0
mirror of https://github.com/OpenVPN/openvpn.git synced 2024-09-20 12:02:28 +02:00
openvpn/plugin/examples
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
log.c Update copyright to 2009. 2009-05-30 21:38:49 +00:00
README Reverted plugin directory location. 2005-10-16 12:24:10 +00:00
simple.c Update copyright to 2009. 2009-05-30 21:38:49 +00:00
simple.def Reverted plugin directory location. 2005-10-16 12:24:10 +00:00
winbuild Reverted plugin directory location. 2005-10-16 12:24:10 +00:00

OpenVPN plugin examples.

Examples provided:

simple.c -- using the --auth-user-pass-verify callback, verify
            that the username/password is "foo"/"bar".

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)