openvpn/plugin/examples
james 367ed084db Copyright notice changed to reflect change in name of
Telethra to OpenVPN Technologies.


git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@3409 e7ae566f-a301-0410-adde-c780ea21d3b5
2008-10-06 07:33:45 +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 Copyright notice changed to reflect change in name of 2008-10-06 07:33:45 +00:00
README Reverted plugin directory location. 2005-10-16 12:24:10 +00:00
simple.c Copyright notice changed to reflect change in name of 2008-10-06 07:33:45 +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)