[Openvpn-devel] [PATCH] Support for username-only auth file.

2013-07-15 Thread Michal Ludvig
words usernames usually don't change and can therefore be "hardcoded" in the config. Signed-off-by: Michal Ludvig --- doc/openvpn.8 | 3 +- src/openvpn/misc.c| 110 ++ src/openvpn/options.c | 3 +- 3 files changed,

Re: [Openvpn-devel] [DISCUSS] OpenVPN public repositories at github.com

2012-03-29 Thread Michal Ludvig
On 03/29/2012 12:00 AM, Samuli Seppänen wrote: That said, the code itself is hosted externally on SF.net, so we have the _option_ of using GitHub for that part. I'd first look at the big picture of how we want to enhance our development processes and then move on to the tools. Although I'm not

Re: [Openvpn-devel] route-ipv6 parameters & route prefixes

2012-02-09 Thread Michal Ludvig
On 02/09/2012 09:20 PM, Gert Doering wrote: Hi, On Thu, Feb 09, 2012 at 03:49:11PM +1300, Michal Ludvig wrote: I'm used to pushing route options to the clients with explicit metrics. That works good for IPv4 with e.g.: push "route 192.168.128.0 255.255.240.0 vpn_gateway 200"

[Openvpn-devel] route-ipv6 parameters & route prefixes

2012-02-09 Thread Michal Ludvig
Hi guys I'm used to pushing route options to the clients with explicit metrics. That works good for IPv4 with e.g.: push "route 192.168.128.0 255.255.240.0 vpn_gateway 200" However route-ipv6 doesn't accept the 'vpn_gateway' keyword and therefore I can't easily set a metric. I could indeed pu

[Openvpn-devel] Assertion failed at buffer.c:313

2012-02-07 Thread Michal Ludvig
Hi guys I experience "Assertion failed at buffer.c:313" on my RHEL5/x64 caused by: commit bee92b479414d12035b0422f81ac5fcfe14fa645 Author: Adriaan de Jong List-Post: openvpn-devel@lists.sourceforge.net Date: Sun Feb 5 12:51:25 2012 +0100 Removed support for calling gc_malloc with a NULL

[Openvpn-devel] Problems with add_route_ipv6()

2011-11-23 Thread Michal Ludvig
Hi guys, I'm using the latest openvpn from GIT on OpenSUSE 11.4 and am experiencing a problem with IPv6 payload setup. It works but openvpn seems to be somewhat confused when setting up the v6 route. Here is the start-up sequence, that works fine: 16:27:27 OpenVPN 2.x-master x86_64-suse-linu

Re: [Openvpn-devel] feat_ipv6_payload problems on Solaris 10

2010-07-10 Thread Michal Ludvig
On 07/10/2010 10:29 PM, Gert Doering wrote: Hi, On Sat, Jul 10, 2010 at 09:55:49PM +1200, Michal Ludvig wrote: I'm having a problem with feat_ipv6_payload branch (checked out from git yesterday). One end is Solaris 10 (sparc) and the other end is Linux. Which version of the tun drive

[Openvpn-devel] feat_ipv6_payload problems on Solaris 10

2010-07-10 Thread Michal Ludvig
Hi Gert & all, I'm having a problem with feat_ipv6_payload branch (checked out from git yesterday). One end is Solaris 10 (sparc) and the other end is Linux. IPv4 over the link works fine, however with IPv6 the Solaris end doesn't seem to see the incoming v6 traffic. I can see the packets co