Project

General

Profile

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

# Date Author Comment
6317d31d 01/01/2015 12:13 PM Phil Davis

Fix lineup of copyright lines

and module names and other bits of formatting and typos in header
comment sections.

d961e7e3 12/31/2014 06:22 PM Renato Botelho

Welcome 2015

b7b3f343 11/22/2014 07:15 AM Chris Buechler

fix up text

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

Change copyright statement to reflect reality

dd447bde 11/11/2014 04:49 AM Jim Thompson

modify copyright statement to reflect reality

41367b9c 11/05/2014 12:34 AM Chris Buechler

remove old DISABLE_PHP_LINT_CHECKING, which dates way back to the CVS days and hasn't been relevant in years.

ef462f25 06/16/2014 06:00 PM Jim Pingle

Make the byte counts on OpenVPN status human readable rather than huge unformatted numbers.

2a351d32 06/03/2014 12:08 PM Colin Fleming

Tidy up "status_openvpn.php" XHTML

Move the closing FORM tag after the PHP check if there are any OpenVPN
instances.

4d33138f 05/16/2014 10:16 PM Colin Fleming

Tidy up "status_openvpn.php" XHTML

Add CDATA sections to SCRIPTS
Add SUMMARY to TABLES
Change NAME to ID in TR tags
Closing IMG tags and add ALT to IMG
Add missing closing FORM, closing BODY and closing 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"

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

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

c92ccc70 09/26/2013 01:45 PM Renato Botelho

require service-utils.inc for find_service_by_openvpn_vpnid()

a5eb046f 09/26/2013 01:40 PM Renato Botelho

Add missing td

7717ee0b 09/26/2013 01:32 PM Renato Botelho

Remove use of undefined var $conn and fix some td class

b4e98881 04/02/2013 02:52 PM Jim Pingle

Use a better description for this column.

6a7230b6 04/02/2013 02:39 PM Jim Pingle

Fix service status for OpenVPN peer-to-peer client/server instances.

2eaa97b9 04/01/2013 04:57 PM Jim Pingle

Clarify notes when there is an error reaching the openvpn management daemon for service status. Also, add service controls to the openvpn status page.

39f245c8 01/21/2013 02:59 PM Jim Pingle

A couple fixes for openvpn routing table display. Feature #2766

ec970b50 01/21/2013 02:25 PM Jim Pingle

Add routing table display for each OpenVPN ssl/tls server instance, collapsed by default. Part of feature #2766

f06f7cc0 09/16/2012 10:17 AM Pi Ba

(line endings UNIX format..)
Firewall log alternating colored rows
Firewall log sortable
Fixed several sorting issues in widgets and other pages
Sorting now possible on multiple rows in the header tables
Sorting now possible for text that starts with IPv4:port

b9144088 09/06/2012 06:27 PM Jim Pingle

Correct this function call, OpenVPN client killing works again, fixes #2554

7d7b5a48 08/10/2012 06:10 PM Jim Pingle

Whoops forgot this one

48b490ca 06/27/2012 05:58 AM Phil Davis

Only display "No OpenVPN instance defined" if there really are none.

e03ef9a0 10/22/2011 10:13 PM Vinícius Coque

Converting ajax code from prototype to jQuery

453d9c96 08/30/2011 01:48 PM Jim Pingle

Fixup OpenVPN status a bit to properly handle SSL servers using a /30 (no server directive) and also be a little more verbose about what is happening, if we can tell.

95305736 07/27/2011 03:37 PM Jim Pingle

Rework OpenVPN status, show status for shared key servers.

68b04527 10/04/2010 07:01 PM Jim Pingle

Fix OpenVPN client kill. Reported at http://forum.pfsense.org/index.php/topic,28784.0.html

b0140675 08/18/2010 03:57 PM Ermal LUÇI

Ticket #826. Add more bandage to notice when a reading on socket timeouts.

71ca2cb2 08/18/2010 03:46 PM Ermal LUÇI

Ticket #826. Convert to unix domain sockets for management interface so we do not have problems when interface is any.

19e3d450 08/18/2010 02:35 PM Ermal LUÇI

Ticket #826. Add timeout of 1 second for all read/write actions performed on the socket. This should fix point 1) on the ticket.

41be629f 08/16/2010 08:42 PM Jim Pingle

Print a notice that OpenVPN status information is not available for shared key servers.

18809702 07/26/2010 11:38 AM Rafael Lucas

Corrections gettext calls on status_openvpn.php

e9d35ff5 07/23/2010 05:17 PM Carlos Eduardo Ramos

Implement gettext() calls on status_openvpn.php

53663f57 04/27/2010 05:15 PM Jim Pingle

Move these functions to a more central location. Part of ticket #496

cf1ced6d 03/09/2010 02:20 AM Pierre POMES

Handle empty OVPN client array correctly. Ticket #397

d0f6649c 02/16/2010 10:19 PM Pierre POMES

Add statistics for OpenVPN client instances

0927fb8c 02/07/2010 09:28 PM Jim Pingle

Add capability to kill active OpenVPN clients from Status > OpenVPN.

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

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

1d333258 09/15/2009 01:49 AM Scott Ullrich

Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on

3473bb6a 08/23/2009 09:41 PM Scott Ullrich

Turn common tabular data areas into sortable items. Revert the sortable.js change that used tabcont and change back to sortable

61dda8f7 08/27/2008 08:07 PM Matthew Grooms

Fix a rendering bug in the new OpenVPN status page.

63084885 08/27/2008 07:52 PM Matthew Grooms

Replace the old openvpn status page with a new implementation. We now add
a tcp management port option to each OpenVPN server. Instead of rooting
through the OpenVPN logs once a minute for status updates, we now submit a
request to the management port to obtain informaiton. We probably need to...