Commit graph

250 commits

Author SHA1 Message Date
pfg
79d4245edb Fix spacing 2018-05-29 14:19:16 -07:00
pfg
fb604cdc7f Actually do it right 2018-05-29 14:17:55 -07:00
redfast00
b7c28af844
Merge pull request #541 from pivpn/test
Merge test branch into master
2018-05-29 22:38:46 +02:00
redfast00
8adbff7af0
Added -L flag 2018-05-29 22:37:24 +02:00
redfast00
09a73f9d3f
Merge pull request #514 from orazioedoardo/master
Several changes and some fixes
2018-05-29 22:33:42 +02:00
redfast00
d569034117
Merge pull request #498 from Zeik0s/master
AES Encryption instead of 3DES
2018-05-29 22:32:52 +02:00
redfast00
7581c31a47
Merge pull request #535 from japborst/japborst/patch-1
Increase keepalive to decrease phone battery usage
2018-05-29 22:30:44 +02:00
Zeik0s
fc3691406e
Merge pull request #1 from pivpn/master
Merge commits
2018-05-29 14:47:31 +02:00
Jelmer Borst
67c348f26f
Increase keepalive to decrease phone battery usage 2018-05-09 18:20:13 +02:00
redfast00
548492832d
Merge pull request #527 from johanfagerstroem/master
Changing name validation regex to allow dashes
2018-05-09 01:47:29 +02:00
johanfagerstroem
23cc58ce3a Changing name validation regex to allow dashes
Great for readable naming conventions.
2018-05-01 16:38:38 +02:00
Piero
33e7ef0c91 Several changes 2018-04-02 12:07:58 +02:00
redfast00
33ed7e7012
Merge pull request #502 from stan3/nonexecutable
Changed permission bits on text files.
2018-03-24 13:39:55 +01:00
Tristan Hill
30397f2d4c shouldn't be executable 2018-03-21 12:20:47 +00:00
redfast00
1375fa1374
Merge pull request #501: Fix DNS leak on Windows systems
DNS leak fix in server_config.txt
2018-03-18 16:29:58 +01:00
Cyb0rk
cb04be301e
DNS leak fix in server_config.txt
Added fix to prevent DNS leak on Windows 10
2018-03-17 00:45:15 +01:00
Zeik0s
b8e5f318b6
makeOVPN.sh change 3DES to AES-128 2018-03-14 21:55:05 +01:00
redfast00
aa625b98ff
Merge pull request #493 from justinamcafee/master
Added FamilyShield DNS server as option
2018-03-09 19:20:27 +01:00
justinamcafee
3e042ef6ef
Added OPTIONAL support for duplicate certificates
Previous commits removed the duplicate cn option all together, this adds a comment to inform users of their options/choice.
2018-03-09 12:18:34 -06:00
justinamcafee
9749257e08
Updated install.sh
Added support for FamilyShield DNS from OpenDNS/CISCO
2018-03-09 11:32:14 -06:00
redfast00
25aaf24c89
Merge remote-tracking branch 'origin/test' 2018-02-21 17:36:09 +01:00
redfast00
c41417209c
Merge pull request #471 from orazioedoardo/test
2.4 Updates
2018-02-20 11:05:47 +01:00
Piero
4b47b5aa61 2.4 2018-02-15 10:14:03 +01:00
Carlos Colaço
abdce6c333
Merge pull request #441 from peterlewis/patch-1
Update README.md to correct 'thier' to 'their'
2018-01-17 21:04:45 +00:00
cfcolaco
18e5b03da9 Merge branch 'master' of https://github.com/pivpn/pivpn into test
Syncing test with master
2018-01-17 18:34:42 +01:00
Peter Lewis
93e4ba5e03
Update README.md to correct 'thier' to 'their' 2018-01-10 21:57:38 +00:00
redfast00
72b3dc24e7
Merge pull request #432 from pivpn/cfcolaco-Patch
Updated Issue Template
2017-12-22 12:51:48 +01:00
Carlos Colaço
4e814fc576
Updated Issue Template
Noticed the lack of information from PiVPN users when opening issues, some of that information is quite useful to troubleshoot, so I have changed the issue template to provide us with more information than the previous one!  and added a few comments in order to to try to raise awareness for users that they need to provide us with accurate information, not just a simple "It doesn't work!"

