Project

General

Profile

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

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