Project

General

Profile

Download (45.1 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
efca0d9e 11/13/2014 03:27 PM Ermal LUÇI

Do not show the user/pass for pre shared key on Openvpn since its not-supported.

29aef6c4 11/11/2014 05:36 AM Jim Thompson

Change copyright statement to reflect reality

73b8c162 09/23/2014 04:08 PM Jim Pingle

Add a note clarifying the usage of OpenVPN's Auth Digest setting.

4be2bfed 06/24/2014 07:15 PM Dmitriy K.

Update vpn_openvpn_client.php

34c0adfc 06/20/2014 03:56 PM Dmitriy K.

Update vpn_openvpn_client.php

removed comments

c7264382 06/17/2014 07:38 AM Dmitriy K.

Default values for verb if it is not set when edit

b9e9903d 06/17/2014 07:01 AM Dmitriy K.

patchpack1

-Fix #3401 (Added tun option "Disable IPv6"
-Added new options: route-nopull, route-noexec, verb;

88e545b4 06/04/2014 07:25 PM Jim Pingle

Whitespace fixes

2da48592 06/04/2014 07:22 PM Jim Pingle

Allow the user to select "None" for OpenVPN client certificate, so long as they supply and auth user/pass. Ticket #3633

770f29c4 05/08/2014 10:58 PM Colin Fleming

Tidy up "vpn_openvpn_client.php" XHTML

Add CDATA section to SCRIPTS
Add SUMMARY to TABLES
Remove Unordered List for tabs
Close BR, INPUT and IMG tags and ALT to IMG
Move NOWRAP into CLASS statement
Deprecate Ampersand in Anchor tags
Move TFOOT between THEAD and TBODY (quirk of HTML!)...

91f026b0 03/19/2014 10:38 PM ayvis

replaced uppercase html tags with lowercase
js files saved as UTF-8 / LF
language="JavaScript" deprecated, replaced with type="text/javascript"

f3bdba41 03/19/2014 03:50 PM Ermal Luçi

Merge pull request #907 from PiBa-NL/openvpn_client_usercredentials

openvpn, allow for entering client user credentials in the WebGUI

8cd558b6 03/14/2014 08:24 PM ayvis

xhtml Compliance
replaced <br>, <br/> and </br> with <br />

e41ec584 03/12/2014 02:42 PM Renato Botelho

Improve checks for params 'id', 'dup' and other similar ones to make sure they are numeric integer, also, pass them through htmlspecialchars() before print

5f242576 02/09/2014 06:23 PM Pi Ba

openvpn, allow for entering client user credentials in the WebGUI

edba1982 10/31/2013 06:50 PM Jim Pingle

Change OpenVPN Compression settings to cover the full range of allowed settings on OpenVPN (unset, off, on, adaptive) rather than a simple off/on switch that either doesn't set the value or enables it with adaptive (OpenVPN's default).

97d5b59b 10/30/2013 07:47 PM Jim Pingle

