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 p
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 check_cmd_access()
>
> As a c
To avoid confusion between check_file_access() and check_cmd_access() in the
future, remove unneeded arguments from check_cmd_access()
As a command will always be a file, it should always check for CHKACC_FILE and
nothing else. And as the commands always will need X_OK, check only for that.
One
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 http://sourceforge.net/projects/openvpn-gu
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 patch applied and
"bin" and "lib" direc
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.
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