summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_openvpn.php
Commit message (Collapse)AuthorAgeFilesLines
* Move main pfSense content to src/Renato Botelho2015-08-251-443/+0
|
* Code spacingPhil Davis2015-06-151-6/+6
| | | | | | | and other random stuff I noticed. I think this finishes messing with code style. The codebase should match the developer style guide closely enough that 99.9% of changes will not feel the need to also massage the formatting.
* Code style WWW StatusPhil Davis2015-05-151-189/+220
|
* Fix lineup of copyright linesPhil Davis2015-01-011-7/+7
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* fix up textChris Buechler2014-11-221-1/+1
|
* Change copyright statement to reflect realityJim Thompson2014-11-101-3/+3
|
* modify copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* remove old DISABLE_PHP_LINT_CHECKING, which dates way back to the CVS days ↵Chris Buechler2014-11-041-1/+0
| | | | and hasn't been relevant in years.
* Make the byte counts on OpenVPN status human readable rather than huge ↵jim-p2014-06-161-6/+6
| | | | unformatted numbers.
* Tidy up "status_openvpn.php" XHTMLColin Fleming2014-06-031-2/+1
| | | | | Move the closing FORM tag after the PHP check if there are any OpenVPN instances.
* Tidy up "status_openvpn.php" XHTMLColin Fleming2014-05-161-24/+31
| | | | | | | | Add CDATA sections to SCRIPTS Add SUMMARY to TABLES Change NAME to ID in TR tags Closing IMG tags and add ALT to IMG Add missing closing FORM, closing BODY and closing HTML
* replaced uppercase html tags with lowercaseayvis2014-03-191-1/+1
| | | | js files saved as UTF-8 / LF language="JavaScript" deprecated, replaced with type="text/javascript"
* xhtml Complianceayvis2014-03-141-5/+5
| | | replaced <br>, <br/> and </br> with <br />
* require service-utils.inc for find_service_by_openvpn_vpnid()Renato Botelho2013-09-261-0/+1
|
* Add missing tdRenato Botelho2013-09-261-86/+90
|
* Remove use of undefined var $conn and fix some td classRenato Botelho2013-09-261-4/+4
|
* Use a better description for this column.jim-p2013-04-021-2/+2
|
* Fix service status for OpenVPN peer-to-peer client/server instances.jim-p2013-04-021-14/+10
|
* Clarify notes when there is an error reaching the openvpn management daemon ↵jim-p2013-04-011-2/+36
| | | | for service status. Also, add service controls to the openvpn status page.
* A couple fixes for openvpn routing table display. Feature #2766jim-p2013-01-211-2/+2
|
* Add routing table display for each OpenVPN ssl/tls server instance, ↵jim-p2013-01-211-3/+58
| | | | collapsed by default. Part of feature #2766
* (line endings UNIX format..)PiBa-NL2012-09-161-1/+2
| | | | | | | | 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
* Correct this function call, OpenVPN client killing works again, fixes #2554jim-p2012-09-061-1/+1
|
* Whoops forgot this onejim-p2012-08-101-0/+2
|
* Only display "No OpenVPN instance defined" if there really are none.Phil Davis2012-06-271-1/+1
|
* Converting ajax code from prototype to jQueryVinicius Coque2011-10-221-8/+8
|
* 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