summaryrefslogtreecommitdiff
path: root/src/de/blinkt/openvpn/ConfigParser.java
AgeCommit message (Collapse)Author
2013-03-01Fix stupid bug when importing profilesArne Schwabe
--HG-- extra : rebase_source : f00ca3a463ccd6338a9b3820ac1eeb9b5ec7e682
2013-02-28New Layout for main screenArne Schwabe
2013-02-23Allow more remotes for special internal API use cases.Arne Schwabe
--HG-- extra : rebase_source : dbe2f5929d246ece4f7de71022e96c2455aff3c3
2013-02-02Add the --auth option to the auth/enc dialogArne Schwabe
2013-01-18Ignore route-pre-down tooArne Schwabe
--HG-- extra : rebase_source : 8042b3e41e71d18d4126f04e950e5ce004c7d0c7
2013-01-04remote overrides port and proto options (Closes issue #128)Arne Schwabe
2013-01-01Make state messages translatable and nicer.Arne Schwabe
2012-12-27Make changes needed to provide an external APIArne Schwabe
2012-12-25Merge local changes with repositoryarne@gaia.fritz.box
2012-12-25Move opening of Inputstream to Configconvertarne@gaia.fritz.box
2012-12-23Fix importing of embedded PKCS12 filesArne Schwabe
2012-12-22Parse the tls-remote server string, fix import message (Closes Issue #124)Arne Schwabe
2012-12-18Ignore status file writingArne Schwabe
2012-12-18Fix a few warnings and one bug when importing a file with a pkcs12 which ↵Arne Schwabe
cannot be read --HG-- extra : rebase_source : d11215373582cb1a656f7cae9bf3642b34c3a2c9
2012-12-16Fix parsing of tcp6 and udp6. Also parse connect-retry(-max). (Closes issue #69)Arne Schwabe
2012-11-20Add script to generate FAQ in the google CODE project.Arne Schwabe
2012-10-12Fix error from market consoleArne Schwabe
2012-09-13Add support for persist-tun option (closes issue #83)Arne Schwabe
2012-08-23Ignore the dh option when parsing config files (closes issue #74)Arne Schwabe
2012-07-25Fix importing custom options with spacesArne 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-10Fine tune config convert messagesArne Schwabe
Import tls-auth [inline] dir correctly (closes issue #55)
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-27log phone versionArne Schwabe
support more than 100 routes
2012-06-25More obscure options to be ignoredArne Schwabe
2012-05-24Better way of fixing port warningArne Schwabe
2012-05-24- fix cn remote string (closes issue #31)Arne Schwabe
- ignore a few more options in the importer
2012-05-20- fix a backtrace from the market consoleArne Schwabe
- Version 0.5.5a
2012-05-13Implement the required ipv6 changes.Arne Schwabe
GUI part is still incomplete
2012-05-13Version 0.5.3Arne Schwabe
Fix a few new bugs before pushing to the market :)
2012-05-13Config Import useable (closes issue #14)Arne Schwabe
Correct save/restore state in Basic Settings (closes issue #17)
2012-05-12Almost working configuration importArne Schwabe
2012-05-11Rework FIle selection dialog.Arne Schwabe
Include possibility to include file content in VPN Profile. Allows safer storage of Certifcates and keys. (closes issue #13) --HG-- rename : src/com/lamerman/FileDialog.java => src/de/blinkt/openvpn/FileSelectionFragment.java
2012-05-10MergeArne Schwabe