openvpn/sample/sample-plugins/defer
David Sommerseth caa54ac398 copyright: Update GPLv2 license texts
The COPYRIGHT.GPL file was slightly out-of-sync with the last GPLv2
license from Free Software Foundation, Inc.

The changes are primarily a new address, which required touching almost
all the project files.

Except of that, it is just minor adjustments to formatting, removal of
form-feed characters and referencing "GNU Lesser General Public License"
instead of "GNU Library General Public License".

Signed-off-by: David Sommerseth <davids@openvpn.net>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20170329093648.10156-1-davids@openvpn.net>
URL: https://www.mail-archive.com/search?l=mid&q=20170329093648.10156-1-davids@openvpn.net
Signed-off-by: Gert Doering <gert@greenie.muc.de>
2017-06-16 10:38:03 +02:00
..
build Fix typo in sample build script to use LDFLAGS 2014-04-13 13:26:55 +02:00
README build: integrate plugins build into core build 2012-06-26 11:29:02 +02:00
simple.c copyright: Update GPLv2 license texts 2017-06-16 10:38:03 +02:00
simple.def build: integrate plugins build into core build 2012-06-26 11:29:02 +02:00
winbuild build: integrate plugins build into core build 2012-06-26 11:29:02 +02: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)