summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_openvpn.php
Commit message (Collapse)AuthorAgeFilesLines
* Fixup OpenVPN status a bit to properly handle SSL servers using a /30 (no ↵jim-p2011-08-301-2/+2
| | | | server directive) and also be a little more verbose about what is happening, if we can tell.
* Rework OpenVPN status, show status for shared key servers.jim-p2011-07-271-6/+53
|
* Fix OpenVPN client kill. Reported at ↵jim-p2010-10-041-5/+5
| | | | http://forum.pfsense.org/index.php/topic,28784.0.html
* Ticket #826. Add more bandage to notice when a reading on socket timeouts.Ermal2010-08-181-0/+5
|
* Ticket #826. Convert to unix domain sockets for management interface so we ↵Ermal2010-08-181-2/+5
| | | | do not have problems when interface is any.
* Ticket #826. Add timeout of 1 second for all read/write actions performed on ↵Ermal2010-08-181-0/+1
| | | | the socket. This should fix point 1) on the ticket.
* Print a notice that OpenVPN status information is not available for shared ↵jim-p2010-08-161-0/+4
| | | | key servers.
* Corrections gettext calls on status_openvpn.phpRafael Lucas2010-07-261-1/+1
|
* Implement gettext() calls on status_openvpn.phpCarlos Eduardo Ramos2010-07-231-20/+20
|
* Move these functions to a more central location. Part of ticket #496jim-p2010-04-271-157/+3
|
* Handle empty OVPN client array correctly. Ticket #397pierrepomes2010-03-081-3/+7
|
* Add statistics for OpenVPN client instancespierrepomes2010-02-161-2/+147
|
* Add capability to kill active OpenVPN clients from Status > OpenVPN.jim-p2010-02-071-67/+157
|
* Rework includes/require. This saves about 4 megabytes.Scott Ullrich2009-11-211-0/+1
| | | | Simplify get_memory(). Tested on mips/i386
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-1/+3
| | | | include 2009 on files that I have asserted (C) on
* Turn common tabular data areas into sortable items. Revert the sortable.js ↵Scott Ullrich2009-08-231-34/+40
| | | | change that used tabcont and change back to sortable
* Fix a rendering bug in the new OpenVPN status page.Matthew Grooms2008-08-271-2/+3
|
* Replace the old openvpn status page with a new implementation. We now addMatthew Grooms2008-08-271-0/+158
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.
OpenPOWER on IntegriCloud