summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/openvpn.inc
Commit message (Expand)AuthorAgeFilesLines
* Correct typo. Fixes #7802jim-p2017-08-231-1/+1
* Fix OpenVPN Auth Digest Algorithm selection so it does not use duplicate/alia...jim-p2017-07-101-2/+37
* The logic for resolv-retry infinite was always setting it in client mode no m...jim-p2017-05-221-3/+1
* Fix OpenVPN server port validation to disallow "0". 0 is still OK for client ...jim-p2017-05-221-3/+6
* Use is_numeric() to make sure $prefix is not 0Renato Botelho2017-05-151-1/+1
* Merge pull request #3604 from enukane/fix/openvpn-ipv6-remote-netmask-0-treat...Renato Botelho2017-05-151-1/+1
|\
| * Fix parsing "::/0" as "::/128" on OpenVPN IPv6 Tunnel Remote networkenukane2017-03-031-1/+1
* | Add OpenVPN GUI Option for "sndbuf" and "rcvbuf", using the same value for bo...jim-p2017-05-101-0/+21
* | Add OpenVPN GUI option for "fast-io" to clients and servers. Ticket #7507jim-p2017-05-101-0/+7
|/
* Always force compress when calling Net_IPv6Phil Davis2017-01-221-2/+2
* Fix #7136 Start OpenVPN on ordinary VIPPhil Davis2017-01-191-2/+2
* Fix #6603: Wait while interface is in 'tentative' state before try to bind Op...Renato Botelho2017-01-171-0/+11
* Remove extra parenthesis and blank lineRenato Botelho2017-01-171-3/+2
* Simplify logicRenato Botelho2017-01-171-8/+4
* Also check IPv6 when determining if we should use nobind or lport.jim-p2017-01-131-1/+1
* Merge pull request #3361 from PiBa-NL/openvpn_waitforpid_20170107Renato Botelho2017-01-111-3/+18
|\
| * openvpn, check for valid pid using isvalidpid()PiBa-NL2017-01-091-4/+2
| * openvpn, make sure config is written and not overwritten while starting openv...PiBa-NL2017-01-071-3/+20
* | Fix up OpenVPN CSC page help text, add IPv6 tunnel network. Fixes #7053jim-p2017-01-041-0/+7
* | Destroy tun/tap device when delete OpenVPN tunnelRenato Botelho2017-01-041-12/+2
* | Remove unnecessary referenceRenato Botelho2017-01-041-1/+1
* | Revert "Destroy tun/tap device when delete OpenVPN tunnel"Renato Botelho2017-01-041-2/+5
* | Destroy tun/tap device when delete OpenVPN tunnelRenato Botelho2017-01-041-5/+2
* | Add backend support to OpenVPN for NCP. Ticket #7072jim-p2017-01-041-0/+11
|/
* Fix #7074: Fix automatic port number guessingRenato Botelho2017-01-041-1/+10
* Remove this extra comma. It's not causing a syntax error but it's also not ne...jim-p2017-01-041-1/+1
* Rework openvpn_vpnid_next() and remove duplicated codeRenato Botelho2017-01-041-26/+18
* Add some more help text to OpenVPN pages.jim-p2017-01-031-1/+4
* Replace "client-cert-not-required" with "verify-client-cert none". Fixes #7073jim-p2017-01-031-1/+1
* Add --tls-crypt support for OpenVPN servers and clients. Implements #7071jim-p2017-01-031-4/+16
* Bring compression options in line with OpenVPN 2.4. Note that the old style o...jim-p2017-01-021-10/+35
* Make sure $openvpn_dh_lengths is declared global. Ticket #7065jim-p2017-01-021-1/+1
* Fix var name cut-paste error in openvpn.incPhil Davis2017-01-021-1/+1
* Add OpenVPN ECDH options. Implements #7063jim-p2017-01-011-2/+47
* Update OpenVPN protocol preferences to match the new behavior of OpenVPN 2.4....jim-p2017-01-011-5/+32
* Allow OpenVPN DNS servers for clients to be IPv6 as well as IPv4. Implements ...jim-p2017-01-011-4/+8
* Add IPv6 virtual address to SSL/TLS client output, formatting corrections/enh...jim-p2017-01-011-0/+4
* Update OpenVPN SSL/TLS server status to reflect changes in OpenVPN 2.4. Ticke...jim-p2017-01-011-3/+8
* Ticket #7054: Remove tun-ipv6 option, deprecated on OpenVPN 2.4.0 and related...Renato Botelho2016-12-301-7/+0
* Merge pull request #3236 from PiBa-NL/openvpn_startup_lockRenato Botelho2016-12-141-2/+6
|\
| * openvpn, startup locking sequence to prevent issues around pid file / process...PiBa-NL2016-11-191-2/+6
* | Encode the auth server list before passing it on the CLI, to avoid issues wit...jim-p2016-12-121-1/+1
|/
* Adjust parsing of OpenVPN ciphers to new output format. Fixes #6849jim-p2016-10-111-2/+2
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
* Add a selection for OpenVPN to have no compression preference + comp-noadapt,...jim-p2016-08-221-1/+6
* Add an option to push "block-outside-dns" to clients of an RA OpenVPN. Fixes ...jim-p2016-08-171-0/+3
* Some small improvements to OpenVPN server handling when using CARP VIPs in Ga...jim-p2016-08-011-2/+2
* openvpn_add_dhcpopts already sets redirect-gateway, don't add it a second tim...Chris Buechler2016-07-201-4/+0
* Move to Apache License 2.0Renato Botelho2016-07-151-41/+9
* Make a function to resync all OpenVPN CSCs and use it when saving an OpenVPN ...jim-p2016-07-151-5/+10
OpenPOWER on IntegriCloud