Commit Graph

253 Commits

Author SHA1 Message Date
d77ba5e1e8 Combine user args with generated args
Generated arguments will be added only if matching arguments were not
specified by the user. User arguments will be placed after generated
arguments. This allows the user to override any generated configuration
values.
2016-05-31 21:11:03 -05:00
097376db75 Set working dir in ovpn_run instead of Dockerfile 2016-05-28 22:34:41 -05:00
caffc0b715 Merge pull request #130 from rgarrigue/patch-1
Update README.md
2016-05-25 22:18:36 -07:00
7eede0d8e5 Update README.md
Typo fix
2016-05-25 20:44:12 +02:00
22f90831cf Merge pull request #127 from mediatemple/add_extra_config
allow specifying extra config
2016-05-17 21:26:14 -07:00
793f83d620 adding tests for extra server config 2016-05-17 08:42:22 -07:00
191cb45106 allow specifying extra config 2016-05-16 09:56:27 -07:00
df63db02a0 Merge pull request #126 from mediatemple/add_ovpn_listclients
adding ovpn_listclients script
2016-05-11 21:43:42 -07:00
d3fcec15f1 adding ovpn_listclients script 2016-05-11 16:02:27 -07:00
98f9681d3e Merge pull request #122 from TheNotary/readme-debug-section
Debugging tips added to readme
v2.0.0
2016-04-23 16:21:48 -07:00
74ba753f70 Created a debug section in readme 2016-04-23 10:52:39 -07:00
cd8fd6afaa Merge pull request #119 from rudijs/fragment-option
Add openvpn.conf gerneration -f fragment directive option
2016-04-11 18:54:59 -07:00
9ea4815a74 Fix incorrect local image being used 2016-04-06 15:21:13 +08:00
74bfad0aac Add openvpn.conf gerneration -f fragment directive option 2016-04-06 15:06:02 +08:00
ed51116fb6 docs: Add contribution guidelines
* High level overview of contribution guidelines.
2016-04-04 23:49:14 -07:00
eb22992a2f Merge pull request #102 from fabn/otp
Two factor authentication using a token application
2016-03-14 07:42:30 -07:00
286676879d Merge pull request #107 from croepha/selinux
Updated SELinux docs
2016-02-23 21:56:59 -08:00
42bf842202 Updated SELinux docs
for hosts not allowing module loading
2016-02-23 12:05:13 -06:00
bd51bb273e Merge pull request #104 from croepha/selinux
Selinux policy and docs
2016-02-17 15:07:15 -08:00
70b70e298d Merge pull request #105 from mypetyak/master
Added documentation details on using TCP protocol.
2016-02-17 15:06:43 -08:00
95c260a97a Added documentation details on using TCP protocol. 2016-02-16 22:44:10 -08:00
35c9103454 Updated Alpine Linux packages, including pamtester 2016-02-15 21:01:52 +01:00
d481313311 Back to Alpine Linux using packaged version of google-authenticator 2016-02-11 18:10:51 +01:00
9b824fb35a Fix typo 2016-02-10 13:01:54 -06:00
7a9abf4c14 Update README.md 2016-02-10 12:37:56 -06:00
44055aa687 added docs for SELinux policy file 2016-02-10 12:34:35 -06:00
8356a664d8 Added linux policy file 2016-02-10 12:25:45 -06:00
ba7b925a9f Using a different volume name for otp test, should allow tests to run 2016-02-10 17:12:49 +01:00
517ad6aeb2 Implemented tests for 2 factor authentication 2016-02-10 16:59:15 +01:00
9c6f3311a1 Fix for Dockerfile, trailing slash is needed. 2016-02-07 14:45:28 +01:00
dc4656ef48 OTP documentation 2016-02-07 14:30:56 +01:00
e8d93ea4fa Use $USER@$OVPN_CN for OTP label. 2016-02-07 13:22:20 +01:00
10dd404159 Fixes pam authentication when dealing with virtual users 2016-02-07 03:48:44 +01:00
607063b358 Do not cache user credentials 2016-02-07 02:53:43 +01:00
bb3d1add3c Export user pass option in client when OTP is enabled 2016-02-06 21:40:11 +01:00
c24a22deea Allow interactive usage 2016-02-06 21:38:26 +01:00
6084261943 Improved script for user OTP generation, tested with pamtester 2016-02-06 21:31:08 +01:00
5ca92a2c5e Fixed configuration for pam module to allow login of non existing user accounts, i.e. VPN only users. 2016-02-06 21:20:34 +01:00
dd719c1f11 Save OTP variable in server env 2016-02-06 20:25:03 +01:00
6fcebf9adb Server side configuration for OTP 2016-02-06 20:23:59 +01:00
86d2a52f85 Install google authenticator in jessie 2016-02-06 19:45:42 +01:00
1623afe651 Reverted to debian jessie 2016-02-06 19:40:54 +01:00
e7d0d4ea0e ovpn_run: Fix sysctl IPv6 forwarding write
* I'm not sure if this ever worked without the `-w` flag.  Perhaps in an
  old version of sysctl?
2015-12-29 13:33:55 -08:00
e50f4dcc23 Merge pull request #90 from ypid/added-badges
Added badges showing a few key facts next to the CI status.
2015-12-21 16:05:35 -08:00
96d17bb5a7 Added badges showing a few key facts next to the CI status.
* Updated Docker Hub URL to new schema.
2015-12-21 22:19:22 +01:00
f2111006ad Merge pull request #82 from vielmetti/patch-1
Split tunnels, as documented in #51
2015-11-30 13:43:22 -08:00
d520a58ec4 Split tunnels, as documented in #51
Taking text from #51 and putting in into the FAQ to make it that much easier to find.
2015-11-30 16:27:46 -05:00
1c290e60db Merge branch 'compression'
Closes #81
2015-11-29 10:16:13 -08:00
2fa3abe064 fixed getopts argument typo. removed ":" before "z" 2015-11-29 10:15:15 -08:00
2650d4a286 COMP-lzo param is set in client config, if defined in server. 2015-11-29 10:15:15 -08:00