Re: [Openvpn-devel] PolarSSL patches

2011-07-07 Thread chantra
On Thu, 2011-07-07 at 09:35 +0200, David Sommerseth wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 07/07/11 01:08, chantra wrote: > > Samuli, > > > > You will need patch openvpn-plugin.h > > > > diff --git a/openvpn-plugin.h b/openvpn-

Re: [Openvpn-devel] PolarSSL patches

2011-07-06 Thread chantra
l or openssl... that might meant that openvpn will need to provide a generic x509 cert library to be used by openvpn plugins. chantra On Wed, 2011-07-06 at 12:20 -0700, Samuli Seppänen wrote: > Hi Adriaan, > > I tried building your tree on Debian 5 (amd64) VM and got this error: > &g

Re: [Openvpn-devel] Patch for HTTP Proxy with NTLM or error: NTLM Proxy-Authorization phase 3 failed: received corrupted data from proxy server

2011-07-01 Thread chantra
On Fri, 2011-07-01 at 14:37 +0200, Pierre Crokaert wrote: > Hello, > > This kind of error occurs with some HTTP proxy. This happens when the > response from the server in phase 2 is longer than 128 bytes, in that > case the response is truncated because we are only interrested by the > beginni

[Openvpn-devel] [PATCH] Clarify --tmp-dir option

2011-03-25 Thread chantra
Signed-off-by: chantra --- openvpn.8 | 17 + options.c |2 +- 2 files changed, 18 insertions(+), 1 deletions(-) diff --git a/openvpn.8 b/openvpn.8 index 4eaf0db..0340ee3 100644 --- a/openvpn.8 +++ b/openvpn.8 @@ -2926,9 +2926,26 @@ file. Specify a directory .B dir for

Re: [Openvpn-devel] Can *plugin* kill specific ovpn tunnel?...

2010-12-14 Thread chantra
it myself, but I think that should sort you out. The doc says that this file may be dynamically updated during a client session. I assume the main process will pick up the change quick fast. Chantra On Mon, 2010-12-13 at 15:16 -0800, Vineet Kumar wrote: > Hi, > If my openvpn plugin spaw

Re: [Openvpn-devel] Feature branch drop warning - --passtos and VLAN patch set

2010-12-11 Thread chantra
say +1 to the feature. Hopefully, this will kick in the thread, avoiding c) ;) BR, Chantra > *c)* To drop --passtos and the VLAN patches completely. This is the choice I > really want to try to avoid. > > > I would really like to have this solved before *mid January* - which mea

Re: [Openvpn-devel] Documentation and alternative SSL backend patches

2010-12-02 Thread chantra
be a step forward to https://community.openvpn.net/openvpn/wiki/RoadMap#OpenVPN3.0:Designandimplementation and in my opinion is an interesting addition to openvpn code. Chantra > > > -Original Message- > > From: Farkas Levente [mailto:lfar...@lfarkas.org] > > Sent:

[Openvpn-devel] [Patch] Typo in openvpn plugin documentation

2010-08-02 Thread chantra
Hi all, I have found some inconsistency in openvpn-plugin.h documentation, see https://community.openvpn.net/openvpn/ticket/31 It is a pretty trivial change which only affect documentation so it is safe to apply. chantra -- http://www.debuntu.org >From 5d1d06bd472be699163928069d898029a8492

Re: [Openvpn-devel] [RFC] - (ticket #29) - Fix for --push-reset resetting --topology and --route-gateway

2010-07-30 Thread chantra
et){} But this is the only way I can think off in order to make sure that the latest push-reset will take precedence. Any comments are welcome. Tks chantra -- http://www.debuntu.org >From 05a33ce2a522e404d99b0815f4dca8eb914bd642 Mon Sep 17 00:00:00 2001 From: chantra List-Post: openvpn-deve

Re: [Openvpn-devel] Compiler warnings when using openssl-1.0.0 - beta4

2010-07-16 Thread chantra
> > If nobody responds, I'll try to find some time looking into this in the > near future. > I did in https://community.openvpn.net/openvpn/ticket/5#comment:3 chantra

