summaryrefslogtreecommitdiffstats
path: root/etc/inc/openvpn.inc
Commit message (Expand)AuthorAgeFilesLines
* Allow specifying multiple local/remote networks for OpenVPN separated by comm...jim-p2013-01-241-18/+78
* Add GUI option to use "topology subnet" for OpenVPN, since the OpenVPN Connec...jim-p2013-01-221-0/+4
* Add routing table display for each OpenVPN ssl/tls server instance, collapsed...jim-p2013-01-211-0/+10
* Needs more thought - might route something an unintended path. Perhaps a chec...jim-p2012-12-171-2/+0
* Update etc/inc/openvpn.incbcyrill2012-12-161-1/+1
* Exclude the VPN peer from routes so as to not break connectivity to the actua...jim-p2012-12-131-0/+2
* Use functions to reduce code duplication; Add function to clear route to the ...jim-p2012-12-051-18/+40
* Activate choices for UDP6 and TCP6 for OpenVPN. Make sure interface IP select...jim-p2012-12-041-6/+9
* Use the IPv6 tunnel network for peer to peer OpenVPN modes.jim-p2012-12-031-0/+28
* Wrap dir creation for openvpn in a function to reduce duplication, and use th...jim-p2012-11-211-13/+14
* Create directory if it does not existsErmal2012-11-211-2/+4
* Presence of a directory does not mean anthing. Just continue up. Pointy-hat: ...Ermal2012-11-211-5/+4
* Unbreak the openvpn reading of configs. A dir needs to be executable to be se...Ermal2012-11-211-2/+2
* Create necessary dir and unset conf string after writing to fileErmal2012-11-201-1/+6
* Merge pull request #244 from bcyrill/ovpn-aliasChris Buechler2012-11-191-3/+2
|\
| * Fix: Use specified IP if availablebcyrill2012-11-031-3/+2
* | Remove unused/unuseful tags anymoreErmal2012-11-141-3/+1
|/
* Allow for changing OpenVPN TUN to TAP device mode without reboot.PiBa-NL2012-10-011-1/+6
* Revert "Allow for changing OpenVPN TUN to TAP device mode without reboot." --...jim-p2012-09-301-6/+1
* Allow for changing OpenVPN TUN to TAP device mode without reboot.PiBa-NL2012-09-221-1/+6
* Add forgotten "ipv6 remote network", clean up a couple bits, make sure local ...jim-p2012-08-091-0/+9
* OpenVPN _servers_ can start on carp vips, just not _clients_.jim-p2012-06-291-2/+2
* If we only have a IPv6 interface we'll use that, otherwise a IPv4 address alw...smos2012-06-281-5/+5
* Check in code that allows for using a gateway group as the interface on the O...smos2012-06-251-3/+5
* Only add openvpn acl script lines if it's a server mode that does user authjim-p2012-06-061-2/+7
* Import OpenVPN cisco style radius attributes applying policy to logged in use...Ermal2012-06-051-0/+4
* Whoops, don't flip these since I negated the test.jim-p2012-05-141-2/+2
* Flip this test around since it's safer to assume the dev mode is tun. Ticket ...jim-p2012-05-141-3/+3
* Unbreak openvpnErmal2012-04-051-1/+1
* Make vips vhid be unique per parent interface!Ermal2012-04-051-1/+1
* Be more intelligent when managing OpenVPN client connections bound to CARP VI...jim-p2012-03-061-0/+4
* Fix this ifconfig-push to also account for tap.jim-p2011-11-161-1/+4
* If there is a tunnel network in tap mode, the second parameter is a subnet ma...jim-p2011-11-161-2/+8
* username-as-common-name is not compatible with server-bridge, so don't put it...jim-p2011-11-111-1/+3
* Fix order of client/server IPs and add a note, and clarify variable names. Fi...jim-p2011-11-101-3/+4
* Rework this a little since using tap+tunnel network is valid, but using tap+t...jim-p2011-11-091-3/+3
* Fix up OpenVPN server tap modes, support various options for providing or pas...jim-p2011-11-081-9/+27
* Assume a default value of 1 for cert_depth to disallow chaining.jim-p2011-10-271-0/+2
* Add GUI option to limit the certificate depth allowed when OpenVPN clients ar...jim-p2011-10-271-0/+18
* Fixup OpenVPN status a bit to properly handle SSL servers using a /30 (no ser...jim-p2011-08-301-3/+23
* Make initial changes to allow pfSense to work in a jail.Andrew Thompson2011-08-171-0/+2
* Rework OpenVPN status, show status for shared key servers.jim-p2011-07-271-136/+140
* Resolves #1719. Prevent disabled client/servers from being displayed on the w...Ermal2011-07-261-1/+7
* Only apply remote_network setting for p2p modes, since it is not valid for re...jim-p2011-07-221-2/+2
* CRL fixes for empty CRLs (so they don't kill OpenVPN)jim-p2011-07-131-0/+1
* Merge remote-tracking branch 'upstream/master'jim-p2011-07-121-11/+11
|\
| * Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-07-061-2/+2
| |\
| * \ Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-06-281-2/+2
| |\ \
| * \ \ Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-06-071-4/+9
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-05-231-1/+4
| |\ \ \ \
OpenPOWER on IntegriCloud