Add an Authentication Digest Algorithm drop-down to OpenVPN server/client (SHA1 is the default since that is OpenVPN's default)

1e9b4611 09/12/2013 02:28 PM Renato Botelho

Remove call-time pass by reference for do_input_validation, helps ticket #2565

49b76122 01/29/2013 05:30 PM Renato Botelho

Permit openvpn to use same port on different interfaces. It should fix #814

3835613a 01/29/2013 07:56 AM Phil Davis

Document remote network lists in OpenVPN GUI

Also, now the advanced route command is not needed. So change the example to the "remote" command, which can be useful in the advanced box.

a28d40cb 01/24/2013 06:54 PM Jim Pingle

Allow specifying multiple local/remote networks for OpenVPN separated by commas. While I'm here, fix up the IPv6 tunnel/remote/local network input validation. Simplify some code using functions.

5c94aa12 01/07/2013 03:55 PM Jim Pingle

While I'm here, allow selecting "Localhost" as an OpenVPN interface.

489f484c 01/07/2013 03:47 PM Jim Pingle

Unbreak selecting "any" for OpenVPN client/server interface.

198bb449 12/04/2012 06:12 PM Jim Pingle

Add input validation to reject invalid combinations of IPv4/IPv6 openvpn protocols and interface/VIPs.

767cf960 09/25/2012 03:50 PM Jim Pingle

Refine OpenVPN client/server deletion to allow for removing invalid empty entries. Fixes #2643

062fe17d 08/24/2012 08:46 AM phildd

Fix IPv6 remote_network typo

The IPv4 remote network was being displayed in both the IP4 and IPv6 input fields. Then whatever value was in the IPv6 field ended up in the config as the IPv4 remote network.
Just a couple of missing "v6" on variable names.

6d9b1074 08/10/2012 07:30 PM Jim Pingle

Fixup openvpn shortcut bar status/control

b32dd0a6 08/10/2012 05:32 PM Jim Pingle

Activate new shortcuts/status in the rest of the areas that are currently setup.

4856df9b 08/09/2012 06:40 PM Jim Pingle

Add forgotten "ipv6 remote network", clean up a couple bits, make sure local network box is hidden for shared key servers.

e8d65d0f 06/28/2012 11:24 AM Phil Davis

OpenVPN Client config page - minor test fix

174ba22b 06/28/2012 10:00 AM Seth Mos

Allow for selecting the gateway group as a interface for the OpenVPN clients

b422360c 11/16/2011 05:02 PM Jim Pingle

Actually save the value typed in the bandwidth limit box for the openvpn client instead of ignoring it.

ea1cea05 10/24/2011 10:34 PM Vinícius Coque

Converting javascript code from prototype to jQuery

79633b6c 06/05/2011 08:09 PM Evgeny Yurchenko

Reverting class="sortable" damaged by commit 17d5077f61d963178f47e016b8768b768800ba68

8527bc02 06/05/2011 07:17 PM Evgeny Yurchenko

Merge remote branch 'origin/master'

17d5077f 06/05/2011 07:15 PM Evgeny Yurchenko

Restoring gray background to the right of some tables in GUI.

19cdeb3e 06/03/2011 01:03 PM Jim Pingle

Instead of showing an emtpy drop-down for CA/Cert/CRL, show an error that there are none defined, and link to the page to create one.

1591ea6f 06/03/2011 01:03 PM Jim Pingle

Remove the warning message that a user doesn't have any CA/Certs when viewing OpenVPN connections. This is just confusing people, and isn't relevant to people using only shared key tunnels.

c76fc19f 04/07/2011 03:49 PM Jim Pingle

Don't test for a user cert here either, see previous commit.

4936ff53 04/01/2011 06:11 PM Jim Pingle

Switch back to dev_mode so existing configs aren't broken by the other changes.

681b43b0 04/01/2011 03:06 PM Luiz Gustavo S. Costa

standardize the device_mode variable

f5c704b6 01/31/2011 06:25 PM Jim Pingle

Fix copypasto

582c58ae 01/20/2011 10:19 PM Jim Pingle

Add drop-down to select OpenVPN hardware crypto (finds usable devices from "openssl engine" list) for clients and servers.

dd62256f 12/07/2010 01:26 AM Pierre POMES

Fix vip descriptions in openvpn and ipsec screens. Ticket #1042

5708241f 11/19/2010 03:31 PM Jim Pingle

When the local port is left blank on an OpenVPN client, use 'lport 0' to direct the client to use a random source port. Fixes #1025

dd5bf424 11/12/2010 04:36 PM Scott Ullrich

Fix XSS issues

428e66b6 11/04/2010 06:30 PM Jim Pingle

Warn a user when entering the OpenVPN client/server screens that they need a CA/Cert if none exist.

e3bbd29a 10/28/2010 06:34 PM Ermal LUÇI

Replace \r from custom options otherwise it breaks config.

9e303f2f 10/28/2010 01:56 PM Jim Pingle

Fix formatting

5e58efd0 10/28/2010 01:56 PM Jim Pingle

Fix this logic.

6a0b3ea4 10/21/2010 08:00 PM Jim Pingle

Indicate in various places if a certificate is revoked.

f2a86ca9 10/19/2010 06:19 PM Jim Pingle

Rename 'name' to 'descr' for CA, Certificates, and CRLs, to gain CDATA protection and standardize field names. Ticket #320.

7773b868 09/20/2010 07:36 PM Jim Pingle

Make OpenVPN client list sortable.

b4e6524c 09/01/2010 07:26 PM Jim Pingle

CA/CERT Move

ee9933b6 08/12/2010 02:15 PM Renato Botelho

Use

2fa7a468 07/27/2010 06:21 PM Carlos Eduardo Ramos

Implement gettext() calls on vpn_openvpn_client.php

e7086984 06/01/2010 07:28 PM Jim Pingle

Remove logs tab from OpenVPN, since it is now replaced by the Log icon.

efe2be81 06/01/2010 07:27 PM Jim Pingle

Add status and log urls to OpenVPN pages.

b65f56f6 05/17/2010 04:19 PM Jim Pingle

Fix copypasta error. Part of ticket #449.

8319ee63 05/17/2010 03:54 PM Jim Pingle

Fix OpenVPN client disable variable. It is being set/tested improperly (or at least inconsistently). Partial fix for #449.

6180c3ae 05/08/2010 04:13 PM Jim Pingle

Fix the same problem with sharing an OpenVPN instance w/existing shared key on the client page this time.

6785f06a 05/04/2010 04:57 AM Chris Buechler

add Logs tab

c67bbe04 04/04/2010 05:02 AM Chris Buechler

restore double click to edit

5540aee6 03/11/2010 04:18 PM Ermal Luçi

Show wizard tab for openvpn.

762a24a3 02/23/2010 07:04 PM Ermal Luçi

Add proxy authentication capabilities to OpenVPN client.

691fbf14 02/05/2010 09:33 PM Ermal Luçi

Feature #248. Ticket #248. Merge patch from Antonio No to add tap device type to OpenVPN.

e067306d 01/17/2010 09:13 PM Pierre POMES

Save TOS config in openvpn client

1a4f9b42 01/01/2010 08:02 AM Chris Buechler

fix typos

2953c7e9 01/01/2010 02:20 AM Chris Buechler

fix up text

67b0902f 12/10/2009 10:34 PM Pierre POMES

Add IP alias and 'any' support to OpenVPN. Feedback #69

c13b87a0 12/08/2009 10:22 PM Scott Ullrich

Openvpn tunnel network should not be a required parameter as it was not reuired in 1.2.3- Resolves #212

3d06e8f0 12/03/2009 03:31 AM Pierre POMES

Add carp support for OpenVPN. Ticket #69

c7323d81 11/28/2009 10:29 PM Scott Ullrich

Add openvpn client custom option. Ticket #103

483e6de8 11/21/2009 09:08 PM Scott Ullrich

Rework includes/require. This saves about 4 megabytes.
Simplify get_memory(). Tested on mips/i386

d84bd468 07/08/2009 04:49 PM Ermal Luçi

Remove openvpn.inc from functions.inc since its just a subsystem that does not need to be present on all of the includes.

89e6e210 05/08/2009 05:40 PM Jim Pingle

Fix OpenVPN automatic shared key generation.

98c0c87a 05/08/2009 05:11 PM Jim Pingle

Fix detection of TLS/Shared Key mode for OpenVPN
The wrong variable was being checked, so the result was always false.

db2872a2 05/07/2009 08:28 PM Ermal Luçi

Fix server hostname resolve option to correctly be set.

50a9d5b9 04/16/2009 07:43 PM Jim Pingle

Fix broken OpenVPN client config. See http://forum.pfsense.org/index.php/topic,15608.0.html

5accf130 04/09/2009 08:19 PM Jim Pingle

Fix OpenVPN instance port change.
It had been failing on any change, including valid unused choices.

296a3cb6 10/12/2008 11:57 PM Scott Ullrich

Use listbg as all other pages do

1d3bcd2a 09/16/2008 07:00 PM Matthew Grooms

Use get_configured_interface_with_descr() for OpenVPN gui pages. Suggested
by Ermal.

b63f2e8b 09/16/2008 05:41 PM Matthew Grooms

Make it possible for pakages to insert additional tabbed pages into an
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...

3c11bd3c 09/06/2008 09:10 PM Matthew Grooms

Minor re-work of OpenVPN configuration. Use operational modes to determine
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 )...

1cb0b40a 09/03/2008 04:13 AM Matthew Grooms

Correct problems with OpenVPN that prevented the lzo compression and pass
tos options from being set correctly in configuration files.

47c00c09 08/30/2008 08:20 PM Scott Ullrich

move CSS header to correct location

0cece4a2 08/30/2008 08:09 PM Scott Ullrich

Add CSS header

872d9195 08/27/2008 10:05 PM Matthew Grooms

Correctly validate required input fields for OpenVPN screens.

dc408939 08/27/2008 04:19 AM Matthew Grooms

Correct some problems with the filter code where we were calling foreach
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...

f432e364 08/26/2008 11:49 PM Matthew Grooms

Set some important default values for the new OpenVPN interface screens.
Add functions and interface code to handle local port conflict detection
and resolution.

d799787e 08/26/2008 04:48 AM Matthew Grooms

Rework most of the OpenVPN support. The interfaces have been updated to
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...