Re: [Openvpn-devel] About making plugins for openvpn

2008-09-22 Thread Jose Sanchez
Thank you very much, after printing all environment variable, here I have the environment variable complete, I send this for future reference I hope this will help some other people (I have edited for some values or even removed them for privacy reasons): These variables are captured during OPENV

Re: [Openvpn-devel] About making plugins for openvpn

2008-09-22 Thread Jose Sanchez
Thank you, I have figured out those things (but not all of them, so thanks for the detailed explanation). The problem that I have is that I have not found good examples about the structure of the environment variable (I have seen the: get_env function in simple.c so I will try to print that variab

Re: [Openvpn-devel] About making plugins for openvpn

2008-09-22 Thread Jose Sanchez
El vie, 19-09-2008 a las 10:12 -0300, Giancarlo Razzolini escribió: > Jose Sanchez escreveu: > > Hello, I am new at openvpn, I am trying to do a very simple plugin to > > see connections/disconnections and to be able to notify to another > > system in "real" time. > > > > The problem is that I have

[Openvpn-devel] About making plugins for openvpn

2008-09-19 Thread Jose Sanchez
Hello, I am new at openvpn, I am trying to do a very simple plugin to see connections/disconnections and to be able to notify to another system in "real" time. The problem is that I haven't found any documentation about the code or about how to make plugins except on the code (I have been reading