<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ics_openvpn.git/src/de/blinkt/openvpn/OpenVpnManagementThread.java, branch v0.5.17</title>
<subtitle>[ics_openvpn] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/ics_openvpn.git/'/>
<entry>
<title>Versions after Jelly Bean will probably behave like JB and not like ICS</title>
<updated>2012-07-16T11:47:47+00:00</updated>
<author>
<name>Arne Schwabe</name>
<email>arne@rfc2549.org</email>
</author>
<published>2012-07-16T11:47:47+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/ics_openvpn.git/commit/?id=e403b89f57559a602f257a1c80a81958963f0c56'/>
<id>e403b89f57559a602f257a1c80a81958963f0c56</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for Certificates from Keystore under Jelly Beans (Thanks Kenny Root for the right pointers)</title>
<updated>2012-07-15T14:16:57+00:00</updated>
<author>
<name>Arne Schwabe</name>
<email>arne@rfc2549.org</email>
</author>
<published>2012-07-15T14:16:57+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/ics_openvpn.git/commit/?id=3ab9e38d4473a7a34b820d80cc442ba6c3e30564'/>
<id>3ab9e38d4473a7a34b820d80cc442ba6c3e30564</id>
<content type='text'>
Move jniglue/minivpn files to more sensitive places

--HG--
rename : openvpn/src/openvpn/jniglue.c =&gt; jni/jniglue.c
rename : openvpn/src/openvpn/jniglue.h =&gt; jni/jniglue.h
rename : openvpn/src/openvpn/testmain.c =&gt; jni/minivpn.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move jniglue/minivpn files to more sensitive places

--HG--
rename : openvpn/src/openvpn/jniglue.c =&gt; jni/jniglue.c
rename : openvpn/src/openvpn/jniglue.h =&gt; jni/jniglue.h
rename : openvpn/src/openvpn/testmain.c =&gt; jni/minivpn.c
</pre>
</div>
</content>
</entry>
<entry>
<title>Relase version 0.5.9</title>
<updated>2012-06-30T09:38:31+00:00</updated>
<author>
<name>Arne Schwabe</name>
<email>arne@rfc2549.org</email>
</author>
<published>2012-06-30T09:38:31+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/ics_openvpn.git/commit/?id=991d5e1d3f0bf8a1daad3ed41bff9489ffb17fe2'/>
<id>991d5e1d3f0bf8a1daad3ed41bff9489ffb17fe2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The 'be ready for Jelly Beans' commit</title>
<updated>2012-06-28T17:33:05+00:00</updated>
<author>
<name>Arne Schwabe</name>
<email>arne@rfc2549.org</email>
</author>
<published>2012-06-28T17:33:05+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/ics_openvpn.git/commit/?id=78172a10165a969b8c002b6bdcf9dc47fa6cd5f3'/>
<id>78172a10165a969b8c002b6bdcf9dc47fa6cd5f3</id>
<content type='text'>
- fix concurrentaccess occuring on JB
- JB does not allow to extract the private keys from the key storage, rewrite using the key storage to use JAVA API and the external-key management interface
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- fix concurrentaccess occuring on JB
- JB does not allow to extract the private keys from the key storage, rewrite using the key storage to use JAVA API and the external-key management interface
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a status message which shows the status of the connecting/connected VPN</title>
<updated>2012-06-17T22:27:03+00:00</updated>
<author>
<name>Arne Schwabe</name>
<email>arne@rfc2549.org</email>
</author>
<published>2012-06-17T22:27:03+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/ics_openvpn.git/commit/?id=06917978c727df00627a5b831526def8d613a280'/>
<id>06917978c727df00627a5b831526def8d613a280</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>minor clean ups</title>
<updated>2012-06-03T13:32:00+00:00</updated>
<author>
<name>Arne Schwabe</name>
<email>arne@rfc2549.org</email>
</author>
<published>2012-06-03T13:32:00+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/ics_openvpn.git/commit/?id=d6f8b2511137905c67cf046d51894dee665ca39d'/>
<id>d6f8b2511137905c67cf046d51894dee665ca39d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement reconnect on network change (closes issue #37)</title>
<updated>2012-06-03T12:57:16+00:00</updated>
<author>
<name>Arne Schwabe</name>
<email>arne@rfc2549.org</email>
</author>
<published>2012-06-03T12:57:16+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/ics_openvpn.git/commit/?id=9e22aa6aff4627a08cb23f649e323f2b42f0d34d'/>
<id>9e22aa6aff4627a08cb23f649e323f2b42f0d34d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add more diagnostic messages for management password queries</title>
<updated>2012-05-24T09:11:45+00:00</updated>
<author>
<name>Arne Schwabe</name>
<email>arne@rfc2549.org</email>
</author>
<published>2012-05-24T09:11:45+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/ics_openvpn.git/commit/?id=eaef7350ff03e4447962c06262ca1831cc06cab0'/>
<id>eaef7350ff03e4447962c06262ca1831cc06cab0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Another market backtrace, not should what happens here. Hope for a user to report it :)</title>
<updated>2012-05-20T12:45:24+00:00</updated>
<author>
<name>Arne Schwabe</name>
<email>arne@rfc2549.org</email>
</author>
<published>2012-05-20T12:45:24+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/ics_openvpn.git/commit/?id=a09e92879523aafc3b6fdefe90451ef813968435'/>
<id>a09e92879523aafc3b6fdefe90451ef813968435</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Version 0.5.5</title>
<updated>2012-05-18T17:12:38+00:00</updated>
<author>
<name>Arne Schwabe</name>
<email>arne@rfc2549.org</email>
</author>
<published>2012-05-18T17:12:38+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/ics_openvpn.git/commit/?id=bb987226c843375a93043bbd5f78a94e0edea29d'/>
<id>bb987226c843375a93043bbd5f78a94e0edea29d</id>
<content type='text'>
- Add state to speed display
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add state to speed display
</pre>
</div>
</content>
</entry>
</feed>
