[Openvpn-devel] [PATCH] Openvpn for Android 4.0 Changeset

2012-05-09 Thread Arne Schwabe
Hello, I have developed the port of openvpn for Android 4.0: https://play.google.com/store/apps/details?id=de.blinkt.openvpn and http://code.google.com/p/ics-openvpn/ The API of Android 4.0 requires that openvpn runs as completely unprivileged process. There all opening of tun, adding of routes,

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

2012-05-09 Thread Alon Bar-Lev
On Tue, May 8, 2012 at 11:28 AM, Samuli Seppänen wrote: > >> 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

Re: [Openvpn-devel] [PATCH] Openvpn for Android 4.0 Changeset

2012-05-09 Thread Alon Bar-Lev
Hmmm... the fact that you are not using git, and create separate branch for the changes makes it very difficult to peak. I see a mix of changes and a separate build system which I am not sure is needed. You build openvpn as a shared library, it is OK, I had this on my list, but why not use the cur

Re: [Openvpn-devel] [PATCH] Openvpn for Android 4.0 Changeset

2012-05-09 Thread Arne Schwabe
Am 10.05.12 00:09, schrieb Alon Bar-Lev: > Hmmm... the fact that you are not using git, and create separate > branch for the changes makes it very difficult to peak. Sorry. I am new to git and the distributed version systems. I hope this patch is better. I also pushed the changes to https://github.

Re: [Openvpn-devel] [PATCH] Openvpn for Android 4.0 Changeset

2012-05-09 Thread Alon Bar-Lev
On Thu, May 10, 2012 at 1:36 AM, Arne Schwabe wrote: > Am 10.05.12 00:09, schrieb Alon Bar-Lev: >> Hmmm... the fact that you are not using git, and create separate >> branch for the changes makes it very difficult to peak. > Sorry. I am new to git and the distributed version systems. I hope this >

Re: [Openvpn-devel] [PATCH] Openvpn for Android 4.0 Changeset

2012-05-09 Thread Arne Schwabe
Am 10.05.12 00:50, schrieb Alon Bar-Lev: > On Thu, May 10, 2012 at 1:36 AM, Arne Schwabe wrote: >> Am 10.05.12 00:09, schrieb Alon Bar-Lev: >>> Hmmm... the fact that you are not using git, and create separate >>> branch for the changes makes it very difficult to peak. >> Sorry. I am new to git and

Re: [Openvpn-devel] [PATCH] Openvpn for Android 4.0 Changeset

2012-05-09 Thread Alon Bar-Lev
On Thu, May 10, 2012 at 2:09 AM, Arne Schwabe wrote: > Am 10.05.12 00:50, schrieb Alon Bar-Lev: >> On Thu, May 10, 2012 at 1:36 AM, Arne Schwabe wrote: >>> Am 10.05.12 00:09, schrieb Alon Bar-Lev: Hmmm... the fact that you are not using git, and create separate branch for the changes ma

Re: [Openvpn-devel] [PATCH] Openvpn for Android 4.0 Changeset

2012-05-09 Thread Arne Schwabe
> I need a better description of the tun process... so far I did not > understand why you cannot use standard approach of creating persistent > tun with non root access and then use the iproute2 wrapper with suid > or sudo to setup its configuration. > > Alon. I have no root access on the telepho

Re: [Openvpn-devel] [PATCH] Openvpn for Android 4.0 Changeset

2012-05-09 Thread Alon Bar-Lev
On Thu, May 10, 2012 at 2:24 AM, Arne Schwabe wrote: > >> I need a better description of the tun process... so far I did not >> understand why you cannot use standard approach of creating persistent >> tun with non root access and then use the iproute2 wrapper with suid >> or sudo to setup its con