Re: [Openvpn-devel] [PATCH] Signed-off-by: Jan Just Keijser

2012-05-07 Thread Adriaan de Jong
Hi Jan-Just, > -Original Message- > From: Jan Just Keijser [mailto:janj...@nikhef.nl] > Adriaan de Jong wrote: > > > > On 02/07/2012 04:13 PM, Jan Just Keijser wrote: > >> > >> +void > >> +tls_ctx_load_ecdh_params (struct tls_root_ctx *ctx, const char > *curve_name > >> +) > >> +{ >

Re: [Openvpn-devel] [RFC] Split plugins into their own repositories

2012-05-07 Thread Adriaan de Jong
> -Original Message- > From: Alon Bar-Lev [mailto:alon.bar...@gmail.com] > Sent: zondag 6 mei 2012 18:55 > To: openvpn-devel@lists.sourceforge.net > Subject: [Openvpn-devel] [RFC] Split plugins into their own > repositories > > Hello, > > Now, I also have the courage to ask one more quest

Re: [Openvpn-devel] [RFC] Split plugins into their own repositories

2012-05-07 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/05/12 18:55, Alon Bar-Lev wrote: > Hello, > > Now, I also have the courage to ask one more question regarding > build > > We currently have: - auth-pam - defer - down-root - examples > > Distribution wise it will be best to allow admin to

Re: [Openvpn-devel] [RFC] Split plugins into their own repositories

2012-05-07 Thread Alon Bar-Lev
On Mon, May 7, 2012 at 10:23 AM, Adriaan de Jong wrote: >> -Original Message- >> From: Alon Bar-Lev [mailto:alon.bar...@gmail.com] >> Sent: zondag 6 mei 2012 18:55 >> To: openvpn-devel@lists.sourceforge.net >> Subject: [Openvpn-devel] [RFC] Split plugins into their own >> repositories >> >

Re: [Openvpn-devel] [RFC] Split plugins into their own repositories

2012-05-07 Thread Alon Bar-Lev
Hello David, On Mon, May 7, 2012 at 10:33 AM, David Sommerseth wrote: > The reason I don't see the benefit of splitting out the plug-ins as > much is that they all depend on OpenVPN.  You can not make much use of > these plug-ins without having OpenVPN.  But with Windows TAP driver > and easy-

[Openvpn-devel] A few questions related to the management interface

2012-05-07 Thread Adrien Bustany
Hi, I was toying with the management interface of openvpn (on server side), to monitor the connections/disconnections of my clients. The clients are authenticated with TLS certificates, without a password. I needed to patch two things in order to get things working as I wanted, but since I'm ne

Re: [Openvpn-devel] A few questions related to the management interface

2012-05-07 Thread Alon Bar-Lev
On Mon, May 7, 2012 at 2:58 PM, Adrien Bustany wrote: > Hi, > > I was toying with the management interface of openvpn (on server side), > to monitor the connections/disconnections of my clients. The clients > are authenticated with TLS certificates, without a password. I needed to > patch two thin

Re: [Openvpn-devel] A few questions related to the management interface

2012-05-07 Thread Adrien Bustany
Le 2012-05-07 16:51, Alon Bar-Lev a écrit : On Mon, May 7, 2012 at 2:58 PM, Adrien Bustany wrote: Hi, I was toying with the management interface of openvpn (on server side), to monitor the connections/disconnections of my clients. The clients are authenticated with TLS certificates, without

Re: [Openvpn-devel] [PATCH] cleanup: remove C++ comments

2012-05-07 Thread Matthias Andree
Am 26.04.2012 18:06, schrieb Alon Bar-Lev: > On Thu, Apr 26, 2012 at 3:33 PM, Fabian Knittel > wrote: >> Hi Alon, >> >> 2012/4/7 Alon Bar-Lev : >>> Signed-off-by: Alon Bar-Lev >>> --- >>> src/openvpnserv/openvpnserv.c |6 +++--- >>> 1 files changed, 3 insertions(+), 3 deletions(-) >>> >>> di