On Wed, Aug 1, 2012 at 3:48 PM, Heiko Hund wrote:
> On Wednesday 01 August 2012 15:27:01 Alon Bar-Lev wrote:
>> How will it work on Windows?
>
> Good question. Can't it work on Windows? According to objdump openvpn.exe
> exports all the symbols statically on Windows. Is that a limitation of the PE
On Wednesday 01 August 2012 15:27:01 Alon Bar-Lev wrote:
> How will it work on Windows?
Good question. Can't it work on Windows? According to objdump openvpn.exe
exports all the symbols statically on Windows. Is that a limitation of the PE
format?
If not, the alternative would be to pass the fu
How will it work on Windows?
Plugins should not require to be linked against anything.
On Wed, Aug 1, 2012 at 2:57 PM, Heiko Hund wrote:
> Some plugins want to add messages to the openvpn log file. The
> plugin_log() API provides a way for them to do so.
>
> Signed-off-by: Heiko Hund
> ---
> in
Some plugins want to add messages to the openvpn log file. The
plugin_log() API provides a way for them to do so.
Signed-off-by: Heiko Hund
---
include/openvpn-plugin.h | 23 +
src/openvpn/plugin.c | 51 ++
2 files changed,