Thanks
2017-12-19 23:29:47 +00:00
redfast00
c7dfe6283a
Merge pull request #379 from jellemdekker/fix/remove-excess-code
Removed excess code
2017-12-16 22:07:10 +01:00
redfast00
041d410bc4
Merge pull request #412 from tuaminx/issue-171-convert-key-to-des3
Issue-171: Error using iOS OpenVPN
2017-11-24 22:57:12 +01:00
Tuan M. Dang
455b754c41 Issue-171: Error using iOS OpenVPN
As @fyellin There is some chatter on other groups that some
OpenVPN implementations cannot handle client keys that are
encrypted with RSA.

If the client key is encrypted, we might re-encrypting the
current client key using 3DES.

This commit will convert user client key to 3DES in command
`pivpn -a`

P/S: All credits to @fyellin. Many thanks to him.
2017-11-19 21:36:21 +07:00
Carlos Colaço
7ed7e4652e Added info regarding Raspbian Stretch
added info about support for raspbian Strech, and changed the preference from Jessie to Stretch. 

Edited and merged directly since it is a minor edit.
2017-10-20 17:00:23 +02:00
Carlos Colaço
053c0d9d21 Fix Clients only in one line (#384)
* fixed pivpn clients text display

* #Oops

* clients in only 1 line fixed
2017-10-18 20:58:20 +02:00
Jelle Dekker
9f46f1ef91 Removed call to deleted method. 2017-10-11 22:55:58 -05:00
redfast00
ad6f5b6c8b Merge pull request #376 from redfast00/master
Merge test branch into master
2017-10-11 18:46:48 +02:00
redfast00
1a67b505f6 Merge pull request #375 from azlux/master
Add human readable values for bytes received/sent
2017-10-11 17:49:44 +02:00
azlux
b0d2085996 make the humain-readable a function
I forgot the function !
2017-10-10 01:15:03 +02:00
azlux
862cb41d60 Add humain readable values 2017-10-09 16:45:32 +02:00
redfast00
5a8d056056 Merge pull request #374 from cfcolaco/test
Stretch Support and Test Branch tests
2017-10-08 21:12:26 +02:00
cfcolaco
89a928e7c4 fixed (more) Typos and sentences 2017-10-08 20:10:57 +01:00
cfcolaco
664087bf92 fixed typo 2017-10-08 19:47:30 +01:00
cfcolaco
c1918417d6 added support to Stretch, removed useless code, added info about stretch support 2017-10-08 18:27:43 +01:00
cfcolaco
29a5dbb22b Revert "Revert "Added support to Stretch, Fixed some texts, Removed some lines for testing pruposes""
This reverts commit 6e8d6d24b5.
2017-10-08 13:19:01 +01:00
cfcolaco
6e8d6d24b5 Revert "Added support to Stretch, Fixed some texts, Removed some lines for testing pruposes"
This reverts commit 2626127be1.
2017-10-08 13:08:57 +01:00
cfcolaco
2626127be1 Added support to Stretch, Fixed some texts, Removed some lines for testing pruposes 2017-10-08 12:54:24 +01:00
cfcolaco
a5258d9f3c Merging master comits into testing 2017-10-08 11:26:42 +01:00
Jelle Dekker
14b13d3a41 Removed the previously commented-out code. 2017-09-23 19:17:35 -05:00
redfast00
a8deeaf18b Merge pull request #363 from jellemdekker/fix/improve-dh-selection-menu
Improved encryption strength selection menu
2017-09-24 01:16:33 +02:00
redfast00
009e4b3023 Merge pull request #362 from jellemdekker/feature/randomize-server-name
Randomize server Common Name for added security
2017-09-24 01:13:34 +02:00
redfast00
003b27362f Merge pull request #361 from jellemdekker/feature/generate-crl-during-installation
Generate and activate CRL during installation
2017-09-24 01:12:05 +02:00