Project

General

Profile

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

# Date Author Comment
1370befa 02/18/2014 07:45 AM N0YB

XHTML Compliance

Open VPN Status

cd6173f4 01/27/2014 05:58 AM N0YB

The service status icon (get_service_status_icon) is not always in a table.

So the caller should apply table td element, rather than the function.

Document type does not allow element "td" here <td class="listr" align="center">
The element named above was found in a context where it is not allowed.

65fec80d 09/26/2013 01:47 PM Renato Botelho

require service-utils.inc for find_service_by_openvpn_vpnid()

857ff425 09/26/2013 01:47 PM Renato Botelho

Add missing td

1650e1ec 09/26/2013 01:47 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...