summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_openvpn_server.php
Commit message (Expand)AuthorAgeFilesLines
* Clarify address assignment behavior in the Tunnel Network fields for openvpn ...jim-p2017-05-221-5/+5
* Fix OpenVPN server port validation to disallow "0". 0 is still OK for client ...jim-p2017-05-221-1/+1
* Remove references to unused "Address Pool" setting. The address behavior is n...jim-p2017-05-221-13/+3
* Remove refs to defunct OpenVPN client manager port. Fixes #7568jim-p2017-05-221-43/+0
* Add OpenVPN GUI Option for "sndbuf" and "rcvbuf", using the same value for bo...jim-p2017-05-101-0/+16
* Add OpenVPN GUI option for "fast-io" to clients and servers. Ticket #7507jim-p2017-05-101-0/+34
* Merge pull request #3629 from doktornotor/patch-18Renato Botelho2017-04-201-0/+1
|\
| * Add missing includedoktornotor2017-03-081-0/+1
* | Revise dev_mode change handlerSteve Beaver2017-04-131-1/+1
|/
* Add reason to write_config() calls for OpenVPNPhil Davis2017-03-061-2/+7
* Fix up some options in OpenVPN that were not showing for the correct modes. F...jim-p2017-02-281-1/+4
* Revisions to GET/POST conversion limiting POSTs to save, apply, and delete fu...Steve Beaver2017-02-131-7/+7
* IPv4 Tunnel Network is required for OpenVPN serverPhil Davis2017-02-121-1/+1
* GET/POST conversion vpn_ipsec_serverSteve Beaver2017-02-101-11/+7
* setHelp and gettext format vpn*Phil Davis2017-02-091-40/+44
* Code with multiple %s in usr/local/wwwPhil Davis2017-02-011-3/+3
* Required fields for VPN pagesPhil Davis2017-01-311-17/+19
* Breadcrumb linksPhil Davis2017-01-101-0/+2
* Fix label for consistency.jim-p2017-01-041-1/+1
* vpn_openvpn_server comment typoPhil Davis2017-01-051-1/+1
* Fix conditional to work as expected when $id == 0Renato Botelho2017-01-041-2/+7
* No longer add "null" to the selector when clicking a blank areaSteve Beaver2017-01-041-1/+3
* Minor help text changeSteve Beaver2017-01-041-1/+1
* Fix NCP breaking save on a new server/client. Ticket #7072jim-p2017-01-041-2/+2
* Some improvements to the NCP validation. Ticket #7072jim-p2017-01-041-3/+5
* Whitespace fixes. Ticket #7072jim-p2017-01-041-5/+5
* Validate the submitted Encryption Algorithm and NCP Algorithm list. Ticket #7072jim-p2017-01-041-0/+11
* Fix NCP defaults when editing an OpenVPN server, some help changes/fixes for ...jim-p2017-01-041-10/+18
* Fix copy/paste errorjim-p2017-01-041-1/+1
* Partial solution to #7072Steve Beaver2017-01-041-3/+100
* Add some more help text to OpenVPN pages.jim-p2017-01-031-4/+5
* Add some help text to OpenVPN client/server for encryption and auth digest.jim-p2017-01-031-2/+6
* Add --tls-crypt support for OpenVPN servers and clients. Implements #7071jim-p2017-01-031-8/+31
* Fix typo. Ticket #7068jim-p2017-01-021-1/+1
* Reject the invalid OpenVPN combination of static key + GCM. Fixes #7068jim-p2017-01-021-0/+4
* Bring compression options in line with OpenVPN 2.4. Note that the old style o...jim-p2017-01-021-0/+12
* Fix up and enchance the help text for DH parameters, point to the doc wiki fo...jim-p2017-01-021-2/+12
* Add OpenVPN ECDH options. Implements #7063jim-p2017-01-011-3/+29
* Update OpenVPN protocol preferences to match the new behavior of OpenVPN 2.4....jim-p2017-01-011-1/+1
* Allow OpenVPN DNS servers for clients to be IPv6 as well as IPv4. Implements ...jim-p2017-01-011-5/+5
* Ticket #7054: Remove tun-ipv6 option, deprecated on OpenVPN 2.4.0 and related...Renato Botelho2016-12-301-11/+0
* Fix #7031 Allow interfaces that use DHCP for OpenVPNPhil Davis2016-12-221-2/+10
* Show a little more key info in main info tablestilez2016-09-181-1/+5
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
* Add an option to push "block-outside-dns" to clients of an RA OpenVPN. Fixes ...jim-p2016-08-171-0/+11
* Code style and commentsPhil Davis2016-08-161-1/+1
* 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-0/+1
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-42/+40
* write_config before calling openvpn_resync. Ticket #6319Chris Buechler2016-07-101-1/+1
OpenPOWER on IntegriCloud