Project

General

Profile

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

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