Commit graph

  • 3011f9dbe1 Merge 32d4a55c1a into 1a67b505f6 Jelle Dekker 2017-10-14 18:03:16 +0000
  • 32d4a55c1a Now using a nice argument instead assigning variables directly. Jelle Dekker 2017-10-14 13:03:12 -0500
  • 9f46f1ef91 Removed call to deleted method. Jelle Dekker 2017-10-11 22:55:58 -0500
  • 9c475f769e Extended the expiration date of the certificate revocation list to 10 years. Jelle Dekker 2017-10-11 22:23:01 -0500
  • e3f77afc95 Merge pull request #2 from pivpn/test Jelle Dekker 2017-10-11 22:14:58 -0500
  • ad6f5b6c8b Merge pull request #376 from redfast00/master redfast00 2017-10-11 18:46:48 +0200
  • 1a67b505f6 Merge pull request #375 from azlux/master redfast00 2017-10-11 17:49:44 +0200
  • b0d2085996 make the humain-readable a function azlux 2017-10-10 01:15:03 +0200
  • 862cb41d60 Add humain readable values azlux 2017-10-09 16:45:32 +0200
  • 5a8d056056 Merge pull request #374 from cfcolaco/test redfast00 2017-10-08 21:12:26 +0200
  • 89a928e7c4 fixed (more) Typos and sentences cfcolaco 2017-10-08 20:10:57 +0100
  • 664087bf92 fixed typo cfcolaco 2017-10-08 19:47:30 +0100
  • 63d6d7db88 Merge c1918417d6 into a8deeaf18b Carlos Colaço 2017-10-08 17:28:11 +0000
  • c1918417d6 added support to Stretch, removed useless code, added info about stretch support cfcolaco 2017-10-08 18:27:43 +0100
  • 29a5dbb22b Revert "Revert "Added support to Stretch, Fixed some texts, Removed some lines for testing pruposes"" cfcolaco 2017-10-08 13:19:01 +0100
  • 6e8d6d24b5 Revert "Added support to Stretch, Fixed some texts, Removed some lines for testing pruposes" cfcolaco 2017-10-08 13:08:57 +0100
  • 2626127be1 Added support to Stretch, Fixed some texts, Removed some lines for testing pruposes cfcolaco 2017-10-08 12:54:24 +0100
  • a5258d9f3c Merging master comits into testing cfcolaco 2017-10-08 11:26:42 +0100
  • 14b13d3a41 Removed the previously commented-out code. Jelle Dekker 2017-09-23 19:17:35 -0500
  • a8deeaf18b Merge pull request #363 from jellemdekker/fix/improve-dh-selection-menu redfast00 2017-09-24 01:16:33 +0200
  • 009e4b3023 Merge pull request #362 from jellemdekker/feature/randomize-server-name redfast00 2017-09-24 01:13:34 +0200
  • 003b27362f Merge pull request #361 from jellemdekker/feature/generate-crl-during-installation redfast00 2017-09-24 01:12:05 +0200
  • c81e793c6c Removed punctuation in list items. Jelle Dekker 2017-09-23 15:16:06 -0500
  • f5c05715de Added sudo -E. Jelle Dekker 2017-09-23 14:35:46 -0500
  • 077996cfb4 Removed an obsolete variable. Jelle Dekker 2017-09-23 11:21:26 -0500
  • 4e77245a97 Commented out code related to adding a route to the remote subnet (e.g. 192.168.0.0). Jelle Dekker 2017-09-22 16:03:38 -0500
  • dcd34b3f01 Merge pull request #359 from jellemdekker/fix/remove-duplicate-cn redfast00 2017-09-22 22:58:03 +0200
  • 7b6a358779 Modified the messages when PiVPN installation completes and client profiles are generated, so the user knows to generate a client profile per each device he/she wants to connect to the VPN with. Jelle Dekker 2017-09-22 14:11:23 -0500
  • a6058a1d14 The client config contains the remote-cert-tls option to check for appropriate key usage, let's do this for the server config too. Jelle Dekker 2017-09-22 03:30:14 -0500
  • 30920115b3 Implemented that a Certificate Revocation List is generated during installation after generation of other Public Key Infrastructure. Enabled this CRL in the server config. The added benefit of this is that whenever the user now revokes a client, the change is instant. Whereas before, the first time a client was revoked, the OpenVPN server had to be restarted to enabled the then-newly-generated CRL. This change also makes the file /etc/pivpn/REVOKE_STATUS obsolete. Jelle Dekker 2017-09-22 02:46:52 -0500
  • 8910545d90 Fixed a couple of typos. Jelle Dekker 2017-09-22 02:17:53 -0500
  • 05c6a37152 Removed the duplicate-cn option so every device/connection must use a unique certificate. Jelle Dekker 2017-09-21 23:06:02 -0500
  • d1652a03b1 The SERVER_NAME variable is used in a 'verify-x509-name' check to allow the client to verify it is talking to the correct server. However, its value was always equal to 'server'. This wasn't unique for each installation and therefore provided no additional safety check. So I've modified it to be random for each installation of PiVPN. Additionally, the variable is now actually being used when specifying the server name in the build-server-full command. Jelle Dekker 2017-09-21 14:39:16 -0500
  • 97a50c66ef Commented out a number of excess options that were set implicitly by using the 'server' option. Jelle Dekker 2017-09-21 10:49:45 -0500
  • 7cf5c19789 Changed the display order of the DH options (default value is still 2048 bits) and added a warning for 1024 bits. Jelle Dekker 2017-09-20 23:24:57 -0500
  • da9e082f43 Changed the default length of the Diffie-Hellman parameters to 2048 bits. This is the default everywhere else, both in documentation as well as menu selections and other scripts in this project. This change has no real impact aside from setting the right example. Jelle Dekker 2017-09-20 22:42:29 -0500
  • 8e1a7af669 Merge 87f0b4f51f into 454b755116 orttez 2017-08-12 16:53:36 +0000
  • 454b755116 Merge pull request #333 from jhealy86/patch-1 redfast00 2017-08-12 14:15:34 +0200
  • f385a3ec53 fix markdown link syntax Jason Healy 2017-08-11 01:22:06 -0600
  • b3ebdb804a Added Related Projects section (#325) Inventor 2017-08-05 19:33:37 -0400
  • 5ff1b33cf3 Added links (whoops) InnovativeInventor 2017-08-05 14:13:23 -0400
  • 64f10d9e6e Added a related projects section InnovativeInventor 2017-08-05 14:12:03 -0400
  • f6ad4ba824 Merge 7b74d7dc02 into c7f82d0116 jellemdekker 2017-07-23 15:57:51 +0000
  • c7f82d0116 Merge pull request #312 from Ellsworth/test redfast00 2017-07-23 10:00:34 +0200
  • 5ff6f23153 Fixed links in README.md on lines 156 and 158 Erich Ellsworth 2017-07-22 19:25:18 -0500
  • 3c764db9b6 Merge pull request #292 from cfcolaco/master redfast00 2017-06-29 13:32:14 +0200
  • fbec57d1fd changed to new openvpn repos cfcolaco 2017-06-29 12:03:47 +0100
  • 7b74d7dc02 - Clarified text about disabling logging on the server. - Modified the expressions that replace the logfile locations in the server configuration. Jelle Dekker 2017-06-25 16:56:37 +0200
  • 3981e119f6 [Correction] Corrected a typo in variable names of installation logfile location. [Enhancement] Added a new selection menu where the user can specify whether or not to disable logging of connection information on the OpenVPN server (e.g. redirect log output to /dev/null). Jelle Dekker 2017-06-25 15:02:19 +0200
  • 87f0b4f51f pivpn home dir permissions orttez 2017-06-17 21:46:40 -0400
  • dcd497c0d4 dynamic uninstall pivpn home dir orttez 2017-06-16 16:38:37 -0400
  • 21e3078de5 pivpn home dir orttez 2017-06-16 16:35:40 -0400
  • 44107290eb dynamic pivpn home dir orttez 2017-06-16 16:31:49 -0400
  • 0c44c83146 dynamic pivpn user home dir orttez 2017-06-16 16:26:55 -0400
  • e7def9f81c Merge pull request #263 from drq883/test redfast00 2017-06-07 08:10:00 +0200
  • 5c4a51b695 Final testing passed David Quattlebaum 2017-06-06 18:27:23 -0400
  • 2eb11cad0c changes for devuan David Quattlebaum 2017-06-04 16:18:26 -0400
  • a4cff2b65f Merge pull request #243 from jellemdekker/test 0-kaladin 2017-05-10 11:54:05 -0400
  • d5f0a81f80 Clearly indicate that a user selects a list item with the space bar. Jelle Dekker 2017-04-17 15:49:52 +0200
  • c907a4bff8 Merge pull request #224 from EWouters/test 0-kaladin 2017-04-05 10:43:45 -0400
  • ff97f40ecf Fix: mkdir: cannot create directory ‘/home/$pivpnUser/ovpns’: File exists EWouters 2017-03-22 13:47:55 +1300
  • cb482d6697 added fi to if-statement EWouters 2017-03-16 22:28:50 +1300
  • cd4d13691d fixed check for when both nopass and a password argument are passed to the script EWouters 2017-03-16 22:25:17 +1300
  • 27c34aa297 Removed -p flag to create home dir EWouters 2017-03-15 17:24:42 +1300
  • 75b7995a87 Removed SERVER_NAME parameter EWouters 2017-03-15 02:40:39 +1300
  • 56f24aa372 added command line option to (batch) remove certs EWouters 2017-03-15 02:36:12 +1300
  • 7a65f083c4 added -n and -p options to pivpn add EWouters 2017-03-15 00:49:25 +1300
  • 277a212a8f tabs to spaces EWouters 2017-03-14 15:39:53 +1300
  • 097145392c set -e and set +e around line 800 to 815 EWouters 2017-03-14 15:39:07 +1300
  • 7315353179 Moved echo to file statements to front, add missing EWouters 2017-03-14 15:25:39 +1300
  • 5b5129f1bc fix: cp: cannot stat ‘/tmp/pivpnINT’: No such file EWouters 2017-03-14 14:26:22 +1300
  • f48225a8ee Merge remote-tracking branch 'refs/remotes/origin/master' into test EWouters 2017-03-14 10:48:56 +1300
  • 2a639e753e Fixed sed command and mkdir if folder exists EWouters 2017-03-14 10:48:16 +1300
  • f050f82519 Merge pull request #1 from EWouters/master EWouters 2017-03-13 20:03:05 +1300
  • 71021d6ffa Added all parameters, initial testing done EWouters 2017-03-13 19:44:29 +1300
  • 5db23185fd Added pi-hole's undocumented flags EWouters 2017-03-13 17:00:28 +1300
  • b50639698d Merge fce1c2feaf into 6ce39bfec3 Bastiaan Nelissen 2017-03-02 21:16:09 +0000
  • 6ce39bfec3 Update README for IRC channel 0-kaladin 2017-02-27 21:01:23 -0500
  • 752d0cc3af Leave the loop once we match Kaladin Light 2017-02-05 14:30:31 -0500
  • faaabe4c0e Fixes Issue #195 Kaladin Light 2017-01-28 13:58:10 -0500
  • bfd2c43570 Allow reuse of cert name once revoked. Kaladin Light 2017-01-27 20:36:53 -0500
  • dc9924f147 Have debug work without being root Kaladin Light 2017-01-27 17:46:34 -0500
  • 5ce48cbaaf Trying to ensure interface is set, maybe related to iptables issues. If not, we at least will see in pivpnDebug output now. Kaladin Light 2017-01-27 15:42:42 -0500
  • b727fa3970
    Fix-189 redfast00 2017-01-22 12:44:36 +0100
  • a4256f3887 Update and rename LICENSE.md to LICENSE 0-kaladin 2017-01-03 10:25:35 -0500
  • df16e8dd59 Fixes Issue #173 and #174 Kaladin Light 2016-12-25 18:06:32 -0500
  • b7be654915 Version 1.9 v1.9 Kaladin Light 2016-12-24 17:24:21 -0500
  • d1ad3ec057 Fix new additions Kaladin Light 2016-12-24 16:17:16 -0500
  • 371f339fed Rework things Kaladin Light 2016-12-24 00:20:45 -0500
  • 8a0f31b7ca Try some iptables fix. (2/2). Needs unit testing. Kaladin Light 2016-12-11 22:04:17 -0500
  • 22b5bfef68 Add fix iptables help to debug script (1/2) Kaladin Light 2016-12-11 13:36:14 -0500
  • 6b406ffb27 Fix type for moving client script Kaladin Light 2016-12-11 10:04:33 -0500
  • 601ce87df0 Get iptables output, formatting Kaladin Light 2016-12-10 23:17:47 -0500
  • eaf78ab6bb Try to fix apt errors now. If we can't then exit so the user can address. Kaladin Light 2016-12-10 00:58:36 -0500
  • 6e3ad10a80 fixed download location Bastiaan Nelissen 2016-12-08 20:09:30 +0100
  • 98d63b7bd0 fixed wget command Bastiaan Nelissen 2016-12-08 12:26:47 +0100
  • fce1c2feaf Update to latest OpenVPN Bastiaan Nelissen 2016-12-08 21:56:30 +0100
  • 1f0819efeb fixed download location Bastiaan Nelissen 2016-12-08 20:09:30 +0100
  • fc14664401 hacked a non-existing homedir. Bastiaan Nelissen 2016-12-08 19:55:58 +0100
  • 07cdc2771b Fix new clients command v1.8 Kaladin Light 2016-12-08 12:18:21 -0500