Re: [Openvpn-devel] [PATCH] Simplify check_cmd_access() function

2012-05-02 Thread Gert Doering
Hi, On Wed, May 02, 2012 at 09:16:36PM +0300, Alon Bar-Lev wrote: > Looks good. > If you testing this one, please ensure symbolic links also works properly... > :) The man page for access() (on Linux) states: DESCRIPTION access() checks whether the calling process can access the file

Re: [Openvpn-devel] [PATCH] Simplify check_cmd_access() function

2012-05-02 Thread Alon Bar-Lev
Looks good. If you testing this one, please ensure symbolic links also works properly... :) On Wed, May 2, 2012 at 8:54 PM, David Sommerseth wrote: > To avoid confusion between check_file_access() and check_cmd_access() in the > future, remove unneeded arguments from

Re: [Openvpn-devel] Does OpenVPN Support Unicode Username and Password

2012-05-02 Thread Heiko Hund
Hi, On Wednesday 02 May 2012 10:10:05 Gauri Bhave wrote: > I am customizing the openvpn GUI to support multiple languages. I want to > connect using a non ASCII username, Say a chinese or hindi user name. Is it > possible in Open VPN. actually the GUI at

Re: [Openvpn-devel] [PATCH] cleanup: windows: convert argv (UCS-2 to UTF-8) at earliest

2012-05-02 Thread Alon Bar-Lev
News? On Fri, Apr 27, 2012 at 3:15 PM, Alon Bar-Lev wrote: > 2012/4/27 Samuli Seppänen : >> Il 27.04.2012 12:18, Heiko Hund ha scritto: >>> On Friday 27 April 2012 09:54:15 Samuli Seppänen wrote: Anyways, I cross-compiled latest "master" with this

Re: [Openvpn-devel] Does OpenVPN Support Unicode Username and Password

2012-05-02 Thread Alon Bar-Lev
Hello, OpenVPN is basically UTF-8 enabled. There was a recent patch to fix some issue with the management interface in this regard. Most probably you will need to convert UCS-2 to UTF-8 when sending the user/password into openvpn. So you can try out the master branch and see if it works for you.

[Openvpn-devel] Does OpenVPN Support Unicode Username and Password

2012-05-02 Thread Gauri Bhave
Hi, I am customizing the openvpn GUI to support multiple languages. I want to connect using a non ASCII username, Say a chinese or hindi user name. Is it possible in Open VPN. Thanks Gauri Bhave