Commit Graph

19 Commits

Author SHA1 Message Date
Vinicius Coque
e03ef9a02c Converting ajax code from prototype to jQuery 2011-10-22 20:13:06 -02:00
jim-p
453d9c96dd 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. 2011-08-30 09:48:20 -04:00
jim-p
95305736ab Rework OpenVPN status, show status for shared key servers. 2011-07-27 11:37:18 -04:00
jim-p
68b0452720 Fix OpenVPN client kill. Reported at http://forum.pfsense.org/index.php/topic,28784.0.html 2010-10-04 15:01:40 -04:00
Ermal
b014067592 Ticket #826. Add more bandage to notice when a reading on socket timeouts. 2010-08-18 15:57:20 +00:00
Ermal
71ca2cb2d4 Ticket #826. Convert to unix domain sockets for management interface so we do not have problems when interface is any. 2010-08-18 15:46:37 +00:00
Ermal
19e3d450b3 Ticket #826. Add timeout of 1 second for all read/write actions performed on the socket. This should fix point 1) on the ticket. 2010-08-18 14:35:46 +00:00
jim-p
41be629f09 Print a notice that OpenVPN status information is not available for shared key servers. 2010-08-16 16:42:46 -04:00
Rafael Lucas
1880970248 Corrections gettext calls on status_openvpn.php 2010-07-26 08:38:37 -03:00
Carlos Eduardo Ramos
e9d35ff505 Implement gettext() calls on status_openvpn.php 2010-07-23 14:17:20 -03:00
jim-p
53663f57a6 Move these functions to a more central location. Part of ticket #496 2010-04-27 13:15:31 -04:00
pierrepomes
cf1ced6db1 Handle empty OVPN client array correctly. Ticket #397 2010-03-08 21:20:35 -05:00
pierrepomes
d0f6649c8f Add statistics for OpenVPN client instances 2010-02-16 17:19:08 -05:00
jim-p
0927fb8cd6 Add capability to kill active OpenVPN clients from Status > OpenVPN. 2010-02-07 16:28:46 -05:00
Scott Ullrich
483e6de842 Rework includes/require. This saves about 4 megabytes.
Simplify get_memory(). Tested on mips/i386
2009-11-21 16:08:36 -05:00
Scott Ullrich
1d333258dc Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on 2009-09-14 21:49:40 -04:00
Scott Ullrich
3473bb6a59 Turn common tabular data areas into sortable items. Revert the sortable.js change that used tabcont and change back to sortable 2009-08-23 17:41:22 -04:00
Matthew Grooms
61dda8f7e7 Fix a rendering bug in the new OpenVPN status page. 2008-08-27 20:07:04 +00:00
Matthew Grooms
6308488583 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
add a pf rule to prevent management ports from being accessed by unwanted
processes.
2008-08-27 19:52:22 +00:00