Re: [Openvpn-devel] [Openvpn-users] [plugins] mysql/ldap Authentication plugins

2010-06-28 Thread chantra
hentication plugin available, but I'm not > sure how well it works: > > <http://code.google.com/p/openvpn-auth-ldap> Yeah, I discovered that plugin some time after I started developing my own and already had something working :s Unfortunately, at the time, I thought the only alter

[Openvpn-devel] [plugins] mysql/ldap Authentication plugins

2010-06-28 Thread chantra
ght not be perfect, both plugin work nicely and I have got them running in prod with no issue at all. Hope that helps a few people anyway :) chantra -- http://www.debuntu.org !DSPAM:4c286ae161678054713307!

Re: [Openvpn-devel] ovpn daemon not seeing my plugin thread...

2010-06-24 Thread chantra
> The reason is obviously the fact that the thread-creation occurred > *before* the daemon() call (that forked off a child which has no way > of inheriting a copy of that thread). > So does this mean then that the ovpn daemon infrastructure will only > work with plugins that don't do threading of t

Re: [Openvpn-devel] FW: Patch submission - git crash course ?

2010-06-16 Thread chantra
penvpn.net/openvpn/wiki/DeveloperDocumentation#Communitypatchesandtheacceptanceprocessofthesepatches > > Thanks! > > David Balažic > chantra -- http://www.debuntu.org !DSPAM:4c18c13861671523120871!

Re: [Openvpn-devel] [PATCH] Enabling Accounting/Stats for plugins

2010-06-10 Thread chantra
As agreed at today's IRC meeting, I created a test plugin showing the usage of a new plugin hook called OPENVPN_PLUGIN_ACCOUNTING Please see https://community.openvpn.net/openvpn/ticket/15 for the plugin code. As agreed on IRC, I cooked up a demo implementation of this new plugin hook. Below is

[Openvpn-devel] [PATCH] Enabling Accounting/Stats for plugins

2010-06-06 Thread chantra
user, it should also help in building a better radius plugin for OpenVPN. Your comments are welcome :) chantra -- http://www.debuntu.org !DSPAM:4c0c1d6761671268788600!

Re: [Openvpn-devel] [PATCH] Re: Handling of subnets grammar in Packet filter file

2010-06-03 Thread chantra
Gert Doering greenie.muc.de> writes: > Both have merits, your fix is somewhat less code then adding an extra input > validation check > > if ((network.s_addr & netmask) != network.s_addr ) > { complain; } > > - so: ACK from me. > > (Since OpenVPN likes to print warnings, we *could* a

[Openvpn-devel] [PATCH] Re: Handling of subnets grammar in Packet filter file

2010-06-03 Thread chantra
Please find below a patch to correct the behaviour. I have also opened a trac ticket : https://community.openvpn.net/openvpn/ticket/14 chantra http://www.debuntu.org > > Hi all, > > It seems that openvpn is not handling properly non-standard subnets in > pf_file. > T

[Openvpn-devel] Handling of subnets grammar in Packet filter file

2010-05-31 Thread chantra
such subnets and translate it as 192.168.100.0/8. I could try to look into it if you guys believe it should be handled by openvpn (or maybe this has already been fixed?) Regards, chantra !DSPAM:4c03f8ea61674059325257!

Re: [Openvpn-devel] OpenVPN with LDAP+TLS authentication runs into file exhaustion

2009-08-27 Thread chantra
CentOS do not open any file handles on /dev/urandom So it appears that the issue is in the openldap + lib{gnutls,ssl} part on debian ( and debian based) only . tks again, On Wed, 2009-08-26 at 11:26 -0500, Karl O. Pinc wrote: > On 08/26/2009 05:56:22 AM, chantra wrote: > &g

[Openvpn-devel] OpenVPN with LDAP+TLS authentication runs into file exhaustion

2009-08-26 Thread chantra
ue could have been in the underlying libs. But lately, I have set up VsFTPd with pam-ldap+TLS auth and the issue is not happening in that implementation although the settings are pretty similar. [3] seems to contain the auth part in vsf_sysdep_check_auth() 'round line 323 . Could that be of a