summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/openvpn.inc
Commit message (Expand)AuthorAgeFilesLines
* Use is_numeric() to make sure $prefix is not 0Renato Botelho2017-05-151-1/+1
* Fix parsing "::/0" as "::/128" on OpenVPN IPv6 Tunnel Remote networkenukane2017-05-151-1/+1
* Always force compress when calling Net_IPv6Phil Davis2017-01-231-2/+2
* Fix #7136 Start OpenVPN on ordinary VIPPhil Davis2017-01-191-2/+2
* Remove extra parenthesis and blank lineRenato Botelho2017-01-171-3/+2
* Simplify logicRenato Botelho2017-01-171-8/+4
* openvpn, check for valid pid using isvalidpid()PiBa-NL2017-01-111-4/+2
* openvpn, make sure config is written and not overwritten while starting openv...PiBa-NL2017-01-111-3/+20
* Remove unnecessary referenceRenato Botelho2017-01-041-1/+1
* Rework openvpn_vpnid_next() and remove duplicated codeRenato Botelho2017-01-041-26/+18
* openvpn, startup locking sequence to prevent issues around pid file / process...PiBa-NL2016-12-141-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
* Merge pull request #3065 from phil-davis/radius-openvpnRenato Botelho2016-08-041-1/+1
|\
| * Backport Radius auth server to detect openVPNPhil Davis2016-07-201-1/+1
* | Merge pull request #3074 from phil-davis/gwredirRenato Botelho2016-08-011-4/+0
|\ \
| * | Backport openvpn_add_dhcpopts already sets redirect-gatewayPhil Davis2016-07-211-4/+0
| |/
* | Merge pull request #3067 from phil-davis/useallcertsRenato Botelho2016-08-011-2/+10
|\ \
| * | Backport Use all certificates in the chain when creating the ca-file for serv...Phil Davis2016-07-201-2/+10
| |/
* | Some small improvements to OpenVPN server handling when using CARP VIPs in Ga...jim-p2016-08-011-2/+2
|/
* Make a function to resync all OpenVPN CSCs and use it when saving an OpenVPN ...jim-p2016-07-151-5/+10
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-3/+3
* Review license / copyright on all files (1st round)Renato Botelho2016-07-141-60/+58
* Add missing recommended key lengths to OpenVPN optionsstilez2016-06-221-1/+2
* Trim the OpenVPN tunnel network before use, and on save. Fixes #6198jim-p2016-04-181-7/+7
* Merge pull request #2829 from phil-davis/openvpn-widgetStephen Beaver2016-04-041-1/+0
* Only specify auth-user-pass for TLS mode. Ticket #5941Chris Buechler2016-03-011-1/+1
* Fix OpenVPN ifconfig. Ticket #5930Chris Buechler2016-02-261-1/+1
* Use high level functionsRenato Botelho2016-02-241-9/+9
* Internationalize etc inc i through sPhil Davis2016-02-181-29/+29
* Fix style issues.Chris Buechler2016-02-091-1/+2
* Review of CARP uniqid changes.Luiz Otavio O Souza2016-02-091-24/+13
* Omit topology for tap OpenVPN, as it has no meaning in that contextChris Buechler2016-01-281-1/+1
* Remove stray }Chris Buechler2016-01-281-1/+1
* The topology line also must be skipped if an SSL/TLS mode is used with a CIDR...jim-p2016-01-211-1/+2
* Update license on files from /etc/incRenato Botelho2016-01-151-18/+40
* Remove spaces at EOL as requestedstilez2016-01-131-3/+3
* redmine 5702 - change to use high level IPv4 functions where low level ip2lon...stilez2016-01-121-3/+3
* Consolidate OpenVPN kill_client routinePhil Davis2015-12-171-0/+36
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ...Renato Botelho2015-12-151-5/+1
* Fixed #5602 by dynamically updating hte help text based on the cert selected.Stephen Beaver2015-12-101-6/+3
* Code style and white space in etcPhil Davis2015-12-101-11/+21
* Prioritize and separate server certs for OpenVPN servers to make it more clea...jim-p2015-12-071-13/+34
* whitespace/style fixupsjim-p2015-12-071-5/+9
* Fix PHP error on boot/resync of OpenVPNjim-p2015-12-031-1/+1
* Omit topology from the config when using shared key mode.jim-p2015-12-021-3/+5
* Nuke openvpn_cleanup_csc, the job is done better by openvpn_delete_cscjim-p2015-12-011-11/+1
OpenPOWER on IntegriCloud