• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..27-Nov-20155

buildH A D27-Nov-2015404

READMEH A D27-Nov-2015345

simple.cH A D27-Nov-20158.7 KiB

simple.defH A D27-Nov-2015178

winbuildH A D27-Nov-2015573

README

1OpenVPN plugin examples.
2
3Examples provided:
4
5simple.c -- using the --auth-user-pass-verify callback,
6            test deferred authentication.
7
8To build:
9
10  ./build simple (Linux/BSD/etc.)
11  ./winbuild simple (MinGW on Windows)
12
13To use in OpenVPN, add to config file:
14
15  plugin simple.so (Linux/BSD/etc.)
16  plugin simple.dll (MinGW on Windows)
17