0
0
mirror of https://github.com/schwabe/ics-openvpn.git synced 2024-09-20 03:52:27 +02:00
Commit Graph

1926 Commits

Author SHA1 Message Date
Arne Schwabe
4cd02fc544 explicitly link against libc … 2012-07-24 22:31:49 +02:00
Arne Schwabe
011bcb7922 Build openssl as shared library again, build for all Android ABIs 2012-07-24 21:31:20 +02:00
Arne Schwabe
3112a0b795 check for extrainfo == null 2012-07-23 12:34:27 +02:00
Arne Schwabe
e7d9fd98ac Added tag v5.15 for changeset 2c7e441dd0f2 2012-07-21 16:29:19 +02:00
Arne Schwabe
bd485af6e9 make openvpn compile again 2012-07-21 16:29:00 +02:00
Arne Schwabe
9b671275c6 Save stat in VPNPreferences 2012-07-21 12:44:17 +02:00
Arne Schwabe
883fb1ad29 Change config.h version number to reflect openvpn version 2012-07-21 01:12:21 +02:00
Arne Schwabe
23a783836e Update openvpn to Version 2.3_alpha3
--HG--
rename : openvpn/src/plugins/README => openvpn/doc/README.plugins
rename : openvpn/src/plugins/defer/README => openvpn/sample/sample-plugins/defer/README
rename : openvpn/src/plugins/defer/build => openvpn/sample/sample-plugins/defer/build
rename : openvpn/src/plugins/defer/simple.c => openvpn/sample/sample-plugins/defer/simple.c
rename : openvpn/src/plugins/examples/simple.def => openvpn/sample/sample-plugins/defer/simple.def
rename : openvpn/src/plugins/defer/winbuild => openvpn/sample/sample-plugins/defer/winbuild
rename : openvpn/src/plugins/examples/build => openvpn/sample/sample-plugins/log/build
rename : openvpn/src/plugins/examples/log.c => openvpn/sample/sample-plugins/log/log.c
rename : openvpn/src/plugins/examples/log_v3.c => openvpn/sample/sample-plugins/log/log_v3.c
rename : openvpn/src/plugins/examples/winbuild => openvpn/sample/sample-plugins/log/winbuild
rename : openvpn/src/plugins/examples/README => openvpn/sample/sample-plugins/simple/README
rename : openvpn/src/plugins/examples/build => openvpn/sample/sample-plugins/simple/build
rename : openvpn/src/plugins/examples/simple.c => openvpn/sample/sample-plugins/simple/simple.c
rename : openvpn/src/plugins/examples/simple.def => openvpn/sample/sample-plugins/simple/simple.def
rename : openvpn/src/plugins/examples/winbuild => openvpn/sample/sample-plugins/simple/winbuild
rename : openvpn/src/plugins/auth-pam/README => openvpn/src/plugins/auth-pam/README.auth-pam
rename : openvpn/src/plugins/down-root/README => openvpn/src/plugins/down-root/README.down-root
2012-07-21 01:11:36 +02:00
Arne Schwabe
249cbf6d60 Added tag v0.5.14 for changeset 21fd68421904 2012-07-21 00:38:23 +02:00
Arne Schwabe
7ed3099348 Hide the keyboard in the settings by default 2012-07-21 00:36:01 +02:00
Arne Schwabe
e8261bbc90 Allow clearing of the CA Cert (closes issue #57) 2012-07-21 00:23:13 +02:00
Arne Schwabe
1f5ea34616 Remove old non translated value from es,ko 2012-07-20 23:12:11 +02:00
Arne Schwabe
fd0997da4a - Remove now unused string to import pkcs12.
- Translate new string into german
2012-07-20 00:24:37 +02:00
Arne Schwabe
9a80ef57ae Merge 2012-07-20 00:16:30 +02:00
Arne Schwabe
2f817e8adc - Use config file name instead for default VPN name (closes issue #53)
- Allow importing the pkcs12 into the android keystone when converting configuration
2012-07-20 00:16:01 +02:00
Arne Schwabe
f0c15a0d33 Clarify keychain access error (closes issue #58) 2012-07-19 22:47:10 +02:00
Arne Schwabe
3111c344b4 - After installing Juno I need the core prefs for whatever reason
- use insmod instead of modprboe
2012-07-18 10:07:51 +02:00
Arne Schwabe
8af501617d Add most missing german translation (apart from FAQ/Howto texts) 2012-07-18 00:55:15 +02:00
Arne Schwabe
91b38172b6 - Remove not translatable strings
- remove the experiential config importer string. The Importer should be quite stable now
2012-07-18 00:34:30 +02:00
Arne Schwabe
1c42c038cf I really like the action bar, but not using the action bar is even better ;) 2012-07-17 21:07:39 +02:00
Arne Schwabe
7b64dff3e0 If a device needs both fixes better first load the module and then apply the permissions fix 2012-07-17 20:19:50 +02:00
Arne Schwabe
1a3370bd68 Merge 2012-07-17 20:18:02 +02:00
Arne Schwabe
aadf9c06d7 Implementier modprobe tun for more braindead images 2012-07-17 20:17:19 +02:00
wwwEagle@gmail.com
21415e9d1f changed unnatural translations 2012-07-17 03:49:34 +00:00
Arne Schwabe
7fe13897bf Start work on clear setting for file dialog
Add a quick start quide stating the obvious (*sigh*)
2012-07-16 22:48:23 +02:00
Arne Schwabe
e403b89f57 Versions after Jelly Bean will probably behave like JB and not like ICS 2012-07-16 13:47:47 +02:00
Arne Schwabe
131bf40b3a Added tag v0.5.12a for changeset 15393c522dbe 2012-07-16 04:29:51 +02:00
Arne Schwabe
1a20bf7121 Fixes error reported on the Android market console
- 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-16 04:29:35 +02:00
Arne Schwabe
cb18cf6c0a Added tag v0.5.12 for changeset 5ea2de65677a 2012-07-15 17:04:23 +02:00
Arne Schwabe
1c664e15c7 Add warning if no dns is set.
Check in a working copy of jbcrypto
2012-07-15 17:01:33 +02:00
Arne Schwabe
3ab9e38d44 Add support for Certificates from Keystore under Jelly Beans (Thanks Kenny 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-15 16:16:57 +02:00
Arne Schwabe
77583ce010 Remove translate=false arrays from korean translation 2012-07-13 08:44:39 +02:00
ktdann
f02e37060d Korean translation update. 2012-07-12 10:33:59 +09:00
ktdann
5efeedc54e Korean translation update. 2012-07-12 09:30:21 +09:00
dann
edc9629a3d Bit more to go but committing it for now. 2012-07-11 11:11:48 +09:00
Arne Schwabe
951bc8dd95 Fine tune config convert messages
Import tls-auth [inline] dir correctly (closes issue #55)
2012-07-10 23:00:52 +02:00
Arne Schwabe
da3d649cfa Add ability to export openvpn configuration. (closes issue #52) 2012-07-10 22:39:06 +02:00
Arne Schwabe
d1e7bca772 Added tag v0.5.11 for changeset 0569e09c6a2f 2012-07-10 09:54:18 +02:00
Arne Schwabe
11bd1025dc Update manifest to Version 0.5.11 2012-07-10 09:54:03 +02:00
Arne Schwabe
f06687062f Fix duplicate inline tag (closes issue #51) 2012-07-10 09:52:26 +02:00
Arne Schwabe
46796d8a23 Add patches from issue #48, #49, #50 (closes issue #48, #49 and #50) 2012-07-10 09:43:28 +02:00
Arne Schwabe
53f538ed34 Add patch from issue 47 (closes issue #47) 2012-07-08 15:32:36 +02:00
Arne Schwabe
0865bb76b8 Make Openvpn run into the JB keychain error if running on the emulator 2012-07-07 16:25:43 +02:00
arne@rfc2549.org
18e82c0ab5 Update todo.txt 2012-07-07 10:16:17 +00:00
Arne Schwabe
fb3ecc887b Added tag v0.5.10 for changeset 7c66f11d72d2 2012-07-07 12:07:25 +02:00
Arne Schwabe
b07eb38151 Fix stale "exiting" status 2012-07-07 11:18:29 +02:00
Arne Schwabe
373a5b710b add translations fixes for zh, es (closes issue #44, closes #45)
make a few left out strings translatable (closes issue #44)
2012-07-05 10:40:33 +02:00
Arne Schwabe
8a58041db9 Add translations to english and spanish by Gerard David Bonner 2012-07-03 21:29:06 +02:00
Arne Schwabe
0cb2ff5181 add fix to arrays.xml (closes issue #43)
add translated by recognition
add faq for system dialogs
2012-07-03 21:04:42 +02:00
Arne Schwabe
df8a748e05 The "things that look similar are actually different" commit
fix last commit (mName != mUsername)
MAIN != VIEW
2012-07-02 22:54:50 +02:00