Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-22 | Enable the config converter to convert openvpn 2.2 tls-remote format to 2.3 ↵ | Arne Schwabe | |
format | |||
2012-08-13 | organize imports | Arne Schwabe | |
2012-08-13 | Fix authenticating with passwords containing # (Closes issue #68) | Arne Schwabe | |
2012-08-12 | Implement starting a VPN on boot. (closes issue #62) | Arne Schwabe | |
2012-08-08 | management-signal is not required. | Arne Schwabe | |
2012-08-08 | Use management-client and management-signal (closes issue #65) | Arne Schwabe | |
2012-07-30 | Use system proxy settings for openvpn | Arne Schwabe | |
2012-07-25 | Fix importing custom options with spaces | Arne Schwabe | |
2012-07-25 | restore compatibility with Android 4.0 | Arne Schwabe | |
2012-07-24 | Build openssl as shared library again, build for all Android ABIs | Arne Schwabe | |
2012-07-16 | Fixes error reported on the Android market console | Arne Schwabe | |
- setting 0.0.0.0 as DNS gives NP - Using a invalid keystone key gives a NP in rsa_sign (Seems to happen on 4.0 -> 4.1 upgrade) - stupid config converter bug introduced in 5.12 - bump version to 5.12a | |||
2012-07-15 | Add support for Certificates from Keystore under Jelly Beans (Thanks Kenny ↵ | Arne Schwabe | |
Root for the right pointers) Move jniglue/minivpn files to more sensitive places | |||
2012-07-10 | Fine tune config convert messages | Arne Schwabe | |
Import tls-auth [inline] dir correctly (closes issue #55) | |||
2012-07-07 | Make Openvpn run into the JB keychain error if running on the emulator | Arne Schwabe | |
2012-06-30 | Relase version 0.5.9 | Arne Schwabe | |
2012-06-28 | The 'be ready for Jelly Beans' commit | Arne 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-27 | log phone version | Arne Schwabe | |
support more than 100 routes | |||
2012-06-22 | Fix openvpn error when no netmask is specified to a custom IP | Arne Schwabe | |
2012-06-21 | Organize Imports | Arne Schwabe | |
2012-06-17 | - Fix last commit | Arne Schwabe | |
- Implement reading extra CA cert from file to fix keystore error on some mobile phones | |||
2012-06-13 | Correct network state message | Arne Schwabe | |
Improve logging framework a bit Add logging of certificates received from Keystore | |||
2012-06-12 | Always use tcp-client instead of tcp to allow static keys with tcp | Arne Schwabe | |
2012-06-02 | bring openvpn in sync with openvpn git master and patches submitted to ↵ | Arne Schwabe | |
mailing list | |||
2012-06-01 | - Fix custom search domain ignored (closes issue #36) | Arne Schwabe | |
2012-05-31 | - fix a few more strings | Arne Schwabe | |
- add editing xxx title to cfonig settings | |||
2012-05-25 | Fix errors reported by lint | Arne Schwabe | |
2012-05-24 | Add querying certificate key password (closes issue #23) | Arne Schwabe | |
2012-05-24 | Add more diagnostic messages for management password queries | Arne Schwabe | |
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-14 | - Rework saving state of preferences fragment | Arne Schwabe | |
- fix state of nobind not loaded (hopefully closes issue #19) Version 0.5.4 | |||
2012-05-13 | Version 0.5.3 | Arne Schwabe | |
Fix a few new bugs before pushing to the market :) | |||
2012-05-13 | Config Import useable (closes issue #14) | Arne Schwabe | |
Correct save/restore state in Basic Settings (closes issue #17) | |||
2012-05-12 | Almost working configuration import | Arne Schwabe | |
2012-05-11 | Add native dir approach from ↵ | Arne Schwabe | |
http://stackoverflow.com/questions/10517016/android-get-jni-library-dir/10536284 | |||
2012-05-11 | Rework FIle selection dialog. | Arne Schwabe | |
Include possibility to include file content in VPN Profile. Allows safer storage of Certifcates and keys. (closes issue #13) | |||
2012-05-10 | Version 0.5.2 | Arne Schwabe | |
Fix minivpn vs openvpn. (closes issue #16) If minivpn binary is already available don't write it (closes issue #15) | |||
2012-05-09 | add cipher option | Arne Schwabe | |
2012-05-09 | small fixed | Arne Schwabe | |
2012-05-09 | Only try to write minivpn once per program lifetime. | Arne Schwabe | |
Remove debug logging | |||
2012-05-09 | Add the minivpn to repository to avoid copying it around. | Arne Schwabe | |
The jniclose method works. But there should be a java way to do it ... (closes issue #12) | |||
2012-05-09 | Openvpn as external external program is coming nearer .... | Arne Schwabe | |
2012-05-06 | All 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 | Add ability to send the log (closes issue #9) | Arne Schwabe | |
protect fd over unix socket | |||
2012-05-05 | Error message if keystore cannot be accessed (e.g. after backup) | Arne Schwabe | |
2012-05-05 | 0.4.8b - the my phone has a /tmp but most ics do not | Arne Schwabe | |
2012-05-04 | Version 0.4.7 :) | Arne Schwabe | |
2012-05-03 | Merge Merge try number 2 | Arne Schwabe | |
2012-05-03 | add delete Profile support | Arne Schwabe | |
add Config Parser begin openvpn config => Vpn Profile Converter | |||
2012-05-03 | extract settings string to ressource file. | Arne Schwabe | |
Fix calucation of netmaks Make p2p assumption message clearer closes issue #5 | |||
2012-05-01 | Support strange certificate + passsword authentication types | Arne Schwabe | |