summaryrefslogtreecommitdiff
path: root/src/de/blinkt/openvpn/ConfigParser.java
AgeCommit message (Collapse)Author
2013-01-22Start rebranding: a whole lotta string replacement, moving src/ file treeSean Leonard
2013-01-18Ignore route-pre-down tooArne Schwabe
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
2012-12-25Move opening of Inputstream to Configconvertarne
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
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 consoleArne 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)
2012-05-10MergeArne Schwabe