summaryrefslogtreecommitdiff
path: root/openvpn
AgeCommit message (Collapse)Author
2012-06-30Relase version 0.5.9v0.5.9Arne Schwabe
2012-06-28The 'be ready for Jelly Beans' commitArne Schwabe
- 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
2012-06-03minor clean upsArne Schwabe
2012-06-02bring openvpn in sync with openvpn git master and patches submitted to ↵Arne Schwabe
mailing list
2012-06-02clarify warning, reset domain on opening tunArne Schwabe
2012-05-24Better way of fixing port warningArne Schwabe
2012-05-21Ignore routing delay, as it causes routes not to be added.v0.5.6Arne Schwabe
2012-05-18Allow only one log window at a time (closes issue #26)Arne Schwabe
Make OpenvpnService honour net30 routes (closes issue #24)
2012-05-18- Make Ipv6 support complete (minus tun-ipv6 warning)Arne Schwabe
- Implement byte counter support in the log window - Fix spelling of secret (closes issue #22) - Replace "quot; with ", no idea what went wrong there (closes issue #21)
2012-05-13Implement the required ipv6 changes.Arne Schwabe
GUI part is still incomplete
2012-05-10Version 0.5.1Arne Schwabe
2012-05-10MergeArne Schwabe
2012-05-09small fixedArne Schwabe
2012-05-09Only try to write minivpn once per program lifetime.Arne Schwabe
Remove debug logging
2012-05-09Add tiny minivpn executable which uses the libopenvpn.so so we don't have to ↵Arne Schwabe
copy a big executable from assets to cache directory
2012-05-09Openvpn as external external program is coming nearer ....Arne Schwabe
2012-05-07Clarify route error message, remove a few "jniglue.h" inclusionsArne Schwabe
2012-05-06All control of openvpn is now over the unix socket. JNI is only used for ↵Arne Schwabe
starting openvpn. Fix configuration if no DNS information is available. (closes issue #7 hopefully) Version 0.5.0
2012-05-06- Ability to copy single log entries (issue #9)Arne Schwabe
- Remove dependency on JNI for all but early logging and opening tun
2012-05-06Add ability to send the log (closes issue #9)Arne Schwabe
protect fd over unix socket
2012-05-05working protect fd through managementArne Schwabe
2012-05-05First time a fd was successfully transfered over a socket :)Arne Schwabe
2012-05-050.4.8b - the my phone has a /tmp but most ics do notArne Schwabe
2012-05-04Get vpn list working again, not yet perfect but at least delete worksArne Schwabe
http://code.google.com/p/android/issues/detail?id=3414 is hunting me :(
2012-05-03Error message if tun cannot be openedArne Schwabe
2012-05-01Support strange certificate + passsword authentication typesArne Schwabe
2012-04-29Version 0.4schwabe
fixes iusse #1 fixes iusse #2 fixes iusse #3
2012-04-28Almost ready for version 0.4schwabe
2012-04-16Initial importArne Schwabe