| Commit message (Expand) | Author | Age | Files | Lines |
* | Add escapeshellarg() calls on exec parameters. While I'm here, replace some e... | Renato Botelho | 2014-02-04 | 1 | -7/+7 |
* | #3174 Handling of gateway groups in openvpn_restart() | Shahid Sheikh | 2013-09-02 | 1 | -7/+7 |
* | #3174 Added handling of gateway groups in openvpn_restart | Shahid Sheikh | 2013-09-02 | 1 | -0/+8 |
* | Remove prior CSC entry when cleaning up. Fixes #3143 | jim-p | 2013-08-14 | 1 | -0/+10 |
* | Declare globals as global before defining them in openvpn.inc | jim-p | 2013-08-14 | 1 | -0/+6 |
* | IPv6 OpenVPN TAP mode typo | Phil Davis | 2013-05-14 | 1 | -2/+2 |
* | OpenVPN w/ IPv6 fails to set ifconfig-ipv6 value in conf #2991 | Phil Davis | 2013-05-14 | 1 | -2/+2 |
* | Remember which interface was used by each OpenVPN conf | Phil Davis | 2013-05-07 | 1 | -0/+3 |
* | Merge pull request #499 from phil-davis/master | Ermal Luçi | 2013-04-03 | 1 | -0/+29 |
|\ |
|
| * | Provide openvpn_resync_gwgroup function | Phil Davis | 2013-03-29 | 1 | -0/+29 |
* | | Clarify notes when there is an error reaching the openvpn management daemon f... | jim-p | 2013-04-01 | 1 | -13/+10 |
|/ |
|
* | Better check for the right bits being set. | jim-p | 2013-02-25 | 1 | -2/+2 |
* | Always clear the OpenVPN route when using shared key, no matter what the tunn... | jim-p | 2013-02-25 | 1 | -6/+13 |
* | Use the actual openvpn restart routine when starting/stopping from services r... | jim-p | 2013-02-11 | 1 | -0/+31 |
* | Permit openvpn to use same port on different interfaces. It should fix #814 | Renato Botelho | 2013-01-29 | 1 | -11/+29 |
* | is_subnet() will fail here if using comma-separated lists of networks. Use op... | jim-p | 2013-01-28 | 1 | -2/+2 |
* | is_subnet() will fail here if using comma-separated lists of networks. Use op... | jim-p | 2013-01-28 | 1 | -2/+2 |
* | Display a list of ciphers accelerated by a specific engine. Also, skip engine... | jim-p | 2013-01-27 | 1 | -4/+23 |
* | Fixup paths when executing OpenSSL. | jim-p | 2013-01-27 | 1 | -3/+3 |
* | Allow specifying multiple local/remote networks for OpenVPN separated by comm... | jim-p | 2013-01-24 | 1 | -18/+78 |
* | Add GUI option to use "topology subnet" for OpenVPN, since the OpenVPN Connec... | jim-p | 2013-01-22 | 1 | -0/+4 |
* | Add routing table display for each OpenVPN ssl/tls server instance, collapsed... | jim-p | 2013-01-21 | 1 | -0/+10 |
* | Needs more thought - might route something an unintended path. Perhaps a chec... | jim-p | 2012-12-17 | 1 | -2/+0 |
* | Update etc/inc/openvpn.inc | bcyrill | 2012-12-16 | 1 | -1/+1 |
* | Exclude the VPN peer from routes so as to not break connectivity to the actua... | jim-p | 2012-12-13 | 1 | -0/+2 |
* | Use functions to reduce code duplication; Add function to clear route to the ... | jim-p | 2012-12-05 | 1 | -18/+40 |
* | Activate choices for UDP6 and TCP6 for OpenVPN. Make sure interface IP select... | jim-p | 2012-12-04 | 1 | -6/+9 |
* | Use the IPv6 tunnel network for peer to peer OpenVPN modes. | jim-p | 2012-12-03 | 1 | -0/+28 |
* | Wrap dir creation for openvpn in a function to reduce duplication, and use th... | jim-p | 2012-11-21 | 1 | -13/+14 |
* | Create directory if it does not exists | Ermal | 2012-11-21 | 1 | -2/+4 |
* | Presence of a directory does not mean anthing. Just continue up. Pointy-hat: ... | Ermal | 2012-11-21 | 1 | -5/+4 |
* | Unbreak the openvpn reading of configs. A dir needs to be executable to be se... | Ermal | 2012-11-21 | 1 | -2/+2 |
* | Create necessary dir and unset conf string after writing to file | Ermal | 2012-11-20 | 1 | -1/+6 |
* | Merge pull request #244 from bcyrill/ovpn-alias | Chris Buechler | 2012-11-19 | 1 | -3/+2 |
|\ |
|
| * | Fix: Use specified IP if available | bcyrill | 2012-11-03 | 1 | -3/+2 |
* | | Remove unused/unuseful tags anymore | Ermal | 2012-11-14 | 1 | -3/+1 |
|/ |
|
* | Allow for changing OpenVPN TUN to TAP device mode without reboot. | PiBa-NL | 2012-10-01 | 1 | -1/+6 |
* | Revert "Allow for changing OpenVPN TUN to TAP device mode without reboot." --... | jim-p | 2012-09-30 | 1 | -6/+1 |
* | Allow for changing OpenVPN TUN to TAP device mode without reboot. | PiBa-NL | 2012-09-22 | 1 | -1/+6 |
* | Add forgotten "ipv6 remote network", clean up a couple bits, make sure local ... | jim-p | 2012-08-09 | 1 | -0/+9 |
* | OpenVPN _servers_ can start on carp vips, just not _clients_. | jim-p | 2012-06-29 | 1 | -2/+2 |
* | If we only have a IPv6 interface we'll use that, otherwise a IPv4 address alw... | smos | 2012-06-28 | 1 | -5/+5 |
* | Check in code that allows for using a gateway group as the interface on the O... | smos | 2012-06-25 | 1 | -3/+5 |
* | Only add openvpn acl script lines if it's a server mode that does user auth | jim-p | 2012-06-06 | 1 | -2/+7 |
* | Import OpenVPN cisco style radius attributes applying policy to logged in use... | Ermal | 2012-06-05 | 1 | -0/+4 |
* | Whoops, don't flip these since I negated the test. | jim-p | 2012-05-14 | 1 | -2/+2 |
* | Flip this test around since it's safer to assume the dev mode is tun. Ticket ... | jim-p | 2012-05-14 | 1 | -3/+3 |
* | Unbreak openvpn | Ermal | 2012-04-05 | 1 | -1/+1 |
* | Make vips vhid be unique per parent interface! | Ermal | 2012-04-05 | 1 | -1/+1 |
* | Be more intelligent when managing OpenVPN client connections bound to CARP VI... | jim-p | 2012-03-06 | 1 | -0/+4 |