summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_openvpn_client.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix copypastojim-p2011-01-311-1/+1
|
* Add drop-down to select OpenVPN hardware crypto (finds usable devices from ↵jim-p2011-01-201-0/+20
| | | | "openssl engine" list) for clients and servers.
* Fix vip descriptions in openvpn and ipsec screens. Ticket #1042Pierre POMES2010-12-061-2/+2
|
* When the local port is left blank on an OpenVPN client, use 'lport 0' to ↵jim-p2010-11-191-1/+1
| | | | direct the client to use a random source port. Fixes #1025
* Fix XSS issuesScott Ullrich2010-11-121-1/+1
|
* Warn a user when entering the OpenVPN client/server screens that they need a ↵jim-p2010-11-041-6/+28
| | | | CA/Cert if none exist.
* Replace \r from custom options otherwise it breaks config.Ermal2010-10-281-1/+1
|
* Fix formattingjim-p2010-10-281-16/+16
|
* Fix this logic.jim-p2010-10-281-1/+1
|
* Indicate in various places if a certificate is revoked.jim-p2010-10-211-1/+13
|
* Rename 'name' to 'descr' for CA, Certificates, and CRLs, to gain CDATA ↵jim-p2010-10-191-2/+2
| | | | protection and standardize field names. Ticket #320.
* Make OpenVPN client list sortable.jim-p2010-09-201-1/+7
|
* CA/CERT Movejim-p2010-09-011-2/+2
|
* Use <?php instead of the short formRenato Botelho2010-08-121-1/+1
|
* Implement gettext() calls on vpn_openvpn_client.phpCarlos Eduardo Ramos2010-07-271-75/+75
|
* Remove logs tab from OpenVPN, since it is now replaced by the Log icon.jim-p2010-06-011-1/+0
|
* Add status and log urls to OpenVPN pages.jim-p2010-06-011-0/+2
|
* Fix copypasta error. Part of ticket #449.jim-p2010-05-171-1/+1
|
* Fix OpenVPN client disable variable. It is being set/tested improperly (or ↵jim-p2010-05-171-3/+4
| | | | at least inconsistently). Partial fix for #449.
* Fix the same problem with sharing an OpenVPN instance w/existing shared key ↵jim-p2010-05-081-4/+6
| | | | on the client page this time.
* add Logs tabChris Buechler2010-05-041-0/+1
|
* restore double click to editChris Buechler2010-04-041-1/+1
|
* Show wizard tab for openvpn.Ermal Luçi2010-03-111-0/+1
|
* Add proxy authentication capabilities to OpenVPN client.Ermal Luçi2010-02-231-0/+65
|
* Feature #248. Ticket #248. Merge patch from Antonio No to add tap device ↵Ermal Luçi2010-02-051-1/+19
| | | | type to OpenVPN.
* Save TOS config in openvpn clientpierrepomes2010-01-171-0/+1
|
* fix typosChris Buechler2010-01-011-1/+1
|
* fix up textChris Buechler2009-12-311-3/+3
|
* Add IP alias and 'any' support to OpenVPN. Feedback #69pierrepomes2009-12-101-2/+9
|
* Openvpn tunnel network should not be a required parameter as it was not ↵sullrich2009-12-081-6/+4
| | | | reuired in 1.2.3- Resolves #212
* Add carp support for OpenVPN. Ticket #69pierrepomes2009-12-021-1/+4
|
* Add openvpn client custom option. Ticket #103sullrich2009-11-281-1/+23
|
* Rework includes/require. This saves about 4 megabytes.Scott Ullrich2009-11-211-1/+0
| | | | Simplify get_memory(). Tested on mips/i386
* Remove openvpn.inc from functions.inc since its just a subsystem that does ↵Ermal Luçi2009-07-081-0/+1
| | | | not need to be present on all of the includes.
* Fix OpenVPN automatic shared key generation.jim-p2009-05-081-3/+4
|
* Fix detection of TLS/Shared Key mode for OpenVPNjim-p2009-05-081-1/+1
| | | | The wrong variable was being checked, so the result was always false.
* Fix server hostname resolve option to correctly be set.Ermal Luçi2009-05-071-1/+1
|
* Fix broken OpenVPN client config. See ↵jim-p2009-04-161-0/+1
| | | | http://forum.pfsense.org/index.php/topic,15608.0.html
* Fix OpenVPN instance port change.jim-p2009-04-091-1/+2
| | | | It had been failing on any change, including valid unused choices.
* Use listbg as all other pages doScott Ullrich2008-10-121-1/+1
|
* Use get_configured_interface_with_descr() for OpenVPN gui pages. SuggestedMatthew Grooms2008-09-161-15/+13
| | | | by Ermal.
* Make it possible for pakages to insert additional tabbed pages into anMatthew Grooms2008-09-161-0/+1
| | | | | | | | existing tab group. This requires that each page in the tab group call add_package_tabs() with the tab group name before display_top_tabs() so pages can be inserted. While far from optimal, this system is really a stop-gap measure until a more intelligent menu/tab system can be implemented. Discussed with Scott on IRC.
* Minor re-work of OpenVPN configuration. Use operational modes to determineMatthew Grooms2008-09-061-47/+173
| | | | | | | | | | | | | | | | | | | | what configuration options are appropriate. The operational mode dictates the authentication method. They are defines as follows ... Peer to Peer ( SSL/TLS ) Peer to Peer ( Shared Key ) Remote Access ( SSL/TLS ) Remote Access ( User Auth ) Remote Access ( SSL/TLS + User Auth ) Some of these modes allow for user authentication using passwords. We now use the etc/inc/openvpn.auth-user.php file to facilitate this by checking the username and password supplied by OpenVPN against our centralized user database. The Server and Client user interfaces have also been updated to support TLS packet authentication. This is an additional security option that is optional.
* Correct problems with OpenVPN that prevented the lzo compression and passMatthew Grooms2008-09-031-3/+3
| | | | tos options from being set correctly in configuration files.
* move CSS header to correct locationScott Ullrich2008-08-301-3/+3
|
* Add CSS headerScott Ullrich2008-08-301-0/+3
|
* Correctly validate required input fields for OpenVPN screens.Matthew Grooms2008-08-271-4/+7
|
* Correct some problems with the filter code where we were calling foreachMatthew Grooms2008-08-271-4/+4
| | | | | | | | | | | on data that wasn't necessarily a valid array. Modify the OpenVPN code to stop passing the array index around and then immediately obtaining a reference to the array entry. We already have a reference to the data, just pass it instead. Also add some check to make certain tap configuration steps more conditional. Make sure we remove configuration and pid files when they are no longer required. Fix a few other OpenVPN related bugs.
* Set some important default values for the new OpenVPN interface screens.Matthew Grooms2008-08-261-2/+21
| | | | | Add functions and interface code to handle local port conflict detection and resolution.
* Rework most of the OpenVPN support. The interfaces have been updated toMatthew Grooms2008-08-261-0/+615
not use the pkg system and the configuration has been migrated to an openvpn prefix. The centralized user and certificate manager is now used to support the openvpn configurations. Most of the files removed in this commit were not being referenced. This commit also splits out the certificate management components into a new system menu item.
OpenPOWER on IntegriCloud