summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-08-17Regression fix: Fix directly connecting while connection is activeArne Schwabe
2012-08-17bugfix for notificationsArne Schwabe
2012-08-16- Fix the problem Android sometimes killing the service in the background ↵Arne Schwabe
causing miniopenvpn to exit - Use setForeground to enable foreground priority, this forces to use a notification icon - Remove the ability to deselect Bytecounter.
2012-08-13Allow editing the VPN Config from the log screen to ease configuration ↵Arne Schwabe
iterations
2012-08-13organize importsArne Schwabe
2012-08-13sort profies by name, better than not sorting at allArne Schwabe
--HG-- extra : rebase_source : 31ecdd1d6197a3ec95785a52e95b62a013c7539b
2012-08-13Ignore proxy for UDP connectionsArne Schwabe
2012-08-13FIX NPE from market consoleArne Schwabe
2012-08-13Fix authenticating with passwords containing # (Closes issue #68)Arne Schwabe
2012-08-12Implement starting a VPN on boot. (closes issue #62)Arne Schwabe
2012-08-12Keep Openvpn in hold whiteout network (closes issue #63)Arne Schwabe
--HG-- extra : rebase_source : 47459245a591d7898976efa8648ce940f97f4e4a
2012-08-08management-signal is not required.Arne Schwabe
2012-08-08Use management-client and management-signal (closes issue #65)Arne Schwabe
2012-08-03Donate with paypal ...Arne Schwabe
2012-07-30Use system proxy settings for openvpnArne Schwabe
2012-07-25Fix importing custom options with spacesArne Schwabe
2012-07-25restore compatibility with Android 4.0Arne Schwabe
2012-07-24Build openssl as shared library again, build for all Android ABIsArne Schwabe
2012-07-23check for extrainfo == nullArne Schwabe
2012-07-21Save stat in VPNPreferencesArne Schwabe
2012-07-21Allow clearing of the CA Cert (closes issue #57)Arne Schwabe
2012-07-20MergeArne Schwabe
2012-07-20- Use config file name instead for default VPN name (closes issue #53)Arne Schwabe
- Allow importing the pkcs12 into the android keystone when converting configuration
2012-07-18- After installing Juno I need the core prefs for whatever reasonArne Schwabe
- use insmod instead of modprboe
2012-07-17I really like the action bar, but not using the action bar is even better ;)Arne Schwabe
2012-07-17If a device needs both fixes better first load the module and then apply the ↵Arne Schwabe
permissions fix
2012-07-17Implementier modprobe tun for more braindead imagesArne Schwabe
2012-07-16Start work on clear setting for file dialogArne Schwabe
Add a quick start quide stating the obvious (*sigh*)
2012-07-16Versions after Jelly Bean will probably behave like JB and not like ICSArne Schwabe
2012-07-16Fixes error reported on the Android market consolev0.5.12aArne 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-15Add warning if no dns is set.v0.5.12Arne Schwabe
Check in a working copy of jbcrypto
2012-07-15Add 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 --HG-- rename : openvpn/src/openvpn/jniglue.c => jni/jniglue.c rename : openvpn/src/openvpn/jniglue.h => jni/jniglue.h rename : openvpn/src/openvpn/testmain.c => jni/minivpn.c
2012-07-10Fine tune config convert messagesArne Schwabe
Import tls-auth [inline] dir correctly (closes issue #55)
2012-07-10Add ability to export openvpn configuration. (closes issue #52)Arne Schwabe
2012-07-10Fix duplicate inline tag (closes issue #51)Arne Schwabe
2012-07-07Make Openvpn run into the JB keychain error if running on the emulatorArne Schwabe
2012-07-07Fix stale "exiting" statusv0.5.10Arne Schwabe
2012-07-03add fix to arrays.xml (closes issue #43)Arne Schwabe
add translated by recognition add faq for system dialogs
2012-07-02The "things that look similar are actually different" commitArne Schwabe
fix last commit (mName != mUsername) MAIN != VIEW
2012-07-02Import User and Password from auth-user-file if it exists. (closes #issue 42)Arne Schwabe
2012-07-01Correct error message for number of argumentsArne Schwabe
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-27mergeArne Schwabe
2012-06-27log phone versionArne Schwabe
support more than 100 routes
2012-06-27Some minor fixesArne Schwabe
2012-06-25More obscure options to be ignoredArne Schwabe
2012-06-22Fix openvpn error when no netmask is specified to a custom IPArne Schwabe
2012-06-21Organize ImportsArne Schwabe
2012-06-20Make important message have a ticker message, fix status line in log windowArne Schwabe