summaryrefslogtreecommitdiffstats
path: root/etc/inc/openvpn.inc
Commit message (Expand)AuthorAgeFilesLines
* Drop support for jail platformRenato Botelho2015-07-311-3/+0
* Code spacingPhil Davis2015-06-151-12/+12
* Add a space to the script to avoid that appended parameters seem the same as ...Ermal LUÇI2015-06-091-1/+1
* Code style bits and pieces from etcPhil Davis2015-05-311-6/+6
* Allow option to specify just 1 of user and pass in OpenVPN .up filePhil Davis2015-05-301-3/+13
* Fix OpenVPN server listening on associated IPv6 addressPhil Davis2015-04-111-3/+3
* Code style openvpn.incPhil Davis2015-02-281-165/+286
* Change OpenVPN CARP VIP test to be more accurate. The client should also not ...jim-p2015-01-081-2/+2
* Fix #4146:Renato Botelho2015-01-071-2/+2
* Simplify logic using a proper function as spotted by ErmalRenato Botelho2014-12-181-8/+5
* Add openvpn interfaces to group when they are created, it should fix #4110Renato Botelho2014-12-181-0/+9
* Change our default resolv-retry back to OpenVPN's default. Changing thisChris Buechler2014-12-031-1/+1
* Rather than set the g['booting'] on globals provide a function to test for th...Ermal LUÇI2014-11-261-1/+1
* add a usleep here to prevent killing twice. Ticket #3894Chris Buechler2014-11-221-0/+1
* In some circumstances, OpenVPN doesn't exit on SIGTERM. SIGKILL it when that ...Chris Buechler2014-11-221-2/+9
* Fixes #3894, --resolv-retry is infinite by default. To avoid the issues of lo...Ermal2014-11-191-0/+2
* remove old DISABLE_PHP_LINT_CHECKING, which dates way back to the CVS days an...Chris Buechler2014-11-041-1/+0
* fix #3515Dmitriy K.2014-08-201-0/+3
* Do not show errors from trying to delete a socket or similarErmal2014-08-151-1/+1
* Remove extra spaces and tabsRenato Botelho2014-07-071-26/+26
* Update openvpn.incDmitriy K.2014-06-241-4/+3
* Update openvpn.incDmitriy K.2014-06-201-1/+6
* Update openvpn.incDmitriy K.2014-06-201-2/+0
* patchpack1Dmitriy K.2014-06-171-2/+36
* Allow the user to select "None" for OpenVPN client certificate, so long as th...jim-p2014-06-041-7/+14
* client-config-dir is also useful when using OpenVPN's internal DHCP while bri...jim-p2014-05-301-0/+1
* This doesn't need via-envjim-p2014-04-231-1/+1
* Correct the sense of the check to allow openvpn to workErmal2014-04-141-1/+1
* Correct auth-user-pass-verify to include parameters properly so openvpn can s...Ermal2014-04-141-1/+1
* tls-verify requires quotes around the command to be executed. Ticket #3596Chris Buechler2014-04-141-1/+1
* openvpn, allow for entering client user credentials in the WebGUIPiBa-NL2014-02-091-0/+8
* Add escapeshellarg() calls on exec parameters. While I'm here, replace some e...Renato Botelho2014-02-041-7/+7
* Fix openssl pathRenato Botelho2014-01-241-3/+3
* Add support for local (push route) and remote (iroute) network definitions in...jim-p2013-12-261-7/+25
* Move also tls-verify to fcgicli to avoid forking php process. Maybe even this...Ermal2013-12-191-9/+4
* Migrate openvpn authentication to use fcgicli rather than forking a php proce...Ermal2013-12-191-14/+3
* Use does_interface_exist rather than calling ifconfig directlyErmal2013-12-181-1/+1
* Use _vip as identified for CARP vip IPs to allow easier upgrade code. This wa...Ermal2013-12-061-1/+1
* Make more strict checksErmal2013-12-051-1/+1
* Remove references to _vip interface and provide proper configuration for carp...Ermal2013-11-281-1/+1
* Unset value should be '' and not 'none'jim-p2013-10-311-1/+1
* Change OpenVPN Compression settings to cover the full range of allowed settin...jim-p2013-10-311-2/+9
* Add an Authentication Digest Algorithm drop-down to OpenVPN server/client (SH...jim-p2013-10-301-0/+17
* Fix #3174 Handling of gateway groups in openvpn_restart()Shahid Sheikh2013-09-021-0/+8
* Remove prior CSC entry when cleaning up. Fixes #3143jim-p2013-08-141-0/+10
* Declare globals as global before defining them in openvpn.incjim-p2013-08-141-0/+6
* Add warning comment about missing IPv6 implementationErmal2013-06-171-0/+1
* IPv6 OpenVPN TAP mode typoPhil Davis2013-05-141-2/+2
* OpenVPN w/ IPv6 fails to set ifconfig-ipv6 value in conf #2991Phil Davis2013-05-141-2/+2
* Remember which interface was used by each OpenVPN confPhil Davis2013-05-071-0/+3
OpenPOWER on IntegriCloud