Project

General

Profile

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

# Date Author Comment
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...